diff --git a/l10n/it.js b/l10n/it.js index 8a59f4a0d96..e9ab496ae5b 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -111,6 +111,7 @@ OC.L10N.register( "Action" : "Azione", "Undo" : "Annulla", "Redo" : "Rifai", + "Toggle outline" : "Attiva il contorno", "Alt" : "Alt", "Edit link" : "Modifica collegamento", "Save changes" : "Salva modifiche", @@ -182,6 +183,9 @@ OC.L10N.register( "Heading 5" : "Intestazione 5", "Lists" : "Elenchi", "To-Do list" : "Elenco cose da fare", + "Increase indentation" : "Aumenta il rientro", + "Decrease indentation" : "Diminuisci rientro", + "Blocks" : "Blocchi", "Table" : "Tabella", "Details" : "Dettagli", "Insert link" : "Inserisci collegamento", @@ -190,6 +194,7 @@ OC.L10N.register( "Control" : "Controllo", "Option" : "Opzione", "Formatting" : "Formattazione", + "Start writing, or try '/' to add, '@' to mention…" : "Inizia a scrivere, oppure prova '/' per aggiungere, '@' per menzionare…", "Add folder description" : "Aggiungi descrizione cartella", "\"{name}\" already exist!" : "\"{name}\" esiste già!", "Created \"{name}\"" : "Creato \"{name}\"", diff --git a/l10n/it.json b/l10n/it.json index aa1720144d0..c70bc4cbe11 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -109,6 +109,7 @@ "Action" : "Azione", "Undo" : "Annulla", "Redo" : "Rifai", + "Toggle outline" : "Attiva il contorno", "Alt" : "Alt", "Edit link" : "Modifica collegamento", "Save changes" : "Salva modifiche", @@ -180,6 +181,9 @@ "Heading 5" : "Intestazione 5", "Lists" : "Elenchi", "To-Do list" : "Elenco cose da fare", + "Increase indentation" : "Aumenta il rientro", + "Decrease indentation" : "Diminuisci rientro", + "Blocks" : "Blocchi", "Table" : "Tabella", "Details" : "Dettagli", "Insert link" : "Inserisci collegamento", @@ -188,6 +192,7 @@ "Control" : "Controllo", "Option" : "Opzione", "Formatting" : "Formattazione", + "Start writing, or try '/' to add, '@' to mention…" : "Inizia a scrivere, oppure prova '/' per aggiungere, '@' per menzionare…", "Add folder description" : "Aggiungi descrizione cartella", "\"{name}\" already exist!" : "\"{name}\" esiste già!", "Created \"{name}\"" : "Creato \"{name}\"", diff --git a/l10n/lv.js b/l10n/lv.js index ccfb8960aa7..25267fae38f 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -39,6 +39,7 @@ OC.L10N.register( "Command" : "Komanda", "Add folder description" : "Pievienot mapes aprakstu", "Info" : "Info", - "Warning" : "Brīdinājums" + "Warning" : "Brīdinājums", + "Add description" : "Pievienot aprakstu" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json index dd44cd54942..e78af93988f 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -37,6 +37,7 @@ "Command" : "Komanda", "Add folder description" : "Pievienot mapes aprakstu", "Info" : "Info", - "Warning" : "Brīdinājums" + "Warning" : "Brīdinājums", + "Add description" : "Pievienot aprakstu" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file