]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/form/nls/Textarea.js.uncompressed.js
make precache_headlines_idle() start slower
[tt-rss.git] / lib / dijit / form / nls / Textarea.js.uncompressed.js
CommitLineData
1354d172
AD
1define("dijit/form/nls/Textarea", { root:
2//begin v1.x content
3// used by both the editor and textarea widgets to provide information to screen reader users
4({
5 iframeEditTitle: 'edit area', // primary title for editable IFRAME, for screen readers when focus is in the editing area
6 iframeFocusTitle: 'edit area frame' // secondary title for editable IFRAME when focus is on outer container
7 // to let user know that focus has moved out of editing area and to the
8 // parent element of the editing area
9})
10//end v1.x content
11,
12"zh": true,
13"zh-tw": true,
14"tr": true,
15"th": true,
16"sv": true,
17"sl": true,
18"sk": true,
19"ru": true,
20"ro": true,
21"pt": true,
22"pt-pt": true,
23"pl": true,
24"nl": true,
25"nb": true,
26"ko": true,
27"kk": true,
28"ja": true,
29"it": true,
30"hu": true,
31"hr": true,
32"he": true,
33"fr": true,
34"fi": true,
35"es": true,
36"el": true,
37"de": true,
38"da": true,
39"cs": true,
40"ca": true,
41"az": true,
42"ar": true
43});