source: Dev/trunk/src/client/dojox/calendar/nls/buttons.js @ 485

Last change on this file since 485 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 622 bytes
Line 
1define({ root: {
2//begin v1.x content
3        previousButton: "◄",
4        nextButton: "►",
5        todayButton: "Today",
6        dayButton: "Day",
7        weekButton: "Week",
8        fourDaysButton: "4 Days",
9        monthButton: "Month"
10}
11//end v1.x content
12,
13"zh": true,
14"zh-tw": true,
15"uk": true,
16"tr": true,
17"th": true,
18"sv": true,
19"sl": true,
20"sk": true,
21"ru": true,
22"ro": true,
23"pt": true,
24"pt-pt": true,
25"pl": true,
26"nl": true,
27"nb": true,
28"ko": true,
29"kk": true,
30"ja": true,
31"it": true,
32"id": true,
33"hu": true,
34"hr": true,
35"he": true,
36"fr": true,
37"fi": true,
38"es": true,
39"el": true,
40"de": true,
41"da": true,
42"cs": true,
43"ca": true,
44"bg": true,
45"ar": true
46});
Note: See TracBrowser for help on using the repository browser.