From 3ebac0167bf20104fb7a2a55934765117760264c Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 18 Aug 2014 03:53:18 -0400 Subject: [PATCH] Only add zen-mode text labels in compose step --- 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