source: Dev/trunk/src/client/dojox/atom/widget/nls/FeedEntryViewer.js

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

Added Dojo 1.9.3 release.

File size: 679 bytes
Line 
1define({ root:
2//begin v1.x content
3({
4        displayOptions: "[display options]",
5        title: "Title",
6        authors: "Authors",
7        contributors: "Contributors",
8        id: "ID",
9        close: "[close]",
10        updated: "Updated",
11        summary: "Summary",
12        content: "Content"
13})
14//end v1.x content
15,
16"ar": true,
17"az": true,
18"bg": true,
19"ca": true,
20"cs": true,
21"da": true,
22"de": true,
23"el": true,
24"es": true,
25"fi": true,
26"fr": true,
27"he": true,
28"hu": true,
29"hr": true,
30"it": true,
31"id": true,
32"ja": true,
33"kk": true,
34"ko": true,
35"nb": true,
36"nl": true,
37"pl": true,
38"pt-pt": true,
39"pt": true,
40"ro": true,
41"ru": true,
42"sk": true,
43"sl": true,
44"sv": true,
45"th": true,
46"tr": true,
47"uk": true,
48"zh": true,
49"zh-tw": true
50});
Note: See TracBrowser for help on using the repository browser.