From a3b85d7b8560cdc1057fcaffa3acbd247b4b5b7a Mon Sep 17 00:00:00 2001 From: Thomas B. <thomas@roundcube.net> Date: Mon, 07 Oct 2013 13:19:03 -0400 Subject: [PATCH] Merge pull request #133 from cwickert/release-0.9-canned-responses --- plugins/acl/localization/it_IT.inc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/acl/localization/it_IT.inc b/plugins/acl/localization/it_IT.inc index b4927fb..11d9053 100644 --- a/plugins/acl/localization/it_IT.inc +++ b/plugins/acl/localization/it_IT.inc @@ -41,7 +41,7 @@ $labels['acla'] = 'Amministra'; $labels['aclfull'] = 'Controllo completo'; -$labels['aclother'] = 'Altri'; +$labels['aclother'] = 'Altro'; $labels['aclread'] = 'Lettura'; $labels['aclwrite'] = 'Scrittura'; $labels['acldelete'] = 'Elimina'; @@ -57,10 +57,10 @@ $labels['shortacld'] = 'Elimina'; $labels['shortaclt'] = 'Elimina'; $labels['shortacle'] = 'Elimina'; -$labels['shortaclx'] = 'Cancella cartella'; +$labels['shortaclx'] = 'Elimina cartella'; $labels['shortacla'] = 'Amministra'; -$labels['shortaclother'] = 'Altri'; +$labels['shortaclother'] = 'Altro'; $labels['shortaclread'] = 'Lettura'; $labels['shortaclwrite'] = 'Scrittura'; $labels['shortacldelete'] = 'Elimina'; -- Gitblit v1.9.1