smklib 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/app/assets/images/add.png +0 -0
- data/app/assets/images/button_cancel.png +0 -0
- data/app/assets/images/button_ok.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_block.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_bold.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_center.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_italic.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_left.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_right.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_strike.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_sub.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_super.png +0 -0
- data/app/assets/images/cmseditor/16x16/text_under.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_block.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_bold.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_center.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_italic.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_left.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_right.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_strike.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_sub.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_super.png +0 -0
- data/app/assets/images/cmseditor/22x22/text_under.png +0 -0
- data/app/assets/images/trashcan_empty.png +0 -0
- data/app/assets/javascripts/collapsable.js +56 -0
- data/app/assets/javascripts/hide_show.js +39 -0
- data/app/assets/javascripts/jscalendar-1.0/calendar-setup.js +200 -0
- data/app/assets/javascripts/jscalendar-1.0/calendar.js +1806 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-af.js +39 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-al.js +101 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-bg.js +124 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-big5-utf8.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-big5.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-br.js +108 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-ca.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-cs-utf8.js +65 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-cs-win.js +65 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-da.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-de.js +124 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-du.js +45 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-el.js +89 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-en.js +127 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-es.js +129 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-fi.js +98 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-fr.js +125 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-he-utf8.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-hr-utf8.js +49 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-hr.js +0 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-hu.js +124 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-it.js +124 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-jp.js +45 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-ko-utf8.js +120 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-ko.js +120 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-lt-utf8.js +114 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-lt.js +114 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-lv.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-nl.js +73 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-no.js +114 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-pl-utf8.js +93 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-pl.js +56 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-pt.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-ro.js +66 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-ru.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-ru_win_.js +123 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-si.js +94 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-sk.js +99 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-sp.js +110 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-sv.js +93 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-tr.js +58 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/calendar-zh.js +119 -0
- data/app/assets/javascripts/jscalendar-1.0/lang/cn_utf8.js +123 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/active-bg.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/dark-bg.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/hover-bg.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/menuarrow.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/normal-bg.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/rowhover-bg.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/status-bg.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/theme.css +236 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/title-bg.gif +0 -0
- data/app/assets/stylesheets/jscalendar-1.0/skins/aqua/today-bg.gif +0 -0
- data/app/views/error_mailer/snapshot.rhtml +71 -0
- data/lib/smklib.rb +6 -0
- data/lib/smklib/array_ext.rb +76 -0
- data/lib/smklib/browsers.rb +69 -0
- data/lib/smklib/builder_ext.rb +103 -0
- data/lib/smklib/date_ext.rb +23 -0
- data/lib/smklib/debug_support.rb +27 -0
- data/lib/smklib/error_mailer.rb +70 -0
- data/lib/smklib/hash_ext.rb +19 -0
- data/lib/smklib/htmlutils.rb +604 -0
- data/lib/smklib/movable_children.rb +28 -0
- data/lib/smklib/object_ext.rb +34 -0
- data/lib/smklib/php_serialize.rb +309 -0
- data/lib/smklib/railtie.rb +6 -0
- data/lib/smklib/somekool_scaffold.rb +198 -0
- data/lib/smklib/super_looking_list.rb +63 -0
- data/lib/smklib/version.rb +11 -0
- data/vendor/calendar_helper.rb +100 -0
- data/vendor/htmltokenizer.rb +259 -0
- metadata +158 -0
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
// ** I18N
|
|
2
|
+
|
|
3
|
+
// Calendar EN language
|
|
4
|
+
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
|
|
5
|
+
// Translator: Fabio Di Bernardini, <altraqua@email.it>
|
|
6
|
+
// Encoding: any
|
|
7
|
+
// Distributed under the same terms as the calendar itself.
|
|
8
|
+
|
|
9
|
+
// For translators: please use UTF-8 if possible. We strongly believe that
|
|
10
|
+
// Unicode is the answer to a real internationalized world. Also please
|
|
11
|
+
// include your contact information in the header, as can be seen above.
|
|
12
|
+
|
|
13
|
+
// full day names
|
|
14
|
+
Calendar._DN = new Array
|
|
15
|
+
("Domenica",
|
|
16
|
+
"Lunedì",
|
|
17
|
+
"Martedì",
|
|
18
|
+
"Mercoledì",
|
|
19
|
+
"Giovedì",
|
|
20
|
+
"Venerdì",
|
|
21
|
+
"Sabato",
|
|
22
|
+
"Domenica");
|
|
23
|
+
|
|
24
|
+
// Please note that the following array of short day names (and the same goes
|
|
25
|
+
// for short month names, _SMN) isn't absolutely necessary. We give it here
|
|
26
|
+
// for exemplification on how one can customize the short day names, but if
|
|
27
|
+
// they are simply the first N letters of the full name you can simply say:
|
|
28
|
+
//
|
|
29
|
+
// Calendar._SDN_len = N; // short day name length
|
|
30
|
+
// Calendar._SMN_len = N; // short month name length
|
|
31
|
+
//
|
|
32
|
+
// If N = 3 then this is not needed either since we assume a value of 3 if not
|
|
33
|
+
// present, to be compatible with translation files that were written before
|
|
34
|
+
// this feature.
|
|
35
|
+
|
|
36
|
+
// short day names
|
|
37
|
+
Calendar._SDN = new Array
|
|
38
|
+
("Dom",
|
|
39
|
+
"Lun",
|
|
40
|
+
"Mar",
|
|
41
|
+
"Mer",
|
|
42
|
+
"Gio",
|
|
43
|
+
"Ven",
|
|
44
|
+
"Sab",
|
|
45
|
+
"Dom");
|
|
46
|
+
|
|
47
|
+
// full month names
|
|
48
|
+
Calendar._MN = new Array
|
|
49
|
+
("Gennaio",
|
|
50
|
+
"Febbraio",
|
|
51
|
+
"Marzo",
|
|
52
|
+
"Aprile",
|
|
53
|
+
"Maggio",
|
|
54
|
+
"Giugno",
|
|
55
|
+
"Luglio",
|
|
56
|
+
"Augosto",
|
|
57
|
+
"Settembre",
|
|
58
|
+
"Ottobre",
|
|
59
|
+
"Novembre",
|
|
60
|
+
"Dicembre");
|
|
61
|
+
|
|
62
|
+
// short month names
|
|
63
|
+
Calendar._SMN = new Array
|
|
64
|
+
("Gen",
|
|
65
|
+
"Feb",
|
|
66
|
+
"Mar",
|
|
67
|
+
"Apr",
|
|
68
|
+
"Mag",
|
|
69
|
+
"Giu",
|
|
70
|
+
"Lug",
|
|
71
|
+
"Ago",
|
|
72
|
+
"Set",
|
|
73
|
+
"Ott",
|
|
74
|
+
"Nov",
|
|
75
|
+
"Dic");
|
|
76
|
+
|
|
77
|
+
// tooltips
|
|
78
|
+
Calendar._TT = {};
|
|
79
|
+
Calendar._TT["INFO"] = "Informazioni sul calendario";
|
|
80
|
+
|
|
81
|
+
Calendar._TT["ABOUT"] =
|
|
82
|
+
"DHTML Date/Time Selector\n" +
|
|
83
|
+
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
|
|
84
|
+
"Per gli aggiornamenti: http://www.dynarch.com/projects/calendar/\n" +
|
|
85
|
+
"Distribuito sotto licenza GNU LGPL. Vedi http://gnu.org/licenses/lgpl.html per i dettagli." +
|
|
86
|
+
"\n\n" +
|
|
87
|
+
"Selezione data:\n" +
|
|
88
|
+
"- Usa \xab, \xbb per selezionare l'anno\n" +
|
|
89
|
+
"- Usa " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " per i mesi\n" +
|
|
90
|
+
"- Tieni premuto a lungo il mouse per accedere alle funzioni di selezione veloce.";
|
|
91
|
+
Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
|
92
|
+
"Selezione orario:\n" +
|
|
93
|
+
"- Clicca sul numero per incrementarlo\n" +
|
|
94
|
+
"- o Shift+click per decrementarlo\n" +
|
|
95
|
+
"- o click e sinistra o destra per variarlo.";
|
|
96
|
+
|
|
97
|
+
Calendar._TT["PREV_YEAR"] = "Anno prec.(clicca a lungo per il menù)";
|
|
98
|
+
Calendar._TT["PREV_MONTH"] = "Mese prec. (clicca a lungo per il menù)";
|
|
99
|
+
Calendar._TT["GO_TODAY"] = "Oggi";
|
|
100
|
+
Calendar._TT["NEXT_MONTH"] = "Pross. mese (clicca a lungo per il menù)";
|
|
101
|
+
Calendar._TT["NEXT_YEAR"] = "Pross. anno (clicca a lungo per il menù)";
|
|
102
|
+
Calendar._TT["SEL_DATE"] = "Seleziona data";
|
|
103
|
+
Calendar._TT["DRAG_TO_MOVE"] = "Trascina per spostarlo";
|
|
104
|
+
Calendar._TT["PART_TODAY"] = " (oggi)";
|
|
105
|
+
|
|
106
|
+
// the following is to inform that "%s" is to be the first day of week
|
|
107
|
+
// %s will be replaced with the day name.
|
|
108
|
+
Calendar._TT["DAY_FIRST"] = "Mostra prima %s";
|
|
109
|
+
|
|
110
|
+
// This may be locale-dependent. It specifies the week-end days, as an array
|
|
111
|
+
// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
|
|
112
|
+
// means Monday, etc.
|
|
113
|
+
Calendar._TT["WEEKEND"] = "0,6";
|
|
114
|
+
|
|
115
|
+
Calendar._TT["CLOSE"] = "Chiudi";
|
|
116
|
+
Calendar._TT["TODAY"] = "Oggi";
|
|
117
|
+
Calendar._TT["TIME_PART"] = "(Shift-)Click o trascina per cambiare il valore";
|
|
118
|
+
|
|
119
|
+
// date formats
|
|
120
|
+
Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y";
|
|
121
|
+
Calendar._TT["TT_DATE_FORMAT"] = "%a:%b:%e";
|
|
122
|
+
|
|
123
|
+
Calendar._TT["WK"] = "set";
|
|
124
|
+
Calendar._TT["TIME"] = "Ora:";
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// ** I18N
|
|
2
|
+
Calendar._DN = new Array
|
|
3
|
+
("��",
|
|
4
|
+
"��",
|
|
5
|
+
"��",
|
|
6
|
+
"��",
|
|
7
|
+
"��",
|
|
8
|
+
"��",
|
|
9
|
+
"�y",
|
|
10
|
+
"��");
|
|
11
|
+
Calendar._MN = new Array
|
|
12
|
+
("1��",
|
|
13
|
+
"2��",
|
|
14
|
+
"3��",
|
|
15
|
+
"4��",
|
|
16
|
+
"5��",
|
|
17
|
+
"6��",
|
|
18
|
+
"7��",
|
|
19
|
+
"8��",
|
|
20
|
+
"9��",
|
|
21
|
+
"10��",
|
|
22
|
+
"11��",
|
|
23
|
+
"12��");
|
|
24
|
+
|
|
25
|
+
// tooltips
|
|
26
|
+
Calendar._TT = {};
|
|
27
|
+
Calendar._TT["TOGGLE"] = "�T�̍ŏ��̗j�����ւ�";
|
|
28
|
+
Calendar._TT["PREV_YEAR"] = "�O�N";
|
|
29
|
+
Calendar._TT["PREV_MONTH"] = "�O��";
|
|
30
|
+
Calendar._TT["GO_TODAY"] = "����";
|
|
31
|
+
Calendar._TT["NEXT_MONTH"] = "����";
|
|
32
|
+
Calendar._TT["NEXT_YEAR"] = "���N";
|
|
33
|
+
Calendar._TT["SEL_DATE"] = "���t�I��";
|
|
34
|
+
Calendar._TT["DRAG_TO_MOVE"] = "�E�B���h�E�̈ړ�";
|
|
35
|
+
Calendar._TT["PART_TODAY"] = " (����)";
|
|
36
|
+
Calendar._TT["MON_FIRST"] = "���j����擪��";
|
|
37
|
+
Calendar._TT["SUN_FIRST"] = "���j����擪��";
|
|
38
|
+
Calendar._TT["CLOSE"] = "����";
|
|
39
|
+
Calendar._TT["TODAY"] = "����";
|
|
40
|
+
|
|
41
|
+
// date formats
|
|
42
|
+
Calendar._TT["DEF_DATE_FORMAT"] = "y-mm-dd";
|
|
43
|
+
Calendar._TT["TT_DATE_FORMAT"] = "%m�� %d�� (%a)";
|
|
44
|
+
|
|
45
|
+
Calendar._TT["WK"] = "�T";
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
// ** I18N
|
|
2
|
+
|
|
3
|
+
// Calendar EN language
|
|
4
|
+
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
|
|
5
|
+
// Translation: Yourim Yi <yyi@yourim.net>
|
|
6
|
+
// Encoding: EUC-KR
|
|
7
|
+
// lang : ko
|
|
8
|
+
// Distributed under the same terms as the calendar itself.
|
|
9
|
+
|
|
10
|
+
// For translators: please use UTF-8 if possible. We strongly believe that
|
|
11
|
+
// Unicode is the answer to a real internationalized world. Also please
|
|
12
|
+
// include your contact information in the header, as can be seen above.
|
|
13
|
+
|
|
14
|
+
// full day names
|
|
15
|
+
|
|
16
|
+
Calendar._DN = new Array
|
|
17
|
+
("일요일",
|
|
18
|
+
"월요일",
|
|
19
|
+
"화요일",
|
|
20
|
+
"수요일",
|
|
21
|
+
"목요일",
|
|
22
|
+
"금요일",
|
|
23
|
+
"토요일",
|
|
24
|
+
"일요일");
|
|
25
|
+
|
|
26
|
+
// Please note that the following array of short day names (and the same goes
|
|
27
|
+
// for short month names, _SMN) isn't absolutely necessary. We give it here
|
|
28
|
+
// for exemplification on how one can customize the short day names, but if
|
|
29
|
+
// they are simply the first N letters of the full name you can simply say:
|
|
30
|
+
//
|
|
31
|
+
// Calendar._SDN_len = N; // short day name length
|
|
32
|
+
// Calendar._SMN_len = N; // short month name length
|
|
33
|
+
//
|
|
34
|
+
// If N = 3 then this is not needed either since we assume a value of 3 if not
|
|
35
|
+
// present, to be compatible with translation files that were written before
|
|
36
|
+
// this feature.
|
|
37
|
+
|
|
38
|
+
// short day names
|
|
39
|
+
Calendar._SDN = new Array
|
|
40
|
+
("일",
|
|
41
|
+
"월",
|
|
42
|
+
"화",
|
|
43
|
+
"수",
|
|
44
|
+
"목",
|
|
45
|
+
"금",
|
|
46
|
+
"토",
|
|
47
|
+
"일");
|
|
48
|
+
|
|
49
|
+
// full month names
|
|
50
|
+
Calendar._MN = new Array
|
|
51
|
+
("1월",
|
|
52
|
+
"2월",
|
|
53
|
+
"3월",
|
|
54
|
+
"4월",
|
|
55
|
+
"5월",
|
|
56
|
+
"6월",
|
|
57
|
+
"7월",
|
|
58
|
+
"8월",
|
|
59
|
+
"9월",
|
|
60
|
+
"10월",
|
|
61
|
+
"11월",
|
|
62
|
+
"12월");
|
|
63
|
+
|
|
64
|
+
// short month names
|
|
65
|
+
Calendar._SMN = new Array
|
|
66
|
+
("1",
|
|
67
|
+
"2",
|
|
68
|
+
"3",
|
|
69
|
+
"4",
|
|
70
|
+
"5",
|
|
71
|
+
"6",
|
|
72
|
+
"7",
|
|
73
|
+
"8",
|
|
74
|
+
"9",
|
|
75
|
+
"10",
|
|
76
|
+
"11",
|
|
77
|
+
"12");
|
|
78
|
+
|
|
79
|
+
// tooltips
|
|
80
|
+
Calendar._TT = {};
|
|
81
|
+
Calendar._TT["INFO"] = "calendar 에 대해서";
|
|
82
|
+
|
|
83
|
+
Calendar._TT["ABOUT"] =
|
|
84
|
+
"DHTML Date/Time Selector\n" +
|
|
85
|
+
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
|
|
86
|
+
"\n"+
|
|
87
|
+
"최신 버전을 받으시려면 http://www.dynarch.com/projects/calendar/ 에 방문하세요\n" +
|
|
88
|
+
"\n"+
|
|
89
|
+
"GNU LGPL 라이센스로 배포됩니다. \n"+
|
|
90
|
+
"라이센스에 대한 자세한 내용은 http://gnu.org/licenses/lgpl.html 을 읽으세요." +
|
|
91
|
+
"\n\n" +
|
|
92
|
+
"날짜 선택:\n" +
|
|
93
|
+
"- 연도를 선택하려면 \xab, \xbb 버튼을 사용합니다\n" +
|
|
94
|
+
"- 달을 선택하려면 " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " 버튼을 누르세요\n" +
|
|
95
|
+
"- 계속 누르고 있으면 위 값들을 빠르게 선택하실 수 있습니다.";
|
|
96
|
+
Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
|
97
|
+
"시간 선택:\n" +
|
|
98
|
+
"- 마우스로 누르면 시간이 증가합니다\n" +
|
|
99
|
+
"- Shift 키와 함께 누르면 감소합니다\n" +
|
|
100
|
+
"- 누른 상태에서 마우스를 움직이면 좀 더 빠르게 값이 변합니다.\n";
|
|
101
|
+
|
|
102
|
+
Calendar._TT["PREV_YEAR"] = "지난 해 (길게 누르면 목록)";
|
|
103
|
+
Calendar._TT["PREV_MONTH"] = "지난 달 (길게 누르면 목록)";
|
|
104
|
+
Calendar._TT["GO_TODAY"] = "오늘 날짜로";
|
|
105
|
+
Calendar._TT["NEXT_MONTH"] = "다음 달 (길게 누르면 목록)";
|
|
106
|
+
Calendar._TT["NEXT_YEAR"] = "다음 해 (길게 누르면 목록)";
|
|
107
|
+
Calendar._TT["SEL_DATE"] = "날짜를 선택하세요";
|
|
108
|
+
Calendar._TT["DRAG_TO_MOVE"] = "마우스 드래그로 이동 하세요";
|
|
109
|
+
Calendar._TT["PART_TODAY"] = " (오늘)";
|
|
110
|
+
Calendar._TT["MON_FIRST"] = "월요일을 한 주의 시작 요일로";
|
|
111
|
+
Calendar._TT["SUN_FIRST"] = "일요일을 한 주의 시작 요일로";
|
|
112
|
+
Calendar._TT["CLOSE"] = "닫기";
|
|
113
|
+
Calendar._TT["TODAY"] = "오늘";
|
|
114
|
+
Calendar._TT["TIME_PART"] = "(Shift-)클릭 또는 드래그 하세요";
|
|
115
|
+
|
|
116
|
+
// date formats
|
|
117
|
+
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
|
|
118
|
+
Calendar._TT["TT_DATE_FORMAT"] = "%b/%e [%a]";
|
|
119
|
+
|
|
120
|
+
Calendar._TT["WK"] = "주";
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
// ** I18N
|
|
2
|
+
|
|
3
|
+
// Calendar EN language
|
|
4
|
+
// Author: Mihai Bazon, <mihai_bazon@yahoo.com>
|
|
5
|
+
// Translation: Yourim Yi <yyi@yourim.net>
|
|
6
|
+
// Encoding: EUC-KR
|
|
7
|
+
// lang : ko
|
|
8
|
+
// Distributed under the same terms as the calendar itself.
|
|
9
|
+
|
|
10
|
+
// For translators: please use UTF-8 if possible. We strongly believe that
|
|
11
|
+
// Unicode is the answer to a real internationalized world. Also please
|
|
12
|
+
// include your contact information in the header, as can be seen above.
|
|
13
|
+
|
|
14
|
+
// full day names
|
|
15
|
+
|
|
16
|
+
Calendar._DN = new Array
|
|
17
|
+
("�Ͽ���",
|
|
18
|
+
"������",
|
|
19
|
+
"ȭ����",
|
|
20
|
+
"������",
|
|
21
|
+
"�����",
|
|
22
|
+
"�ݿ���",
|
|
23
|
+
"�����",
|
|
24
|
+
"�Ͽ���");
|
|
25
|
+
|
|
26
|
+
// Please note that the following array of short day names (and the same goes
|
|
27
|
+
// for short month names, _SMN) isn't absolutely necessary. We give it here
|
|
28
|
+
// for exemplification on how one can customize the short day names, but if
|
|
29
|
+
// they are simply the first N letters of the full name you can simply say:
|
|
30
|
+
//
|
|
31
|
+
// Calendar._SDN_len = N; // short day name length
|
|
32
|
+
// Calendar._SMN_len = N; // short month name length
|
|
33
|
+
//
|
|
34
|
+
// If N = 3 then this is not needed either since we assume a value of 3 if not
|
|
35
|
+
// present, to be compatible with translation files that were written before
|
|
36
|
+
// this feature.
|
|
37
|
+
|
|
38
|
+
// short day names
|
|
39
|
+
Calendar._SDN = new Array
|
|
40
|
+
("��",
|
|
41
|
+
"��",
|
|
42
|
+
"ȭ",
|
|
43
|
+
"��",
|
|
44
|
+
"��",
|
|
45
|
+
"��",
|
|
46
|
+
"��",
|
|
47
|
+
"��");
|
|
48
|
+
|
|
49
|
+
// full month names
|
|
50
|
+
Calendar._MN = new Array
|
|
51
|
+
("1��",
|
|
52
|
+
"2��",
|
|
53
|
+
"3��",
|
|
54
|
+
"4��",
|
|
55
|
+
"5��",
|
|
56
|
+
"6��",
|
|
57
|
+
"7��",
|
|
58
|
+
"8��",
|
|
59
|
+
"9��",
|
|
60
|
+
"10��",
|
|
61
|
+
"11��",
|
|
62
|
+
"12��");
|
|
63
|
+
|
|
64
|
+
// short month names
|
|
65
|
+
Calendar._SMN = new Array
|
|
66
|
+
("1",
|
|
67
|
+
"2",
|
|
68
|
+
"3",
|
|
69
|
+
"4",
|
|
70
|
+
"5",
|
|
71
|
+
"6",
|
|
72
|
+
"7",
|
|
73
|
+
"8",
|
|
74
|
+
"9",
|
|
75
|
+
"10",
|
|
76
|
+
"11",
|
|
77
|
+
"12");
|
|
78
|
+
|
|
79
|
+
// tooltips
|
|
80
|
+
Calendar._TT = {};
|
|
81
|
+
Calendar._TT["INFO"] = "calendar �� ���ؼ�";
|
|
82
|
+
|
|
83
|
+
Calendar._TT["ABOUT"] =
|
|
84
|
+
"DHTML Date/Time Selector\n" +
|
|
85
|
+
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
|
|
86
|
+
"\n"+
|
|
87
|
+
"�ֽ� ������ �����÷��� http://www.dynarch.com/projects/calendar/ �� �湮�ϼ���\n" +
|
|
88
|
+
"\n"+
|
|
89
|
+
"GNU LGPL ���̼����� �����˴ϴ�. \n"+
|
|
90
|
+
"���̼����� ���� �ڼ��� ������ http://gnu.org/licenses/lgpl.html �� ��������." +
|
|
91
|
+
"\n\n" +
|
|
92
|
+
"��¥ ����:\n" +
|
|
93
|
+
"- ������ �����Ϸ��� \xab, \xbb ��ư�� ����մϴ�\n" +
|
|
94
|
+
"- ���� �����Ϸ��� " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ��ư�� ��������\n" +
|
|
95
|
+
"- ��� ������ ������ �� ������ ������ �����Ͻ� �� �ֽ��ϴ�.";
|
|
96
|
+
Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
|
97
|
+
"�ð� ����:\n" +
|
|
98
|
+
"- ���콺�� ������ �ð��� �����մϴ�\n" +
|
|
99
|
+
"- Shift Ű�� �Բ� ������ �����մϴ�\n" +
|
|
100
|
+
"- ���� ���¿��� ���콺�� �����̸� �� �� ������ ���� ���մϴ�.\n";
|
|
101
|
+
|
|
102
|
+
Calendar._TT["PREV_YEAR"] = "���� �� (��� ������ ���)";
|
|
103
|
+
Calendar._TT["PREV_MONTH"] = "���� �� (��� ������ ���)";
|
|
104
|
+
Calendar._TT["GO_TODAY"] = "���� ��¥��";
|
|
105
|
+
Calendar._TT["NEXT_MONTH"] = "���� �� (��� ������ ���)";
|
|
106
|
+
Calendar._TT["NEXT_YEAR"] = "���� �� (��� ������ ���)";
|
|
107
|
+
Calendar._TT["SEL_DATE"] = "��¥�� �����ϼ���";
|
|
108
|
+
Calendar._TT["DRAG_TO_MOVE"] = "���콺 �巡�� �̵� �ϼ���";
|
|
109
|
+
Calendar._TT["PART_TODAY"] = " (����)";
|
|
110
|
+
Calendar._TT["MON_FIRST"] = "�������� �� ���� ���� ���Ϸ�";
|
|
111
|
+
Calendar._TT["SUN_FIRST"] = "�Ͽ����� �� ���� ���� ���Ϸ�";
|
|
112
|
+
Calendar._TT["CLOSE"] = "�ݱ�";
|
|
113
|
+
Calendar._TT["TODAY"] = "����";
|
|
114
|
+
Calendar._TT["TIME_PART"] = "(Shift-)Ŭ�� �Ǵ� �巡�� �ϼ���";
|
|
115
|
+
|
|
116
|
+
// date formats
|
|
117
|
+
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
|
|
118
|
+
Calendar._TT["TT_DATE_FORMAT"] = "%b/%e [%a]";
|
|
119
|
+
|
|
120
|
+
Calendar._TT["WK"] = "��";
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
// ** I18N
|
|
2
|
+
|
|
3
|
+
// Calendar LT language
|
|
4
|
+
// Author: Martynas Majeris, <martynas@solmetra.lt>
|
|
5
|
+
// Encoding: UTF-8
|
|
6
|
+
// Distributed under the same terms as the calendar itself.
|
|
7
|
+
|
|
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
|
+
|
|
12
|
+
// full day names
|
|
13
|
+
Calendar._DN = new Array
|
|
14
|
+
("Sekmadienis",
|
|
15
|
+
"Pirmadienis",
|
|
16
|
+
"Antradienis",
|
|
17
|
+
"Trečiadienis",
|
|
18
|
+
"Ketvirtadienis",
|
|
19
|
+
"Pentadienis",
|
|
20
|
+
"Šeštadienis",
|
|
21
|
+
"Sekmadienis");
|
|
22
|
+
|
|
23
|
+
// Please note that the following array of short day names (and the same goes
|
|
24
|
+
// for short month names, _SMN) isn't absolutely necessary. We give it here
|
|
25
|
+
// for exemplification on how one can customize the short day names, but if
|
|
26
|
+
// they are simply the first N letters of the full name you can simply say:
|
|
27
|
+
//
|
|
28
|
+
// Calendar._SDN_len = N; // short day name length
|
|
29
|
+
// Calendar._SMN_len = N; // short month name length
|
|
30
|
+
//
|
|
31
|
+
// If N = 3 then this is not needed either since we assume a value of 3 if not
|
|
32
|
+
// present, to be compatible with translation files that were written before
|
|
33
|
+
// this feature.
|
|
34
|
+
|
|
35
|
+
// short day names
|
|
36
|
+
Calendar._SDN = new Array
|
|
37
|
+
("Sek",
|
|
38
|
+
"Pir",
|
|
39
|
+
"Ant",
|
|
40
|
+
"Tre",
|
|
41
|
+
"Ket",
|
|
42
|
+
"Pen",
|
|
43
|
+
"Šeš",
|
|
44
|
+
"Sek");
|
|
45
|
+
|
|
46
|
+
// full month names
|
|
47
|
+
Calendar._MN = new Array
|
|
48
|
+
("Sausis",
|
|
49
|
+
"Vasaris",
|
|
50
|
+
"Kovas",
|
|
51
|
+
"Balandis",
|
|
52
|
+
"Gegužė",
|
|
53
|
+
"Birželis",
|
|
54
|
+
"Liepa",
|
|
55
|
+
"Rugpjūtis",
|
|
56
|
+
"Rugsėjis",
|
|
57
|
+
"Spalis",
|
|
58
|
+
"Lapkritis",
|
|
59
|
+
"Gruodis");
|
|
60
|
+
|
|
61
|
+
// short month names
|
|
62
|
+
Calendar._SMN = new Array
|
|
63
|
+
("Sau",
|
|
64
|
+
"Vas",
|
|
65
|
+
"Kov",
|
|
66
|
+
"Bal",
|
|
67
|
+
"Geg",
|
|
68
|
+
"Bir",
|
|
69
|
+
"Lie",
|
|
70
|
+
"Rgp",
|
|
71
|
+
"Rgs",
|
|
72
|
+
"Spa",
|
|
73
|
+
"Lap",
|
|
74
|
+
"Gru");
|
|
75
|
+
|
|
76
|
+
// tooltips
|
|
77
|
+
Calendar._TT = {};
|
|
78
|
+
Calendar._TT["INFO"] = "Apie kalendorių";
|
|
79
|
+
|
|
80
|
+
Calendar._TT["ABOUT"] =
|
|
81
|
+
"DHTML Date/Time Selector\n" +
|
|
82
|
+
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
|
|
83
|
+
"Naujausią versiją rasite: http://www.dynarch.com/projects/calendar/\n" +
|
|
84
|
+
"Platinamas pagal GNU LGPL licenciją. Aplankykite http://gnu.org/licenses/lgpl.html" +
|
|
85
|
+
"\n\n" +
|
|
86
|
+
"Datos pasirinkimas:\n" +
|
|
87
|
+
"- Metų pasirinkimas: \xab, \xbb\n" +
|
|
88
|
+
"- Mėnesio pasirinkimas: " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + "\n" +
|
|
89
|
+
"- Nuspauskite ir laikykite pelės klavišą greitesniam pasirinkimui.";
|
|
90
|
+
Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
|
91
|
+
"Laiko pasirinkimas:\n" +
|
|
92
|
+
"- Spustelkite ant valandų arba minučių - skaičius padidės vienetu.\n" +
|
|
93
|
+
"- Jei spausite kartu su Shift, skaičius sumažės.\n" +
|
|
94
|
+
"- Greitam pasirinkimui spustelkite ir pajudinkite pelę.";
|
|
95
|
+
|
|
96
|
+
Calendar._TT["PREV_YEAR"] = "Ankstesni metai (laikykite, jei norite meniu)";
|
|
97
|
+
Calendar._TT["PREV_MONTH"] = "Ankstesnis mėnuo (laikykite, jei norite meniu)";
|
|
98
|
+
Calendar._TT["GO_TODAY"] = "Pasirinkti šiandieną";
|
|
99
|
+
Calendar._TT["NEXT_MONTH"] = "Kitas mėnuo (laikykite, jei norite meniu)";
|
|
100
|
+
Calendar._TT["NEXT_YEAR"] = "Kiti metai (laikykite, jei norite meniu)";
|
|
101
|
+
Calendar._TT["SEL_DATE"] = "Pasirinkite datą";
|
|
102
|
+
Calendar._TT["DRAG_TO_MOVE"] = "Tempkite";
|
|
103
|
+
Calendar._TT["PART_TODAY"] = " (šiandien)";
|
|
104
|
+
Calendar._TT["MON_FIRST"] = "Pirma savaitės diena - pirmadienis";
|
|
105
|
+
Calendar._TT["SUN_FIRST"] = "Pirma savaitės diena - sekmadienis";
|
|
106
|
+
Calendar._TT["CLOSE"] = "Uždaryti";
|
|
107
|
+
Calendar._TT["TODAY"] = "Šiandien";
|
|
108
|
+
Calendar._TT["TIME_PART"] = "Spustelkite arba tempkite jei norite pakeisti";
|
|
109
|
+
|
|
110
|
+
// date formats
|
|
111
|
+
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
|
|
112
|
+
Calendar._TT["TT_DATE_FORMAT"] = "%A, %Y-%m-%d";
|
|
113
|
+
|
|
114
|
+
Calendar._TT["WK"] = "sav";
|