diff options
author | thomascube <thomas@roundcube.net> | 2006-01-13 16:03:36 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-13 16:03:36 +0000 |
commit | c0309556342871c2f65b5212ffdf35579d1ce7e6 (patch) | |
tree | e05162e70acaa4d94d4211820c24233bae4f070e /program/localization/it/labels.inc | |
parent | 0af7e8c0e6d6183dd19ea3bad0b3e8bd80f77aa9 (diff) |
Switched to full UTF-8 support
Diffstat (limited to 'program/localization/it/labels.inc')
-rw-r--r-- | program/localization/it/labels.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/program/localization/it/labels.inc b/program/localization/it/labels.inc index 111a1ac43..593a8756a 100644 --- a/program/localization/it/labels.inc +++ b/program/localization/it/labels.inc @@ -46,7 +46,7 @@ $labels['bcc'] = 'Bcc'; $labels['replyto'] = 'Rispondi a'; $labels['date'] = 'Data'; $labels['size'] = 'Dimensione'; -$labels['priority'] = 'Priorità'; +$labels['priority'] = 'Priorità '; $labels['organization'] = 'Organizzazione'; // aliases @@ -78,11 +78,11 @@ $labels['sat'] = 'Sab'; // weekdays long $labels['sunday'] = 'Domenica'; -$labels['monday'] = 'Lunedì'; -$labels['tuesday'] = 'Martedì'; -$labels['wednesday'] = 'Mercoledì'; -$labels['thursday'] = 'Giovedì'; -$labels['friday'] = 'Venerdì'; +$labels['monday'] = 'Lunedì'; +$labels['tuesday'] = 'Martedì'; +$labels['wednesday'] = 'Mercoledì'; +$labels['thursday'] = 'Giovedì'; +$labels['friday'] = 'Venerdì'; $labels['saturday'] = 'Sabato'; $labels['today'] = 'Oggi'; @@ -148,9 +148,9 @@ $labels['preferences'] = 'Preferenze'; $labels['userpreferences'] = 'Preferenze utente'; $labels['editpreferences'] = 'Modifica preferenze utente'; -$labels['identities'] = 'Identità'; -$labels['manageidentities'] = 'Gestisci le identità per questo account'; -$labels['newidentity'] = 'Nuova identità'; +$labels['identities'] = 'Identità '; +$labels['manageidentities'] = 'Gestisci le identità per questo account'; +$labels['newidentity'] = 'Nuova identità '; $labels['newitem'] = 'Nuovo oggetto'; $labels['edititem'] = 'Modifica oggetto'; |