summaryrefslogtreecommitdiff
path: root/apps/lang/turkce.lang
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-04-01 13:36:33 +0000
committerJens Arnold <amiconn@rockbox.org>2006-04-01 13:36:33 +0000
commit67de1d3d9be8ba0c3644680f2c70ea48230270ca (patch)
treed140d1c9637c64c394b63cf728e96b405608a991 /apps/lang/turkce.lang
parent3d253c6ccfa735a4831b1f825a4ed870d7ac8ccb (diff)
downloadrockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.tar.gz
rockbox-67de1d3d9be8ba0c3644680f2c70ea48230270ca.zip
Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/turkce.lang')
-rw-r--r--apps/lang/turkce.lang1594
1 files changed, 711 insertions, 883 deletions
diff --git a/apps/lang/turkce.lang b/apps/lang/turkce.lang
index c26bd046d9..8100860474 100644
--- a/apps/lang/turkce.lang
+++ b/apps/lang/turkce.lang
@@ -1,1080 +1,908 @@
1
2## general strings
3
4id: LANG_SET_BOOL_YES
5desc: bool true representation
6eng: "Yes"
7voice: ""
8new: "Evet"
9
10id: LANG_SET_BOOL_NO
11desc: bool false representation
12eng: "No"
13voice: ""
14new: "Hayir"
15
16id: LANG_ON
17desc: Used in a lot of places
18eng: "On"
19voice: ""
20new: "Acik"
21
22id: LANG_OFF
23desc: Used in a lot of places
24eng: "Off"
25voice: ""
26new: "Kapali"
27
28id: LANG_RESUME_SETTING_ASK
29desc: in settings_menu
30eng: "ask"
31voice: ""
32new: "sor"
33
34## general messages
35
36## main menu
37
1id: LANG_SOUND_SETTINGS 38id: LANG_SOUND_SETTINGS
2desc: in the main menu 39desc: in the main menu
3eng: "Sound Settings" 40eng: "Sound Settings"
41voice: ""
4new: "Ses Ayarlari" 42new: "Ses Ayarlari"
5 43
6id: LANG_GENERAL_SETTINGS 44id: LANG_GENERAL_SETTINGS
7desc: in the main menu 45desc: in the main menu
8eng: "General Settings" 46eng: "General Settings"
47voice: ""
9new: "Genel Ayarlar" 48new: "Genel Ayarlar"
10 49
11id: LANG_GAMES
12desc: in the main menu
13eng: "Games"
14new: "Oyunlar"
15
16id: LANG_DEMOS
17desc: in the main menu
18eng: "Demos"
19new: "Demolar"
20
21id: LANG_INFO 50id: LANG_INFO
22desc: in the main menu 51desc: in the main menu
23eng: "Info" 52eng: "Info"
53voice: ""
24new: "Bilgi" 54new: "Bilgi"
25 55
26id: LANG_VERSION 56## Sound settings
27desc: in the main menu 57
28eng: "Version" 58id: LANG_VOLUME
29new: "Surum" 59desc: in sound_settings
30 60eng: "Volume"
31id: LANG_DEBUG 61voice: ""
32desc: in the main menu 62new: "Ses"
33eng: "Debug (keep out!)" 63
34new: "Hata Arindirma (Uzak durun!)" 64id: LANG_BASS
35 65desc: in sound_settings
36id: LANG_USB 66eng: "Bass"
37desc: in the main menu 67voice: ""
38eng: "USB (sim)" 68new: "Bas"
39new: "USB (sim)" 69
40 70id: LANG_TREBLE
41id: LANG_ROCKBOX_INFO 71desc: in sound_settings
42desc: displayed topmost on the info screen 72eng: "Treble"
43eng: "Rockbox info:" 73voice: ""
44new: "Rockbox bilgi:" 74new: "Tiz"
45 75
46id: LANG_BUFFER_STAT_PLAYER 76id: LANG_BALANCE
47desc: the buffer size player-screen width, %d MB %d fraction of MB 77desc: in sound_settings
48eng: "Buf: %d.%02dMb" 78eng: "Balance"
49new: "Tmp: %d.%02dMb" 79voice: ""
50 80new: "Ses dengesi"
51id: LANG_BUFFER_STAT_RECORDER 81
52desc: the buffer size recorder-screen width, %d MB %d fraction of MB 82id: LANG_CHANNEL_MENU
53eng: "Buffer: %d.%02dMb" 83desc: in sound_settings
54new: "Tampon: %d.%02dMb" 84eng: "Channels"
55 85voice: ""
56id: LANG_BATTERY_LEVEL_PLAYER 86new: "Kanallar"
57desc: the battery level in percentage 87
58eng: "Batt: %d%%%s" 88id: LANG_CHANNEL
59new: "Pil: %d%%%s" 89desc: in sound_settings
60 90eng: "Channel configuration"
61id: LANG_BATTERY_LEVEL_RECORDER 91voice: ""
62desc: the battery level in percentage 92new: "Kanal ayari"
63eng: "Battery: %d%%%s" 93
64new: "Pil: %d%%%s" 94id: LANG_CHANNEL_STEREO
65 95desc: in sound_settings
66id: LANG_BATTERY_CHARGE 96eng: "Stereo"
67desc: tells that the battery is charging, instead of battery level 97voice: ""
68eng: "Battery: charging" 98new: "Stereo"
69new: "Pil: Sarj Oluyor" 99
70 100id: LANG_CHANNEL_MONO
71id: LANG_BOUNCE 101desc: in sound_settings
72desc: in the demos menu 102eng: "Mono"
73eng: "Bounce" 103voice: ""
74new: "Yansima" 104new: "Mono"
75 105
76id: LANG_SNOW 106id: LANG_CHANNEL_LEFT
77desc: in the demos menu 107desc: in sound_settings
78eng: "Snow" 108eng: "Mono Left"
79new: "Kar" 109voice: ""
80 110new: "Mono Sol"
81id: LANG_TETRIS 111
82desc: in the games menu 112id: LANG_CHANNEL_RIGHT
83eng: "Tetris" 113desc: in sound_settings
84new: "Tetris" 114eng: "Mono Right"
85 115voice: ""
86id: LANG_SOKOBAN 116new: "Mono Sag"
87desc: in the games menu 117
88eng: "Sokoban" 118id: LANG_LOUDNESS
89new: "Sokoban" 119desc: in sound_settings
90 120eng: "Loudness"
91id: LANG_WORMLET 121voice: ""
92desc: in the games menu 122new: "Yukseklik"
93eng: "Wormlet" 123
94new: "Kurtcuk" 124id: LANG_AUTOVOL
95 125desc: in sound_settings
96id: LANG_SNAKE 126eng: "Auto Volume"
97desc: in the games menu 127voice: ""
98eng: "Snake" 128new: "Otomatik Ses"
99new: "Yilan" 129
100 130id: LANG_DECAY
101id: LANG_PLAYLIST_LOAD 131desc: in sound_settings
102desc: displayed on screen while loading a playlist 132eng: "AV decay time"
103eng: "Loading..." 133voice: ""
104new: "Yukluyor..." 134new: "AV sönüm zamani"
105 135
106id: LANG_PLAYLIST_SHUFFLE 136## general settings menu
107desc: displayed on screen while shuffling a playlist 137
108eng: "Shuffling..." 138id: LANG_PLAYBACK
109new: "Karistiriyor..." 139desc: in settings_menu()
110 140eng: "Playback"
111id: LANG_PLAYLIST_PLAY 141voice: ""
112desc: displayed on screen when start playing a playlist 142new: "Çalma"
113eng: "Playing..." 143
114new: "Caliyor..." 144id: LANG_FILE
115 145desc: in settings_menu()
116id: LANG_PLAYINDICES_PLAYLIST 146eng: "File View"
117desc: in playlist.indices() when playlist is full 147voice: ""
118eng: "Playlist" 148new: "Dosya Gorunumu"
119new: "SarkiListesi" 149
120 150id: LANG_DISPLAY
121id: LANG_PLAYINDICES_BUFFER 151desc: in settings_menu()
122desc: in playlist.indices() when playlist is full 152eng: "Display"
123eng: "buffer full" 153voice: ""
124new: "tampon dolu" 154new: "Ekran"
125 155
126id: LANG_PLAYINDICES_AMOUNT 156id: LANG_SYSTEM
127desc: number of files in playlist 157desc: in settings_menu()
128eng: "%d files" 158eng: "System"
129new: "%d dosya" 159voice: ""
130 160new: "Sistem"
161
162## manage settings menu
163
164id: LANG_RESET
165desc: in system_settings_menu()
166eng: "Reset settings"
167voice: ""
168new: "Ayarlari basa dondur"
169
170id: LANG_RESET_ASK_RECORDER
171desc: confirm to reset settings
172eng: "Are you sure?"
173voice: ""
174new: "Emin misiniz?"
175
176id: LANG_RESET_DONE_SETTING
177desc: visual confirmation after settings reset
178eng: "Settings"
179voice: ""
180new: "Ayarlar"
181
182id: LANG_RESET_DONE_CLEAR
183desc: visual confirmation after settings reset
184eng: "Cleared"
185voice: ""
186new: "Temizlendi"
187
188id: LANG_RESET_DONE_CANCEL
189desc: Visual confirmation of cancelation
190eng: "Canceled"
191voice: ""
192new: "Iptal edildi"
193
131id: LANG_SETTINGS_SAVE_PLAYER 194id: LANG_SETTINGS_SAVE_PLAYER
132desc: displayed if save settings has failed 195desc: displayed if save settings has failed
133eng: "Save failed" 196eng: "Save failed"
197voice: ""
134new: "Saklama basarisiz" 198new: "Saklama basarisiz"
135 199
136id: LANG_SETTINGS_BATTERY_PLAYER 200id: LANG_SETTINGS_BATTERY_PLAYER
137desc: if save settings has failed 201desc: if save settings has failed
138eng: "Batt. low?" 202eng: "Batt. low?"
203voice: ""
139new: "Pil zayif?" 204new: "Pil zayif?"
140 205
141id: LANG_SETTINGS_SAVE_RECORDER 206id: LANG_SETTINGS_SAVE_RECORDER
142desc: displayed if save settings has failed 207desc: displayed if save settings has failed
143eng: "Save failed" 208eng: "Save failed"
209voice: ""
144new: "Saklama basarisiz" 210new: "Saklama basarisiz"
145 211
146id: LANG_SETTINGS_BATTERY_RECORDER 212id: LANG_SETTINGS_BATTERY_RECORDER
147desc: if save settings has failed 213desc: if save settings has failed
148eng: "Is battery low?" 214eng: "Is battery low?"
215voice: ""
149new: "Pil zayif mi?" 216new: "Pil zayif mi?"
150 217
151id: LANG_TIME_SET 218## recording menu
152desc: used in set_time() 219
153eng: "ON to set" 220## equalizer menu
154new: "Ayar icin ON" 221
155 222## playlist options
156id: LANG_TIME_REVERT 223
157desc: used in set_time() 224## info menu
158eng: "OFF to revert" 225
159new: "Iptal icin OFF" 226id: LANG_VERSION
160 227desc: in the main menu
161id: LANG_HIDDEN 228eng: "Version"
162desc: in settings_menu 229voice: ""
163eng: "" 230new: "Surum"
164new: "" 231
165 232id: LANG_DEBUG
166id: LANG_HIDDEN_SHOW 233desc: in the main menu
167desc: in settings_menu 234eng: "Debug (keep out!)"
168eng: "" 235voice: ""
169new: "" 236new: "Hata Arindirma (Uzak durun!)"
170 237
171id: LANG_HIDDEN_HIDE 238id: LANG_USB
172desc: in settings_menu 239desc: in the main menu
173eng: "" 240eng: "USB (sim)"
174new: " 241voice: ""
175 242new: "USB (sim)"
176id: LANG_CONTRAST 243
177desc: in settings_menu 244## playback settings menu
178eng: "Contrast" 245
179new: "Kontrast"
180
181id: LANG_SHUFFLE 246id: LANG_SHUFFLE
182desc: in settings_menu 247desc: in settings_menu
183eng: "Shuffle" 248eng: "Shuffle"
249voice: ""
184new: "Karistir" 250new: "Karistir"
185 251
252id: LANG_REPEAT
253desc: in settings_menu
254eng: "Repeat"
255voice: ""
256new: "Tekrarla"
257
258id: LANG_REPEAT_ALL
259desc: repeat playlist once all songs have completed
260eng: "All"
261voice: ""
262new: "Hepsini"
263
264id: LANG_REPEAT_ONE
265desc: repeat one song
266eng: "One"
267voice: ""
268new: "Calani"
269
186id: LANG_PLAY_SELECTED 270id: LANG_PLAY_SELECTED
187desc: in settings_menu 271desc: in settings_menu
188eng: "Play selected first" 272eng: "Play selected first"
273voice: ""
189new: "Secileni once cal" 274new: "Secileni once cal"
190 275
191id: LANG_MP3FILTER 276id: LANG_RESUME
192desc: in settings_menu 277desc: in settings_menu
193eng: "" 278eng: "Resume"
194new: "" 279voice: ""
195 280new: "Kaldigi yerden devam et"
281
282## file view menu
283
196id: LANG_SORT_CASE 284id: LANG_SORT_CASE
197desc: in settings_menu 285desc: in settings_menu
198eng: "Sort Case Sensitive" 286eng: "Sort Case Sensitive"
287voice: ""
199new: "Buyuk Kucuk Harf Sirasi" 288new: "Buyuk Kucuk Harf Sirasi"
200 289
201id: LANG_RESUME 290id: LANG_FILTER
291desc: setting name for dir filter
292eng: "Show files"
293voice: ""
294new: "Gosterilecek Dosyalar"
295
296id: LANG_FILTER_ALL
297desc: show all files
298eng: "All"
299voice: ""
300new: "Hepsi"
301
302id: LANG_FILTER_SUPPORTED
303desc: show all file types supported by Rockbox
304eng: "Supported"
305voice: ""
306new: "Desteklenen"
307
308id: LANG_FILTER_MUSIC
309desc: show only music-related files
310eng: "Music"
311voice: ""
312new: "Muzik"
313
314id: LANG_FOLLOW
202desc: in settings_menu 315desc: in settings_menu
203eng: "Resume" 316eng: "Follow Playlist"
204new: "Kaldigi yerden devam et" 317voice: ""
205 318new: "Listeyi Takip Et"
206id: LANG_OFF 319
207desc: Used in a lot of places 320## display settings menu
208eng: "Off" 321
209new: "Kapali" 322id: LANG_SCROLL_MENU
210 323desc: in display_settings_menu()
211id: LANG_RESUME_SETTING_ASK 324eng: "Scroll Speed"
325voice: ""
326new: "Kayma Hizi"
327
328id: LANG_PM_MENU
329desc: in the display menu
330eng: "Peak meter"
331voice: ""
332new: "Ses Duzeyi Gosterimi"
333
334## system settings menu
335
336id: LANG_POWEROFF_IDLE
212desc: in settings_menu 337desc: in settings_menu
213eng: "ask" 338eng: "Idle Poweroff"
214new: "sor" 339voice: ""
215 340new: "Otomatik Kapanma"
216id: LANG_ON 341
217desc: Used in a lot of places 342## bookmarking settings menu
218eng: "On" 343
219new: "Acik" 344## voice settings menu
220 345
346## recording settings menu
347
348## ffwd/rewind menu
349
350id: LANG_FFRW_STEP
351desc: in settings_menu
352eng: "FF/RW Min Step"
353voice: ""
354new: "FF/RW Min Adim"
355
356id: LANG_FFRW_ACCEL
357desc: in settings_menu
358eng: "FF/RW Accel"
359voice: ""
360new: "FF/RW Ivme"
361
362## crossfade menu
363
364## replaygain menu
365
366## LCD settings menu, also remote
367
221id: LANG_BACKLIGHT 368id: LANG_BACKLIGHT
222desc: in settings_menu 369desc: in settings_menu
223eng: "Backlight" 370eng: "Backlight"
371voice: ""
224new: "LCD Isigi" 372new: "LCD Isigi"
225 373
374id: LANG_BACKLIGHT_ON_WHEN_CHARGING
375desc: in display_settings_menu
376eng: "Backlight on when charging"
377voice: ""
378new: "LCD isigi sarj sirasinda acik"
379
380id: LANG_CONTRAST
381desc: in settings_menu
382eng: "Contrast"
383voice: ""
384new: "Kontrast"
385
386## scrolling menu
387
226id: LANG_SCROLL 388id: LANG_SCROLL
227desc: in settings_menu 389desc: in settings_menu
228eng: "Scroll Speed Setting Example" 390eng: "Scroll Speed Setting Example"
391voice: ""
229new: "Kayma Hizi Ayari Ornegi" 392new: "Kayma Hizi Ayari Ornegi"
230 393
231id: LANG_DISCHARGE 394id: LANG_SCROLL_BAR
232desc: DEPRECATED 395desc: display menu, F3 substitute
233eng: "" 396eng: "Scroll Bar"
234new: "" 397voice: ""
235 398new: "Kaydirma cubugu"
236id: LANG_TIME 399
237desc: in settings_menu 400id: LANG_STATUS_BAR
238eng: "Set Time/Date" 401desc: display menu, F3 substitute
239new: "Zaman/Tarih ayarla" 402eng: "Status Bar"
240 403voice: ""
404new: "Durum cubugu"
405
406id: LANG_VOLUME_DISPLAY
407desc: Volume type title
408eng: "Volume Display"
409voice: ""
410new: "Ses Seviyesi Gosterimi"
411
412id: LANG_BATTERY_DISPLAY
413desc: Battery type title
414eng: "Battery Display"
415voice: ""
416new: "Pil Gosterimi"
417
418id: LANG_DISPLAY_GRAPHIC
419desc: Label for type of icon display
420eng: "Graphic"
421voice: ""
422new: "Grafik"
423
424id: LANG_DISPLAY_NUMERIC
425desc: Label for type of icon display
426eng: "Numeric"
427voice: ""
428new: "Sayisal"
429
430## peakmeter menu
431
432id: LANG_PM_RELEASE
433desc: in the peak meter menu
434eng: "Peak release"
435voice: ""
436new: "Tepe noktasi birakma"
437
438id: LANG_PM_UNITS_PER_READ
439desc: in the peak meter menu
440eng: "Units per read"
441voice: ""
442new: "birim/okuma"
443
444id: LANG_PM_PEAK_HOLD
445desc: in the peak meter menu
446eng: "Peak hold time"
447voice: ""
448new: "Tepe noktasi kalis suresi"
449
450id: LANG_PM_CLIP_HOLD
451desc: in the peak meter menu
452eng: "Clip hold time"
453voice: ""
454new: "Parca kalis suresi"
455
456id: LANG_PM_ETERNAL
457desc: in the peak meter menu
458eng: "eternal"
459voice: ""
460new: "sonsuz"
461
462id: LANG_PM_SCALE
463desc: in the peak meter menu
464eng: "dBfs <-> linear"
465voice: ""
466new: "dBfs <-> dogrusal"
467
468id: LANG_PM_DBFS
469desc: in the peak meter menu
470eng: "dBfs"
471voice: ""
472new: "dBfs"
473
474id: LANG_PM_LINEAR
475desc: in the peak meter menu
476eng: "linear"
477voice: ""
478new: "dogrusal"
479
480id: LANG_PM_MIN
481desc: in the peak meter menu
482eng: "Minimum of range"
483voice: ""
484new: "En dusuk aralik"
485
486id: LANG_PM_MAX
487desc: in the peak meter menu
488eng: "Maximum of range"
489voice: ""
490new: "En yuksek aralik"
491
492## battery menu
493
494## disk menu
495
241id: LANG_SPINDOWN 496id: LANG_SPINDOWN
242desc: in settings_menu 497desc: in settings_menu
243eng: "Disk Spindown" 498eng: "Disk Spindown"
499voice: ""
244new: "Disk Donusu" 500new: "Disk Donusu"
245 501
246id: LANG_FFRW_STEP 502## time & date menu
247desc: in settings_menu 503
248eng: "FF/RW Min Step" 504id: LANG_TIME
249new: "FF/RW Min Adim"
250
251id: LANG_FFRW_ACCEL
252desc: in settings_menu
253eng: "FF/RW Accel"
254new: "FF/RW Ivme"
255
256id: LANG_FOLLOW
257desc: in settings_menu 505desc: in settings_menu
258eng: "Follow Playlist" 506eng: "Set Time/Date"
259new: "Listeyi Takip Et" 507voice: ""
260 508new: "Zaman/Tarih ayarla"
261# depreciated 509
262id: LANG_RESET_ASK_PLAYER 510id: LANG_TIMEFORMAT
263desc: confirm to reset settings 511desc: select the time format of time in status bar
264eng: "Really?" 512eng: "Time Format"
265new: "Gercekten?" 513voice: ""
266 514new: "Saat Formati"
267# depreciated 515
268id: LANG_RESET_CONFIRM_PLAYER 516id: LANG_12_HOUR_CLOCK
269desc: confirm to reset settings 517desc: option for 12 hour clock
270eng: "Play/Stop" 518eng: "12 hour clock"
271new: "Çal/Dur" 519voice: ""
272 520new: "12 saate gore"
273id: LANG_RESET_ASK_RECORDER 521
274desc: confirm to reset settings 522id: LANG_24_HOUR_CLOCK
275eng: "Are you sure?" 523desc: option for 24 hour clock
276new: "Emin misiniz?" 524eng: "24 hour clock"
277 525voice: ""
278# depreciated 526new: "24 saate gore"
279id: LANG_RESET_CONFIRM_RECORDER 527
280desc: confirm to reset settings 528## limits menu
281eng: "Play = Yes" 529
282new: "Çal = Evet" 530## context menu (onplay menu)
283 531
284# depreciated 532## playlist context menu
285id: LANG_RESET_CANCEL_RECORDER 533
286desc: confirm to reset settings 534## bookmark context menu
287eng: "Any Other = No" 535
288new: "Diger = Hayir" 536## info screen
289 537
290id: LANG_RESET_DONE_SETTING 538id: LANG_ROCKBOX_INFO
291desc: visual confirmation after settings reset 539desc: displayed topmost on the info screen
292eng: "Settings" 540eng: "Rockbox info:"
293new: "Ayarlar" 541voice: ""
294 542new: "Rockbox bilgi:"
295id: LANG_RESET_DONE_CLEAR 543
296desc: visual confirmation after settings reset 544id: LANG_BUFFER_STAT_PLAYER
297eng: "Cleared" 545desc: the buffer size player-screen width, %d MB %d fraction of MB
298new: "Temizlendi" 546eng: "Buf: %d.%02dMb"
299 547voice: ""
300id: LANG_RESET_DONE_CANCEL 548new: "Tmp: %d.%02dMb"
301desc: Visual confirmation of cancelation 549
302eng: "Canceled" 550id: LANG_BUFFER_STAT_RECORDER
303new: "Iptal edildi" 551desc: the buffer size recorder-screen width, %d MB %d fraction of MB
304 552eng: "Buffer: %d.%02dMb"
305id: LANG_CASE_MENU 553voice: ""
306desc: in fileview_settings_menu() 554new: "Tampon: %d.%02dMb"
307eng: "Sort Mode" 555
308new: "Siralama Sekli" 556id: LANG_BATTERY_CHARGE
309 557desc: tells that the battery is charging, instead of battery level
310id: LANG_SCROLL_MENU 558eng: "Battery: charging"
311desc: in display_settings_menu() 559voice: ""
312eng: "Scroll Speed" 560new: "Pil: Sarj Oluyor"
313new: "Kayma Hizi" 561
314 562## pitch screen
315id: LANG_RESET 563
316desc: in system_settings_menu() 564id: LANG_PITCH_UP
317eng: "Reset settings" 565desc: in wps
318new: "Ayarlari basa dondur" 566eng: "Pitch up"
319 567voice: ""
320id: LANG_PLAYBACK 568new: "Hizlandir"
321desc: in settings_menu() 569
322eng: "Playback" 570id: LANG_PITCH_DOWN
323new: "Çalma" 571desc: in wps
324 572eng: "Pitch down"
325id: LANG_FILE 573voice: ""
326desc: in settings_menu() 574new: "Yavaslat"
327eng: "File View" 575
328new: "Dosya Gorunumu" 576id: LANG_PAUSE
329 577desc: in wps
330id: LANG_DISPLAY 578eng: "Pause"
331desc: in settings_menu() 579voice: ""
332eng: "Display" 580new: "Durdur"
333new: "Ekran" 581
334 582## quickscreens
335id: LANG_SYSTEM 583
336desc: in settings_menu() 584id: LANG_F2_MODE
337eng: "System" 585desc: in wps F2 pressed
338new: "Sistem" 586eng: "mode:"
339 587voice: ""
340id: LANG_VOLUME 588new: "mod:"
341desc: in sound_settings 589
342eng: "Volume" 590id: LANG_F3_STATUS
343new: "Ses" 591desc: in wps F3 pressed
344 592eng: "Status"
345id: LANG_BALANCE 593voice: ""
346desc: in sound_settings 594new: "Durum"
347eng: "Balance" 595
348new: "Ses dengesi" 596id: LANG_F3_SCROLL
349 597desc: in wps F3 pressed
350id: LANG_BASS 598eng: "Scroll"
351desc: in sound_settings 599voice: ""
352eng: "Bass" 600new: "Kaydirma"
353new: "Bas" 601
354 602id: LANG_F3_BAR
355id: LANG_TREBLE 603desc: in wps F3 pressed
356desc: in sound_settings 604eng: "bar"
357eng: "Treble" 605voice: ""
358new: "Tiz" 606new: "cubugu"
359 607
360id: LANG_LOUDNESS 608## bookmark screen
361desc: in sound_settings 609
362eng: "Loudness" 610## set time screen
363new: "Yukseklik" 611
364 612id: LANG_TIME_SET
365id: LANG_BBOOST 613desc: used in set_time()
366desc: in sound settings 614eng: "ON to set"
367eng: "Bass Boost" 615voice: ""
368new: "Bass Boost" 616new: "Ayar icin ON"
369 617
370id: LANG_DECAY 618id: LANG_TIME_REVERT
371desc: in sound_settings 619desc: used in set_time()
372eng: "AV decay time" 620eng: "OFF to revert"
373new: "AV sönüm zamani" 621voice: ""
374 622new: "Iptal icin OFF"
375id: LANG_CHANNEL_MENU 623
376desc: in sound_settings 624## while playing screen
377eng: "Channels" 625
378new: "Kanallar"
379
380id: LANG_CHANNEL
381desc: in sound_settings
382eng: "Channel configuration"
383new: "Kanal ayari"
384
385id: LANG_CHANNEL_STEREO
386desc: in sound_settings
387eng: "Stereo"
388new: "Stereo"
389
390id: LANG_CHANNEL_MONO
391desc: in sound_settings
392eng: "Mono"
393new: "Mono"
394
395id: LANG_CHANNEL_LEFT
396desc: in sound_settings
397eng: "Mono Left"
398new: "Mono Sol"
399
400id: LANG_CHANNEL_RIGHT
401desc: in sound_settings
402eng: "Mono Right"
403new: "Mono Sag"
404
405id: LANG_AUTOVOL
406desc: in sound_settings
407eng: "Auto Volume"
408new: "Otomatik Ses"
409
410id: LANG_SHOWDIR_ERROR_BUFFER
411desc: in showdir(), displayed on screen when you reach buffer limit
412eng: "Dir Buffer"
413new: "Dir Tamponu"
414
415id: LANG_SHOWDIR_ERROR_FULL
416desc: in showdir(), displayed on screen when you reach buffer limit
417eng: "is full!"
418new: "dolu!"
419
420id: LANG_RESUME_ASK
421desc: question asked at the begining when resume is on
422eng: "Resume?"
423new: "Kaldigi yerden?"
424
425id: LANG_RESUME_CONFIRM_PLAYER
426desc: posible answers to resume question
427eng: "(PLAY/STOP)"
428new: "(ÇAL/DUR)"
429
430id: LANG_RESUME_CONFIRM_RECORDER
431desc: posible answer to resume question
432eng: "Play = Yes"
433new: "Çal = Evet"
434
435id: LANG_RESUME_CANCEL_RECORDER
436desc: posible answer to resume question
437eng: "Any Other = No"
438new: "Diger = Hayir"
439
440id: LANG_KEYLOCK_ON_PLAYER 626id: LANG_KEYLOCK_ON_PLAYER
441desc: displayed when key lock is on 627desc: displayed when key lock is on
442eng: "Keylock ON" 628eng: "Keylock ON"
629voice: ""
443new: "Tus Kilidi ACIK" 630new: "Tus Kilidi ACIK"
444 631
445id: LANG_KEYLOCK_OFF_PLAYER 632id: LANG_KEYLOCK_OFF_PLAYER
446desc: displayed when key lock is turned off 633desc: displayed when key lock is turned off
447eng: "Keylock OFF" 634eng: "Keylock OFF"
635voice: ""
448new: "Tus Kilidi KAPALI" 636new: "Tus Kilidi KAPALI"
449 637
450id: LANG_KEYLOCK_ON_RECORDER 638id: LANG_KEYLOCK_ON_RECORDER
451desc: displayed when key lock is on 639desc: displayed when key lock is on
452eng: "Key lock is ON" 640eng: "Key lock is ON"
641voice: ""
453new: "Tus Kilidi ACIK" 642new: "Tus Kilidi ACIK"
454 643
455id: LANG_KEYLOCK_OFF_RECORDER 644id: LANG_KEYLOCK_OFF_RECORDER
456desc: displayed when key lock is turned off 645desc: displayed when key lock is turned off
457eng: "Key lock is OFF" 646eng: "Key lock is OFF"
647voice: ""
458new: "Tus Kilidi KAPALI" 648new: "Tus Kilidi KAPALI"
459 649
460id: LANG_MUTE_ON_PLAYER 650## recording screen
461desc: displayed when mute is on 651
462eng: "Mute ON" 652## recording trigger screen
463new: "Ses KAPALI" 653
464 654## alarm screen
465id: LANG_MUTE_OFF_PLAYER 655
466desc: displayed when mute is off 656## colour setting screen
467eng: "MUTE OFF" 657
468new: "Ses ACIK" 658## tag viewer
469 659
470id: LANG_MUTE_ON_RECORDER
471desc: displayed when mute is on
472eng: "Mute is ON"
473new: "Ses KAPALI"
474
475id: LANG_MUTE_OFF_RECORDER
476desc: displayed when mute is off
477eng: "Mute is OFF"
478new: "Ses ACIK"
479
480id: LANG_ID3_INFO
481desc: in the browse_id3() function
482eng: "-ID3 Info- "
483new: "-ID3 Bilgi- "
484
485id: LANG_ID3_SCREEN
486desc: in the browse_id3() function
487eng: "--Screen-- "
488new: "--Ekran-- "
489
490id: LANG_ID3_TITLE 660id: LANG_ID3_TITLE
491desc: in wps 661desc: in wps
492eng: "[Title]" 662eng: "[Title]"
663voice: ""
493new: "[Adi]" 664new: "[Adi]"
494 665
495id: LANG_ID3_NO_TITLE
496desc: in wps when no title is avaible
497eng: "<no title>"
498new: "<adsiz>"
499
500id: LANG_ID3_ARTIST 666id: LANG_ID3_ARTIST
501desc: in wps 667desc: in wps
502eng: "[Artist]" 668eng: "[Artist]"
669voice: ""
503new: "[Sanatci]" 670new: "[Sanatci]"
504 671
505id: LANG_ID3_NO_ARTIST
506desc: in wps when no artist is avaible
507eng: "<no artist>"
508new: "<sanatci yok>"
509
510id: LANG_ID3_ALBUM 672id: LANG_ID3_ALBUM
511desc: in wps 673desc: in wps
512eng: "[Album]" 674eng: "[Album]"
675voice: ""
513new: "[Album]" 676new: "[Album]"
514 677
515id: LANG_ID3_NO_ALBUM
516desc: in wps when no album is avaible
517eng: "<no album>"
518new: "<album yok>"
519
520id: LANG_ID3_TRACKNUM 678id: LANG_ID3_TRACKNUM
521desc: in wps 679desc: in wps
522eng: "[Tracknum]" 680eng: "[Tracknum]"
681voice: ""
523new: "[Sarki no]" 682new: "[Sarki no]"
524 683
525id: LANG_ID3_NO_TRACKNUM
526desc: in wps if no track number is avaible
527eng: "<no tracknum>"
528new: "<Sarki no yok>"
529
530id: LANG_ID3_LENGHT
531desc: in wps
532eng: "[Length]"
533new: "[Uzunluk]"
534
535id: LANG_ID3_PLAYLIST 684id: LANG_ID3_PLAYLIST
536desc: in wps 685desc: in wps
537eng: "[Playlist]" 686eng: "[Playlist]"
687voice: ""
538new: "[Sarki Listesi]" 688new: "[Sarki Listesi]"
539 689
540id: LANG_ID3_BITRATE 690id: LANG_ID3_BITRATE
541desc: in wps 691desc: in wps
542eng: "[Bitrate]" 692eng: "[Bitrate]"
543new: "[Bitrate]" 693voice: ""
544 694new: "[Bitrate]"
695
545id: LANG_ID3_FRECUENCY 696id: LANG_ID3_FRECUENCY
546desc: in wps 697desc: in wps
547eng: "[Frequency]" 698eng: "[Frequency]"
699voice: ""
548new: "[Frekans]" 700new: "[Frekans]"
549 701
550id: LANG_ID3_PATH 702id: LANG_ID3_PATH
551desc: in wps 703desc: in wps
552eng: "[PATH]" 704eng: "[PATH]"
705voice: ""
553new: "[YOL]" 706new: "[YOL]"
554 707
555id: LANG_PITCH_UP 708## weekdays
556desc: in wps 709
557eng: "Pitch up"
558new: "Hizlandir"
559
560id: LANG_PITCH_DOWN
561desc: in wps
562eng: "Pitch down"
563new: "Yavaslat"
564
565id: LANG_PAUSE
566desc: in wps
567eng: "Pause"
568new: "Durdur"
569
570id: LANG_F2_MODE
571desc: in wps F2 pressed
572eng: "mode:"
573new: "mod:"
574
575id: LANG_DIR_FILTER
576desc: in wps F2 pressed
577eng: "Dir filter: %s"
578new: "Dir filtresi: %s"
579
580id: LANG_F3_STATUS
581desc: in wps F3 pressed
582eng: "Status"
583new: "Durum"
584
585id: LANG_F3_SCROLL
586desc: in wps F3 pressed
587eng: "Scroll"
588new: "Kaydirma"
589
590id: LANG_F3_BAR
591desc: in wps F3 pressed
592eng: "bar"
593new: "cubugu"
594
595id: LANG_END_PLAYLIST_PLAYER
596desc: when playlist has finished
597eng: "End of list"
598new: "Liste sonu"
599
600id: LANG_END_CONFIRM_PLAYER
601desc: when playlist has finished
602eng: "<Press ON>"
603new: "<ON'a Basin>"
604
605id: LANG_END_PLAYLIST_RECORDER
606desc: when playlist has finished
607eng: "<End of song list>"
608new: "<Sarki listesi sonu>"
609
610id: LANG_END_CONFIRM_RECORDER
611desc: when playlist has finished
612eng: "Press ON"
613new: "ON'a Basin"
614
615id: LANG_SNAKE_SCORE
616desc: when you die in snake game
617eng: "Your score :"
618new: "Puaniniz :"
619
620id: LANG_SNAKE_HISCORE
621desc: high score in snake game
622eng: "High Score: %d"
623new: "En yuksek puan: %d"
624
625id: LANG_SNAKE_HISCORE_NEW
626desc: new high score in snake game
627eng: "New High Score!"
628new: "Yeni En Yuksek Puan!"
629
630id: LANG_SNAKE_PAUSE
631desc: displayed when game is paused
632eng: "Game Paused"
633new: "Oyun Durduruldu"
634
635id: LANG_SNAKE_RESUME
636desc: what to do to resume game
637eng: "[Play] to resume"
638new: "Devam icin [PLAY]"
639
640id: LANG_SNAKE_QUIT
641desc: how to quit game
642eng: "[Off] to quit"
643new: "Cikmak icin [Off]"
644
645id: LANG_SNAKE_LEVEL
646desc: level of difficulty
647eng: "Level - %d"
648new: "Seviye - %d"
649
650id: LANG_SNAKE_RANGE
651desc: range of levels
652eng: "(1 - slow, 9 - fast)"
653new: "(1 - yavas, 9 - hizli)"
654
655id: LANG_SNAKE_START
656desc: how to start or pause the game
657eng: "[Play] to start/pause"
658new: "Baslama/Durdurma icin [Play]"
659
660id: LANG_SOKOBAN_LEVEL
661desc: must be smaller than 6 characters
662eng: "Level"
663new: "Sev."
664
665id: LANG_SOKOBAN_MOVE
666desc: must be smaller than 6 characters
667eng: "Moves"
668new: "Hamle"
669
670id: LANG_SOKOBAN_WIN
671desc: displayed when you win
672eng: "YOU WIN!!"
673new: "KAZANDINIZ!"
674
675id: LANG_SOKOBAN_QUIT
676desc: how to quit game
677eng: "[Off] to stop"
678new: "Durmak icin [Off]"
679
680id: LANG_SOKOBAN_F1
681desc: what does F1 do
682eng: "[F1] - level"
683new: "[F1] - seviye"
684
685id: LANG_SOKOBAN_F2
686desc: what does F2 do
687eng: "[F2] same level"
688new: "[F2] ayni seviye"
689
690id: LANG_SOKOBAN_F3
691desc: what does F3 do
692eng: "[F3] + level"
693new: "[F3} + seviye"
694
695# Next ids are for Worlmet Game.
696# Lenght restrictions for score board strings (LANG_SB_XXX):
697# LCD_PROPFONTS: max 43 pixel
698# fix font: max 7 characters
699
700id: LANG_WORMLET_LENGTH
701desc: wormlet game
702eng: "Len:%d"
703new: "Uz.:%d"
704
705id: LANG_WORMLET_GROWING
706desc: wormlet game
707eng: "Growing"
708new: "Buyuyor"
709
710id: LANG_WORMLET_HUNGRY
711desc: wormlet game
712eng: "Hungry"
713new: "Ac"
714
715id: LANG_WORMLET_WORMED
716desc: wormlet game
717eng: "Wormed"
718new: "Wormed"
719
720id: LANG_WORMLET_ARGH
721desc: wormlet game
722eng: "Argh"
723new: "Argh"
724
725id: LANG_WORMLET_CRASHED
726desc: wormlet game
727eng: "Crashed"
728new: "Carpti"
729
730id: LANG_WORMLET_HIGHSCORE
731desc: wormlet game
732eng: "Hs: %d"
733new: "Es: %d"
734
735# Length restrictions for wormlet config screen strings (LANG_CS_XXX)
736# They must fit on the entire screen - preferably with the
737# key names aligned right
738
739id: LANG_WORMLET_PLAYERS
740desc: wormlet game
741eng: "%d Players up/dn"
742new: "%d Oyuncu y/a"
743
744id: LANG_WORMLET_WORMS
745desc: wormlet game
746eng: "%d Worms l/r"
747new: "%d Kurtcuk sa/so"
748
749id: LANG_WORMLET_REMOTE_CTRL
750desc: wormlet game
751eng: "Remote control F1"
752new: "UzaktanKumanda F1"
753
754id: LANG_WORMLET_NO_REM_CTRL
755desc: wormlet game
756eng: "No rem. control F1"
757new: "UzaktanKum. yok F1"
758
759id: LANG_WORMLET_2_KEY_CTRL
760desc: wormlet game
761eng: "2 key control F1"
762new: "2 tus kontrol F1"
763
764id: LANG_WORMLET_4_KEY_CTRL
765desc: wormlet game
766eng: "4 key control F1"
767new: "4 tus kontrol F1"
768
769id: LANG_WORMLET_NO_CONTROL
770desc: wormlet game
771eng: "Out of control"
772new: "Kontrol disi"
773
774# Wormlet game ids ended
775
776id: LANG_TETRIS_LOSE
777desc: tetris game
778eng: "You lose!"
779new: "Kaybettiniz!"
780
781id: LANG_TETRIS_LEVEL
782desc: tetris game
783eng: "0 Rows - Level 0"
784new: "0 satir - seviye 0"
785
786id: LANG_POWEROFF_IDLE
787desc: in settings_menu
788eng: "Idle Poweroff"
789new: "Otomatik Kapanma"
790
791id: LANG_LANGUAGE_LOADED
792desc: shown when a language has been loaded from the dir browser
793eng: "new language"
794new: "yeni dil"
795
796id: LANG_FILTER
797desc: setting name for dir filter
798eng: "Show files"
799new: "Gosterilecek Dosyalar"
800
801id: LANG_FILTER_MUSIC
802desc: show only music-related files
803eng: "Music"
804new: "Muzik"
805
806id: LANG_FILTER_SUPPORTED
807desc: show all file types supported by Rockbox
808eng: "Supported"
809new: "Desteklenen"
810
811id: LANG_FILTER_ALL
812desc: show all files
813eng: "All"
814new: "Hepsi"
815
816id: LANG_SET_BOOL_YES
817desc: bool true representation
818eng: "Yes"
819new: "Evet"
820
821id: LANG_SET_BOOL_NO
822desc: bool false representation
823eng: "No"
824new: "Hayir"
825
826id: LANG_PM_MENU
827desc: in the display menu
828eng: "Peak meter"
829new: "Ses Duzeyi Gosterimi"
830
831id: LANG_PM_RELEASE
832desc: in the peak meter menu
833eng: "Peak release"
834new: "Tepe noktasi birakma"
835
836id: LANG_PM_PEAK_HOLD
837desc: in the peak meter menu
838eng: "Peak hold time"
839new: "Tepe noktasi kalis suresi"
840
841id: LANG_PM_CLIP_HOLD
842desc: in the peak meter menu
843eng: "Clip hold time"
844new: "Parca kalis suresi"
845
846id: LANG_PM_ETERNAL
847desc: in the peak meter menu
848eng: "eternal"
849new: "sonsuz"
850
851id: LANG_PM_UNITS_PER_READ
852desc: in the peak meter menu
853eng: "Units per read"
854new: "birim/okuma"
855
856id: LANG_BACKLIGHT_ON_WHEN_CHARGING
857desc: in display_settings_menu
858eng: "Backlight on when charging"
859new: "LCD isigi sarj sirasinda acik"
860
861id: LANG_REPEAT
862desc: in settings_menu
863eng: "Repeat"
864new: "Tekrarla"
865
866id: LANG_REPEAT_ALL
867desc: repeat playlist once all songs have completed
868eng: "All"
869new: "Hepsini"
870
871id: LANG_REPEAT_ONE
872desc: repeat one song
873eng: "One"
874new: "Calani"
875
876id: LANG_RESET_CONFIRM
877desc: confirm to reset settings
878eng: "PLAY=Reset"
879new: "PLAY=Basa Dön"
880
881id: LANG_RESET_CANCEL
882desc: confirm to reset settings
883eng: "OFF=Cancel"
884new: "OFF=Iptal"
885
886id: LANG_TIMEFORMAT
887desc: select the time format of time in status bar
888eng: "Time Format"
889new: "Saat Formati"
890
891id: LANG_12_HOUR_CLOCK
892desc: option for 12 hour clock
893eng: "12 hour clock"
894new: "12 saate gore"
895
896id: LANG_24_HOUR_CLOCK
897desc: option for 24 hour clock
898eng: "24 hour clock"
899new: "24 saate gore"
900
901id: LANG_WEEKDAY_SUNDAY 710id: LANG_WEEKDAY_SUNDAY
902desc: abbreviation for weekday 711desc: abbreviation for weekday
903eng: "Sun" 712eng: "Sun"
713voice: ""
904new: "Paz" 714new: "Paz"
905 715
906id: LANG_WEEKDAY_MONDAY 716id: LANG_WEEKDAY_MONDAY
907desc: abbreviation for weekday 717desc: abbreviation for weekday
908eng: "Mon" 718eng: "Mon"
719voice: ""
909new: "Pzt" 720new: "Pzt"
910 721
911id: LANG_WEEKDAY_TUESDAY 722id: LANG_WEEKDAY_TUESDAY
912desc: abbreviation for weekday 723desc: abbreviation for weekday
913eng: "Tue" 724eng: "Tue"
725voice: ""
914new: "Sal" 726new: "Sal"
915 727
916id: LANG_WEEKDAY_WEDNESDAY 728id: LANG_WEEKDAY_WEDNESDAY
917desc: abbreviation for weekday 729desc: abbreviation for weekday
918eng: "Wed" 730eng: "Wed"
731voice: ""
919new: "Çar" 732new: "Çar"
920 733
921id: LANG_WEEKDAY_THURSDAY 734id: LANG_WEEKDAY_THURSDAY
922desc: abbreviation for weekday 735desc: abbreviation for weekday
923eng: "Thu" 736eng: "Thu"
737voice: ""
924new: "Per" 738new: "Per"
925 739
926id: LANG_WEEKDAY_FRIDAY 740id: LANG_WEEKDAY_FRIDAY
927desc: abbreviation for weekday 741desc: abbreviation for weekday
928eng: "Fri" 742eng: "Fri"
743voice: ""
929new: "Cum" 744new: "Cum"
930 745
931id: LANG_WEEKDAY_SATURDAY 746id: LANG_WEEKDAY_SATURDAY
932desc: abbreviation for weekday 747desc: abbreviation for weekday
933eng: "Sat" 748eng: "Sat"
749voice: ""
934new: "Cmt" 750new: "Cmt"
935 751
752## months
753
936id: LANG_MONTH_JANUARY 754id: LANG_MONTH_JANUARY
937desc: abbreviation for monthname 755desc: abbreviation for monthname
938eng: "Jan" 756eng: "Jan"
757voice: ""
939new: "Oca" 758new: "Oca"
940 759
941id: LANG_MONTH_FEBRUARY 760id: LANG_MONTH_FEBRUARY
942desc: abbreviation for monthname 761desc: abbreviation for monthname
943eng: "Feb" 762eng: "Feb"
763voice: ""
944new: "Sub" 764new: "Sub"
945 765
946id: LANG_MONTH_MARCH 766id: LANG_MONTH_MARCH
947desc: abbreviation for monthname 767desc: abbreviation for monthname
948eng: "Mar" 768eng: "Mar"
769voice: ""
949new: "Mar" 770new: "Mar"
950 771
951id: LANG_MONTH_APRIL 772id: LANG_MONTH_APRIL
952desc: abbreviation for monthname 773desc: abbreviation for monthname
953eng: "Apr" 774eng: "Apr"
775voice: ""
954new: "Nis" 776new: "Nis"
955 777
956id: LANG_MONTH_MAY 778id: LANG_MONTH_MAY
957desc: abbreviation for monthname 779desc: abbreviation for monthname
958eng: "May" 780eng: "May"
781voice: ""
959new: "May" 782new: "May"
960 783
961id: LANG_MONTH_JUNE 784id: LANG_MONTH_JUNE
962desc: abbreviation for monthname 785desc: abbreviation for monthname
963eng: "Jun" 786eng: "Jun"
787voice: ""
964new: "Haz" 788new: "Haz"
965 789
966id: LANG_MONTH_JULY 790id: LANG_MONTH_JULY
967desc: abbreviation for monthname 791desc: abbreviation for monthname
968eng: "Jul" 792eng: "Jul"
793voice: ""
969new: "Tem" 794new: "Tem"
970 795
971id: LANG_MONTH_AUGUST 796id: LANG_MONTH_AUGUST
972desc: abbreviation for monthname 797desc: abbreviation for monthname
973eng: "Aug" 798eng: "Aug"
799voice: ""
974new: "Agu" 800new: "Agu"
975 801
976id: LANG_MONTH_SEPTEMBER 802id: LANG_MONTH_SEPTEMBER
977desc: abbreviation for monthname 803desc: abbreviation for monthname
978eng: "Sep" 804eng: "Sep"
805voice: ""
979new: "Eyl" 806new: "Eyl"
980 807
981id: LANG_MONTH_OCTOBER 808id: LANG_MONTH_OCTOBER
982desc: abbreviation for monthname 809desc: abbreviation for monthname
983eng: "Oct" 810eng: "Oct"
811voice: ""
984new: "Eki" 812new: "Eki"
985 813
986id: LANG_MONTH_NOVEMBER 814id: LANG_MONTH_NOVEMBER
987desc: abbreviation for monthname 815desc: abbreviation for monthname
988eng: "Nov" 816eng: "Nov"
817voice: ""
989new: "Kas" 818new: "Kas"
990 819
991id: LANG_MONTH_DECEMBER 820id: LANG_MONTH_DECEMBER
992desc: abbreviation for monthname 821desc: abbreviation for monthname
993eng: "Dec" 822eng: "Dec"
823voice: ""
994new: "Ara" 824new: "Ara"
995 825
996id: LANG_CUBE 826## digits and units for voice, the order is important
997desc: the name of the cube demo in the demo menu
998eng: "Cube"
999new: "Kup"
1000 827
1001id: LANG_OSCILLOGRAPH 828## units for voicing
1002desc: the name of the oscillograph demo in the demo menu
1003eng: "Oscillograph"
1004new: "Osilograf"
1005 829
1006id: LANG_RESUME_SETTING_ASK_ONCE 830## chars for spelling
1007desc: in settings_menu
1008eng: "Ask Once"
1009new: "Bir kere sor"
1010 831
832## file/folder voicing
1011 833
1012id: LANG_BATTERY_DISPLAY 834## file extensions for voicing
1013desc: Battery type title
1014eng: "Battery Display"
1015new: "Pil Gosterimi"
1016 835
1017id: LANG_VOLUME_DISPLAY 836## playlist handling
1018desc: Volume type title
1019eng: "Volume Display"
1020new: "Ses Seviyesi Gosterimi"
1021 837
1022id: LANG_DISPLAY_GRAPHIC 838id: LANG_PLAYLIST_LOAD
1023desc: Label for type of icon display 839desc: displayed on screen while loading a playlist
1024eng: "Graphic" 840eng: "Loading..."
1025new: "Grafik" 841voice: ""
842new: "Yukluyor..."
1026 843
1027id: LANG_DISPLAY_NUMERIC 844id: LANG_PLAYLIST_SHUFFLE
1028desc: Label for type of icon display 845desc: displayed on screen while shuffling a playlist
1029eng: "Numeric" 846eng: "Shuffling..."
1030new: "Sayisal" 847voice: ""
848new: "Karistiriyor..."
1031 849
1032id: LANG_PM_PERFORMANCE 850id: LANG_PLAYLIST_BUFFER_FULL
1033desc: in the peak meter menu 851desc: in playlist.indices() when playlist is full
1034eng: "Performance" 852eng: "Playlist buffer full"
1035new: "Performans" 853voice: ""
854new: "SarkiListesi tampon dolu"
1036 855
1037id: LANG_PM_HIGH_PERFORMANCE 856id: LANG_END_PLAYLIST_PLAYER
1038desc: in the peak meter menu 857desc: when playlist has finished
1039eng: "High performance" 858eng: "End of list"
1040new: "Yuksek performans" 859voice: ""
860new: "Liste sonu"
1041 861
1042id: LANG_PM_ENERGY_SAVER 862id: LANG_END_PLAYLIST_RECORDER
1043desc: in the peak meter menu 863desc: when playlist has finished
1044eng: "Save energy" 864eng: "<End of song list>"
1045new: "Enerji tasarrufu" 865voice: ""
866new: "<Sarki listesi sonu>"
1046 867
1047id: LANG_PM_SCALE 868## FM radio
1048desc: in the peak meter menu
1049eng: "dBfs <-> linear"
1050new: "dBfs <-> dogrusal"
1051 869
1052id: LANG_PM_DBFS 870## dir/file browser
1053desc: in the peak meter menu
1054eng: "dBfs"
1055new: "dBfs"
1056 871
1057id: LANG_PM_LINEAR 872id: LANG_SHOWDIR_BUFFER_FULL
1058desc: in the peak meter menu 873desc: in showdir(), displayed on screen when you reach buffer limit
1059eng: "linear" 874eng: "Dir Buffer is full!"
1060new: "dogrusal" 875voice: ""
876new: "Dir Tamponu dolu!"
1061 877
1062id: LANG_PM_MIN 878id: LANG_LANGUAGE_LOADED
1063desc: in the peak meter menu 879desc: shown when a language has been loaded from the dir browser
1064eng: "Minimum of range" 880eng: "new language"
1065new: "En dusuk aralik" 881voice: ""
882new: "yeni dil"
1066 883
1067id: LANG_PM_MAX 884id: LANG_SETTINGS_LOADED
1068desc: in the peak meter menu 885desc:
1069eng: "Maximum of range" 886eng: ""
1070new: "En yuksek aralik" 887voice: ""
888new: ""
1071 889
1072id: LANG_STATUS_BAR 890id: LANG_SETTINGS_SAVED
1073desc: display menu, F3 substitute 891desc:
1074eng: "Status Bar" 892eng: ""
1075new: "Durum cubugu" 893voice: ""
894new: ""
1076 895
1077id: LANG_SCROLL_BAR 896## tag database browser
1078desc: display menu, F3 substitute 897
1079eng: "Scroll Bar" 898## playlist viewer
1080new: "Kaydirma cubugu" 899
900## plugin loader, filetypes
901
902## misc
903
904id: LANG_RESUME_CONFIRM_PLAYER
905desc: posible answers to resume question
906eng: "(PLAY/STOP)"
907voice: ""
908new: "(ÇAL/DUR)"