Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ContactForm-nl.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">if(Ext.app.ContactForm) {\r
9     Ext.apply(Ext.app.ContactForm.prototype, {\r
10         formTitle: 'Contact Informatie (Dutch)',\r
11         firstName: 'Voornaam',\r
12         lastName: 'Achternaam',\r
13         surnamePrefix: 'Tussenvoegsel',\r
14         company: 'Bedrijf',\r
15         state: 'Provincie',\r
16         stateEmptyText: 'Kies een provincie...',\r
17         email: 'E-mail',\r
18         birth: 'Geb. Datum',\r
19         save: 'Opslaan',\r
20         cancel: 'Annuleren'\r
21     });\r
22 }</pre>    \r
23 </body>\r
24 </html>