calendar-ko.js
上传用户:yantgcom
上传日期:2013-07-19
资源大小:478k
文件大小:3k
源码类别:

MySQL数据库

开发平台:

PHP

  1. // ** I18N
  2. // Calendar EN language
  3. // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
  4. // Translation: Yourim Yi <yyi@yourim.net>
  5. // Encoding: EUC-KR
  6. // lang : ko
  7. // Distributed under the same terms as the calendar itself.
  8. // For translators: please use UTF-8 if possible.  We strongly believe that
  9. // Unicode is the answer to a real internationalized world.  Also please
  10. // include your contact information in the header, as can be seen above.
  11. // full day names
  12. Calendar._DN = new Array
  13. ("老夸老",
  14.  "岿夸老",
  15.  "拳夸老",
  16.  "荐夸老",
  17.  "格夸老",
  18.  "陛夸老",
  19.  "配夸老",
  20.  "老夸老");
  21. // Please note that the following array of short day names (and the same goes
  22. // for short month names, _SMN) isn't absolutely necessary.  We give it here
  23. // for exemplification on how one can customize the short day names, but if
  24. // they are simply the first N letters of the full name you can simply say:
  25. //
  26. //   Calendar._SDN_len = N; // short day name length
  27. //   Calendar._SMN_len = N; // short month name length
  28. //
  29. // If N = 3 then this is not needed either since we assume a value of 3 if not
  30. // present, to be compatible with translation files that were written before
  31. // this feature.
  32. // short day names
  33. Calendar._SDN = new Array
  34. ("老",
  35.  "岿",
  36.  "拳",
  37.  "荐",
  38.  "格",
  39.  "陛",
  40.  "配",
  41.  "老");
  42. // full month names
  43. Calendar._MN = new Array
  44. ("1岿",
  45.  "2岿",
  46.  "3岿",
  47.  "4岿",
  48.  "5岿",
  49.  "6岿",
  50.  "7岿",
  51.  "8岿",
  52.  "9岿",
  53.  "10岿",
  54.  "11岿",
  55.  "12岿");
  56. // short month names
  57. Calendar._SMN = new Array
  58. ("1",
  59.  "2",
  60.  "3",
  61.  "4",
  62.  "5",
  63.  "6",
  64.  "7",
  65.  "8",
  66.  "9",
  67.  "10",
  68.  "11",
  69.  "12");
  70. // tooltips
  71. Calendar._TT = {};
  72. Calendar._TT["INFO"] = "calendar 俊 措秦辑";
  73. Calendar._TT["ABOUT"] =
  74. "DHTML Date/Time Selectorn" +
  75. "(c) dynarch.com 2002-2005 / Author: Mihai Bazonn" + // don't translate this this ;-)
  76. "n"+
  77. "弥脚 滚傈阑 罐栏矫妨搁 http://www.dynarch.com/projects/calendar/ 俊 规巩窍技夸n" +
  78. "n"+
  79. "GNU LGPL 扼捞季胶肺 硅器邓聪促. n"+
  80. "扼捞季胶俊 措茄 磊技茄 郴侩篮 http://gnu.org/licenses/lgpl.html 阑 佬栏技夸." +
  81. "nn" +
  82. "朝楼 急琶:n" +
  83. "- 楷档甫 急琶窍妨搁 xab, xbb 滚瓢阑 荤侩钦聪促n" +
  84. "- 崔阑 急琶窍妨搁 " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " 滚瓢阑 穿福技夸n" +
  85. "- 拌加 穿福绊 乐栏搁 困 蔼甸阑 狐福霸 急琶窍角 荐 乐嚼聪促.";
  86. Calendar._TT["ABOUT_TIME"] = "nn" +
  87. "矫埃 急琶:n" +
  88. "- 付快胶肺 穿福搁 矫埃捞 刘啊钦聪促n" +
  89. "- Shift 虐客 窃膊 穿福搁 皑家钦聪促n" +
  90. "- 穿弗 惑怕俊辑 付快胶甫 框流捞搁 粱 歹 狐福霸 蔼捞 函钦聪促.n";
  91. Calendar._TT["PREV_YEAR"] = "瘤抄 秦 (辨霸 穿福搁 格废)";
  92. Calendar._TT["PREV_MONTH"] = "瘤抄 崔 (辨霸 穿福搁 格废)";
  93. Calendar._TT["GO_TODAY"] = "坷疵 朝楼肺";
  94. Calendar._TT["NEXT_MONTH"] = "促澜 崔 (辨霸 穿福搁 格废)";
  95. Calendar._TT["NEXT_YEAR"] = "促澜 秦 (辨霸 穿福搁 格废)";
  96. Calendar._TT["SEL_DATE"] = "朝楼甫 急琶窍技夸";
  97. Calendar._TT["DRAG_TO_MOVE"] = "付快胶 靛贰弊肺 捞悼 窍技夸";
  98. Calendar._TT["PART_TODAY"] = " (坷疵)";
  99. Calendar._TT["MON_FIRST"] = "岿夸老阑 茄 林狼 矫累 夸老肺";
  100. Calendar._TT["SUN_FIRST"] = "老夸老阑 茄 林狼 矫累 夸老肺";
  101. Calendar._TT["CLOSE"] = "摧扁";
  102. Calendar._TT["TODAY"] = "坷疵";
  103. Calendar._TT["TIME_PART"] = "(Shift-)努腐 肚绰 靛贰弊 窍技夸";
  104. // date formats
  105. Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
  106. Calendar._TT["TT_DATE_FORMAT"] = "%b/%e [%a]";
  107. Calendar._TT["WK"] = "林";