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

// I18N constants : Vietnamese
// mviet: download the free Vietnamese script addon for htmlArea at: www.mviet.org
// email: mviet@socal.rr.com

HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "vn",

	tooltips: {
		bold:           "Đậm",
		italic:         "Nghiêng",
		underline:      "Gạch Đít",
		strikethrough:  "Gạch Xóa",
		subscript:      "Viết Xuống Dưới",
		superscript:    "Viết Lên Trên ",
		justifyleft:    "Ngay Hàng Bên Trái  ",
		justifycenter:  "Ngay Hàng Giữa",
		justifyright:   "Ngay Hàng Lên Phải",
		justifyfull:    "Ngay Hàng Trái & Phải",
		orderedlist:    "Chuỗi Thứ Tự 123",
		unorderedlist:  "Chuỗi Nút",
		outdent:        "Giảm Vào Hàng",
		indent:         "Tăng Vào Hàng",
		forecolor:      "Màu Chữ",
		backcolor:      "Màu Nền",
		horizontalrule: "Thước Ngang",
		createlink:     "Tạo Nối",
		insertimage:    "Mang Hình Vô",
		inserttable:    "Mang Khuôn Vô",
		htmlmode:       "Bật / Tắt Nguồn HTML",
		popupeditor:    "Póp Lớn Khung Viết",
		about:          "Nói Về Chương Trình",
		help:           "Giúp Đỡ",
		textindicator:  "Loại Kiểu Viết"
	}
};

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