2012-08-01 00:57:24 +04:00
< ? php $TRANSLATIONS = array (
" Help " => " Aiuto " ,
" Personal " => " Personale " ,
" Settings " => " Impostazioni " ,
" Users " => " Utenti " ,
" Apps " => " Applicazioni " ,
" Admin " => " Admin " ,
" 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-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
" Set an admin username. " => " Imposta un nome utente di amministrazione. " ,
" Set an admin password. " => " Imposta una password di amministrazione. " ,
" Specify a data folder. " => " Specifica una cartella dei dati. " ,
" %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 " ,
" %s set the database host. " => " %s imposta l'host del database. " ,
" PostgreSQL username and/or password not valid " => " Nome utente e/o password di PostgreSQL non validi " ,
" You need to enter either an existing account or the administrator. " => " È necessario inserire un account esistente o l'amministratore. " ,
" Oracle username and/or password not valid " => " Nome utente e/o password di Oracle non validi " ,
" 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. " ,
" Offending command was: \" %s \" , name: %s, password: %s " => " Il comando non consentito era: \" %s \" , nome: %s, password: %s " ,
2013-02-28 03:05:40 +04:00
" MS SQL username and/or password not valid: %s " => " Nome utente e/o password MS SQL non validi: %s " ,
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 " ,
" 1 minute ago " => " 1 minuto fa " ,
" %d minutes ago " => " %d minuti fa " ,
2012-11-17 03:02:24 +04:00
" 1 hour ago " => " 1 ora fa " ,
" %d hours ago " => " %d ore fa " ,
2012-08-01 00:57:24 +04:00
" today " => " oggi " ,
" yesterday " => " ieri " ,
" %d days ago " => " %d giorni fa " ,
" last month " => " il mese scorso " ,
2012-11-17 03:02:24 +04:00
" %d months ago " => " %d mesi fa " ,
2012-08-01 00:57:24 +04:00
" last year " => " l'anno scorso " ,
2012-09-01 15:37:28 +04:00
" years ago " => " anni fa " ,
" %s is available. Get <a href= \" %s \" >more information</a> " => " %s è disponibile. Ottieni <a href= \" %s \" >ulteriori informazioni</a> " ,
" up to date " => " aggiornato " ,
2012-11-17 03:02:24 +04:00
" updates check is disabled " => " il controllo degli aggiornamenti è disabilitato " ,
" Could not find category \" %s \" " => " Impossibile trovare la categoria \" %s \" "
2012-08-01 00:57:24 +04:00
);