Annotation of loncom/html/htmlarea/lang/vn.js, revision 1.2
1.1 www 1: // I18N constants : Vietnamese
1.2 ! www 2: // LANG: "en", ENCODING: UTF-8
! 3: // Author: Nguyễn Đình Nam, <hncryptologist@yahoo.com>
1.1 www 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",
1.2 ! www 14: underline: "Gạch Chân",
1.1 www 15: strikethrough: "Gạch Xóa",
16: subscript: "Viết Xuống Dưới",
1.2 ! www 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",
1.1 www 26: forecolor: "Màu Chữ",
27: backcolor: "Màu Nền",
1.2 ! www 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."
1.1 www 50: }
51: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>