Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ext-lang-id.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"><div id="prop-Ext.data.XmlStore-indicatorText"></div>/**
9  * Pedoman translasi:
10  * http://id.wikisource.org/wiki/Panduan_Pembakuan_Istilah,_Pelaksanaan_Instruksi_Presiden_Nomor_2_Tahun_2001_Tentang_Penggunaan_Komputer_Dengan_Aplikasi_Komputer_Berbahasa_Indonesia
11  * Original source: http://vlsm.org/etc/baku-0.txt
12  * by Farid GS
13  * farid [at] pulen.net
14  * 10:13 04 Desember 2007
15  * Indonesian Translations
16  */
17
18 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Pemuatan...</div>';
19
20 if(Ext.View){
21   Ext.View.prototype.emptyText = "";
22 }
23
24 if(Ext.grid.GridPanel){
25   Ext.grid.GridPanel.prototype.ddText = "{0} selected row(s)";
26   Ext.grid.GridPanel.prototype.ddText = "{0} baris terpilih";
27 }
28
29 if(Ext.TabPanelItem){
30   Ext.TabPanelItem.prototype.closeText = "Close this tab";
31   Ext.TabPanelItem.prototype.closeText = "Tutup tab ini";
32 }
33
34 if(Ext.form.Field){
35   Ext.form.Field.prototype.invalidText = "The value in this field is invalid";
36   Ext.form.Field.prototype.invalidText = "Isian belum benar";
37 }
38
39 if(Ext.LoadMask){
40   Ext.LoadMask.prototype.msg = "Loading...";
41   Ext.LoadMask.prototype.msg = "Pemuatan...";
42 }
43
44 Date.monthNames = [
45   "Januari",
46   "Februari",
47   "Maret",
48   "April",
49   "Mei",
50   "Juni",
51   "Juli",
52   "Agustus",
53   "September",
54   "Oktober",
55   "November",
56   "Desember"
57 ];
58
59 Date.getShortMonthName = function(month) {
60   return Date.monthNames[month].substring(0, 3);
61 };
62
63 Date.monthNumbers = {
64   Jan : 0,
65   Feb : 1,
66   Mar : 2,
67   Apr : 3,
68   Mei : 4,
69   Jun : 5,
70   Jul : 6,
71   Agu : 7,
72   Sep : 8,
73   Okt : 9,
74   Nov : 10,
75   Des : 11
76 };
77
78 Date.getMonthNumber = function(name) {
79   return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
80 };
81
82 Date.dayNames = [
83   "Minggu",
84   "Senin",
85   "Selasa",
86   "Rabu",
87   "Kamis",
88   "Jumat",
89   "Sabtu"
90 ];
91
92 Date.getShortDayName = function(day) {
93   return Date.dayNames[day].substring(0, 3);
94 };
95
96 if(Ext.MessageBox){
97   Ext.MessageBox.buttonText = {
98     ok     : "OK",
99     cancel : "Batal",
100     yes    : "Ya",
101     no     : "Tidak"
102   };
103 }
104
105 if(Ext.util.Format){
106   Ext.util.Format.date = function(v, format){
107     if(!v) return "";
108     if(!(v instanceof Date)) v = new Date(Date.parse(v));
109     return v.dateFormat(format || "d/m/Y");
110   };
111 }
112
113 if(Ext.DatePicker){
114   Ext.apply(Ext.DatePicker.prototype, {
115     todayText         : "Hari ini",
116     minText           : "Tanggal ini sebelum batas tanggal minimal", 
117     maxText           : "Tanggal ini setelah batas tanggal maksimal", 
118     disabledDaysText  : "",
119     disabledDatesText : "",
120     monthNames        : Date.monthNames,
121     dayNames          : Date.dayNames,
122     nextText          : 'Bulan Berikut (Kontrol+Kanan)', 
123     prevText          : 'Bulan Sebelum (Kontrol+Kiri)', 
124     monthYearText     : 'Pilih bulan (Kontrol+Atas/Bawah untuk pindah tahun)', 
125     todayTip          : "{0} (Spacebar)",
126     format            : "d/m/y",
127     okText            : "&#160;OK&#160;",
128     cancelText        : "Batal",
129     startDay          : 1
130   });
131 }
132
133 if(Ext.PagingToolbar){
134   Ext.apply(Ext.PagingToolbar.prototype, {
135     beforePageText : "Hal",
136     afterPageText  : "dari {0}",
137     firstText      : "Hal. Pertama",
138     prevText       : "Hal. Sebelum",
139     nextText       : "Hal. Berikut",
140     lastText       : "Hal. Akhir",
141     refreshText    : "Segarkan", 
142     displayMsg     : "Menampilkan {0} - {1} dari {2}",
143     emptyMsg       : 'Data tidak ditemukan' 
144   });
145 }
146
147 if(Ext.form.TextField){
148   Ext.apply(Ext.form.TextField.prototype, {
149     minLengthText : "Panjang minimal untuk field ini adalah {0}",  
150     maxLengthText : "Panjang maksimal untuk field ini adalah {0}", 
151     blankText     : "Field ini wajib diisi", 
152     regexText     : "",
153     emptyText     : null
154   });
155 }
156
157 if(Ext.form.NumberField){
158   Ext.apply(Ext.form.NumberField.prototype, {
159     minText : "Nilai minimal untuk field ini adalah {0}",  
160     maxText : "Nilai maksimal untuk field ini adalah {0}",  
161     nanText : "{0} bukan angka" 
162   });
163 }
164
165 if(Ext.form.DateField){
166   Ext.apply(Ext.form.DateField.prototype, {
167     disabledDaysText  : "Disfungsi",  
168     disabledDatesText : "Disfungsi",  
169     minText           : "Tanggal dalam field ini harus setelah {0}", 
170     maxText           : "Tanggal dalam field ini harus sebelum {0}", 
171     invalidText       : "{0} tanggal salah - Harus dalam format {1}", 
172     format            : "d/m/y", 
173     //altFormats        : "m/d/Y|m-d-y|m-d-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
174     altFormats        : "d/m/Y|d-m-y|d-m-Y|m/d|m-d|md|mdy|mdY|d|Y-m-d"
175   });
176 }
177
178 if(Ext.form.ComboBox){
179   Ext.apply(Ext.form.ComboBox.prototype, {
180     loadingText       : "Pemuatan...",  
181     valueNotFoundText : undefined
182   });
183 }
184
185 if(Ext.form.VTypes){
186   Ext.apply(Ext.form.VTypes, {
187     emailText    : 'Field ini harus dalam format email seperti "user@example.com"', 
188     urlText      : 'Field ini harus dalam format URL seperti "http:/'+'/www.example.com"', 
189     alphaText    : 'Field ini harus terdiri dari huruf dan _', 
190     alphanumText : 'Field ini haris terdiri dari huruf, angka dan _'  
191   });
192 }
193
194 if(Ext.form.HtmlEditor){
195   Ext.apply(Ext.form.HtmlEditor.prototype, {
196     createLinkText : 'Silakan masukkan URL untuk tautan:', 
197     buttonTips : {
198       bold : {
199         title: 'Tebal (Ctrl+B)', 
200         text: 'Buat tebal teks terpilih', 
201         cls: 'x-html-editor-tip'
202       },
203       italic : {
204         title: 'Miring (CTRL+I)', 
205         text: 'Buat miring teks terpilih', 
206         cls: 'x-html-editor-tip'
207       },
208       underline : {
209         title: 'Garisbawah (CTRl+U)', 
210         text: 'Garisbawahi teks terpilih', 
211         cls: 'x-html-editor-tip'
212       },
213       increasefontsize : {
214         title: 'Perbesar teks', 
215         text: 'Perbesar ukuran fonta', 
216         cls: 'x-html-editor-tip'
217       },
218       decreasefontsize : {
219         title: 'Perkecil teks',  
220         text: 'Perkecil ukuran fonta', 
221         cls: 'x-html-editor-tip'
222       },
223       backcolor : {
224         title: 'Sorot Warna Teks',  
225         text: 'Ubah warna latar teks terpilih', 
226         cls: 'x-html-editor-tip'
227       },
228       forecolor : {
229         title: 'Warna Fonta', 
230         text: 'Ubah warna teks terpilih',  
231         cls: 'x-html-editor-tip'
232       },
233       justifyleft : {
234         title: 'Rata Kiri', 
235         text: 'Ratakan teks ke kiri', 
236         cls: 'x-html-editor-tip'
237       },
238       justifycenter : {
239         title: 'Rata Tengah', 
240         text: 'Ratakan teks ke tengah editor', 
241         cls: 'x-html-editor-tip'
242       },
243       justifyright : {
244         title: 'Rata Kanan', 
245         text: 'Ratakan teks ke kanan', 
246         cls: 'x-html-editor-tip'
247       },
248       insertunorderedlist : {
249         title: 'Daftar Bulet', 
250         text: 'Membuat daftar berbasis bulet', 
251         cls: 'x-html-editor-tip'
252       },
253       insertorderedlist : {
254         title: 'Daftar Angka', 
255         text: 'Membuat daftar berbasis angka', 
256         cls: 'x-html-editor-tip'
257       },
258       createlink : {
259         title: 'Hipertaut', 
260         text: 'Buat teks terpilih sebagai Hipertaut', 
261         cls: 'x-html-editor-tip'
262       },
263       sourceedit : {
264         title: 'Edit Kode Sumber', 
265         text: 'Pindah dalam mode kode sumber', 
266         cls: 'x-html-editor-tip'
267       }
268     }
269   });
270 }
271
272 if(Ext.grid.GridView){
273   Ext.apply(Ext.grid.GridView.prototype, {
274     sortAscText  : "Urut Naik", 
275     sortDescText : "Urut Turun", 
276     lockText     : "Kancing Kolom", 
277     unlockText   : "Lepas Kunci Kolom", 
278     columnsText  : "Kolom"
279   });
280 }
281
282 if(Ext.grid.GroupingView){
283   Ext.apply(Ext.grid.GroupingView.prototype, {
284     emptyGroupText : '(Kosong)', 
285     groupByText    : 'Kelompokkan Berdasar Field Ini', 
286     showGroupsText : 'Tampil Dalam Kelompok' 
287   });
288 }
289
290 if(Ext.grid.PropertyColumnModel){
291   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
292     nameText   : "Nama", 
293     valueText  : "Nilai", 
294     dateFormat : "d/m/Y" 
295   });
296 }
297
298 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
299   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
300     splitTip            : "Seret untuk ubah ukuran.", 
301     collapsibleSplitTip : "Seret untuk ubah ukuran, Dobel klik untuk sembunyikan." 
302   });
303 }
304 </pre>    \r
305 </body>\r
306 </html>