--- /dev/null
+/*!
+ * 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