X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..92c2b89db26be16707f4a805d3303ab2531006e1:/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..50f2cf7c --- /dev/null +++ b/examples/locale/ContactForm-nl.js @@ -0,0 +1,21 @@ +/*! + * Ext JS Library 3.1.1 + * Copyright(c) 2006-2010 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