egroupware/phpgwapi/js/htmlarea/lang/vn.js
Ralf Becker a3a85a862d import htmlarea 3.0beta
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
2004-01-08 09:03:17 +00:00

39 lines
1.2 KiB
JavaScript

// 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"
}
};