]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/insertdatetime/langs/ko.js
* Removed the Kevin Roth rich text editor and replaced it with TinyMCE.
[citadel.git] / webcit / tiny_mce / plugins / insertdatetime / langs / ko.js
1 // KO lang variables
2
3 tinyMCE.addToLang('',{
4 insertdate_def_fmt : '%Y-%m-%d',
5 inserttime_def_fmt : '%H:%M:%S',
6 insertdate_desc : '³¯Â¥ ³Ö±â',
7 inserttime_desc : '½Ã°£ ³Ö±â',
8 inserttime_months_long : new Array("1¿ù", "2¿ù", "3¿ù", "4¿ù", "5¿ù", "6¿ù", "7¿ù", "8¿ù", "9¿ù", "10¿ù", "11¿ù", "12¿ù"),
9 inserttime_months_short : new Array("1¿ù", "2¿ù", "3¿ù", "4¿ù", "5¿ù", "6¿ù", "7¿ù", "8¿ù", "9¿ù", "10¿ù", "11¿ù", "12¿ù"),
10 inserttime_day_long : new Array("ÀÏ¿äÀÏ", "¿ù¿äÀÏ", "È­¿äÀÏ", "¼ö¿äÀÏ", "¸ñ¿äÀÏ", "±Ý¿äÀÏ", "Åä¿äÀÏ", "ÀÏ¿äÀÏ"),
11 inserttime_day_short : new Array("ÀÏ", "¿ù", "È­", "¼ö", "¸ñ", "±Ý", "Åä", "ÀÏ")
12 });