Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / locale / ContactForm-nl.js
diff --git a/examples/locale/ContactForm-nl.js b/examples/locale/ContactForm-nl.js
new file mode 100644 (file)
index 0000000..6a2eaa6
--- /dev/null
@@ -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) {\r
+    Ext.apply(Ext.app.ContactForm.prototype, {\r
+        formTitle: 'Contact Informatie (Dutch)',\r
+        firstName: 'Voornaam',\r
+        lastName: 'Achternaam',\r
+        surnamePrefix: 'Tussenvoegsel',\r
+        company: 'Bedrijf',\r
+        state: 'Provincie',\r
+        stateEmptyText: 'Kies een provincie...',\r
+        email: 'E-mail',\r
+        birth: 'Geb. Datum',\r
+        save: 'Opslaan',\r
+        cancel: 'Annuleren'\r
+    });\r
+}
\ No newline at end of file