58 lines
3.6 KiB
PHP
58 lines
3.6 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "Aiuto",
|
|
"Personal" => "Personale",
|
|
"Settings" => "Impostazioni",
|
|
"Users" => "Utenti",
|
|
"Apps" => "Applicazioni",
|
|
"Admin" => "Admin",
|
|
"Failed to upgrade \"%s\"." => "Aggiornamento non riuscito \"%s\".",
|
|
"web services under your control" => "servizi web nelle tue mani",
|
|
"cannot open \"%s\"" => "impossibile aprire \"%s\"",
|
|
"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.",
|
|
"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.",
|
|
"couldn't be determined" => "non può essere determinato",
|
|
"Application is not enabled" => "L'applicazione non è abilitata",
|
|
"Authentication error" => "Errore di autenticazione",
|
|
"Token expired. Please reload page." => "Token scaduto. Ricarica la pagina.",
|
|
"Files" => "File",
|
|
"Text" => "Testo",
|
|
"Images" => "Immagini",
|
|
"%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",
|
|
"MS SQL username and/or password not valid: %s" => "Nome utente e/o password MS SQL non validi: %s",
|
|
"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.",
|
|
"Oracle connection could not be established" => "La connessione a Oracle non può essere stabilita",
|
|
"Oracle username and/or password not valid" => "Nome utente e/o password di Oracle non validi",
|
|
"Offending command was: \"%s\", name: %s, password: %s" => "Il comando non consentito era: \"%s\", nome: %s, password: %s",
|
|
"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.",
|
|
"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>.",
|
|
"seconds ago" => "secondi fa",
|
|
"1 minute ago" => "Un minuto fa",
|
|
"%d minutes ago" => "%d minuti fa",
|
|
"1 hour ago" => "1 ora fa",
|
|
"%d hours ago" => "%d ore fa",
|
|
"today" => "oggi",
|
|
"yesterday" => "ieri",
|
|
"%d days ago" => "%d giorni fa",
|
|
"last month" => "mese scorso",
|
|
"%d months ago" => "%d mesi fa",
|
|
"last year" => "anno scorso",
|
|
"years ago" => "anni fa",
|
|
"Caused by:" => "Causato da:",
|
|
"Could not find category \"%s\"" => "Impossibile trovare la categoria \"%s\""
|
|
);
|