home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / lang / vn.js < prev   
Text File  |  2004-03-08  |  2KB  |  52 lines

  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. };
  52.