egroupware/phpgwapi/js/tiny_mce/plugins/insertdatetime/langs/ko.js

13 lines
712 B
JavaScript
Raw Normal View History

2006-08-21 21:26:21 +02:00
// KO lang variables
tinyMCE.addToLang('',{
insertdate_def_fmt : '%Y-%m-%d',
inserttime_def_fmt : '%H:%M:%S',
insertdate_desc : '<27><>¥ <20>&Ouml;<3B><>',
inserttime_desc : '<27>ð<EFBFBD> <20>&Ouml;<3B><>',
inserttime_months_long : new Array("1<><31>", "2<><32>", "3<><33>", "4<><34>", "5<><35>", "6<><36>", "7<><37>", "8<><38>", "9<><39>", "10<31><30>", "11<31><31>", "12<31><32>"),
inserttime_months_short : new Array("1<><31>", "2<><32>", "3<><33>", "4<><34>", "5<><35>", "6<><36>", "7<><37>", "8<><38>", "9<><39>", "10<31><30>", "11<31><31>", "12<31><32>"),
inserttime_day_long : new Array("<22>Ͽ&auml;<3B><>", "<22><><EFBFBD>&auml;<3B><>", <>&auml;<3B><>", "<22>&ouml;<3B>&auml;<3B><>", "<22><><EFBFBD>&auml;<3B><>", "<22>ݿ&auml;<3B><>", "&Aring;&auml;<3B>&auml;<3B><>", "<22>Ͽ&auml;<3B><>"),
inserttime_day_short : new Array("<22><>", "<22><>", "ȭ", "<22>&ouml;", "<22><>", "<22><>", "&Aring;&auml;", "<22><>")
});