sogo/UI/Common/Italian.lproj/Localizable.strings
Francis Lachapelle 0181ec606d Cleanup months and weeks translations
Removed the translations of months and weeks from the Scheduler bundle
since they were already translated in Locale files.
 - The a3_<month> strings were removed (replaced by
   NSShortMonthNameArray)
- The months strings were removed (replaced by NSMonthNameArray)
- The weeks strings were removed (replaced by NSWeekDayNameArray)

Moved the a2_<weekday> strings to the Common bundle and added a new
method [UIxComponent commonLabelForKey:].
2012-09-21 21:48:39 -04:00

110 lines
5 KiB
Plaintext

/* this file is in UTF-8 format! */
/* toolbars */
"Save" = "Salva";
"Close" = "Chiudi";
"Edit User Rights" = "Modifica permessi";
"Home" = "Home";
"Calendar" = "Calendario";
"Address Book" = "Rubrica";
"Mail" = "Posta";
"Preferences" = "Preferenze";
"Administration" = "Amministrazione";
"Disconnect" = "Disconnetti";
"Right Administration" = "Amministrazione permessi";
"Log Console (dev.)" = "Log Console (dev.)";
"User" = "Utente";
"Help" = "Aiuto";
"noJavascriptError" = "SOGo ha bisogno di Javascript per essere eseguito. Verifica che questo elemento sia presente ed attivato nelle preferenze del browser";
"noJavascriptRetry" = "Riprova";
"Owner:" = "Proprietario:";
"Publish the Free/Busy information" = "Pubblica le informazioni sullo stato (libero/impegnato)";
"Add..." = "Aggiungi...";
"Remove" = "Rimuovi";
"Subscribe User" = "Sottoscrivi utente";
"Any Authenticated User" = "Utenti autenticati";
"Public Access" = "Accesso pubblico";
"Any user not listed above" = "Ogni utente non indicato sopra";
"Anybody accessing this resource from the public area" = "Chiunque acceda a questa risorsa da un area pubblica";
"Sorry, the user rights can not be configured for that object." = "Non è possibile configurare i permessi per questo oggetto.";
"Any user with an account on this system will be able to access your mailbox \"%{0}\". Are you certain you trust them all?"
= "Ogni utente con un account di sistema potrà accedere alla tua mailbox \"%{0}\". Sei sicuro di fidarti?";
"Any user with an account on this system will be able to access your calendar \"%{0}\". Are you certain you trust them all?"
= "Ogni utente con un account di sistema potrà accedere al tuo calendario \"%{0}\". Sei sicuro di fidarti di tutti?";
"Potentially anyone on the Internet will be able to access your calendar \"%{0}\", even if they do not have an account on this system. Is this information suitable for the public Internet?"
= "Potenzialmente chiunque in Internert sarà in grado di accedere al tuo calendario \"%{0}\", anche se non ha un account di sistema. Questa risorsa può essere pubblicata su Internet?";
"Any user with an account on this system will be able to access your address book \"%{0}\". Are you certain you trust them all?"
= "Ogni utente con un account di sistema potrà accedere alla tua rubrica \"%{0}\". Sei sicuro di fidarti?";
"Potentially anyone on the Internet will be able to access your address book \"%{0}\", even if they do not have an account on this system. Is this information suitable for the public Internet?"
= "Potenzialmente chiunque su internet può accedere alla tua rubrica \"%{0}\", anche se non ha alcun account di sistema. Questa informazione può essere resa pubblica su internet?";
"Give Access" = "Dai Accesso";
"Keep Private" = "Mantieni Privato";
/* generic.js */
"Unable to subscribe to that folder!"
= "Impossibile sottoscrivere la cartella!";
"You cannot subscribe to a folder that you own!"
= "Non puoi sottoscrivere una cartella di cui sei proprietario!";
"Unable to unsubscribe from that folder!"
= "Impossibile annullare la sottoscrizione alla cartella!";
"You cannot unsubscribe from a folder that you own!"
= "Non puoi annullare la sottoscrizione ad una cartella di cui sei proprietario!";
"Unable to rename that folder!" = "Impossibile rinominare la cartella!";
"You have already subscribed to that folder!"
= "Hai già sottoscritto la cartella!";
"The user rights cannot be edited for this object!"
= "I permessi di questo oggetto non possono essere modificati!";
"A folder by that name already exists." = "Esiste già una cartella con questo nome.";
"You cannot create a list in a shared address book."
= "Non puoi creare una lista in una rubrica in sola lettura.";
"Warning" = "Attenzione";
"You are not allowed to access this module or this system. Please contact your system administrator."
= "Non sei abilitato ad accedere a questo modulo. Contatta il tuo amministratore di sistema.";
"You don't have the required privileges to perform the operation."
= "Non disponi dei privilegi richiesti per eseguire questa operazione.";
"noEmailForDelegation" = "E' necessario specificare l'indirizzo a cui vuoi delegare il tuo invito.";
"delegate is organizer" = "Il delato è l'organizzatore. Prego specificare un altro delegato.";
"delegate is a participant" = "Il delegato è già un partecipante.";
"delegate is a group" = "L'indirizzo specifico corrisponde ad un gruppo, puoi delegare solo una persona.";
"Snooze for " = "Posponi per";
"5 minutes" = "5 minuti";
"10 minutes" = "10 minuti";
"15 minutes" = "15 minuti";
"30 minutes" = "30 minuti";
"45 minutes" = "45 minuti";
"1 hour" = "1 ora";
/* common buttons */
"OK" = "OK";
"Cancel" = "Annulla";
"Yes" = "Sì";
"No" = "No";
/* alarms */
"Reminder:" = "Promemoria:";
"Start:" = "Inizio:";
"Due Date:" = "Scadenza:";
"Location:" = "Luogo:";
"a2_Sunday" = "Do";
"a2_Monday" = "Lu";
"a2_Tuesday" = "Ma";
"a2_Wednesday" = "Me";
"a2_Thursday" = "Gi";
"a2_Friday" = "Ve";
"a2_Saturday" = "Sab";