diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-30 00:06:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-30 00:06:56 +0000 |
commit | 1187a8c18373935b72ee577d993d4d9037a2de7a (patch) | |
tree | 45020cb54c1b819c7c0a9bff23034d1a6f5c1271 /core/l10n/it.js | |
parent | e48fa1c3370632b5f8a2dcdeeabda217f50b3539 (diff) | |
download | nextcloud-server-1187a8c18373935b72ee577d993d4d9037a2de7a.tar.gz nextcloud-server-1187a8c18373935b72ee577d993d4d9037a2de7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index 1543cbcd070..8f2cb619045 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -3,6 +3,8 @@ OC.L10N.register( { "Please select a file." : "Seleziona un file.", "File is too big" : "Il file è troppo grande", + "The selected file is not an image." : "Il file selezionato non è un'immagine.", + "The selected file cannot be read." : "Il file selezionato non può essere letto.", "Invalid file provided" : "File non valido fornito", "No image or file provided" : "Non è stata fornita alcun immagine o file", "Unknown filetype" : "Tipo di file sconosciuto", @@ -95,13 +97,14 @@ OC.L10N.register( "Saving..." : "Salvataggio in corso...", "Dismiss" : "Annulla", "seconds ago" : "secondi fa", - "Logging in …" : "Login in corso ...", + "Logging in …" : "Accesso in corso...", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Il collegamento per reimpostare la password è stato inviato al tuo indirizzo di posta. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.<br>Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di ripristino, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?", "I know what I'm doing" : "So cosa sto facendo", "Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.", "No" : "No", "Yes" : "Sì", + "No files in here" : "Qui non c'è alcun file", "Choose" : "Scegli", "Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}", "Ok" : "Ok", @@ -118,6 +121,7 @@ OC.L10N.register( "(all selected)" : "(tutti i selezionati)", "({count} selected)" : "({count} selezionati)", "Error loading file exists template" : "Errore durante il caricamento del modello del file esistente", + "Pending" : "In corso", "Very weak password" : "Password molto debole", "Weak password" : "Password debole", "So-so password" : "Password così-così", @@ -222,6 +226,7 @@ OC.L10N.register( "Continue to Nextcloud" : "Continua su Nextcloud", "The update was successful. Redirecting you to Nextcloud now." : "L'aggiornamento è stato effettuato correttamente. Reindirizzamento immediato a Nextcloud.", "Searching other places" : "Ricerca in altre posizioni", + "No search results in other folders for '{tag}{filter}{endtag}'" : "Nessun risultato di ricerca in altre cartelle '{tag}{filter}{endtag}'", "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} risultato di ricerca in altre cartelle","{count} risultati di ricerca in altre cartelle"], "Personal" : "Personale", "Users" : "Utenti", |