calendariffic 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. data/LICENSE +21 -0
  2. data/README +76 -0
  3. data/Rakefile +175 -0
  4. data/assets/images/calendariffic/calendar.png +0 -0
  5. data/assets/images/calendariffic/date.png +0 -0
  6. data/assets/images/calendariffic/date_add.png +0 -0
  7. data/assets/images/calendariffic/date_delete.png +0 -0
  8. data/assets/images/calendariffic/date_edit.png +0 -0
  9. data/assets/images/calendariffic/date_error.png +0 -0
  10. data/assets/images/calendariffic/date_go.png +0 -0
  11. data/assets/images/calendariffic/date_link.png +0 -0
  12. data/assets/images/calendariffic/date_magnify.png +0 -0
  13. data/assets/images/calendariffic/date_next.png +0 -0
  14. data/assets/images/calendariffic/date_previous.png +0 -0
  15. data/assets/images/calendariffic/img.gif +0 -0
  16. data/assets/images/calendariffic/menuarrow.gif +0 -0
  17. data/assets/images/calendariffic/menuarrow2.gif +0 -0
  18. data/assets/images/calendariffic/skins/aqua/active-bg.gif +0 -0
  19. data/assets/images/calendariffic/skins/aqua/dark-bg.gif +0 -0
  20. data/assets/images/calendariffic/skins/aqua/hover-bg.gif +0 -0
  21. data/assets/images/calendariffic/skins/aqua/menuarrow.gif +0 -0
  22. data/assets/images/calendariffic/skins/aqua/normal-bg.gif +0 -0
  23. data/assets/images/calendariffic/skins/aqua/rowhover-bg.gif +0 -0
  24. data/assets/images/calendariffic/skins/aqua/status-bg.gif +0 -0
  25. data/assets/images/calendariffic/skins/aqua/theme.css +236 -0
  26. data/assets/images/calendariffic/skins/aqua/title-bg.gif +0 -0
  27. data/assets/images/calendariffic/skins/aqua/today-bg.gif +0 -0
  28. data/assets/javascripts/calendariffic/ChangeLog +761 -0
  29. data/assets/javascripts/calendariffic/README +33 -0
  30. data/assets/javascripts/calendariffic/calendar-setup.js +211 -0
  31. data/assets/javascripts/calendariffic/calendar-setup_stripped.js +21 -0
  32. data/assets/javascripts/calendariffic/calendar.js +1799 -0
  33. data/assets/javascripts/calendariffic/calendar_stripped.js +14 -0
  34. data/assets/javascripts/calendariffic/doc/html/field-button.jpg +0 -0
  35. data/assets/javascripts/calendariffic/doc/html/reference-Z-S.css +193 -0
  36. data/assets/javascripts/calendariffic/doc/html/reference.css +34 -0
  37. data/assets/javascripts/calendariffic/doc/html/reference.html +1738 -0
  38. data/assets/javascripts/calendariffic/doc/reference.pdf +0 -0
  39. data/assets/javascripts/calendariffic/lang/calendar-af.js +44 -0
  40. data/assets/javascripts/calendariffic/lang/calendar-al.js +106 -0
  41. data/assets/javascripts/calendariffic/lang/calendar-bg.js +129 -0
  42. data/assets/javascripts/calendariffic/lang/calendar-big5-utf8.js +128 -0
  43. data/assets/javascripts/calendariffic/lang/calendar-big5.js +128 -0
  44. data/assets/javascripts/calendariffic/lang/calendar-br.js +113 -0
  45. data/assets/javascripts/calendariffic/lang/calendar-ca.js +128 -0
  46. data/assets/javascripts/calendariffic/lang/calendar-cs-utf8.js +71 -0
  47. data/assets/javascripts/calendariffic/lang/calendar-cs-win.js +71 -0
  48. data/assets/javascripts/calendariffic/lang/calendar-da.js +128 -0
  49. data/assets/javascripts/calendariffic/lang/calendar-de.js +128 -0
  50. data/assets/javascripts/calendariffic/lang/calendar-du.js +50 -0
  51. data/assets/javascripts/calendariffic/lang/calendar-el.js +94 -0
  52. data/assets/javascripts/calendariffic/lang/calendar-en.js +127 -0
  53. data/assets/javascripts/calendariffic/lang/calendar-es.js +129 -0
  54. data/assets/javascripts/calendariffic/lang/calendar-fi.js +103 -0
  55. data/assets/javascripts/calendariffic/lang/calendar-fr.js +130 -0
  56. data/assets/javascripts/calendariffic/lang/calendar-he-utf8.js +128 -0
  57. data/assets/javascripts/calendariffic/lang/calendar-hr-utf8.js +54 -0
  58. data/assets/javascripts/calendariffic/lang/calendar-hr.js +0 -0
  59. data/assets/javascripts/calendariffic/lang/calendar-hu.js +129 -0
  60. data/assets/javascripts/calendariffic/lang/calendar-it.js +129 -0
  61. data/assets/javascripts/calendariffic/lang/calendar-jp.js +50 -0
  62. data/assets/javascripts/calendariffic/lang/calendar-ko-utf8.js +125 -0
  63. data/assets/javascripts/calendariffic/lang/calendar-ko.js +125 -0
  64. data/assets/javascripts/calendariffic/lang/calendar-lt-utf8.js +119 -0
  65. data/assets/javascripts/calendariffic/lang/calendar-lt.js +119 -0
  66. data/assets/javascripts/calendariffic/lang/calendar-lv.js +128 -0
  67. data/assets/javascripts/calendariffic/lang/calendar-nl.js +79 -0
  68. data/assets/javascripts/calendariffic/lang/calendar-no.js +119 -0
  69. data/assets/javascripts/calendariffic/lang/calendar-pl-utf8.js +100 -0
  70. data/assets/javascripts/calendariffic/lang/calendar-pl.js +61 -0
  71. data/assets/javascripts/calendariffic/lang/calendar-pt.js +128 -0
  72. data/assets/javascripts/calendariffic/lang/calendar-ro.js +71 -0
  73. data/assets/javascripts/calendariffic/lang/calendar-ru.js +128 -0
  74. data/assets/javascripts/calendariffic/lang/calendar-ru_win_.js +128 -0
  75. data/assets/javascripts/calendariffic/lang/calendar-si.js +101 -0
  76. data/assets/javascripts/calendariffic/lang/calendar-sk.js +104 -0
  77. data/assets/javascripts/calendariffic/lang/calendar-sp.js +115 -0
  78. data/assets/javascripts/calendariffic/lang/calendar-sv.js +98 -0
  79. data/assets/javascripts/calendariffic/lang/calendar-tr.js +63 -0
  80. data/assets/javascripts/calendariffic/lang/calendar-zh.js +124 -0
  81. data/assets/javascripts/calendariffic/lang/cn_utf8.js +128 -0
  82. data/assets/stylesheets/calendariffic/calendar-blue.css +232 -0
  83. data/assets/stylesheets/calendariffic/calendar-blue2.css +236 -0
  84. data/assets/stylesheets/calendariffic/calendar-brown.css +225 -0
  85. data/assets/stylesheets/calendariffic/calendar-green.css +229 -0
  86. data/assets/stylesheets/calendariffic/calendar-system.css +251 -0
  87. data/assets/stylesheets/calendariffic/calendar-tas.css +239 -0
  88. data/assets/stylesheets/calendariffic/calendar-win2k-1.css +271 -0
  89. data/assets/stylesheets/calendariffic/calendar-win2k-2.css +271 -0
  90. data/assets/stylesheets/calendariffic/calendar-win2k-cold-1.css +265 -0
  91. data/assets/stylesheets/calendariffic/calendar-win2k-cold-2.css +271 -0
  92. data/calendariffic.gemspec +167 -0
  93. data/doc/created.rid +1 -0
  94. data/doc/files/README.html +263 -0
  95. data/doc/fr_class_index.html +27 -0
  96. data/doc/fr_file_index.html +28 -0
  97. data/doc/fr_method_index.html +27 -0
  98. data/doc/index.html +24 -0
  99. data/doc/rdoc-style.css +208 -0
  100. data/init.rb +2 -0
  101. data/install.rb +6 -0
  102. data/lib/calendariffic.rb +73 -0
  103. data/rails/init.rb +1 -0
  104. data/tasks/calendariffic_tasks.rake +4 -0
  105. data/test/calendariffic_test.rb +8 -0
  106. data/uninstall.rb +1 -0
  107. metadata +181 -0
