Diff for /loncom/html/htmlarea/lang/Attic/vn.js between versions 1.1 and 1.2

version 1.1, 2004/02/18 08:07:15 version 1.2, 2004/06/01 23:46:11
Line 1 Line 1
 // I18N constants : Vietnamese  // I18N constants : Vietnamese
 // mviet: download the free Vietnamese script addon for htmlArea at: www.mviet.org  // LANG: "en", ENCODING: UTF-8
 // email: mviet@socal.rr.com  // Author: Nguyễn Đình Nam, <hncryptologist@yahoo.com>
   
 HTMLArea.I18N = {  HTMLArea.I18N = {
   
Line 11  HTMLArea.I18N = { Line 11  HTMLArea.I18N = {
  tooltips: {   tooltips: {
  bold:           "Đậm",   bold:           "Đậm",
  italic:         "Nghiêng",   italic:         "Nghiêng",
  underline:      "Gạch Đít",   underline:      "Gạch Chân",
  strikethrough:  "Gạch Xóa",   strikethrough:  "Gạch Xóa",
  subscript:      "Viết Xuống Dưới",   subscript:      "Viết Xuống Dưới",
  superscript:    "Viết Lên Trên ",   superscript:    "Viết Lên Trên",
  justifyleft:    "Ngay Hàng Bên Trái  ",   justifyleft:    "Căn Trái",
  justifycenter:  "Ngay Hàng Giữa",   justifycenter:  "Căn Giữa",
  justifyright:   "Ngay Hàng Lên Phải",   justifyright:   "Căn Phải",
  justifyfull:    "Ngay Hàng Trái & Phải",   justifyfull:    "Căn Đều",
  orderedlist:    "Chuỗi Thứ Tự 123",   orderedlist:    "Danh Sách Có Thứ Tự",
  unorderedlist:  "Chuỗi Nút",   unorderedlist:  "Danh Sách Phi Thứ Tự",
  outdent:        "Giảm Vào Hàng",   outdent:        "Lùi Ra Ngoài",
  indent:         "Tăng Vào Hàng",   indent:         "Thụt Vào Trong",
  forecolor:      "Màu Chữ",   forecolor:      "Màu Chữ",
  backcolor:      "Màu Nền",   backcolor:      "Màu Nền",
  horizontalrule: "Thước Ngang",   horizontalrule: "Dòng Kẻ Ngang",
  createlink:     "Tạo Nối",   createlink:     "Tạo Liên Kết",
  insertimage:    "Mang Hình Vô",   insertimage:    "Chèn Ảnh",
  inserttable:    "Mang Khuôn Vô",   inserttable:    "Chèn Bảng",
  htmlmode:       "Bật / Tắt Nguồn HTML",   htmlmode:       "Chế Độ Mã HTML",
  popupeditor:    "Póp Lớn Khung Viết",   popupeditor:    "Phóng To Ô Soạn Thảo",
  about:          "Nói Về Chương Trình",   about:          "Tự Giới Thiệu",
  help:           "Giúp Đỡ",   showhelp:       "Giúp Đỡ",
  textindicator:  "Loại Kiểu Viết"   textindicator:  "Định Dạng Hiện Thời",
    undo:           "Undo",
    redo:           "Redo",
    cut:            "Cắt",
    copy:           "Copy",
    paste:          "Dán"
    },
    buttons: {
    "ok":           "OK",
    "cancel":       "Hủy"
    },
    msg: {
    "Path":         "Đường Dẫn",
    "TEXT_MODE":    "Bạn đang ở chế độ text.  Sử dụng nút [<>] để chuyển lại chế độ WYSIWIG."
  }   }
 };  };

Removed from v.1.1  
changed lines
  Added in v.1.2


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