Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / examples / locale / languages.js
1 /*
2
3 This file is part of Ext JS 4
4
5 Copyright (c) 2011 Sencha Inc
6
7 Contact:  http://www.sencha.com/contact
8
9 GNU General Public License Usage
10 This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.  Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.
11
12 If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact.
13
14 */
15 /* This file is automaticly generated by create_language_js.py */
16
17 // some data used in the examples
18 Ext.namespace('Ext.exampledata');
19
20 // TODO: complete and sort the list
21 Ext.exampledata.languages = [
22         ['af', 'Afrikaans', 'ISO-8859-2'],
23         ['bg', 'Bulgarian', 'utf-8'],
24         ['ca', 'Catalonian', 'ascii'],
25         ['hr', 'Croatian', 'utf-8'],
26         ['cs', 'Czech', 'utf-8'],
27         ['da', 'Danish', 'utf-8'],
28         ['nl', 'Dutch', 'ascii'],
29         ['en', 'English', 'ascii'],
30         ['en_GB', 'English (UK)', 'ascii'],
31         ['fa', 'Farsi (Persian)', 'utf-8'],
32         ['fr_CA', 'France (Canadian)', 'utf-8'],
33         ['fr', 'France (France)', 'utf-8'],
34         ['de', 'German', 'utf-8'],
35         ['el_GR', 'Greek', 'utf-8'],
36         ['gr', 'Greek (Old Version)', 'utf-8'],
37         ['he', 'Hebrew', 'windows-1255'],
38         ['hu', 'Hungarian', 'utf-8'],
39         ['id', 'Indonesian', 'ascii'],
40         ['it', 'Italian', 'ascii'],
41         ['ja', 'Japanese', 'utf-8'],
42         ['ko', 'Korean', 'utf-8'],
43         ['lv', 'Latvian', 'utf-8'],
44         ['lt', 'Lithuanian', 'utf-8'],
45         ['mk', 'Macedonia', 'utf-8'],
46         ['no', 'Norwegian', 'utf-8'],
47         ['pl', 'Polish', 'utf-8'],
48         ['pt_BR', 'Portuguese/Brazil', 'ascii'],
49         ['ro', 'Romanian', 'utf-8'],
50         ['ru', 'Russian', 'UTF-8'],
51         ['sr_RS', 'Serbian Cyrillic', 'UTF-8'],
52         ['sr', 'Serbian Latin', 'utf-8'],
53         ['zh_CN', 'Simplified Chinese', 'utf-8'],
54         ['sk', 'Slovak', 'utf-8'],
55         ['sl', 'Slovenian', 'utf-8'],
56         ['es', 'Spanish/Latin American', 'utf-8'],
57         ['sv_SE', 'Swedish', 'utf-8'],
58         ['th', 'Thailand', 'utf-8'],
59         ['zh_TW', 'Traditional Chinese', 'UTF-8'],
60         ['tr', 'Turkish', 'utf-8'],
61         ['ukr', 'Ukrainian', 'UTF-8'],
62         ['vn', 'Vietnamese', 'UTF-8']
63 ];
64