data_grid 0.0.1 → 0.0.2
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.
- data/.rspec +3 -0
- data/CHANGELOG +5 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/Rakefile +1 -0
- data/app/assets/images/data_grid/calendar_view_month.png +0 -0
- data/app/assets/images/data_grid/csv.gif +0 -0
- data/app/assets/images/data_grid/delete.png +0 -0
- data/app/assets/images/data_grid/edit.png +0 -0
- data/app/assets/images/data_grid/no.png +0 -0
- data/app/assets/images/data_grid/sort_down.gif +0 -0
- data/app/assets/images/data_grid/sort_up.gif +0 -0
- data/app/assets/images/data_grid/yes.png +0 -0
- data/app/assets/javascripts/data_grid/data_grid.js +24 -0
- data/app/assets/javascripts/data_grid/grid_calendar/calendar-setup.js +200 -0
- data/app/assets/javascripts/data_grid/grid_calendar/calendar-setup_stripped.js +21 -0
- data/app/assets/javascripts/data_grid/grid_calendar/calendar.js +1819 -0
- data/app/assets/javascripts/data_grid/grid_calendar/calendar_original.js +1845 -0
- data/app/assets/javascripts/data_grid/grid_calendar/calendar_patched.js +1819 -0
- data/app/assets/javascripts/data_grid/grid_calendar/calendar_stripped.js +14 -0
- data/app/assets/javascripts/data_grid/grid_calendar/img.gif +0 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-af.js +39 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-al.js +101 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-bg.js +124 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-big5-utf8.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-big5.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-br.js +108 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-ca.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-cs-utf8.js +65 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-cs-win.js +65 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-da.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-de.js +124 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-du.js +45 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-el.js +89 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-en.js +127 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-es.js +129 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-fi.js +98 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-fr.js +125 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-he-utf8.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-hr-utf8.js +49 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-hr.js +0 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-hu.js +124 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-it.js +124 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-jp.js +45 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-ko-utf8.js +120 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-ko.js +120 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-lt-utf8.js +114 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-lt.js +114 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-lv.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-nl.js +73 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-no.js +114 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-pl-utf8.js +93 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-pl.js +56 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-pt.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-ro.js +66 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-ru.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-ru_win_.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-si.js +94 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-sk.js +99 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-sp.js +110 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-sv.js +93 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-tr.js +58 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/calendar-zh.js +119 -0
- data/app/assets/javascripts/data_grid/grid_calendar/lang/cn_utf8.js +123 -0
- data/app/assets/javascripts/data_grid/grid_calendar/menuarrow.gif +0 -0
- data/app/assets/javascripts/data_grid/grid_calendar/menuarrow2.gif +0 -0
- data/app/assets/stylesheets/data_grid/data_grid.css +90 -0
- data/app/assets/stylesheets/data_grid/data_grid_3_0.css +90 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-blue.css +233 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-blue2.css +237 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-brown.css +226 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-green.css +230 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-system.css +252 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-tas.css +240 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-win2k-1.css +272 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-win2k-2.css +272 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-win2k-cold-1.css +266 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/calendar-win2k-cold-2.css +272 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/img.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/menuarrow.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/menuarrow2.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/active-bg.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/dark-bg.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/hover-bg.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/menuarrow.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/normal-bg.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/rowhover-bg.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/status-bg.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/theme.css +236 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/title-bg.gif +0 -0
- data/app/assets/stylesheets/data_grid/grid_calendar/skins/aqua/today-bg.gif +0 -0
- data/app/views/data_grid/_data_grid.html.erb +101 -0
- data/config/locales/en.yml +10 -0
- data/data_grid.gemspec +27 -0
- data/lib/data_grid/column.rb +38 -0
- data/lib/data_grid/controller.rb +30 -0
- data/lib/data_grid/cookies_state_saver.rb +42 -0
- data/lib/data_grid/csv_exporter.rb +79 -0
- data/lib/data_grid/data_grid_logic.rb +175 -0
- data/lib/data_grid/data_source_array.rb +267 -0
- data/lib/data_grid/data_source_orm.rb +207 -0
- data/lib/data_grid/engine.rb +19 -0
- data/lib/data_grid/summaries.rb +34 -0
- data/lib/data_grid/version.rb +3 -0
- data/lib/data_grid/view_helpers.rb +271 -0
- data/lib/data_grid.rb +43 -0
- data/lib/generators/data_grid/copy_view_generator.rb +16 -0
- data/lib/generators/data_grid/install_generator.rb +29 -0
- data/lib/generators/templates/data_grid.rb +29 -0
- data/lib/generators/templates/stylesheets/data_grid/data_grid_3_0.css +90 -0
- data/spec/orm_spec.rb +57 -0
- data/spec/spec_helper.rb +15 -0
- data/spec/support/active_record.rb +17 -0
- metadata +118 -5
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* Croatian language file for the DHTML Calendar version 0.9.2
|
|
2
|
+
* Author Krunoslav Zubrinic <krunoslav.zubrinic@vip.hr>, June 2003.
|
|
3
|
+
* Feel free to use this script under the terms of the GNU Lesser General
|
|
4
|
+
* Public License, as long as you do not remove or alter this notice.
|
|
5
|
+
*/
|
|
6
|
+
Calendar._DN = new Array
|
|
7
|
+
("Nedjelja",
|
|
8
|
+
"Ponedjeljak",
|
|
9
|
+
"Utorak",
|
|
10
|
+
"Srijeda",
|
|
11
|
+
"Četvrtak",
|
|
12
|
+
"Petak",
|
|
13
|
+
"Subota",
|
|
14
|
+
"Nedjelja");
|
|
15
|
+
Calendar._MN = new Array
|
|
16
|
+
("Siječanj",
|
|
17
|
+
"Veljača",
|
|
18
|
+
"Ožujak",
|
|
19
|
+
"Travanj",
|
|
20
|
+
"Svibanj",
|
|
21
|
+
"Lipanj",
|
|
22
|
+
"Srpanj",
|
|
23
|
+
"Kolovoz",
|
|
24
|
+
"Rujan",
|
|
25
|
+
"Listopad",
|
|
26
|
+
"Studeni",
|
|
27
|
+
"Prosinac");
|
|
28
|
+
|
|
29
|
+
// tooltips
|
|
30
|
+
Calendar._TT = {};
|
|
31
|
+
Calendar._TT["TOGGLE"] = "Promjeni dan s kojim počinje tjedan";
|
|
32
|
+
Calendar._TT["PREV_YEAR"] = "Prethodna godina (dugi pritisak za meni)";
|
|
33
|
+
Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (dugi pritisak za meni)";
|
|
34
|
+
Calendar._TT["GO_TODAY"] = "Idi na tekući dan";
|
|
35
|
+
Calendar._TT["NEXT_MONTH"] = "Slijedeći mjesec (dugi pritisak za meni)";
|
|
36
|
+
Calendar._TT["NEXT_YEAR"] = "Slijedeća godina (dugi pritisak za meni)";
|
|
37
|
+
Calendar._TT["SEL_DATE"] = "Izaberite datum";
|
|
38
|
+
Calendar._TT["DRAG_TO_MOVE"] = "Pritisni i povuci za promjenu pozicije";
|
|
39
|
+
Calendar._TT["PART_TODAY"] = " (today)";
|
|
40
|
+
Calendar._TT["MON_FIRST"] = "Prikaži ponedjeljak kao prvi dan";
|
|
41
|
+
Calendar._TT["SUN_FIRST"] = "Prikaži nedjelju kao prvi dan";
|
|
42
|
+
Calendar._TT["CLOSE"] = "Zatvori";
|
|
43
|
+
Calendar._TT["TODAY"] = "Danas";
|
|
44
|
+
|
|
45
|
+
// date formats
|
|
46
|
+
Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y";
|
|
47
|
+
Calendar._TT["TT_DATE_FORMAT"] = "DD, dd.mm.y";
|
|
48
|
+
|
|
49
|
+
Calendar._TT["WK"] = "Tje";
|
|
Binary file
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
// ** I18N
|
|
2
|
+
|
|
3
|
+
// Calendar HU language
|
|
4
|
+
// Author: ???
|
|
5
|
+
// Modifier: KARASZI Istvan, <jscalendar@spam.raszi.hu>
|
|
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
|
+
("Vas�rnap",
|
|
16
|
+
"H�tf�",
|
|
17
|
+
"Kedd",
|
|
18
|
+
"Szerda",
|
|
19
|
+
"Cs�t�rt�k",
|
|
20
|
+
"P�ntek",
|
|
21
|
+
"Szombat",
|
|
22
|
+
"Vas�rnap");
|
|
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
|
+
("v",
|
|
39
|
+
"h",
|
|
40
|
+
"k",
|
|
41
|
+
"sze",
|
|
42
|
+
"cs",
|
|
43
|
+
"p",
|
|
44
|
+
"szo",
|
|
45
|
+
"v");
|
|
46
|
+
|
|
47
|
+
// full month names
|
|
48
|
+
Calendar._MN = new Array
|
|
49
|
+
("janu�r",
|
|
50
|
+
"febru�r",
|
|
51
|
+
"m�rcius",
|
|
52
|
+
"�prilis",
|
|
53
|
+
"m�jus",
|
|
54
|
+
"j�nius",
|
|
55
|
+
"j�lius",
|
|
56
|
+
"augusztus",
|
|
57
|
+
"szeptember",
|
|
58
|
+
"okt�ber",
|
|
59
|
+
"november",
|
|
60
|
+
"december");
|
|
61
|
+
|
|
62
|
+
// short month names
|
|
63
|
+
Calendar._SMN = new Array
|
|
64
|
+
("jan",
|
|
65
|
+
"feb",
|
|
66
|
+
"m�r",
|
|
67
|
+
"�pr",
|
|
68
|
+
"m�j",
|
|
69
|
+
"j�n",
|
|
70
|
+
"j�l",
|
|
71
|
+
"aug",
|
|
72
|
+
"sze",
|
|
73
|
+
"okt",
|
|
74
|
+
"nov",
|
|
75
|
+
"dec");
|
|
76
|
+
|
|
77
|
+
// tooltips
|
|
78
|
+
Calendar._TT = {};
|
|
79
|
+
Calendar._TT["INFO"] = "A kalend�riumr�l";
|
|
80
|
+
|
|
81
|
+
Calendar._TT["ABOUT"] =
|
|
82
|
+
"DHTML d�tum/id� kiv�laszt�\n" +
|
|
83
|
+
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
|
|
84
|
+
"a legfrissebb verzi� megtal�lhat�: http://www.dynarch.com/projects/calendar/\n" +
|
|
85
|
+
"GNU LGPL alatt terjesztve. L�sd a http://gnu.org/licenses/lgpl.html oldalt a r�szletekhez." +
|
|
86
|
+
"\n\n" +
|
|
87
|
+
"D�tum v�laszt�s:\n" +
|
|
88
|
+
"- haszn�lja a \xab, \xbb gombokat az �v kiv�laszt�s�hoz\n" +
|
|
89
|
+
"- haszn�lja a " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " gombokat a h�nap kiv�laszt�s�hoz\n" +
|
|
90
|
+
"- tartsa lenyomva az eg�rgombot a gyors v�laszt�shoz.";
|
|
91
|
+
Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
|
92
|
+
"Id� v�laszt�s:\n" +
|
|
93
|
+
"- kattintva n�velheti az id�t\n" +
|
|
94
|
+
"- shift-tel kattintva cs�kkentheti\n" +
|
|
95
|
+
"- lenyomva tartva �s h�zva gyorsabban kiv�laszthatja.";
|
|
96
|
+
|
|
97
|
+
Calendar._TT["PREV_YEAR"] = "El�z� �v (tartsa nyomva a men�h�z)";
|
|
98
|
+
Calendar._TT["PREV_MONTH"] = "El�z� h�nap (tartsa nyomva a men�h�z)";
|
|
99
|
+
Calendar._TT["GO_TODAY"] = "Mai napra ugr�s";
|
|
100
|
+
Calendar._TT["NEXT_MONTH"] = "K�v. h�nap (tartsa nyomva a men�h�z)";
|
|
101
|
+
Calendar._TT["NEXT_YEAR"] = "K�v. �v (tartsa nyomva a men�h�z)";
|
|
102
|
+
Calendar._TT["SEL_DATE"] = "V�lasszon d�tumot";
|
|
103
|
+
Calendar._TT["DRAG_TO_MOVE"] = "H�zza a mozgat�shoz";
|
|
104
|
+
Calendar._TT["PART_TODAY"] = " (ma)";
|
|
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"] = "%s legyen a h�t els� napja";
|
|
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"] = "Bez�r";
|
|
116
|
+
Calendar._TT["TODAY"] = "Ma";
|
|
117
|
+
Calendar._TT["TIME_PART"] = "(Shift-)Klikk vagy h�z�s az �rt�k v�ltoztat�s�hoz";
|
|
118
|
+
|
|
119
|
+
// date formats
|
|
120
|
+
Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
|
|
121
|
+
Calendar._TT["TT_DATE_FORMAT"] = "%b %e, %a";
|
|
122
|
+
|
|
123
|
+
Calendar._TT["WK"] = "h�t";
|
|
124
|
+
Calendar._TT["TIME"] = "id�:";
|
|
@@ -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"] = "��";
|