Added htmlArea3
This commit is contained in:
parent
9cd56cd85a
commit
4489a747fc
91 changed files with 8523 additions and 0 deletions
54
www/extras/htmlArea3/lang/it.js
Normal file
54
www/extras/htmlArea3/lang/it.js
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
// 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."
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue