source: branches/1.2/workflow/js/htmlarea/lang/vn.js @ 1349

Revision 1349, 1.6 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1// I18N constants : Vietnamese
2// LANG: "en", ENCODING: UTF-8
3// Author: Nguyễn Đình Nam, <hncryptologist@yahoo.com>
4
5HTMLArea.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};
Note: See TracBrowser for help on using the repository browser.