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
7 <body onload="prettyPrint();">
\r
8 <pre class="prettyprint lang-js">/*
9 * List compiled by mystix on the extjs.com forums.
12 * Afrikaans Translations
13 * by Thys Meintjes (20 July 2007)
16 /* Ext Core translations */
17 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Besig om te laai...</div>';
19 /* Ext single string translations */
21 Ext.View.prototype.emptyText = "";
24 if(Ext.grid.GridPanel){
25 Ext.grid.GridPanel.prototype.ddText = "{0} geselekteerde ry(e)";
29 Ext.TabPanelItem.prototype.closeText = "Maak die oortjie toe";
33 Ext.form.Field.prototype.invalidText = "Die waarde in hierdie veld is foutief";
37 Ext.LoadMask.prototype.msg = "Besig om te laai...";
40 /* Javascript month and days translations */
66 /* Ext components translations */
68 Ext.MessageBox.buttonText = {
70 cancel : "Kanselleer",
77 Ext.util.Format.date = function(v, format){
79 if(!(v instanceof Date)) v = new Date(Date.parse(v));
80 return v.dateFormat(format || "d-m-y");
85 Ext.apply(Ext.DatePicker.prototype, {
87 minText : "Hierdie datum is vroƫr as die minimum datum",
88 maxText : "Hierdie dataum is later as die maximum datum",
89 disabledDaysText : "",
90 disabledDatesText : "",
91 monthNames : Date.monthNames,
92 dayNames : Date.dayNames,
93 nextText : 'Volgende Maand (Beheer+Regs)',
94 prevText : 'Vorige Maand (Beheer+Links)',
95 monthYearText : "Kies 'n maand (Beheer+Op/Af volgende/vorige jaar)",
96 todayTip : "{0} (Spasie)",
102 if(Ext.PagingToolbar){
103 Ext.apply(Ext.PagingToolbar.prototype, {
104 beforePageText : "Bladsy",
105 afterPageText : "van {0}",
106 firstText : "Eerste Bladsy",
107 prevText : "Vorige Bladsy",
108 nextText : "Volgende Bladsy",
109 lastText : "Laatste Bladsy",
110 refreshText : "Verfris",
111 displayMsg : "Wys {0} - {1} van {2}",
112 emptyMsg : 'Geen data om te wys nie'
116 if(Ext.form.TextField){
117 Ext.apply(Ext.form.TextField.prototype, {
118 minLengthText : "Die minimum lengte van die veld is {0}",
119 maxLengthText : "Die maximum lengte van die veld is {0}",
120 blankText : "Die veld is verpligtend",
126 if(Ext.form.NumberField){
127 Ext.apply(Ext.form.NumberField.prototype, {
128 minText : "Die minimum waarde vir die veld is {0}",
129 maxText : "Die maximum waarde vir die veld is {0}",
130 nanText : "{0} is nie 'n geldige waarde nie"
134 if(Ext.form.DateField){
135 Ext.apply(Ext.form.DateField.prototype, {
136 disabledDaysText : "Afgeskakel",
137 disabledDatesText : "Afgeskakel",
138 minText : "Die datum in hierdie veld moet na {0} wees",
139 maxText : "Die datum in hierdie veld moet voor {0} wees",
140 invalidText : "{0} is nie 'n geldige datum nie - datumformaat is {1}",
142 altFormats : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
146 if(Ext.form.ComboBox){
147 Ext.apply(Ext.form.ComboBox.prototype, {
148 loadingText : "Besig om te laai...",
149 valueNotFoundText : undefined
154 Ext.apply(Ext.form.VTypes, {
155 emailText : "Hierdie veld moet 'n e-pos adres wees met die formaat 'gebruiker@domein.za'",
156 urlText : "Hierdie veld moet 'n URL wees me die formaat 'http:/'+'/www.domein.za'",
157 alphaText : 'Die veld mag alleenlik letters en _ bevat',
158 alphanumText : 'Die veld mag alleenlik letters, syfers en _ bevat'
162 if(Ext.grid.GridView){
163 Ext.apply(Ext.grid.GridView.prototype, {
164 sortAscText : "Sorteer Oplopend",
165 sortDescText : "Sorteer Aflopend",
166 lockText : "Vries Kolom",
167 unlockText : "Ontvries Kolom",
168 columnsText : "Kolomme"
172 if(Ext.grid.PropertyColumnModel){
173 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
175 valueText : "Waarde",
180 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
181 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
182 splitTip : "Trek om grootte aan te pas.",
183 collapsibleSplitTip : "Trek om grootte aan te pas. Dubbel-klik om weg te steek."