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