source: trunk/web/addons/job_monarch/lib/extjs-30/src/locale/ext-lang-tr.js @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 7.9 KB
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
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 * Turkish translation by Alper YAZGAN
12 * 2008-01-24, 10:29 AM
13 *
14 * Updated to 2.2 by YargicX
15 * 2008-10-05, 06:22 PM
16 */
17
18Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Yükleniyor ...</div>';
19
20if(Ext.View){
21  Ext.View.prototype.emptyText = "";
22}
23
24if(Ext.grid.Grid){
25  Ext.grid.Grid.prototype.ddText = "Seçili satýr sayýsý : {0}";
26}
27
28if(Ext.TabPanelItem){
29  Ext.TabPanelItem.prototype.closeText = "Sekmeyi kapat";
30}
31
32if(Ext.form.Field){
33  Ext.form.Field.prototype.invalidText = "Bu alandaki deðer geçersiz";
34}
35
36if(Ext.LoadMask){
37  Ext.LoadMask.prototype.msg = "Yükleniyor ...";
38}
39
40Date.monthNames = [
41  "Ocak",
42  "Þžubat",
43  "Mart",
44  "Nisan",
45  "Mayýs",
46  "Haziran",
47  "Temmuz",
48  "Aðustos",
49  "Eylül",
50  "Ekim",
51  "Kasým",
52  "Aralýk"
53];
54
55Date.getShortMonthName = function(month) {
56  return Date.monthNames[month].substring(0, 3);
57};
58
59Date.monthNumbers = {
60  Jan : 0,
61  Feb : 1,
62  Mar : 2,
63  Apr : 3,
64  May : 4,
65  Jun : 5,
66  Jul : 6,
67  Aug : 7,
68  Sep : 8,
69  Oct : 9,
70  Nov : 10,
71  Dec : 11
72};
73
74Date.getMonthNumber = function(name) {
75  return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
76};
77
78Date.dayNames = [
79  "Pazar",
80  "Pazartesi",
81  "Salý",
82  "LJarþŸamba",
83  "PerþŸembe",
84  "Cuma",
85  "Cumartesi"
86];
87
88Date.shortDayNames = [
89  "Paz",
90  "Pzt",
91  "Sal",
92  "ÇrþŸ",
93  "Prþ",
94  "Cum",
95  "Cmt"
96];
97
98Date.getShortDayName = function(day) {
99  return Date.shortDayNames[day];
100};
101
102if(Ext.MessageBox){
103  Ext.MessageBox.buttonText = {
104    ok     : "Tamam",
105    cancel : "Ä°ptal",
106    yes    : "Evet",
107    no     : "Hayýr"
108  };
109}
110
111if(Ext.util.Format){
112  Ext.util.Format.date = function(v, format){
113    if(!v) return "";
114    if(!(v instanceof Date)) v = new Date(Date.parse(v));
115    return v.dateFormat(format || "d/m/Y");
116  };
117}
118
119if(Ext.DatePicker){
120  Ext.apply(Ext.DatePicker.prototype, {
121    todayText         : "Bugün",
122    minText           : "Bu tarih izin verilen en küçük tarihten daha önce",
123    maxText           : "Bu tarih izin verilen en büyük tarihten daha sonra",
124    disabledDaysText  : "",
125    disabledDatesText : "",
126    monthNames        : Date.monthNames,
127    dayNames          : Date.dayNames,
128    nextText          : 'Gelecek Ay (Control+Right)',
129    prevText          : 'Önceki Ay (Control+Left)',
130    monthYearText     : 'Bir ay sŸeçiniz (Yýlý artýrmak/azaltmak için Control+Up/Down)',
131    todayTip          : "{0} (BoþŸluk TuþŸu - Spacebar)",
132    format            : "d/m/Y",
133    okText            : "&#160;Tamam&#160;",
134    cancelText        : "Ä°ptal",
135    startDay          : 1
136  });
137}
138
139if(Ext.PagingToolbar){
140  Ext.apply(Ext.PagingToolbar.prototype, {
141    beforePageText : "Sayfa",
142    afterPageText  : " / {0}",
143    firstText      : "Ä°lk Sayfa",
144    prevText       : "Önceki Sayfa",
145    nextText       : "Sonraki Sayfa",
146    lastText       : "Son Sayfa",
147    refreshText    : "Yenile",
148    displayMsg     : "Gösterilen {0} - {1} / {2}",
149    emptyMsg       : 'Gösterilebilecek veri yok'
150  });
151}
152
153if(Ext.form.TextField){
154  Ext.apply(Ext.form.TextField.prototype, {
155    minLengthText : "Girilen verinin uzunluðu en az {0} olabilir",
156    maxLengthText : "Girilen verinin uzunluðu en fazla {0} olabilir",
157    blankText     : "Bu alan boþŸ býrakýlamaz",
158    regexText     : "",
159    emptyText     : null
160  });
161}
162
163if(Ext.form.NumberField){
164  Ext.apply(Ext.form.NumberField.prototype, {
165    minText : "En az {0} girilebilir",
166    maxText : "En çok {0} girilebilir",
167    nanText : "{0} geçersiz bir sayýdýr"
168  });
169}
170
171if(Ext.form.DateField){
172  Ext.apply(Ext.form.DateField.prototype, {
173    disabledDaysText  : "Disabled",
174    disabledDatesText : "Disabled",
175    minText           : "Bu tarih, {0} tarihinden daha sonra olmalýdýr", 
176    maxText           : "Bu tarih, {0} tarihinden daha önce olmalýdýr",
177    invalidText       : "{0} geçersiz bir tarihdir - tarih formatý {1} þŸeklinde olmalýdýr",
178    format            : "d/m/Y",
179    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"
180  });
181}
182
183if(Ext.form.ComboBox){
184  Ext.apply(Ext.form.ComboBox.prototype, {
185    loadingText       : "Yükleniyor ...",
186    valueNotFoundText : undefined
187  });
188}
189
190if(Ext.form.VTypes){
191        Ext.form.VTypes["emailText"]='Bu alan "user@example.com" þŸeklinde elektronik posta formatýnda olmalýdýr';
192        Ext.form.VTypes["urlText"]='Bu alan "http://www.example.com" þŸeklinde URL adres formatýnda olmalýdýr';
193        Ext.form.VTypes["alphaText"]='Bu alan sadece harf ve _ içermeli';
194        Ext.form.VTypes["alphanumText"]='Bu alan sadece harf, sayý ve _ içermeli';
195}
196
197if(Ext.form.HtmlEditor){
198  Ext.apply(Ext.form.HtmlEditor.prototype, {
199    createLinkText : 'Lütfen bu baðlantý için gerekli URL adresini giriniz:',
200    buttonTips : {
201      bold : {
202        title: 'Kalýn(Bold) (Ctrl+B)',
203        text: 'Þžeçili yazýyý kalýn yapar.',
204        cls: 'x-html-editor-tip'
205      },
206      italic : {
207        title: 'Ä°talik(Italic) (Ctrl+I)',
208        text: 'Þžeçili yazýyý italik yapar.',
209        cls: 'x-html-editor-tip'
210      },
211      underline : {
212        title: 'Alt Çizgi(Underline) (Ctrl+U)',
213        text: 'Þžeçili yazýnýn altýný çizer.',
214        cls: 'x-html-editor-tip'
215      },
216      increasefontsize : {
217        title: 'Fontu büyült',
218        text: 'Yazý fontunu büyütür.',
219        cls: 'x-html-editor-tip'
220      },
221      decreasefontsize : {
222        title: 'Fontu küçült',
223        text: 'Yazý fontunu küçültür.',
224        cls: 'x-html-editor-tip'
225      },
226      backcolor : {
227        title: 'Arka Plan Rengi',
228        text: 'Seçili yazýnýn arka plan rengini deðiþŸtir.',
229        cls: 'x-html-editor-tip'
230      },
231      forecolor : {
232        title: 'Yazý Rengi',
233        text: 'Seçili yazýnýn rengini deðiþŸtir.',
234        cls: 'x-html-editor-tip'
235      },
236      justifyleft : {
237        title: 'Sola Daya',
238        text: 'Yazýyý sola daya.',
239        cls: 'x-html-editor-tip'
240      },
241      justifycenter : {
242        title: 'Ortala',
243        text: 'Yazýyý editörde ortala.',
244        cls: 'x-html-editor-tip'
245      },
246      justifyright : {
247        title: 'Saða daya',
248        text: 'Yazýyý saða daya.',
249        cls: 'x-html-editor-tip'
250      },
251      insertunorderedlist : {
252        title: 'Noktalý Liste',
253        text: 'Noktalý listeye baþŸla.',
254        cls: 'x-html-editor-tip'
255      },
256      insertorderedlist : {
257        title: 'Numaralý Liste',
258        text: 'Numaralý lisyeye baþŸla.',
259        cls: 'x-html-editor-tip'
260      },
261      createlink : {
262        title: 'Web Adresi(Hyperlink)',
263        text: 'Seçili yazýyý web adresi(hyperlink) yap.',
264        cls: 'x-html-editor-tip'
265      },
266      sourceedit : {
267        title: 'Kaynak kodu Düzenleme',
268        text: 'Kaynak kodu düzenleme moduna geç.',
269        cls: 'x-html-editor-tip'
270      }
271    }
272  });
273}
274
275if(Ext.grid.GridView){
276  Ext.apply(Ext.grid.GridView.prototype, {
277    sortAscText  : "Artan sýrada sýrala",
278    sortDescText : "Azalan sýrada sýrala",
279    lockText     : "Kolonu kilitle",
280    unlockText   : "Kolon kilidini kaldýr",
281    columnsText  : "Kolonlar"
282  });
283}
284
285if(Ext.grid.GroupingView){
286  Ext.apply(Ext.grid.GroupingView.prototype, {
287    emptyGroupText : '(Yok)',
288    groupByText    : 'Bu Alana Göre Grupla',
289    showGroupsText : 'Gruplar Halinde Göster'
290  });
291}
292
293if(Ext.grid.PropertyColumnModel){
294  Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
295    nameText   : "Ad",
296    valueText  : "Deðer",
297    dateFormat : "d/m/Y"
298  });
299}
300
301if(Ext.layout.BorderLayout.SplitRegion){
302  Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
303    splitTip            : "Yeniden boyutlandýrmak için sürükle.",
304    collapsibleSplitTip : "Yeniden boyutlandýrmak için sürükle. Saklamak için çift týkla."
305  });
306}
Note: See TracBrowser for help on using the repository browser.