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

1.1     ! www         1: // I18N constants : Vietnamese
        !             2: // mviet: download the free Vietnamese script addon for htmlArea at: www.mviet.org
        !             3: // email: mviet@socal.rr.com
        !             4: 
        !             5: HTMLArea.I18N = {
        !             6: 
        !             7: 	// the following should be the filename without .js extension
        !             8: 	// it will be used for automatically load plugin language.
        !             9: 	lang: "vn",
        !            10: 
        !            11: 	tooltips: {
        !            12: 		bold:           "Đậm",
        !            13: 		italic:         "Nghiêng",
        !            14: 		underline:      "Gạch Đít",
        !            15: 		strikethrough:  "Gạch Xóa",
        !            16: 		subscript:      "Viết Xuống Dưới",
        !            17: 		superscript:    "Viết Lên Trên ",
        !            18: 		justifyleft:    "Ngay Hàng Bên Trái  ",
        !            19: 		justifycenter:  "Ngay Hàng Giữa",
        !            20: 		justifyright:   "Ngay Hàng Lên Phải",
        !            21: 		justifyfull:    "Ngay Hàng Trái & Phải",
        !            22: 		orderedlist:    "Chuỗi Thứ Tự 123",
        !            23: 		unorderedlist:  "Chuỗi Nút",
        !            24: 		outdent:        "Giảm Vào Hàng",
        !            25: 		indent:         "Tăng Vào Hàng",
        !            26: 		forecolor:      "Màu Chữ",
        !            27: 		backcolor:      "Màu Nền",
        !            28: 		horizontalrule: "Thước Ngang",
        !            29: 		createlink:     "Tạo Nối",
        !            30: 		insertimage:    "Mang Hình Vô",
        !            31: 		inserttable:    "Mang Khuôn Vô",
        !            32: 		htmlmode:       "Bật / Tắt Nguồn HTML",
        !            33: 		popupeditor:    "Póp Lớn Khung Viết",
        !            34: 		about:          "Nói Về Chương Trình",
        !            35: 		help:           "Giúp Đỡ",
        !            36: 		textindicator:  "Loại Kiểu Viết"
        !            37: 	}
        !            38: };

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