Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / examples / locale / dutch-provinces.js
1 /*!
2  * Ext JS Library 3.2.1
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 // some data used in the examples
8 Ext.namespace('Ext.exampledata');
9
10 Ext.exampledata.dutch_provinces = [
11         ['Drenthe'],
12         ['Flevoland'],
13         ['Friesland'],
14         ['Gelderland'],
15         ['Groningen'],
16         ['Limburg'],
17         ['Noord-Brabant'],
18         ['Noord-Holland'],
19         ['Overijsel'],
20         ['Utrecht'],
21         ['Zeeland'],
22         ['Zuid-Holland']
23     ];