4 // This library has been migrated to dynarch_calendar_en.inc.php
5 // in order to support internationalization. This script is left here
6 // to support old use of the calendar widget.
9 // Calendar EN language
10 // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
12 // Distributed under the same terms as the calendar itself.
14 // For translators: please use UTF-8 if possible. We strongly believe that
15 // Unicode is the answer to a real internationalized world. Also please
16 // include your contact information in the header, as can be seen above.
19 Calendar._DN = new Array
29 // Please note that the following array of short day names (and the same goes
30 // for short month names, _SMN) isn't absolutely necessary. We give it here
31 // for exemplification on how one can customize the short day names, but if
32 // they are simply the first N letters of the full name you can simply say:
34 // Calendar._SDN_len = N; // short day name length
35 // Calendar._SMN_len = N; // short month name length
37 // If N = 3 then this is not needed either since we assume a value of 3 if not
38 // present, to be compatible with translation files that were written before
42 Calendar._SDN = new Array
52 // First day of the week. "0" means display Sunday first, "1" means display
57 Calendar._MN = new Array
72 Calendar._SMN = new Array
88 Calendar._TT["INFO"] = "About the calendar";
90 Calendar._TT["ABOUT"] =
91 "DHTML Date/Time Selector\n" +
92 "(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
93 "For latest version visit: http://www.dynarch.com/projects/calendar/\n" +
94 "Distributed under GNU LGPL. See http://gnu.org/licenses/lgpl.html for details." +
97 "- Use the \xab, \xbb buttons to select year\n" +
98 "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
99 "- Hold mouse button on any of the above buttons for faster selection.";
100 Calendar._TT["ABOUT_TIME"] = "\n\n" +
101 "Time selection:\n" +
102 "- Click on any of the time parts to increase it\n" +
103 "- or Shift-click to decrease it\n" +
104 "- or click and drag for faster selection.";
106 Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)";
107 Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)";
108 Calendar._TT["GO_TODAY"] = "Go Today";
109 Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)";
110 Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)";
111 Calendar._TT["SEL_DATE"] = "Select date";
112 Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
113 Calendar._TT["PART_TODAY"] = " (today)";
115 // the following is to inform that "%s" is to be the first day of week
116 // %s will be replaced with the day name.
117 Calendar._TT["DAY_FIRST"] = "Display %s first";
119 // This may be locale-dependent. It specifies the week-end days, as an array
120 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
121 // means Monday, etc.
122 Calendar._TT["WEEKEND"] = "0,6";
124 Calendar._TT["CLOSE"] = "Close";
125 Calendar._TT["TODAY"] = "Today";
126 Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to change value";
129 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
130 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
132 Calendar._TT["WK"] = "wk";
133 Calendar._TT["TIME"] = "Time:";