diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-26 18:19:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-26 18:19:00 +0200 |
commit | 1edd6bd6e2751a6597760b676e713a916defe5f0 (patch) | |
tree | fb40ae385ad6e2201e9f688cffa3c48d57358964 /program/js/tinymce/langs/it.js | |
parent | 734ae968967dde2843e677109be265692272580e (diff) | |
parent | 51d7bf0d2c77bda266956f550331dc5c45bba2f3 (diff) |
Merge pull request #199 from hebbet/master
Updated Langs to TinyMC 4.1.x
Diffstat (limited to 'program/js/tinymce/langs/it.js')
-rw-r--r-- | 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 29377ba5b..b4a1544a7 100644 --- a/program/js/tinymce/langs/it.js +++ b/program/js/tinymce/langs/it.js @@ -91,7 +91,9 @@ tinymce.addI18n('it',{ "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 @@ tinymce.addI18n('it',{ "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", |