Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
980 bytes
|
Line | |
---|
1 | define({ root: |
---|
2 | //begin v1.x content |
---|
3 | { |
---|
4 | ar: "Arabic", |
---|
5 | cs: "Czech", |
---|
6 | de: "German", |
---|
7 | el: "Greek", |
---|
8 | en: "English", |
---|
9 | 'en-au': "English (Australia)", |
---|
10 | 'en-us-hawaii': "English (US-Hawaii)", |
---|
11 | 'en-us-new_york-brooklyn': "English (Brooklynese)", |
---|
12 | 'en-us-texas': "English (Texas)", |
---|
13 | es: "Spanish", |
---|
14 | fa: "Farsi", |
---|
15 | fr: "French", |
---|
16 | he: "Hebrew", |
---|
17 | hi: "Hindi", |
---|
18 | it: "Italian", |
---|
19 | ja: "Japanese", |
---|
20 | ko: "Korean", |
---|
21 | pl: "Polish", |
---|
22 | pt: "Portugese", |
---|
23 | ru: "Russian", |
---|
24 | sw: "Kiswahili", |
---|
25 | th: "Thai", |
---|
26 | tr: "Turkish", |
---|
27 | yi: "Yiddish", |
---|
28 | 'zh-cn': "Chinese (Simplified)", |
---|
29 | 'zh-tw': "Chinese (Traditional)", |
---|
30 | hello: "Hello", |
---|
31 | dojo: "Dojo", |
---|
32 | hello_dojo: "${hello}, ${dojo}!", |
---|
33 | file_not_found:"The file you requested, ${0}, is not found." |
---|
34 | } |
---|
35 | //end v1.x content |
---|
36 | , |
---|
37 | "zh-tw":1, |
---|
38 | "zh-cn":1, |
---|
39 | "yi":1, |
---|
40 | "tr":1, |
---|
41 | "th":1, |
---|
42 | "sw":1, |
---|
43 | "ru":1, |
---|
44 | "pt":1, |
---|
45 | "pl":1, |
---|
46 | "ko":1, |
---|
47 | "ja":1, |
---|
48 | "it":1, |
---|
49 | "hi":1, |
---|
50 | "he":1, |
---|
51 | "fr":1, |
---|
52 | "fa":1, |
---|
53 | "es":1, |
---|
54 | "en-us-texas":1, |
---|
55 | "en-us-new_york-brooklyn":1, |
---|
56 | "en-us-hawaii":1, |
---|
57 | "en-au":1, |
---|
58 | "el":1, |
---|
59 | "de":1, |
---|
60 | "cs":1, |
---|
61 | "ar":1 |
---|
62 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.