2004-01-08 10:03:17 +01:00
|
|
|
// I18N constants
|
|
|
|
|
2004-01-29 22:27:14 +01:00
|
|
|
// LANG: "it", ENCODING: UTF-8 | ISO-8859-1
|
|
|
|
// Author: Fabio Rotondo <fabio@rotondo.it>
|
|
|
|
|
2004-01-08 10:03:17 +01:00
|
|
|
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",
|
2004-01-29 22:27:14 +01:00
|
|
|
italic: "Italico",
|
2004-01-08 10:03:17 +01:00
|
|
|
underline: "Sottolineato",
|
|
|
|
strikethrough: "Barrato",
|
|
|
|
subscript: "Pedice",
|
|
|
|
superscript: "Apice",
|
2004-01-29 22:27:14 +01:00
|
|
|
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."
|
2004-01-08 10:03:17 +01:00
|
|
|
}
|
|
|
|
};
|