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>
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.
13 * http://www.extjs.com/license
15 <div id="prop-Ext.state.Provider-indicatorText"></div>/**
16 * List compiled by mystix on the extjs.com forums.
19 * Turkish translation by Alper YAZGAN
20 * 2008-01-24, 10:29 AM
22 * Updated to 2.2 by YargicX
23 * 2008-10-05, 06:22 PM
26 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Yükleniyor ...</div>';
29 Ext.View.prototype.emptyText = "";
33 Ext.grid.Grid.prototype.ddText = "Seçili satýr sayýsý : {0}";
37 Ext.TabPanelItem.prototype.closeText = "Sekmeyi kapat";
41 Ext.form.Field.prototype.invalidText = "Bu alandaki deðer geçersiz";
45 Ext.LoadMask.prototype.msg = "Yükleniyor ...";
63 Date.getShortMonthName = function(month) {
64 return Date.monthNames[month].substring(0, 3);
82 Date.getMonthNumber = function(name) {
83 return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
96 Date.shortDayNames = [
106 Date.getShortDayName = function(day) {
107 return Date.shortDayNames[day];
111 Ext.MessageBox.buttonText = {
120 Ext.util.Format.date = function(v, format){
122 if(!(v instanceof Date)) v = new Date(Date.parse(v));
123 return v.dateFormat(format || "d/m/Y");
128 Ext.apply(Ext.DatePicker.prototype, {
130 minText : "Bu tarih izin verilen en küçük tarihten daha önce",
131 maxText : "Bu tarih izin verilen en büyük tarihten daha sonra",
132 disabledDaysText : "",
133 disabledDatesText : "",
134 monthNames : Date.monthNames,
135 dayNames : Date.dayNames,
136 nextText : 'Gelecek Ay (Control+Right)',
137 prevText : 'Önceki Ay (Control+Left)',
138 monthYearText : 'Bir ay sŸeçiniz (Yýlý artýrmak/azaltmak için Control+Up/Down)',
139 todayTip : "{0} (BoþŸluk TuþŸu - Spacebar)",
141 okText : " Tamam ",
142 cancelText : "Ä°ptal",
147 if(Ext.PagingToolbar){
148 Ext.apply(Ext.PagingToolbar.prototype, {
149 beforePageText : "Sayfa",
150 afterPageText : " / {0}",
151 firstText : "Ä°lk Sayfa",
152 prevText : "Önceki Sayfa",
153 nextText : "Sonraki Sayfa",
154 lastText : "Son Sayfa",
155 refreshText : "Yenile",
156 displayMsg : "Gösterilen {0} - {1} / {2}",
157 emptyMsg : 'Gösterilebilecek veri yok'
161 if(Ext.form.TextField){
162 Ext.apply(Ext.form.TextField.prototype, {
163 minLengthText : "Girilen verinin uzunluðu en az {0} olabilir",
164 maxLengthText : "Girilen verinin uzunluðu en fazla {0} olabilir",
165 blankText : "Bu alan boþŸ býrakýlamaz",
171 if(Ext.form.NumberField){
172 Ext.apply(Ext.form.NumberField.prototype, {
173 minText : "En az {0} girilebilir",
174 maxText : "En çok {0} girilebilir",
175 nanText : "{0} geçersiz bir sayýdýr"
179 if(Ext.form.DateField){
180 Ext.apply(Ext.form.DateField.prototype, {
181 disabledDaysText : "Disabled",
182 disabledDatesText : "Disabled",
183 minText : "Bu tarih, {0} tarihinden daha sonra olmalýdýr",
184 maxText : "Bu tarih, {0} tarihinden daha önce olmalýdýr",
185 invalidText : "{0} geçersiz bir tarihdir - tarih formatý {1} þŸeklinde olmalýdýr",
187 altFormats : "d.m.y|d.m.Y|d/m/y|d-m-Y|d-m-y|d.m|d/m|d-m|dm|dmY|dmy|d|Y.m.d|Y-m-d|Y/m/d"
191 if(Ext.form.ComboBox){
192 Ext.apply(Ext.form.ComboBox.prototype, {
193 loadingText : "Yükleniyor ...",
194 valueNotFoundText : undefined
199 Ext.form.VTypes["emailText"]='Bu alan "user@example.com" þŸeklinde elektronik posta formatýnda olmalýdýr';
200 Ext.form.VTypes["urlText"]='Bu alan "http://www.example.com" þŸeklinde URL adres formatýnda olmalýdýr';
201 Ext.form.VTypes["alphaText"]='Bu alan sadece harf ve _ içermeli';
202 Ext.form.VTypes["alphanumText"]='Bu alan sadece harf, sayý ve _ içermeli';
205 if(Ext.form.HtmlEditor){
206 Ext.apply(Ext.form.HtmlEditor.prototype, {
207 createLinkText : 'Lütfen bu baðlantý için gerekli URL adresini giriniz:',
210 title: 'Kalýn(Bold) (Ctrl+B)',
211 text: 'Þžeçili yazýyý kalýn yapar.',
212 cls: 'x-html-editor-tip'
215 title: 'Ä°talik(Italic) (Ctrl+I)',
216 text: 'Þžeçili yazýyý italik yapar.',
217 cls: 'x-html-editor-tip'
220 title: 'Alt Çizgi(Underline) (Ctrl+U)',
221 text: 'Þžeçili yazýnýn altýný çizer.',
222 cls: 'x-html-editor-tip'
225 title: 'Fontu büyült',
226 text: 'Yazý fontunu büyütür.',
227 cls: 'x-html-editor-tip'
230 title: 'Fontu küçült',
231 text: 'Yazý fontunu küçültür.',
232 cls: 'x-html-editor-tip'
235 title: 'Arka Plan Rengi',
236 text: 'Seçili yazýnýn arka plan rengini deðiþŸtir.',
237 cls: 'x-html-editor-tip'
241 text: 'Seçili yazýnýn rengini deðiþŸtir.',
242 cls: 'x-html-editor-tip'
246 text: 'Yazýyý sola daya.',
247 cls: 'x-html-editor-tip'
251 text: 'Yazýyý editörde ortala.',
252 cls: 'x-html-editor-tip'
256 text: 'Yazýyý saða daya.',
257 cls: 'x-html-editor-tip'
259 insertunorderedlist : {
260 title: 'Noktalý Liste',
261 text: 'Noktalý listeye baþŸla.',
262 cls: 'x-html-editor-tip'
264 insertorderedlist : {
265 title: 'Numaralý Liste',
266 text: 'Numaralý lisyeye baþŸla.',
267 cls: 'x-html-editor-tip'
270 title: 'Web Adresi(Hyperlink)',
271 text: 'Seçili yazýyý web adresi(hyperlink) yap.',
272 cls: 'x-html-editor-tip'
275 title: 'Kaynak kodu Düzenleme',
276 text: 'Kaynak kodu düzenleme moduna geç.',
277 cls: 'x-html-editor-tip'
283 if(Ext.grid.GridView){
284 Ext.apply(Ext.grid.GridView.prototype, {
285 sortAscText : "Artan sýrada sýrala",
286 sortDescText : "Azalan sýrada sýrala",
287 lockText : "Kolonu kilitle",
288 unlockText : "Kolon kilidini kaldýr",
289 columnsText : "Kolonlar"
293 if(Ext.grid.GroupingView){
294 Ext.apply(Ext.grid.GroupingView.prototype, {
295 emptyGroupText : '(Yok)',
296 groupByText : 'Bu Alana Göre Grupla',
297 showGroupsText : 'Gruplar Halinde Göster'
301 if(Ext.grid.PropertyColumnModel){
302 Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
309 if(Ext.layout.BorderLayout.SplitRegion){
310 Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
311 splitTip : "Yeniden boyutlandýrmak için sürükle.",
312 collapsibleSplitTip : "Yeniden boyutlandýrmak için sürükle. Saklamak için çift týkla."