version 1.1, 2004/02/18 08:07:15
|
version 1.2, 2004/06/01 23:46:10
|
Line 1
|
Line 1
|
// I18N constants |
// I18N constants |
|
|
|
// LANG: "it", ENCODING: UTF-8 | ISO-8859-1 |
|
// Author: Fabio Rotondo <fabio@rotondo.it> |
|
|
HTMLArea.I18N = { |
HTMLArea.I18N = { |
|
|
// the following should be the filename without .js extension |
// the following should be the filename without .js extension |
Line 8 HTMLArea.I18N = {
|
Line 11 HTMLArea.I18N = {
|
|
|
tooltips: { |
tooltips: { |
bold: "Grassetto", |
bold: "Grassetto", |
italic: "Corsivo", |
italic: "Italico", |
underline: "Sottolineato", |
underline: "Sottolineato", |
strikethrough: "Barrato", |
strikethrough: "Barrato", |
subscript: "Pedice", |
subscript: "Pedice", |
superscript: "Apice", |
superscript: "Apice", |
justifyleft: "Allinea a sinistra", |
justifyleft: "Giustifica a Sinistra", |
justifycenter: "Centra", |
justifycenter: "Giustifica in Centro", |
justifyright: "Allinea a destra", |
justifyright: "Giustifica a Destra", |
justifyfull: "Giustifica", |
justifyfull: "Giustifica Completamente", |
orderedlist: "Elenco numerato", |
orderedlist: "Lista Ordinata", |
unorderedlist: "Elenco puntato", |
unorderedlist: "Lista Puntata", |
outdent: "Riduci rientro", |
outdent: "Decrementa Indentazione", |
indent: "Aumenta rientro", |
indent: "Incrementa Indentazione", |
forecolor: "Colore carattere", |
forecolor: "Colore del Carattere", |
backcolor: "Colore di sfondo", |
hilitecolor: "Colore di Sfondo", |
horizontalrule: "Linea orizzontale", |
horizontalrule: "Linea Orizzontale", |
createlink: "Inserisci collegamento ipertestuale", |
createlink: "Inserisci un Link", |
insertimage: "Inserisci immagine", |
insertimage: "Inserisci un'Immagine", |
inserttable: "Inserisci tabella", |
inserttable: "Inserisci una Tabella", |
htmlmode: "Passa alla visualizzazione HTML", |
htmlmode: "Attiva il codice HTML", |
popupeditor: "Ingrandisci editor", |
popupeditor: "Allarga l'editor", |
about: "Info", |
about: "Info sull'editor", |
help: "Aiuto", |
showhelp: "Aiuto sull'editor", |
textindicator: "Stile utilizzato" |
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." |
} |
} |
}; |
}; |