File:  [LON-CAPA] / loncom / html / htmlarea / lang / Attic / vn.js
Revision 1.2: download - view: text, annotated - select for diffs
Tue Jun 1 23:46:11 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
CVS tags: version_2_5_X, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_X, version_2_2_99_1, version_2_2_99_0, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_X, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1_tmcc, version_1_99_1, version_1_99_0_tmcc, version_1_99_0, version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, HEAD
Next version HTMLArea.

    1: // I18N constants : Vietnamese
    2: // LANG: "en", ENCODING: UTF-8
    3: // Author: Nguyễn Đình Nam, <hncryptologist@yahoo.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 Chân",
   15: 		strikethrough:  "Gạch Xóa",
   16: 		subscript:      "Viết Xuống Dưới",
   17: 		superscript:    "Viết Lên Trên",
   18: 		justifyleft:    "Căn Trái",
   19: 		justifycenter:  "Căn Giữa",
   20: 		justifyright:   "Căn Phải",
   21: 		justifyfull:    "Căn Đều",
   22: 		orderedlist:    "Danh Sách Có Thứ Tự",
   23: 		unorderedlist:  "Danh Sách Phi Thứ Tự",
   24: 		outdent:        "Lùi Ra Ngoài",
   25: 		indent:         "Thụt Vào Trong",
   26: 		forecolor:      "Màu Chữ",
   27: 		backcolor:      "Màu Nền",
   28: 		horizontalrule: "Dòng Kẻ Ngang",
   29: 		createlink:     "Tạo Liên Kết",
   30: 		insertimage:    "Chèn Ảnh",
   31: 		inserttable:    "Chèn Bảng",
   32: 		htmlmode:       "Chế Độ Mã HTML",
   33: 		popupeditor:    "Phóng To Ô Soạn Thảo",
   34: 		about:          "Tự Giới Thiệu",
   35: 		showhelp:       "Giúp Đỡ",
   36: 		textindicator:  "Định Dạng Hiện Thời",
   37: 		undo:           "Undo",
   38: 		redo:           "Redo",
   39: 		cut:            "Cắt",
   40: 		copy:           "Copy",
   41: 		paste:          "Dán"
   42: 	},
   43: 	buttons: {
   44: 		"ok":           "OK",
   45: 		"cancel":       "Hủy"
   46: 	},
   47: 	msg: {
   48: 		"Path":         "Đường Dẫn",
   49: 		"TEXT_MODE":    "Bạn đang ở chế độ text.  Sử dụng nút [<>] để chuyển lại chế độ WYSIWIG."
   50: 	}
   51: };

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