2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2012-08-01 00:57:24 +04:00
" Help " => " Aiuto " ,
" Personal " => " Personale " ,
" Settings " => " Impostazioni " ,
" Users " => " Utenti " ,
" Admin " => " Admin " ,
2013-07-27 10:03:03 +04:00
" Failed to upgrade \" %s \" . " => " Aggiornamento non riuscito \" %s \" . " ,
2013-07-06 04:08:38 +04:00
" web services under your control " => " servizi web nelle tue mani " ,
2013-07-27 10:03:03 +04:00
" cannot open \" %s \" " => " impossibile aprire \" %s \" " ,
2012-08-01 00:57:24 +04:00
" ZIP download is turned off. " => " Lo scaricamento in formato ZIP è stato disabilitato. " ,
" Files need to be downloaded one by one. " => " I file devono essere scaricati uno alla volta. " ,
" Back to Files " => " Torna ai file " ,
" Selected files too large to generate zip file. " => " I file selezionati sono troppo grandi per generare un file zip. " ,
2013-07-27 10:03:03 +04:00
" Download the files in smaller chunks, seperately or kindly ask your administrator. " => " Scarica i file in blocchi più piccoli, separatamente o chiedi al tuo amministratore. " ,
2013-01-18 03:04:36 +04:00
" couldn't be determined " => " non può essere determinato " ,
2012-08-01 00:57:24 +04:00
" Application is not enabled " => " L'applicazione non è abilitata " ,
" Authentication error " => " Errore di autenticazione " ,
" Token expired. Please reload page. " => " Token scaduto. Ricarica la pagina. " ,
2012-10-25 04:11:53 +04:00
" Files " => " File " ,
" Text " => " Testo " ,
" Images " => " Immagini " ,
2013-02-12 03:21:45 +04:00
" %s enter the database username. " => " %s digita il nome utente del database. " ,
" %s enter the database name. " => " %s digita il nome del database. " ,
" %s you may not use dots in the database name " => " %s non dovresti utilizzare punti nel nome del database " ,
2013-06-30 04:13:07 +04:00
" MS SQL username and/or password not valid: %s " => " Nome utente e/o password MS SQL non validi: %s " ,
2013-02-12 03:21:45 +04:00
" You need to enter either an existing account or the administrator. " => " È necessario inserire un account esistente o l'amministratore. " ,
" MySQL username and/or password not valid " => " Nome utente e/o password di MySQL non validi " ,
" DB Error: \" %s \" " => " Errore DB: \" %s \" " ,
" Offending command was: \" %s \" " => " Il comando non consentito era: \" %s \" " ,
" MySQL user '%s'@'localhost' exists already. " => " L'utente MySQL '%s'@'localhost' esiste già. " ,
" Drop this user from MySQL " => " Elimina questo utente da MySQL " ,
" MySQL user '%s'@'%%' already exists " => " L'utente MySQL '%s'@'%%' esiste già " ,
" Drop this user from MySQL. " => " Elimina questo utente da MySQL. " ,
2013-06-30 04:13:07 +04:00
" Oracle connection could not be established " => " La connessione a Oracle non può essere stabilita " ,
2013-05-24 04:02:43 +04:00
" Oracle username and/or password not valid " => " Nome utente e/o password di Oracle non validi " ,
2013-02-12 03:21:45 +04:00
" Offending command was: \" %s \" , name: %s, password: %s " => " Il comando non consentito era: \" %s \" , nome: %s, password: %s " ,
2013-06-30 04:13:07 +04:00
" PostgreSQL username and/or password not valid " => " Nome utente e/o password di PostgreSQL non validi " ,
" Set an admin username. " => " Imposta un nome utente di amministrazione. " ,
" Set an admin password. " => " Imposta una password di amministrazione. " ,
2013-02-11 03:04:49 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata. " ,
" Please double check the <a href='%s'>installation guides</a>. " => " Leggi attentamente le <a href='%s'>guide d'installazione</a>. " ,
2012-08-01 00:57:24 +04:00
" seconds ago " => " secondi fa " ,
2013-08-15 17:41:45 +04:00
" _%n minute ago_::_%n minutes ago_ " => array ( " " , " " ),
" _%n hour ago_::_%n hours ago_ " => array ( " " , " " ),
2012-08-01 00:57:24 +04:00
" today " => " oggi " ,
" yesterday " => " ieri " ,
2013-08-15 17:41:45 +04:00
" _%n day go_::_%n days ago_ " => array ( " " , " " ),
2013-04-27 04:24:29 +04:00
" last month " => " mese scorso " ,
2013-08-15 17:41:45 +04:00
" _%n month ago_::_%n months ago_ " => array ( " " , " " ),
2013-04-27 04:24:29 +04:00
" last year " => " anno scorso " ,
2012-09-01 15:37:28 +04:00
" years ago " => " anni fa " ,
2013-07-27 10:03:03 +04:00
" Caused by: " => " Causato da: " ,
2012-11-17 03:02:24 +04:00
" Could not find category \" %s \" " => " Impossibile trovare la categoria \" %s \" "
2012-08-01 00:57:24 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;