diff options
author | thomascube <thomas@roundcube.net> | 2011-01-29 14:55:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-29 14:55:12 +0000 |
commit | 98cb0f179206843ceaa87df6bfb3d1da045ed8ad (patch) | |
tree | ade6196094997c24b48e8a432383bd2da9f6bc5c /program/localization/it_IT/messages.inc | |
parent | a32679e69f7d6c265f85015677743272740dcc8e (diff) |
Apply bug fixes and localization updated from trunk for release 0.5.1
Diffstat (limited to 'program/localization/it_IT/messages.inc')
-rw-r--r-- | program/localization/it_IT/messages.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/program/localization/it_IT/messages.inc b/program/localization/it_IT/messages.inc index fd259abd9..7fdbc161f 100644 --- a/program/localization/it_IT/messages.inc +++ b/program/localization/it_IT/messages.inc @@ -30,7 +30,7 @@ $messages['errornoperm'] = 'Impossibile eseguire l\'operazione. Permesso negato' $messages['invalidrequest'] = 'Richiesta non valida! Nessun dato salvato.'; $messages['nomessagesfound'] = 'Nessun messaggio trovato in questa cartella'; $messages['loggedout'] = 'Sessione chiusa correttamente. Arrivederci!'; -$messages['mailboxempty'] = 'La cartella è vuota'; +$messages['mailboxempty'] = 'La casella è vuota'; $messages['loading'] = 'Caricamento...'; $messages['uploading'] = 'Caricamento file...'; $messages['loadingdata'] = 'Caricamento dati...'; @@ -138,5 +138,8 @@ $messages['namecannotbeempty'] = 'Il nome non può essere vuoto'; $messages['nametoolong'] = 'Nome troppo lungo'; $messages['folderupdated'] = 'Cartella aggiornata correttamente'; $messages['foldercreated'] = 'Cartella creata correttamente'; +$messages['invalidimageformat'] = 'Formato non valido'; ?> + + |