File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / it.js
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jun 1 23:46:10 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Next version HTMLArea.

    1: // I18N constants
    2: 
    3: // LANG: "it", ENCODING: UTF-8 | ISO-8859-1
    4: // Author: Fabio Rotondo <fabio@rotondo.it>
    5: 
    6: HTMLArea.I18N = {
    7: 
    8: 	// the following should be the filename without .js extension
    9: 	// it will be used for automatically load plugin language.
   10: 	lang: "it",
   11: 
   12: 	tooltips: {
   13: 		bold:           "Grassetto",
   14: 		italic:         "Italico",
   15: 		underline:      "Sottolineato",
   16: 		strikethrough:  "Barrato",
   17: 		subscript:      "Pedice",
   18: 		superscript:    "Apice",
   19: 		justifyleft:    "Giustifica a Sinistra",
   20: 		justifycenter:  "Giustifica in Centro",
   21: 		justifyright:   "Giustifica a Destra",
   22: 		justifyfull:    "Giustifica Completamente",
   23: 		orderedlist:    "Lista Ordinata",
   24: 		unorderedlist:  "Lista Puntata",
   25: 		outdent:        "Decrementa Indentazione",
   26: 		indent:         "Incrementa Indentazione",
   27: 		forecolor:      "Colore del Carattere",
   28: 		hilitecolor:    "Colore di Sfondo",
   29: 		horizontalrule: "Linea Orizzontale",
   30: 		createlink:     "Inserisci un Link",
   31: 		insertimage:    "Inserisci un'Immagine",
   32: 		inserttable:    "Inserisci una Tabella",
   33: 		htmlmode:       "Attiva il codice HTML",
   34: 		popupeditor:    "Allarga l'editor",
   35: 		about:          "Info sull'editor",
   36: 		showhelp:       "Aiuto sull'editor",
   37: 		textindicator:  "Stile Attuale",
   38: 		undo:           "Elimina l'ultima modifica",
   39: 		redo:           "Ripristina l'ultima modifica",
   40: 		cut:            "Taglia l'area selezionata",
   41: 		copy:           "Copia l'area selezionata",
   42: 		paste:          "Incolla dalla memoria"
   43: 	},
   44: 
   45: 	buttons: {
   46: 		"ok":           "OK",
   47: 		"cancel":       "Annulla"
   48: 	},
   49: 
   50: 	msg: {
   51: 		"Path":         "Percorso",
   52: 		"TEXT_MODE":    "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità WYSIWYG."
   53: 	}
   54: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>