]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - jscalendar/lang/calendar-en.js
Release 6.1.4
[Github/sugarcrm.git] / jscalendar / lang / calendar-en.js
1 /*
2
3 Modification information for LGPL compliance
4
5 r56990 - 2010-06-16 13:05:36 -0700 (Wed, 16 Jun 2010) - kjing - snapshot "Mango" svn branch to a new one for GitHub sync
6
7 r56989 - 2010-06-16 13:01:33 -0700 (Wed, 16 Jun 2010) - kjing - defunt "Mango" svn dev branch before github cutover
8
9 r55980 - 2010-04-19 13:31:28 -0700 (Mon, 19 Apr 2010) - kjing - create Mango (6.1) based on windex
10
11 r51719 - 2009-10-22 10:18:00 -0700 (Thu, 22 Oct 2009) - mitani - Converted to Build 3  tags and updated the build system 
12
13 r51634 - 2009-10-19 13:32:22 -0700 (Mon, 19 Oct 2009) - mitani - Windex is the branch for Sugar Sales 1.0 development
14
15 r50375 - 2009-08-24 18:07:43 -0700 (Mon, 24 Aug 2009) - dwong - branch kobe2 from tokyo r50372
16
17 r42807 - 2008-12-29 11:16:59 -0800 (Mon, 29 Dec 2008) - dwong - Branch from trunk/sugarcrm r42806 to branches/tokyo/sugarcrm
18
19 r24077 - 2007-07-06 14:12:57 -0700 (Fri, 06 Jul 2007) - clee - Updates to match new date + time field conversions.
20
21 r550 - 2004-09-03 15:39:17 -0700 (Fri, 03 Sep 2004) - jostrow - Calendar feature
22
23
24 */
25
26 // ** I18N
27
28 // Calendar EN language
29 // Author: Mihai Bazon, <mishoo@infoiasi.ro>
30 // Encoding: any
31 // Distributed under the same terms as the calendar itself.
32
33 // For translators: please use UTF-8 if possible.  We strongly believe that
34 // Unicode is the answer to a real internationalized world.  Also please
35 // include your contact information in the header, as can be seen above.
36
37 // full day names
38 Calendar._DN = new Array
39 ("Sunday",
40  "Monday",
41  "Tuesday",
42  "Wednesday",
43  "Thursday",
44  "Friday",
45  "Saturday",
46  "Sunday");
47
48 // Please note that the following array of short day names (and the same goes
49 // for short month names, _SMN) isn't absolutely necessary.  We give it here
50 // for exemplification on how one can customize the short day names, but if
51 // they are simply the first N letters of the full name you can simply say:
52 //
53 //   Calendar._SDN_len = N; // short day name length
54 //   Calendar._SMN_len = N; // short month name length
55 //
56 // If N = 3 then this is not needed either since we assume a value of 3 if not
57 // present, to be compatible with translation files that were written before
58 // this feature.
59
60 // short day names
61 Calendar._SDN = new Array
62 ("Sun",
63  "Mon",
64  "Tue",
65  "Wed",
66  "Thu",
67  "Fri",
68  "Sat",
69  "Sun");
70
71 // full month names
72 Calendar._MN = new Array
73 ("January",
74  "February",
75  "March",
76  "April",
77  "May",
78  "June",
79  "July",
80  "August",
81  "September",
82  "October",
83  "November",
84  "December");
85
86 // short month names
87 Calendar._SMN = new Array
88 ("Jan",
89  "Feb",
90  "Mar",
91  "Apr",
92  "May",
93  "Jun",
94  "Jul",
95  "Aug",
96  "Sep",
97  "Oct",
98  "Nov",
99  "Dec");
100
101 // tooltips
102 Calendar._TT = {};
103 Calendar._TT["INFO"] = "About the calendar";
104
105 Calendar._TT["ABOUT"] =
106 "DHTML Date/Time Selector\n" +
107 "(c) dynarch.com 2002-2003\n" + // don't translate this this ;-)
108 "For latest version visit: http://dynarch.com/mishoo/calendar.epl\n" +
109 "Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
110 "\n\n" +
111 "Date selection:\n" +
112 "- Use the \xab, \xbb buttons to select year\n" +
113 "- Use the " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " buttons to select month\n" +
114 "- Hold mouse button on any of the above buttons for faster selection.";
115 Calendar._TT["ABOUT_TIME"] = "\n\n" +
116 "Time selection:\n" +
117 "- Click on any of the time parts to increase it\n" +
118 "- or Shift-click to decrease it\n" +
119 "- or click and drag for faster selection.";
120
121 Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)";
122 Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)";
123 Calendar._TT["GO_TODAY"] = "Go Today";
124 Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)";
125 Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)";
126 Calendar._TT["SEL_DATE"] = "Select date and time";
127 Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
128 Calendar._TT["PART_TODAY"] = " (today)";
129
130 // the following is to inform that "%s" is to be the first day of week
131 // %s will be replaced with the day name.
132 Calendar._TT["DAY_FIRST"] = "Display %s first";
133
134 // This may be locale-dependent.  It specifies the week-end days, as an array
135 // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
136 // means Monday, etc.
137 Calendar._TT["WEEKEND"] = "0,6";
138
139 Calendar._TT["CLOSE"] = "Close";
140 Calendar._TT["TODAY"] = "Today";
141 //Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to change value";
142 Calendar._TT["TIME_PART"] = "Drag mouse or use arrows to change";
143
144 // date formats
145 Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
146 Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";
147
148 Calendar._TT["WK"] = "wk";
149 Calendar._TT["TIME"] = "Time:";