bb9d807424bc9535df4ada0ffb0b3e4bf39e2635.svn-base 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. /*
  2. * List compiled by mystix on the extjs.com forums. Thank you Mystix!
  3. *
  4. * Dutch Translations by Ido Sebastiaan Bas van Oostveen (12 Oct 2007)
  5. */
  6. /* Ext Core translations */
  7. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Bezig met laden...</div>';
  8. /* Ext single string translations */
  9. if (Ext.View) {
  10. Ext.View.prototype.emptyText = "";
  11. }
  12. if (Ext.grid.Grid) {
  13. Ext.grid.Grid.prototype.ddText = "{0} geselecteerde rij(en)";
  14. }
  15. if (Ext.TabPanelItem) {
  16. Ext.TabPanelItem.prototype.closeText = "Sluit dit tabblad";
  17. }
  18. if (Ext.form.Field) {
  19. Ext.form.Field.prototype.invalidText = "De waarde in dit veld is onjuist";
  20. }
  21. if (Ext.LoadMask) {
  22. Ext.LoadMask.prototype.msg = "Bezig met laden...";
  23. }
  24. /* Javascript month and days translations */
  25. Date.monthNames = ["Januari", "Februari", "Maart", "April", "Mei", "Juni",
  26. "Juli", "Augustus", "September", "Oktober", "November", "December"];
  27. Date.getShortMonthName = function(month) {
  28. return Date.monthNames[month].substring(0, 3);
  29. };
  30. Date.monthNumbers = {
  31. Jan : 0,
  32. Feb : 1,
  33. Maa : 2,
  34. Apr : 3,
  35. Mei : 4,
  36. Jun : 5,
  37. Jul : 6,
  38. Aug : 7,
  39. Sep : 8,
  40. Okt : 9,
  41. Nov : 10,
  42. Dec : 11
  43. };
  44. Date.getMonthNumber = function(name) {
  45. return Date.monthNumbers[name.substring(0, 1).toUpperCase()
  46. + name.substring(1, 3).toLowerCase()];
  47. };
  48. Date.dayNames = ["Zondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag",
  49. "Vrijdag", "Zaterdag"];
  50. Date.getShortDayName = function(day) {
  51. return Date.dayNames[day].substring(0, 3);
  52. };
  53. if (Ext.MessageBox) {
  54. Ext.MessageBox.buttonText = {
  55. ok : "OK",
  56. cancel : "Annuleren",
  57. yes : "Ja",
  58. no : "Nee"
  59. };
  60. }
  61. if (Ext.util.Format) {
  62. Ext.util.Format.date = function(v, format) {
  63. if (!v)
  64. return "";
  65. if (!(v instanceof Date))
  66. v = new Date(Date.parse(v));
  67. return v.dateFormat(format || "d-m-y");
  68. };
  69. }
  70. if (Ext.DatePicker) {
  71. Ext.apply(Ext.DatePicker.prototype, {
  72. todayText : "Vandaag",
  73. minText : "Deze datum is eerder dan de minimum datum",
  74. maxText : "Deze datum is later dan de maximum datum",
  75. disabledDaysText : "",
  76. disabledDatesText : "",
  77. monthNames : Date.monthNames,
  78. dayNames : Date.dayNames,
  79. nextText : 'Volgende Maand (Control+Rechts)',
  80. prevText : 'Vorige Maand (Control+Links)',
  81. monthYearText : 'Kies een maand (Control+Omhoog/Beneden volgend/vorige jaar)',
  82. todayTip : "{0} (Spatie)",
  83. format : "d-m-y",
  84. okText : "&#160;OK&#160;",
  85. cancelText : "Annuleren",
  86. startDay : 1
  87. });
  88. }
  89. if (Ext.PagingToolbar) {
  90. Ext.apply(Ext.PagingToolbar.prototype, {
  91. beforePageText : "Pagina",
  92. afterPageText : "van {0}",
  93. firstText : "Eerste Pagina",
  94. prevText : "Vorige Pagina",
  95. nextText : "Volgende Pagina",
  96. lastText : "Laatste Pagina",
  97. refreshText : "Ververs",
  98. displayMsg : "Getoond {0} - {1} van {2}",
  99. emptyMsg : 'Geen gegeven om weer te geven'
  100. });
  101. }
  102. if (Ext.form.TextField) {
  103. Ext.apply(Ext.form.TextField.prototype, {
  104. minLengthText : "De minimale lengte voor dit veld is {0}",
  105. maxLengthText : "De maximale lengte voor dit veld is {0}",
  106. blankText : "Dit veld is verplicht",
  107. regexText : "",
  108. emptyText : null
  109. });
  110. }
  111. if (Ext.form.NumberField) {
  112. Ext.apply(Ext.form.NumberField.prototype, {
  113. minText : "De minimale waarde voor dit veld is {0}",
  114. maxText : "De maximale waarde voor dit veld is {0}",
  115. nanText : "{0} is geen geldig getal"
  116. });
  117. }
  118. if (Ext.form.DateField) {
  119. Ext.apply(Ext.form.DateField.prototype, {
  120. disabledDaysText : "Uitgeschakeld",
  121. disabledDatesText : "Uitgeschakeld",
  122. minText : "De datum in dit veld moet na {0} liggen",
  123. maxText : "De datum in dit veld moet voor {0} liggen",
  124. invalidText : "{0} is geen geldige datum - formaat voor datum is {1}",
  125. format : "d-m-y",
  126. altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
  127. });
  128. }
  129. if (Ext.form.ComboBox) {
  130. Ext.apply(Ext.form.ComboBox.prototype, {
  131. loadingText : "Bezig met laden...",
  132. valueNotFoundText : undefined
  133. });
  134. }
  135. if (Ext.form.VTypes) {
  136. Ext.apply(Ext.form.VTypes, {
  137. emailText : 'Dit veld moet een e-mail adres zijn in het formaat "gebruiker@domein.nl"',
  138. urlText : 'Dit veld moet een URL zijn in het formaat "http:/'
  139. + '/www.domein.nl"',
  140. alphaText : 'Dit veld mag alleen letters en _ bevatten',
  141. alphanumText : 'Dit veld mag alleen letters, cijfers en _ bevatten'
  142. });
  143. }
  144. if (Ext.form.HtmlEditor) {
  145. Ext.apply(Ext.form.HtmlEditor.prototype, {
  146. createLinkText : 'Vul hier het Internet adres voor de link in:',
  147. buttonTips : {
  148. bold : {
  149. title : 'Vet (Ctrl+B)',
  150. text : 'Maak de geselecteerde tekst vet gedrukt.',
  151. cls : 'x-html-editor-tip'
  152. },
  153. italic : {
  154. title : 'Cursief (Ctrl+I)',
  155. text : 'Maak de geselecteerde tekst cursief.',
  156. cls : 'x-html-editor-tip'
  157. },
  158. underline : {
  159. title : 'Onderstrepen (Ctrl+U)',
  160. text : 'Onderstreep de geselecteerde tekst.',
  161. cls : 'x-html-editor-tip'
  162. },
  163. increasefontsize : {
  164. title : 'Tekst Vergroten',
  165. text : 'Vergroot het lettertype.',
  166. cls : 'x-html-editor-tip'
  167. },
  168. decreasefontsize : {
  169. title : 'Tekst Verkleinen',
  170. text : 'Verklein het lettertype.',
  171. cls : 'x-html-editor-tip'
  172. },
  173. backcolor : {
  174. title : 'Tekst Achtergrond Kleur',
  175. text : 'Verander de achtergrond kleur van de geselecteerde tekst.',
  176. cls : 'x-html-editor-tip'
  177. },
  178. forecolor : {
  179. title : 'Lettertype Kleur',
  180. text : 'Verander de kleur van de geselecteerde tekst.',
  181. cls : 'x-html-editor-tip'
  182. },
  183. justifyleft : {
  184. title : 'Tekst Links Uitlijnen',
  185. text : 'Lijn de tekst links uit.',
  186. cls : 'x-html-editor-tip'
  187. },
  188. justifycenter : {
  189. title : 'Tekst Centreren',
  190. text : 'Centreer de tekst in de editor.',
  191. cls : 'x-html-editor-tip'
  192. },
  193. justifyright : {
  194. title : 'Tekst Richts Uitlijnen',
  195. text : 'Lijn de tekst rechts uit.',
  196. cls : 'x-html-editor-tip'
  197. },
  198. insertunorderedlist : {
  199. title : 'Punten Lijst',
  200. text : 'Begin een ongenummerde lijst.',
  201. cls : 'x-html-editor-tip'
  202. },
  203. insertorderedlist : {
  204. title : 'Genummerde Lijst',
  205. text : 'Begin een genummerde lijst.',
  206. cls : 'x-html-editor-tip'
  207. },
  208. createlink : {
  209. title : 'Hyperlink',
  210. text : 'Maak van de geselecteerde tekst een hyperlink.',
  211. cls : 'x-html-editor-tip'
  212. },
  213. sourceedit : {
  214. title : 'Bron Aanpassen',
  215. text : 'Schakel modus over naar bron aanpassen.',
  216. cls : 'x-html-editor-tip'
  217. }
  218. }
  219. });
  220. }
  221. if (Ext.grid.GridView) {
  222. Ext.apply(Ext.grid.GridView.prototype, {
  223. sortAscText : "Sorteer Oplopend",
  224. sortDescText : "Sorteer Aflopend",
  225. lockText : "Kolom Vastzetten",
  226. unlockText : "Kolom Vrijgeven",
  227. columnsText : "Kolommen"
  228. });
  229. }
  230. if (Ext.grid.GroupingView) {
  231. Ext.apply(Ext.grid.GroupingView.prototype, {
  232. emptyGroupText : '(Geen)',
  233. groupByText : 'Dit veld groeperen',
  234. showGroupsText : 'Zien als groepen'
  235. });
  236. }
  237. if (Ext.grid.PropertyColumnModel) {
  238. Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  239. nameText : "Naam",
  240. valueText : "Waarde",
  241. dateFormat : "Y-m-j"
  242. });
  243. }
  244. if (Ext.layout.BorderLayout.SplitRegion) {
  245. Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  246. splitTip : "Sleep om grootte aan te passen.",
  247. collapsibleSplitTip : "Sleep om grootte aan te passen. Dubbel klikken om te verbergen."
  248. });
  249. }