Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / locale / dutch-provinces.js
1 /*!
2  * Ext JS Library 3.3.1
3  * Copyright(c) 2006-2010 Sencha Inc.
4  * licensing@sencha.com
5  * http://www.sencha.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     ];