From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- program/js/tinymce/langs/it.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/program/js/tinymce/langs/it.js b/program/js/tinymce/langs/it.js index 29377ba..b4a1544 100644 --- a/program/js/tinymce/langs/it.js +++ b/program/js/tinymce/langs/it.js @@ -91,7 +91,9 @@ "Insert link": "Inserisci il Link", "New window": "Nuova Finestra", "None": "No", +"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL inserito sembra essere un collegamento esterno. Vuoi aggiungere il prefisso necessario http:\/\/?", "Target": "Target", +"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL inserito sembra essere un indirizzo email. Vuoi aggiungere il prefisso necessario mailto:?", "Insert\/edit link": "Inserisci\/Modifica Link", "Insert\/edit video": "Inserisci\/Modifica Video", "Poster": "Anteprima", @@ -100,6 +102,7 @@ "Insert video": "Inserisci Video", "Embed": "Incorporare", "Nonbreaking space": "Spazio unificatore", +"Page break": "Interruzione di pagina", "Paste as text": "incolla come testo", "Preview": "Anteprima", "Print": "Stampa", -- Gitblit v1.9.1