Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / examples / locale / ContactForm-nl.js
index 50f2cf7..510b2d4 100644 (file)
@@ -1,21 +1,29 @@
-/*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 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
+/*
+
+This file is part of Ext JS 4
+
+Copyright (c) 2011 Sencha Inc
+
+Contact:  http://www.sencha.com/contact
+
+GNU General Public License Usage
+This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.  Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.
+
+If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact.
+
+*/
+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'
+    });
+}