| | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Paolo Asperti <paolo@asperti.com> | |
| | | | Author: Paolo Asperti <paolo@asperti.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | |
| | | $labels = array(); |
| | | |
| | | // login page |
| | | $labels['welcome'] = 'Welcome to Roundcube|Mail'; |
| | | $labels['welcome'] = 'Benvenuto a $product'; |
| | | $labels['username'] = 'Utente'; |
| | | $labels['password'] = 'Password'; |
| | | $labels['server'] = 'Server'; |
| | |
| | | |
| | | // mailbox names |
| | | $labels['inbox'] = 'Posta in arrivo'; |
| | | $labels['drafts'] = 'Brutte copie'; |
| | | $labels['sent'] = 'Inviata'; |
| | | $labels['trash'] = 'Cestino'; |
| | | $labels['drafts'] = 'Bozze'; |
| | |
| | | |
| | | // message compose |
| | | $labels['compose'] = 'Componi un messaggio'; |
| | | $labels['savemessage'] = 'Risparmi questa brutta copia'; |
| | | $labels['sendmessage'] = 'Invia il messaggio adesso'; |
| | | $labels['addattachment'] = 'Allega un file'; |
| | | $labels['charset'] = 'Set di caratteri'; |