ec49f4b2e367a75d60549b468f099c35e704265e
[extjs.git] / examples / locale / dutch-provinces.js
1 /*!
2  * Ext JS Library 3.3.0
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     ];