File: ko.js

package info (click to toggle)
turbotinymce 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,196 kB
  • ctags: 826
  • sloc: python: 159; sh: 22; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
// KO lang variables

tinyMCE.addToLang('',{
insertdate_def_fmt : '%Y-%m-%d',
inserttime_def_fmt : '%H:%M:%S',
insertdate_desc : '¥ Ö',
inserttime_desc : 'ð Ö',
inserttime_months_long : new Array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"),
inserttime_months_short : new Array("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"),
inserttime_day_long : new Array("Ͽä", "ä", "ȭä", "öä", "ä", "ݿä", "Åää", "Ͽä"),
inserttime_day_short : new Array("", "", "ȭ", "ö", "", "", "Åä", "")
});