Annotation of loncom/html/htmlarea/lang/it.js, revision 1.1
1.1 ! www 1: // I18N constants
! 2:
! 3: HTMLArea.I18N = {
! 4:
! 5: // the following should be the filename without .js extension
! 6: // it will be used for automatically load plugin language.
! 7: lang: "it",
! 8:
! 9: tooltips: {
! 10: bold: "Grassetto",
! 11: italic: "Corsivo",
! 12: underline: "Sottolineato",
! 13: strikethrough: "Barrato",
! 14: subscript: "Pedice",
! 15: superscript: "Apice",
! 16: justifyleft: "Allinea a sinistra",
! 17: justifycenter: "Centra",
! 18: justifyright: "Allinea a destra",
! 19: justifyfull: "Giustifica",
! 20: orderedlist: "Elenco numerato",
! 21: unorderedlist: "Elenco puntato",
! 22: outdent: "Riduci rientro",
! 23: indent: "Aumenta rientro",
! 24: forecolor: "Colore carattere",
! 25: backcolor: "Colore di sfondo",
! 26: horizontalrule: "Linea orizzontale",
! 27: createlink: "Inserisci collegamento ipertestuale",
! 28: insertimage: "Inserisci immagine",
! 29: inserttable: "Inserisci tabella",
! 30: htmlmode: "Passa alla visualizzazione HTML",
! 31: popupeditor: "Ingrandisci editor",
! 32: about: "Info",
! 33: help: "Aiuto",
! 34: textindicator: "Stile utilizzato"
! 35: }
! 36: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>