X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/locale/ContactForm-nl.js diff --git a/examples/locale/ContactForm-nl.js b/examples/locale/ContactForm-nl.js new file mode 100644 index 00000000..6a2eaa6a --- /dev/null +++ b/examples/locale/ContactForm-nl.js @@ -0,0 +1,21 @@ +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ +if(Ext.app.ContactForm) { + Ext.apply(Ext.app.ContactForm.prototype, { + formTitle: 'Contact Informatie (Dutch)', + firstName: 'Voornaam', + lastName: 'Achternaam', + surnamePrefix: 'Tussenvoegsel', + company: 'Bedrijf', + state: 'Provincie', + stateEmptyText: 'Kies een provincie...', + email: 'E-mail', + birth: 'Geb. Datum', + save: 'Opslaan', + cancel: 'Annuleren' + }); +} \ No newline at end of file