Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / src / locale / ext-lang-af.js
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 /*
8  * List compiled by mystix on the extjs.com forums.
9  * Thank you Mystix!
10  *
11  * Afrikaans Translations
12  * by Thys Meintjes (20 July 2007)
13  */
14
15 /* Ext Core translations */
16 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Besig om te laai...</div>';
17
18 /* Ext single string translations */
19 if(Ext.View){
20     Ext.View.prototype.emptyText = "";
21 }
22
23 if(Ext.grid.GridPanel){
24     Ext.grid.GridPanel.prototype.ddText = "{0} geselekteerde ry(e)";
25 }
26
27 if(Ext.TabPanelItem){
28     Ext.TabPanelItem.prototype.closeText = "Maak die oortjie toe";
29 }
30
31 if(Ext.form.Field){
32     Ext.form.Field.prototype.invalidText = "Die waarde in hierdie veld is foutief";
33 }
34
35 if(Ext.LoadMask){
36     Ext.LoadMask.prototype.msg = "Besig om te laai...";
37 }
38
39 /* Javascript month and days translations */
40 Date.monthNames = [
41    "Januarie",
42    "Februarie",
43    "Maart",
44    "April",
45    "Mei",
46    "Junie",
47    "Julie",
48    "Augustus",
49    "September",
50    "Oktober",
51    "November",
52    "Desember"
53 ];
54
55 Date.dayNames = [
56    "Sondag",
57    "Maandag",
58    "Dinsdag",
59    "Woensdag",
60    "Donderdag",
61    "Vrydag",
62    "Saterdag"
63 ];
64
65 /* Ext components translations */
66 if(Ext.MessageBox){
67     Ext.MessageBox.buttonText = {
68        ok     : "OK",
69        cancel : "Kanselleer",
70        yes    : "Ja",
71        no     : "Nee"
72     };
73 }
74
75 if(Ext.util.Format){
76     Ext.util.Format.date = function(v, format){
77        if(!v) return "";
78        if(!(v instanceof Date)) v = new Date(Date.parse(v));
79        return v.dateFormat(format || "d-m-y");
80     };
81 }
82
83 if(Ext.DatePicker){
84     Ext.apply(Ext.DatePicker.prototype, {
85        todayText         : "Vandag",
86        minText           : "Hierdie datum is vroĆ«r as die minimum datum",
87        maxText           : "Hierdie dataum is later as die maximum datum",
88        disabledDaysText  : "",
89        disabledDatesText : "",
90        monthNames        : Date.monthNames,
91        dayNames          : Date.dayNames,
92        nextText          : 'Volgende Maand (Beheer+Regs)',
93        prevText          : 'Vorige Maand (Beheer+Links)',
94        monthYearText     : "Kies 'n maand (Beheer+Op/Af volgende/vorige jaar)",
95        todayTip          : "{0} (Spasie)",
96        format            : "d-m-y",
97        startDay          : 0
98     });
99 }
100
101 if(Ext.PagingToolbar){
102     Ext.apply(Ext.PagingToolbar.prototype, {
103        beforePageText : "Bladsy",
104        afterPageText  : "van {0}",
105        firstText      : "Eerste Bladsy",
106        prevText       : "Vorige Bladsy",
107        nextText       : "Volgende Bladsy",
108        lastText       : "Laatste Bladsy",
109        refreshText    : "Verfris",
110        displayMsg     : "Wys {0} - {1} van {2}",
111        emptyMsg       : 'Geen data om te wys nie'
112     });
113 }
114
115 if(Ext.form.TextField){
116     Ext.apply(Ext.form.TextField.prototype, {
117        minLengthText : "Die minimum lengte van die veld is {0}",
118        maxLengthText : "Die maximum lengte van die veld is {0}",
119        blankText     : "Die veld is verpligtend",
120        regexText     : "",
121        emptyText     : null
122     });
123 }
124
125 if(Ext.form.NumberField){
126     Ext.apply(Ext.form.NumberField.prototype, {
127        minText : "Die minimum waarde vir die veld is {0}",
128        maxText : "Die maximum waarde vir die veld is {0}",
129        nanText : "{0} is nie 'n geldige waarde nie"
130     });
131 }
132
133 if(Ext.form.DateField){
134     Ext.apply(Ext.form.DateField.prototype, {
135        disabledDaysText  : "Afgeskakel",
136        disabledDatesText : "Afgeskakel",
137        minText           : "Die datum in hierdie veld moet na {0} wees",
138        maxText           : "Die datum in hierdie veld moet voor {0} wees",
139        invalidText       : "{0} is nie 'n geldige datum nie - datumformaat is {1}",
140        format            : "d/m/y",
141        altFormats        : "d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
142     });
143 }
144
145 if(Ext.form.ComboBox){
146     Ext.apply(Ext.form.ComboBox.prototype, {
147        loadingText       : "Besig om te laai...",
148        valueNotFoundText : undefined
149     });
150 }
151
152 if(Ext.form.VTypes){
153     Ext.apply(Ext.form.VTypes, {
154        emailText    : "Hierdie veld moet 'n e-pos adres wees met die formaat 'gebruiker@domein.za'",
155        urlText      : "Hierdie veld moet 'n URL wees me die formaat 'http:/'+'/www.domein.za'",
156        alphaText    : 'Die veld mag alleenlik letters en _ bevat',
157        alphanumText : 'Die veld mag alleenlik letters, syfers en _ bevat'
158     });
159 }
160
161 if(Ext.grid.GridView){
162     Ext.apply(Ext.grid.GridView.prototype, {
163        sortAscText  : "Sorteer Oplopend",
164        sortDescText : "Sorteer Aflopend",
165        lockText     : "Vries Kolom",
166        unlockText   : "Ontvries Kolom",
167        columnsText  : "Kolomme"
168     });
169 }
170
171 if(Ext.grid.PropertyColumnModel){
172     Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
173        nameText   : "Naam",
174        valueText  : "Waarde",
175        dateFormat : "Y-m-j"
176     });
177 }
178
179 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
180     Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
181        splitTip            : "Trek om grootte aan te pas.",
182        collapsibleSplitTip : "Trek om grootte aan te pas. Dubbel-klik om weg te steek."
183     });
184 }