Annotation of loncom/html/htmlarea/lang/lt.js, revision 1.1

1.1     ! www         1: // I18N constants
        !             2: 
        !             3: // LANG: "lt", ENCODING: UTF-8
        !             4: // Author: Jaroslav Šatkevič, <jaro@akl.lt>
        !             5: 
        !             6: 
        !             7: HTMLArea.I18N = {
        !             8: 
        !             9: 	// the following should be the filename without .js extension
        !            10: 	// it will be used for automatically load plugin language.
        !            11: 	lang: "lt",
        !            12: 
        !            13: 	tooltips: {
        !            14: 		bold:           "Paryškinti",
        !            15: 		italic:         "Kursyvas",
        !            16: 		underline:      "Pabraukti",
        !            17: 		strikethrough:  "Perbraukti",
        !            18: 		subscript:      "Apatinis indeksas",
        !            19: 		superscript:    "Viršutinis indeksas",
        !            20: 		justifyleft:    "Lygiavimas pagal kairę",
        !            21: 		justifycenter:  "Lygiavimas pagal centrą",
        !            22: 		justifyright:   "Lygiavimas pagal dešinę",
        !            23: 		justifyfull:    "Lygiuoti pastraipą",
        !            24: 		orderedlist:    "Numeruotas sąrašas",
        !            25: 		unorderedlist:  "Suženklintas sąrašas",
        !            26: 		outdent:        "Sumažinti paraštę",
        !            27: 		indent:         "Padidinti paraštę",
        !            28: 		forecolor:      "Šrifto spalva",
        !            29: 		hilitecolor:    "Fono spalva",
        !            30: 		horizontalrule: "Horizontali linija",
        !            31: 		createlink:     "Įterpti nuorodą",
        !            32: 		insertimage:    "Įterpti paveiksliuką",
        !            33: 		inserttable:    "Įterpti lentelę",
        !            34: 		htmlmode:       "Perjungti į HTML/WYSIWYG",
        !            35: 		popupeditor:    "Išplėstas redagavimo ekranas/Enlarge Editor",
        !            36: 		about:          "Apie redaktorių",
        !            37: 		showhelp:       "Pagalba naudojant redaktorių",
        !            38: 		textindicator:  "Dabartinis stilius",
        !            39: 		undo:           "Atšaukia paskutini jūsų veiksmą",
        !            40: 		redo:           "Pakartoja paskutinį atšauktą jūsų veiksmą",
        !            41: 		cut:            "Iškirpti",
        !            42: 		copy:           "Kopijuoti",
        !            43: 		paste:          "Įterpti"
        !            44: 	},
        !            45: 
        !            46: 	buttons: {
        !            47: 		"ok":           "OK",
        !            48: 		"cancel":       "Atšaukti"
        !            49: 	},
        !            50: 
        !            51: 	msg: {
        !            52: 		"Path":         "Kelias",
        !            53: 		"TEXT_MODE":    "Jūs esete teksto režime.  Naudokite [<>] mygtuką grįžimui į WYSIWYG."
        !            54: 	}
        !            55: };

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