3 <title>The source code</title>
4 <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5 <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
7 <body onload="prettyPrint();">
8 <pre class="prettyprint lang-js">/*!
10 * Copyright(c) 2006-2009 Ext JS, LLC
12 * http://www.extjs.com/license
15 * List compiled by mystix on the extjs.com forums.
18 * Afrikaans Translations
19 * by Thys Meintjes (20 July 2007)
22 /* Ext Core translations */
23 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Besig om te laai...</div>';
25 /* Ext single string translations */
27 Ext.View.prototype.emptyText = "";
30 if(Ext.grid.GridPanel){
31 Ext.grid.GridPanel.prototype.ddText = "{0} geselekteerde ry(e)";
35 Ext.TabPanelItem.prototype.closeText = "Maak die oortjie toe";
39 Ext.form.Field.prototype.invalidText = "Die waarde in hierdie veld is foutief";
43 Ext.LoadMask.prototype.msg = "Besig om te laai...";
46 /* Javascript month and days translations */
72 /* Ext components translations */
74 Ext.MessageBox.buttonText = {
76 cancel : "Kanselleer",
83 Ext.util.Format.date = function(v, format){
85 if(!(v instanceof Date)) v = new Date(Date.parse(v));
86 return v.dateFormat(format || "d-m-y");
91 Ext.apply(Ext.DatePicker.prototype, {
93 minText : "Hierdie datum is vroƫr as die minimum datum",
94 maxText : "Hierdie dataum is later as die maximum datum",
95 disabledDaysText : "",
96 disabledDatesText : "",
97 monthNames : Date.monthNames,
98 dayNames : Date.dayNames,
99 nextText : 'Volgende Maand (Beheer+Regs)',
100 prevText : 'Vorige Maand (Beheer+Links)',
101 monthYearText : "Kies 'n maand (Beheer+Op/Af volgende/vorige jaar)",
102 todayTip : "{0} (Spasie)",
108 if(Ext.PagingToolbar){
109 Ext.apply(Ext.PagingToolbar.prototype, {
110 beforePageText : "Bladsy",
111 afterPageText : "van {0}",
112 firstText : "Eerste Bladsy",
113 prevText : "Vorige Bladsy",
114 nextText : "Volgende Bladsy",
115 lastText : "Laatste Bladsy",
116 refreshText : "Verfris",
117 displayMsg : "Wys {0} - {1} van {2}",
118 emptyMsg : 'Geen data om te wys nie'
122 if(Ext.form.TextField){
123 Ext.apply(Ext.form.TextField.prototype, {
124 minLengthText : "Die minimum lengte van die veld is {0}",
125 maxLengthText : "Die maximum lengte van die veld is {0}",
126 blankText : "Die veld is verpligtend",
132 if(Ext.form.NumberField){
133 Ext.apply(Ext.form.NumberField.prototype, {
134 minText : "Die minimum waarde vir die veld is {0}",
135 maxText : "Die maximum waarde vir die veld is {0}",
136 nanText : "{0} is nie 'n geldige waarde nie"
140 if(Ext.form.DateField){
141 Ext.apply(Ext.form.DateField.prototype, {
142 disabledDaysText : "Afgeskakel",
143 disabledDatesText : "Afgeskakel",
144 minText : "Die datum in hierdie veld moet na {0} wees",
145 maxText : "Die datum in hierdie veld moet voor {0} wees",
146 invalidText : "{0} is nie 'n geldige datum nie - datumformaat is {1}",
148 altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
152 if(Ext.form.ComboBox){
153 Ext.apply(Ext.form.ComboBox.prototype, {
154 loadingText : "Besig om te laai...",
155 valueNotFoundText : undefined
160 Ext.apply(Ext.form.VTypes, {
161 emailText : "Hierdie veld moet 'n e-pos adres wees met die formaat 'gebruiker@domein.za'",
162 urlText : "Hierdie veld moet 'n URL wees me die formaat 'http:/'+'/www.domein.za'",
163 alphaText : 'Die veld mag alleenlik letters en _ bevat',
164 alphanumText : 'Die veld mag alleenlik letters, syfers en _ bevat'
168 if(Ext.grid.GridView){
169 Ext.apply(Ext.grid.GridView.prototype, {
170 sortAscText : "Sorteer Oplopend",
171 sortDescText : "Sorteer Aflopend",
172 lockText : "Vries Kolom",
173 unlockText : "Ontvries Kolom",
174 columnsText : "Kolomme"
178 if(Ext.grid.PropertyColumnModel){
179 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
181 valueText : "Waarde",
186 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
187 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
188 splitTip : "Trek om grootte aan te pas.",
189 collapsibleSplitTip : "Trek om grootte aan te pas. Dubbel-klik om weg te steek."