File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / it.js
Revision 1.1: download - view: text, annotated - select for diffs
Wed Feb 18 08:07:15 2004 UTC (20 years, 8 months ago) by www
Branches: MAIN
CVS tags: HEAD
Install HTMLArea

// I18N constants

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:         "Corsivo",
		underline:      "Sottolineato",
		strikethrough:  "Barrato",
		subscript:      "Pedice",
		superscript:    "Apice",
		justifyleft:    "Allinea a sinistra",
		justifycenter:  "Centra",
		justifyright:   "Allinea a destra",
		justifyfull:    "Giustifica",
		orderedlist:    "Elenco numerato",
		unorderedlist:  "Elenco puntato",
		outdent:        "Riduci rientro",
		indent:         "Aumenta rientro",
		forecolor:      "Colore carattere",
		backcolor:      "Colore di sfondo",
		horizontalrule: "Linea orizzontale",
		createlink:     "Inserisci collegamento ipertestuale",
		insertimage:    "Inserisci immagine",
		inserttable:    "Inserisci tabella",
		htmlmode:       "Passa alla visualizzazione HTML",
		popupeditor:    "Ingrandisci editor",
		about:          "Info",
		help:           "Aiuto",
		textindicator:  "Stile utilizzato"
	}
};

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