Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git] / examples / locale / ContactForm-nl.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 if(Ext.app.ContactForm) {
8     Ext.apply(Ext.app.ContactForm.prototype, {
9         formTitle: 'Contact Informatie (Dutch)',
10         firstName: 'Voornaam',
11         lastName: 'Achternaam',
12         surnamePrefix: 'Tussenvoegsel',
13         company: 'Bedrijf',
14         state: 'Provincie',
15         stateEmptyText: 'Kies een provincie...',
16         email: 'E-mail',
17         birth: 'Geb. Datum',
18         save: 'Opslaan',
19         cancel: 'Annuleren'
20     });
21 }