diff options
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index 6c5b2947022..dcc221bf885 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -110,7 +110,11 @@ OC.L10N.register( "Edit tags" : "Modifica etichette", "Error loading dialog template: {error}" : "Errore durante il caricamento del modello di finestra: {error}", "No tags selected for deletion." : "Nessuna etichetta selezionata per l'eliminazione.", - "_download %n file_::_download %n files_" : ["",""], + "unknown text" : "testo sconosciuto", + "Hello world!" : "Ciao mondo!", + "sunny" : "soleggiato", + "Hello {name}, the weather is {weather}" : "Ciao {name}, il tempo è {weather}", + "_download %n file_::_download %n files_" : ["scarica %n file","scarica %s file"], "Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.", "Please reload the page." : "Ricarica la pagina.", "The update was unsuccessful." : "L'aggiornamento non è riuscito.", |