Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / locale / ContactForm-nl.js
index e4da4c2..1d0d6cc 100644 (file)
@@ -1,21 +1,15 @@
-/*!
- * Ext JS Library 3.0.3
- * 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
+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