From 0b36d151572e050b51d82e7429fee847ebb33e22 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 20 Nov 2014 06:03:22 -0500
Subject: [PATCH] Add method to display operation (uploading) progress in UI message

---
 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