diff options
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index e507d7a4885..4e1263a5b60 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -28,6 +28,8 @@ OC.L10N.register( "Couldn't send reset email. Please make sure your username is correct." : "Impossibile inviare l'email di reimpostazione. Assicurati che il nome utente sia corretto.", "Preparing update" : "Preparazione dell'aggiornamento", "[%d / %d]: %s" : "[%d / %d]: %s", + "Repair step: " : "Fase di riparazione:", + "Repair info: " : "Informazioni di riparazione:", "Repair warning: " : "Avviso di riparazione", "Repair error: " : "Errore di riparazione:", "Please use the command line updater because automatic updating is disabled in the config.php." : "Utilizza lo strumento da riga di comando poiché l'aggiornamento automatico è disabilitato nel file config.php.", @@ -59,6 +61,16 @@ OC.L10N.register( "Show all contacts …" : "Mostra tutti i contatti...", "Loading your contacts …" : "Caricamento dei tuoi contatti...", "Looking for {term} …" : "Ricerca di {term} in corso...", + "size" : "dimensione", + "has" : "ha", + "add" : "aggiungi", + "delete" : "elimina", + "clear" : "cancella", + "values" : "valori", + "entries" : "voci", + "forEach" : "forEach", + "calc(" : "calc(", + "(" : "(", "No action available" : "Nessuna azione disponibile", "Error fetching contact actions" : "Errore durante il recupero delle azioni dei contatti", "Settings" : "Impostazioni", @@ -82,7 +94,9 @@ OC.L10N.register( "No" : "No", "Yes" : "Sì", "No files in here" : "Qui non c'è alcun file", + "New folder" : "Nuova cartella", "No more subfolders in here" : "Qui non ci sono altre sottocartelle", + "{newName} already exists" : "{newName} esiste già", "Choose" : "Scegli", "Copy" : "Copia", "Move" : "Sposta", |