X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..e9397f91ede62d446aed37d23256e8938fc4c335:/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..943fb55d --- /dev/null +++ b/examples/locale/ContactForm-nl.js @@ -0,0 +1,21 @@ +/*! + * Ext JS Library 3.3.1 + * Copyright(c) 2006-2010 Sencha Inc. + * licensing@sencha.com + * http://www.sencha.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