Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / locale / dutch-provinces.js
1 // some data used in the examples
2 Ext.namespace('Ext.exampledata');
3
4 Ext.exampledata.dutch_provinces = [
5         ['Drenthe'],
6         ['Flevoland'],
7         ['Friesland'],
8         ['Gelderland'],
9         ['Groningen'],
10         ['Limburg'],
11         ['Noord-Brabant'],
12         ['Noord-Holland'],
13         ['Overijsel'],
14         ['Utrecht'],
15         ['Zeeland'],
16         ['Zuid-Holland']
17     ];