@@ -0,0 +1,115 @@
1
+ // ** I18N
2
+
3
+ // Calendar SP language
4
+ // Author: Rafael Velasco <rvu_at_idecnet_dot_com>
5
+ // Encoding: any
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
+ ("Domingo",
15
+ "Lunes",
16
+ "Martes",
17
+ "Miercoles",
18
+ "Jueves",
19
+ "Viernes",
20
+ "Sabado",
21
+ "Domingo");
22
+
23
+ Calendar._SDN = new Array
24
+ ("Dom",
25
+ "Lun",
26
+ "Mar",
27
+ "Mie",
28
+ "Jue",
29
+ "Vie",
30
+ "Sab",
31
+ "Dom");
32
+
33
+ // First day of the week. "0" means display Sunday first, "1" means display
34
+ // Monday first, etc.
35
+ Calendar._FD = 0;
36
+
37
+
38
+ // full month names
39
+ Calendar._MN = new Array
40
+ ("Enero",
41
+ "Febrero",
42
+ "Marzo",
43
+ "Abril",
44
+ "Mayo",
45
+ "Junio",
46
+ "Julio",
47
+ "Agosto",
48
+ "Septiembre",
49
+ "Octubre",
50
+ "Noviembre",
51
+ "Diciembre");
52
+
53
+ // short month names
54
+ Calendar._SMN = new Array
55
+ ("Ene",
56
+ "Feb",
57
+ "Mar",
58
+ "Abr",
59
+ "May",
60
+ "Jun",
61
+ "Jul",
62
+ "Ago",
63
+ "Sep",
64
+ "Oct",
65
+ "Nov",
66
+ "Dic");
67
+
68
+ // tooltips
69
+ Calendar._TT = {};
70
+ Calendar._TT["INFO"] = "Informaci�n del Calendario";
71
+
72
+ Calendar._TT["ABOUT"] =
73
+ "DHTML Date/Time Selector\n" +
74
+ "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
75
+ "Nuevas versiones en: http://www.dynarch.com/projects/calendar/\n" +
76
+ "Distribuida bajo licencia GNU LGPL. Para detalles vea http://gnu.org/licenses/lgpl.html ." +
77
+ "\n\n" +
78
+ "Selecci�n de Fechas:\n" +
79
+ "- Use \xab, \xbb para seleccionar el a�o\n" +
80
+ "- Use " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " para seleccionar el mes\n" +
81
+ "- Mantenga presionado el bot�n del rat�n en cualquiera de las opciones superiores para un acceso rapido .";
82
+ Calendar._TT["ABOUT_TIME"] = "\n\n" +
83
+ "Selecci�n del Reloj:\n" +
84
+ "- Seleccione la hora para cambiar el reloj\n" +
85
+ "- o presione Shift-click para disminuirlo\n" +
86
+ "- o presione click y arrastre del rat�n para una selecci�n rapida.";
87
+
88
+ Calendar._TT["PREV_YEAR"] = "A�o anterior (Presione para menu)";
89
+ Calendar._TT["PREV_MONTH"] = "Mes Anterior (Presione para menu)";
90
+ Calendar._TT["GO_TODAY"] = "Ir a Hoy";
91
+ Calendar._TT["NEXT_MONTH"] = "Mes Siguiente (Presione para menu)";
92
+ Calendar._TT["NEXT_YEAR"] = "A�o Siguiente (Presione para menu)";
93
+ Calendar._TT["SEL_DATE"] = "Seleccione fecha";
94
+ Calendar._TT["DRAG_TO_MOVE"] = "Arrastre y mueva";
95
+ Calendar._TT["PART_TODAY"] = " (Hoy)";
96
+
97
+ // the following is to inform that "%s" is to be the first day of week
98
+ // %s will be replaced with the day name.
99
+ Calendar._TT["DAY_FIRST"] = "Mostrar %s primero";
100
+
101
+ // This may be locale-dependent. It specifies the week-end days, as an array
102
+ // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
103
+ // means Monday, etc.
104
+ Calendar._TT["WEEKEND"] = "0,6";
105
+
106
+ Calendar._TT["CLOSE"] = "Cerrar";
107
+ Calendar._TT["TODAY"] = "Hoy";
108
+ Calendar._TT["TIME_PART"] = "(Shift-)Click o arrastra para cambar el valor";
109
+
110
+ // date formats
111
+ Calendar._TT["DEF_DATE_FORMAT"] = "%dd-%mm-%yy";
112
+ Calendar._TT["TT_DATE_FORMAT"] = "%A, %e de %B de %Y";
113
+
114
+ Calendar._TT["WK"] = "Sm";
115
+ Calendar._TT["TIME"] = "Hora:";
@@ -0,0 +1,98 @@
1
+ // ** I18N
2
+
3
+ // Calendar SV language (Swedish, svenska)
4
+ // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
5
+ // Translation team: <sv@li.org>
6
+ // Translator: Leonard Norrg�rd <leonard.norrgard@refactor.fi>
7
+ // Last translator: Leonard Norrg�rd <leonard.norrgard@refactor.fi>
8
+ // Encoding: iso-latin-1
9
+ // Distributed under the same terms as the calendar itself.
10
+
11
+ // For translators: please use UTF-8 if possible. We strongly believe that
12
+ // Unicode is the answer to a real internationalized world. Also please
13
+ // include your contact information in the header, as can be seen above.
14
+
15
+ // full day names
16
+ Calendar._DN = new Array
17
+ ("s�ndag",
18
+ "m�ndag",
19
+ "tisdag",
20
+ "onsdag",
21
+ "torsdag",
22
+ "fredag",
23
+ "l�rdag",
24
+ "s�ndag");
25
+
26
+ // First day of the week. "0" means display Sunday first, "1" means display
27
+ // Monday first, etc.
28
+ Calendar._FD = 0;
29
+
30
+
31
+ // Please note that the following array of short day names (and the same goes
32
+ // for short month names, _SMN) isn't absolutely necessary. We give it here
33
+ // for exemplification on how one can customize the short day names, but if
34
+ // they are simply the first N letters of the full name you can simply say:
35
+ //
36
+ // Calendar._SDN_len = N; // short day name length
37
+ // Calendar._SMN_len = N; // short month name length
38
+ //
39
+ // If N = 3 then this is not needed either since we assume a value of 3 if not
40
+ // present, to be compatible with translation files that were written before
41
+ // this feature.
42
+ Calendar._SDN_len = 2;
43
+ Calendar._SMN_len = 3;
44
+
45
+ // full month names
46
+ Calendar._MN = new Array
47
+ ("januari",
48
+ "februari",
49
+ "mars",
50
+ "april",
51
+ "maj",
52
+ "juni",
53
+ "juli",
54
+ "augusti",
55
+ "september",
56
+ "oktober",
57
+ "november",
58
+ "december");
59
+
60
+ // tooltips
61
+ Calendar._TT = {};
62
+ Calendar._TT["INFO"] = "Om kalendern";
63
+
64
+ Calendar._TT["ABOUT"] =
65
+ "DHTML Datum/tid-v�ljare\n" +
66
+ "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
67
+ "F�r senaste version g� till: http://www.dynarch.com/projects/calendar/\n" +
68
+ "Distribueras under GNU LGPL. Se http://gnu.org/licenses/lgpl.html f�r detaljer." +
69
+ "\n\n" +
70
+ "Val av datum:\n" +
71
+ "- Anv�nd knapparna \xab, \xbb f�r att v�lja �r\n" +
72
+ "- Anv�nd knapparna " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " f�r att v�lja m�nad\n" +
73
+ "- H�ll musknappen nedtryckt p� n�gon av ovanst�ende knappar f�r snabbare val.";
74
+ Calendar._TT["ABOUT_TIME"] = "\n\n" +
75
+ "Val av tid:\n" +
76
+ "- Klicka p� en del av tiden f�r att �ka den delen\n" +
77
+ "- eller skift-klicka f�r att minska den\n" +
78
+ "- eller klicka och drag f�r snabbare val.";
79
+
80
+ Calendar._TT["PREV_YEAR"] = "F�reg�ende �r (h�ll f�r menu)";
81
+ Calendar._TT["PREV_MONTH"] = "F�reg�ende m�nad (h�ll f�r menu)";
82
+ Calendar._TT["GO_TODAY"] = "G� till dagens datum";
83
+ Calendar._TT["NEXT_MONTH"] = "F�ljande m�nad (h�ll f�r menu)";
84
+ Calendar._TT["NEXT_YEAR"] = "F�ljande �r (h�ll f�r menu)";
85
+ Calendar._TT["SEL_DATE"] = "V�lj datum";
86
+ Calendar._TT["DRAG_TO_MOVE"] = "Drag f�r att flytta";
87
+ Calendar._TT["PART_TODAY"] = " (idag)";
88
+ Calendar._TT["MON_FIRST"] = "Visa m�ndag f�rst";
89
+ Calendar._TT["SUN_FIRST"] = "Visa s�ndag f�rst";
90
+ Calendar._TT["CLOSE"] = "St�ng";
91
+ Calendar._TT["TODAY"] = "Idag";
92
+ Calendar._TT["TIME_PART"] = "(Skift-)klicka eller drag f�r att �ndra tid";
93
+
94
+ // date formats
95
+ Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
96
+ Calendar._TT["TT_DATE_FORMAT"] = "%A %d %b %Y";
97
+
98
+ Calendar._TT["WK"] = "vecka";
@@ -0,0 +1,63 @@
1
+ //////////////////////////////////////////////////////////////////////////////////////////////
2
+ // Turkish Translation by Nuri AKMAN
3
+ // Location: Ankara/TURKEY
4
+ // e-mail : nuriakman@hotmail.com
5
+ // Date : April, 9 2003
6
+ //
7
+ // Note: if Turkish Characters does not shown on you screen
8
+ // please include falowing line your html code:
9
+ //
10
+ // <meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
11
+ //
12
+ //////////////////////////////////////////////////////////////////////////////////////////////
13
+
14
+ // ** I18N
15
+ Calendar._DN = new Array
16
+ ("Pazar",
17
+ "Pazartesi",
18
+ "Sal�",
19
+ "�ar�amba",
20
+ "Per�embe",
21
+ "Cuma",
22
+ "Cumartesi",
23
+ "Pazar");
24
+ Calendar._MN = new Array
25
+ ("Ocak",
26
+ "�ubat",
27
+ "Mart",
28
+ "Nisan",
29
+ "May�s",
30
+ "Haziran",
31
+ "Temmuz",
32
+ "A�ustos",
33
+ "Eyl�l",
34
+ "Ekim",
35
+ "Kas�m",
36
+ "Aral�k");
37
+
38
+ // First day of the week. "0" means display Sunday first, "1" means display
39
+ // Monday first, etc.
40
+ Calendar._FD = 0;
41
+
42
+
43
+ // tooltips
44
+ Calendar._TT = {};
45
+ Calendar._TT["TOGGLE"] = "Haftan�n ilk g�n�n� kayd�r";
46
+ Calendar._TT["PREV_YEAR"] = "�nceki Y�l (Men� i�in bas�l� tutunuz)";
47
+ Calendar._TT["PREV_MONTH"] = "�nceki Ay (Men� i�in bas�l� tutunuz)";
48
+ Calendar._TT["GO_TODAY"] = "Bug�n'e git";
49
+ Calendar._TT["NEXT_MONTH"] = "Sonraki Ay (Men� i�in bas�l� tutunuz)";
50
+ Calendar._TT["NEXT_YEAR"] = "Sonraki Y�l (Men� i�in bas�l� tutunuz)";
51
+ Calendar._TT["SEL_DATE"] = "Tarih se�iniz";
52
+ Calendar._TT["DRAG_TO_MOVE"] = "Ta��mak i�in s�r�kleyiniz";
53
+ Calendar._TT["PART_TODAY"] = " (bug�n)";
54
+ Calendar._TT["MON_FIRST"] = "Takvim Pazartesi g�n�nden ba�las�n";
55
+ Calendar._TT["SUN_FIRST"] = "Takvim Pazar g�n�nden ba�las�n";
56
+ Calendar._TT["CLOSE"] = "Kapat";
57
+ Calendar._TT["TODAY"] = "Bug�n";
58
+
59
+ // date formats
60
+ Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y";
61
+ Calendar._TT["TT_DATE_FORMAT"] = "d MM y, DD";
62
+
63
+ Calendar._TT["WK"] = "Hafta";
@@ -0,0 +1,124 @@
1
+ // ** I18N
2
+
3
+ // Calendar ZH language
4
+ // Author: muziq, <muziq@sina.com>
5
+ // Encoding: GB2312 or GBK
6
+ // Distributed under the same terms as the calendar itself.
7
+
8
+ // full day names
9
+ Calendar._DN = new Array
10
+ ("������",
11
+ "����һ",
12
+ "���ڶ�",
13
+ "������",
14
+ "������",
15
+ "������",
16
+ "������",
17
+ "������");
18
+
19
+ // Please note that the following array of short day names (and the same goes
20
+ // for short month names, _SMN) isn't absolutely necessary. We give it here
21
+ // for exemplification on how one can customize the short day names, but if
22
+ // they are simply the first N letters of the full name you can simply say:
23
+ //
24
+ // Calendar._SDN_len = N; // short day name length
25
+ // Calendar._SMN_len = N; // short month name length
26
+ //
27
+ // If N = 3 then this is not needed either since we assume a value of 3 if not
28
+ // present, to be compatible with translation files that were written before
29
+ // this feature.
30
+
31
+ // short day names
32
+ Calendar._SDN = new Array
33
+ ("��",
34
+ "һ",
35
+ "��",
36
+ "��",
37
+ "��",
38
+ "��",
39
+ "��",
40
+ "��");
41
+
42
+ // First day of the week. "0" means display Sunday first, "1" means display
43
+ // Monday first, etc.
44
+ Calendar._FD = 0;
45
+
46
+
47
+ // full month names
48
+ Calendar._MN = new Array
49
+ ("һ��",
50
+ "����",
51
+ "����",
52
+ "����",
53
+ "����",
54
+ "����",
55
+ "����",
56
+ "����",
57
+ "����",
58
+ "ʮ��",
59
+ "ʮһ��",
60
+ "ʮ����");
61
+
62
+ // short month names
63
+ Calendar._SMN = new Array
64
+ ("һ��",
65
+ "����",
66
+ "����",
67
+ "����",
68
+ "����",
69
+ "����",
70
+ "����",
71
+ "����",
72
+ "����",
73
+ "ʮ��",
74
+ "ʮһ��",
75
+ "ʮ����");
76
+
77
+ // tooltips
78
+ Calendar._TT = {};
79
+ Calendar._TT["INFO"] = "����";
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
+ "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
85
+ "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +
86
+ "\n\n" +
87
+ "ѡ������:\n" +
88
+ "- ��� \xab, \xbb ��ťѡ�����\n" +
89
+ "- ��� " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " ��ťѡ���·�\n" +
90
+ "- �������ϰ�ť�ɴӲ˵��п���ѡ����ݻ��·�";
91
+ Calendar._TT["ABOUT_TIME"] = "\n\n" +
92
+ "ѡ��ʱ��:\n" +
93
+ "- ���Сʱ����ӿ�ʹ����ֵ��һ\n" +
94
+ "- ��סShift�����Сʱ����ӿ�ʹ����ֵ��һ\n" +
95
+ "- ����϶����ɽ��п���ѡ��";
96
+
97
+ Calendar._TT["PREV_YEAR"] = "��һ�� (��ס���˵�)";
98
+ Calendar._TT["PREV_MONTH"] = "��һ�� (��ס���˵�)";
99
+ Calendar._TT["GO_TODAY"] = "ת������";
100
+ Calendar._TT["NEXT_MONTH"] = "��һ�� (��ס���˵�)";
101
+ Calendar._TT["NEXT_YEAR"] = "��һ�� (��ס���˵�)";
102
+ Calendar._TT["SEL_DATE"] = "ѡ������";
103
+ Calendar._TT["DRAG_TO_MOVE"] = "�϶�";
104
+ Calendar._TT["PART_TODAY"] = " (����)";
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";
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"] = "�ر�";
116
+ Calendar._TT["TODAY"] = "����";
117
+ Calendar._TT["TIME_PART"] = "(Shift-)��������϶��ı�ֵ";
118
+
119
+ // date formats
120
+ Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
121
+ Calendar._TT["TT_DATE_FORMAT"] = "%A, %b %e��";
122
+
123
+ Calendar._TT["WK"] = "��";
124
+ Calendar._TT["TIME"] = "ʱ��:";
@@ -0,0 +1,128 @@
1
+ // ** I18N
2
+
3
+ // Calendar EN language
4
+ // Author: Mihai Bazon, <mishoo@infoiasi.ro>
5
+ // Encoding: any
6
+ // Translator : Niko <nikoused@gmail.com>
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
+ ("\u5468\u65e5",//\u5468\u65e5
16
+ "\u5468\u4e00",//\u5468\u4e00
17
+ "\u5468\u4e8c",//\u5468\u4e8c
18
+ "\u5468\u4e09",//\u5468\u4e09
19
+ "\u5468\u56db",//\u5468\u56db
20
+ "\u5468\u4e94",//\u5468\u4e94
21
+ "\u5468\u516d",//\u5468\u516d
22
+ "\u5468\u65e5");//\u5468\u65e5
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
+ ("\u5468\u65e5",
39
+ "\u5468\u4e00",
40
+ "\u5468\u4e8c",
41
+ "\u5468\u4e09",
42
+ "\u5468\u56db",
43
+ "\u5468\u4e94",
44
+ "\u5468\u516d",
45
+ "\u5468\u65e5");
46
+
47
+ // First day of the week. "0" means display Sunday first, "1" means display
48
+ // Monday first, etc.
49
+ Calendar._FD = 0;
50
+
51
+
52
+ // full month names
53
+ Calendar._MN = new Array
54
+ ("\u4e00\u6708",
55
+ "\u4e8c\u6708",
56
+ "\u4e09\u6708",
57
+ "\u56db\u6708",
58
+ "\u4e94\u6708",
59
+ "\u516d\u6708",
60
+ "\u4e03\u6708",
61
+ "\u516b\u6708",
62
+ "\u4e5d\u6708",
63
+ "\u5341\u6708",
64
+ "\u5341\u4e00\u6708",
65
+ "\u5341\u4e8c\u6708");
66
+
67
+ // short month names
68
+ Calendar._SMN = new Array
69
+ ("\u4e00\u6708",
70
+ "\u4e8c\u6708",
71
+ "\u4e09\u6708",
72
+ "\u56db\u6708",
73
+ "\u4e94\u6708",
74
+ "\u516d\u6708",
75
+ "\u4e03\u6708",
76
+ "\u516b\u6708",
77
+ "\u4e5d\u6708",
78
+ "\u5341\u6708",
79
+ "\u5341\u4e00\u6708",
80
+ "\u5341\u4e8c\u6708");
81
+
82
+ // tooltips
83
+ Calendar._TT = {};
84
+ Calendar._TT["INFO"] = "\u5173\u4e8e";
85
+
86
+ Calendar._TT["ABOUT"] =
87
+ " DHTML \u65e5\u8d77/\u65f6\u95f4\u9009\u62e9\u63a7\u4ef6\n" +
88
+ "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
89
+ "For latest version visit: \u6700\u65b0\u7248\u672c\u8bf7\u767b\u9646http://www.dynarch.com/projects/calendar/\u5bdf\u770b\n" +
90
+ "\u9075\u5faaGNU LGPL. \u7ec6\u8282\u53c2\u9605 http://gnu.org/licenses/lgpl.html" +
91
+ "\n\n" +
92
+ "\u65e5\u671f\u9009\u62e9:\n" +
93
+ "- \u70b9\u51fb\xab(\xbb)\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e00\u5e74\u5ea6.\n" +
94
+ "- \u70b9\u51fb" + String.fromCharCode(0x2039) + "(" + String.fromCharCode(0x203a) + ")\u6309\u94ae\u9009\u62e9\u4e0a(\u4e0b)\u4e2a\u6708\u4efd.\n" +
95
+ "- \u957f\u65f6\u95f4\u6309\u7740\u6309\u94ae\u5c06\u51fa\u73b0\u66f4\u591a\u9009\u62e9\u9879.";
96
+ Calendar._TT["ABOUT_TIME"] = "\n\n" +
97
+ "\u65f6\u95f4\u9009\u62e9:\n" +
98
+ "-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u589e\u52a0\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\n" +
99
+ "-\u5728\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2)\u4e0a\u6309\u4f4fShift\u952e\u540e\u5355\u51fb\u9f20\u6807\u5de6\u952e\u6765\u51cf\u5c11\u5f53\u524d\u65f6\u95f4\u90e8\u5206(\u5206\u6216\u8005\u79d2).";
100
+
101
+ Calendar._TT["PREV_YEAR"] = "\u4e0a\u4e00\u5e74";
102
+ Calendar._TT["PREV_MONTH"] = "\u4e0a\u4e2a\u6708";
103
+ Calendar._TT["GO_TODAY"] = "\u5230\u4eca\u5929";
104
+ Calendar._TT["NEXT_MONTH"] = "\u4e0b\u4e2a\u6708";
105
+ Calendar._TT["NEXT_YEAR"] = "\u4e0b\u4e00\u5e74";
106
+ Calendar._TT["SEL_DATE"] = "\u9009\u62e9\u65e5\u671f";
107
+ Calendar._TT["DRAG_TO_MOVE"] = "\u62d6\u52a8";
108
+ Calendar._TT["PART_TODAY"] = " (\u4eca\u5929)";
109
+
110
+ // the following is to inform that "%s" is to be the first day of week
111
+ // %s will be replaced with the day name.
112
+ Calendar._TT["DAY_FIRST"] = "%s\u4e3a\u8fd9\u5468\u7684\u7b2c\u4e00\u5929";
113
+
114
+ // This may be locale-dependent. It specifies the week-end days, as an array
115
+ // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
116
+ // means Monday, etc.
117
+ Calendar._TT["WEEKEND"] = "0,6";
118
+
119
+ Calendar._TT["CLOSE"] = "\u5173\u95ed";
120
+ Calendar._TT["TODAY"] = "\u4eca\u5929";
121
+ Calendar._TT["TIME_PART"] = "(\u6309\u7740Shift\u952e)\u5355\u51fb\u6216\u62d6\u52a8\u6539\u53d8\u503c";
122
+
123
+ // date formats
124
+ Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
125
+ Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e\u65e5";
126
+
127
+ Calendar._TT["WK"] = "\u5468";
128
+ Calendar._TT["TIME"] = "\u65f6\u95f4:";