Blame | Letzte Änderung | Log anzeigen | RSS feed
// I18N constants// LANG: "it", ENCODING: UTF-8 | ISO-8859-1// Author: Fabio Rotondo <fabio@rotondo.it>HTMLArea.I18N = {// the following should be the filename without .js extension// it will be used for automatically load plugin language.lang: "it",tooltips: {bold: "Grassetto",italic: "Italico",underline: "Sottolineato",strikethrough: "Barrato",subscript: "Pedice",superscript: "Apice",justifyleft: "Giustifica a Sinistra",justifycenter: "Giustifica in Centro",justifyright: "Giustifica a Destra",justifyfull: "Giustifica Completamente",orderedlist: "Lista Ordinata",unorderedlist: "Lista Puntata",outdent: "Decrementa Indentazione",indent: "Incrementa Indentazione",forecolor: "Colore del Carattere",hilitecolor: "Colore di Sfondo",horizontalrule: "Linea Orizzontale",createlink: "Inserisci un Link",insertimage: "Inserisci un'Immagine",inserttable: "Inserisci una Tabella",htmlmode: "Attiva il codice HTML",popupeditor: "Allarga l'editor",about: "Info sull'editor",showhelp: "Aiuto sull'editor",textindicator: "Stile Attuale",undo: "Elimina l'ultima modifica",redo: "Ripristina l'ultima modifica",cut: "Taglia l'area selezionata",copy: "Copia l'area selezionata",paste: "Incolla dalla memoria"},buttons: {"ok": "OK","cancel": "Annulla"},msg: {"Path": "Percorso","TEXT_MODE": "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità WYSIWYG."}};