X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/ContactForm-nl.html diff --git a/docs/source/ContactForm-nl.html b/docs/source/ContactForm-nl.html new file mode 100644 index 00000000..9259bd74 --- /dev/null +++ b/docs/source/ContactForm-nl.html @@ -0,0 +1,24 @@ + + + The source code + + + + +
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