summaryrefslogtreecommitdiffstats
path: root/lib/l10n/it.js
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-30 01:55:54 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-30 01:55:54 -0400
commit023c8b0eacc243b2dd4763e6086fc87ce8b76126 (patch)
treeb700928296cd54f010378dc6acbe996e77056a95 /lib/l10n/it.js
parent6c2e94e0b23ca2212a6b6ad510002c9594d21abb (diff)
downloadnextcloud-server-023c8b0eacc243b2dd4763e6086fc87ce8b76126.tar.gz
nextcloud-server-023c8b0eacc243b2dd4763e6086fc87ce8b76126.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r--lib/l10n/it.js54
1 files changed, 27 insertions, 27 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 8fc64dabf1b..d27140637a5 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -17,7 +17,25 @@ OC.L10N.register(
"Following platforms are supported: %s" : "Sono supportate le seguenti piattaforme: %s",
"ownCloud %s or higher is required." : "Richiesto ownCloud %s o superiore.",
"ownCloud %s or lower is required." : "Richiesto ownCloud %s o inferiore.",
+ "Unknown filetype" : "Tipo di file sconosciuto",
+ "Invalid image" : "Immagine non valida",
+ "today" : "oggi",
+ "yesterday" : "ieri",
+ "_%n day ago_::_%n days ago_" : ["%d giorno fa","%n giorni fa"],
+ "last month" : "mese scorso",
+ "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"],
+ "last year" : "anno scorso",
+ "_%n year ago_::_%n years ago_" : ["%n anno fa","%n anni fa"],
+ "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"],
+ "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"],
+ "seconds ago" : "secondi fa",
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Il modulo con id: %s non esiste. Abilitalo nelle impostazioni delle applicazioni o contatta il tuo amministratore.",
+ "Empty filename is not allowed" : "Un nome di file vuoto non è consentito",
+ "Dot files are not allowed" : "I file con un punto iniziale non sono consentiti",
+ "4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
+ "File name is a reserved word" : "Il nome del file è una parola riservata",
+ "File name contains at least one invalid character" : "Il nome del file contiene almeno un carattere non valido",
+ "File name is too long" : "Il nome del file è troppo lungo",
"%s enter the database username and name." : "%s digita il nome utente e il nome del database.",
"%s enter the database username." : "%s digita il nome utente del database.",
"%s enter the database name." : "%s digita il nome del database.",
@@ -29,12 +47,21 @@ OC.L10N.register(
"You need to enter either an existing account or the administrator." : "È necessario inserire un account esistente o l'amministratore.",
"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",
+ "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Usalo a tuo rischio!",
+ "For the best results, please consider using a GNU/Linux server instead." : "Per avere il risultato migliore, prendi in considerazione l'utilizzo di un server GNU/Linux.",
+ "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Sembra che questa istanza di %s sia in esecuzione in un ambiente PHP a 32 bit e che open_basedir sia stata configurata in php.ini. Ciò comporterà problemi con i file più grandi di 4 GB ed è altamente sconsigliato.",
+ "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Rimuovi l'impostazione di open_basedir nel tuo php.ini o passa alla versione a 64 bit di PHP.",
+ "Set an admin username." : "Imposta un nome utente di amministrazione.",
+ "Set an admin password." : "Imposta una password di amministrazione.",
+ "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s",
"You are not allowed to share %s" : "Non ti è consentito condividere %s",
"Cannot increase permissions of %s" : "Impossibile aumentare i permessi di %s",
"Files can't be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione",
"Files can't be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione",
"Expiration date is in the past" : "La data di scadenza è nel passato",
"Cannot set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro",
+ "Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"",
+ "Apps" : "Applicazioni",
"Help" : "Aiuto",
"Personal" : "Personale",
"Users" : "Utenti",
@@ -44,25 +71,7 @@ OC.L10N.register(
"App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "L'applicazione \"%s\" non può essere installata poiché non è compatibile con questa versione di ownCloud.",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "L'applicazione \"%s\" non può essere installata poiché le seguenti dipendenze non sono soddisfatte: %s",
"No app name specified" : "Il nome dell'applicazione non è specificato",
- "Unknown filetype" : "Tipo di file sconosciuto",
- "Invalid image" : "Immagine non valida",
- "today" : "oggi",
- "yesterday" : "ieri",
- "_%n day ago_::_%n days ago_" : ["%d giorno fa","%n giorni fa"],
- "last month" : "mese scorso",
- "_%n month ago_::_%n months ago_" : ["%n mese fa","%n mesi fa"],
- "last year" : "anno scorso",
- "_%n year ago_::_%n years ago_" : ["%n anno fa","%n anni fa"],
- "_%n hour ago_::_%n hours ago_" : ["%n ora fa","%n ore fa"],
- "_%n minute ago_::_%n minutes ago_" : ["%n minuto fa","%n minuti fa"],
- "seconds ago" : "secondi fa",
"web services under your control" : "servizi web nelle tue mani",
- "Empty filename is not allowed" : "Un nome di file vuoto non è consentito",
- "Dot files are not allowed" : "I file con un punto iniziale non sono consentiti",
- "4-byte characters are not supported in file names" : "I caratteri di 4 byte non sono supportati nei nomi dei file",
- "File name is a reserved word" : "Il nome del file è una parola riservata",
- "File name contains at least one invalid character" : "Il nome del file contiene almeno un carattere non valido",
- "File name is too long" : "Il nome del file è troppo lungo",
"File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi",
"Can't read file" : "Impossibile leggere il file",
"App directory already exists" : "La cartella dell'applicazione esiste già",
@@ -84,13 +93,6 @@ OC.L10N.register(
"Authentication error" : "Errore di autenticazione",
"Token expired. Please reload page." : "Token scaduto. Ricarica la pagina.",
"Unknown user" : "Utente sconosciuto",
- "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X non è supportato e %s non funzionerà correttamente su questa piattaforma. Usalo a tuo rischio!",
- "For the best results, please consider using a GNU/Linux server instead." : "Per avere il risultato migliore, prendi in considerazione l'utilizzo di un server GNU/Linux.",
- "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Sembra che questa istanza di %s sia in esecuzione in un ambiente PHP a 32 bit e che open_basedir sia stata configurata in php.ini. Ciò comporterà problemi con i file più grandi di 4 GB ed è altamente sconsigliato.",
- "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Rimuovi l'impostazione di open_basedir nel tuo php.ini o passa alla versione a 64 bit di PHP.",
- "Set an admin username." : "Imposta un nome utente di amministrazione.",
- "Set an admin password." : "Imposta una password di amministrazione.",
- "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s",
"Invalid Federated Cloud ID" : "ID di cloud federata non valido",
"%s shared »%s« with you" : "%s ha condiviso «%s» con te",
"%s via %s" : "%s tramite %s",
@@ -121,8 +123,6 @@ OC.L10N.register(
"Sharing %s failed, because resharing is not allowed" : "Condivisione di %s non riuscita, poiché la ri-condivisione non è consentita",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte",
"Sharing %s failed, because the file could not be found in the file cache" : "Condivisione di %s non riuscita, poiché il file non è stato trovato nella cache",
- "Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"",
- "Apps" : "Applicazioni",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Solo i seguenti caratteri sono consentiti in un nome utente: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-'\"",
"A valid username must be provided" : "Deve essere fornito un nome utente valido",
"Username contains whitespace at the beginning or at the end" : "Il nome utente contiene spazi all'inizio o alla fine",