source: trunk/web/addons/job_monarch/lib/extjs-30/examples/locale/ContactForm-nl.js @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 585 bytes
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7if(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}
Note: See TracBrowser for help on using the repository browser.