mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
A "feature target" string must come before the device targets, otherwise the real target string may be overwritten by the feature string (happened with CreativeZEN button description in the time screen). Change-Id: I75b7441d4dc97b215cc26b42d3af3943fce32e20
16987 lines
282 KiB
Text
16987 lines
282 KiB
Text
# __________ __ ___.
|
||
# Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
||
# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
||
# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
||
# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
||
# \/ \/ \/ \/ \/
|
||
# $Id$
|
||
#
|
||
# This program is free software; you can redistribute it and/or
|
||
# modify it under the terms of the GNU General Public License
|
||
# as published by the Free Software Foundation; either version 2
|
||
# of the License, or (at your option) any later version.
|
||
#
|
||
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
||
# KIND, either express or implied.
|
||
#
|
||
# Turkish language file, translated by:
|
||
# - Melih Özbek
|
||
# - Brian Cloutier
|
||
# - Altay Oz
|
||
# - Selami Dinçer
|
||
# - Mustafa YILDIZ
|
||
<phrase>
|
||
id: LANG_SET_BOOL_YES
|
||
desc: bool true representation
|
||
user: core
|
||
<source>
|
||
*: "Yes"
|
||
</source>
|
||
<dest>
|
||
*: "Evet"
|
||
</dest>
|
||
<voice>
|
||
*: "Evet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_BOOL_NO
|
||
desc: bool false representation
|
||
user: core
|
||
<source>
|
||
*: "No"
|
||
</source>
|
||
<dest>
|
||
*: "Hayır"
|
||
</dest>
|
||
<voice>
|
||
*: "Hayır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ON
|
||
desc: Used in a lot of places
|
||
user: core
|
||
<source>
|
||
*: "On"
|
||
</source>
|
||
<dest>
|
||
*: "Açık"
|
||
</dest>
|
||
<voice>
|
||
*: "Açık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OFF
|
||
desc: Used in a lot of places
|
||
user: core
|
||
<source>
|
||
*: "Off"
|
||
</source>
|
||
<dest>
|
||
*: "Kapalı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kapalı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ASK
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Ask"
|
||
</source>
|
||
<dest>
|
||
*: "Sor"
|
||
</dest>
|
||
<voice>
|
||
*: "Sor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALWAYS
|
||
desc: used in various places
|
||
user: core
|
||
<source>
|
||
*: "Always"
|
||
</source>
|
||
<dest>
|
||
*: "Her Zaman"
|
||
</dest>
|
||
<voice>
|
||
*: "Her Zaman"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GAIN
|
||
desc: Generic string for gain used in EQ menu and recording screen
|
||
user: core
|
||
<source>
|
||
*: "Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Amplifikasyon"
|
||
</dest>
|
||
<voice>
|
||
*: "Amplifikasyon"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WAIT
|
||
desc: general please wait splash
|
||
user: core
|
||
<source>
|
||
*: "Loading..."
|
||
</source>
|
||
<dest>
|
||
*: "Yükleniyor..."
|
||
</dest>
|
||
<voice>
|
||
*: "Yükleniyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LOADING_PERCENT
|
||
desc: splash number of percents loaded
|
||
user: core
|
||
<source>
|
||
*: "Loading... %d%% done (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Yükleniyor... %d%% bitti (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "Yükleniyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCANNING_DISK
|
||
desc: when booting up and rebuilding the cache and calculating free space
|
||
user: core
|
||
<source>
|
||
*: "Scanning disk..."
|
||
</source>
|
||
<dest>
|
||
*: "Disk Kontrolü yapıyor..."
|
||
</dest>
|
||
<voice>
|
||
*: "Disk Kontrolü yapıyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUTTINGDOWN
|
||
desc: in main menu
|
||
user: core
|
||
<source>
|
||
*: "Shutting down..."
|
||
</source>
|
||
<dest>
|
||
*: "Kapanıyor..."
|
||
</dest>
|
||
<voice>
|
||
*: "Kapanıyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CANCEL
|
||
desc: Visual confirmation of canceling a changed setting
|
||
user: core
|
||
<source>
|
||
*: "Cancelled"
|
||
</source>
|
||
<dest>
|
||
*: "İptal etildi!"
|
||
</dest>
|
||
<voice>
|
||
*: "İptal etildi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FAILED
|
||
desc: Something failed. To be appended after actions
|
||
user: core
|
||
<source>
|
||
*: "Failed"
|
||
</source>
|
||
<dest>
|
||
*: "Başarısız oldu"
|
||
</dest>
|
||
<voice>
|
||
*: "Başarısız oldu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNELS
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Channels"
|
||
</source>
|
||
<dest>
|
||
*: "Kanallar"
|
||
</dest>
|
||
<voice>
|
||
*: "Kanallar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARE_YOU_SURE
|
||
desc: confirm action
|
||
user: core
|
||
<source>
|
||
*: "Are You Sure?"
|
||
</source>
|
||
<dest>
|
||
*: "Emin misiniz?"
|
||
</dest>
|
||
<voice>
|
||
*: "Emin misiniz?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONFIRM_WITH_BUTTON
|
||
desc: Generic string to use to confirm
|
||
user: core
|
||
<source>
|
||
*: "PLAY = Yes"
|
||
cowond2*: "MENU, or top-right = Yes"
|
||
creativezen*,gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Yes"
|
||
iriverh100,iriverh120,iriverh300: "NAVI = Yes"
|
||
mrobe500: "PLAY, POWER, or top-right = Yes"
|
||
vibe500: "OK = Yes"
|
||
</source>
|
||
<dest>
|
||
*: "PLAY = Devam et"
|
||
cowond2*: "MENU, veya üst-sağ = Evet"
|
||
creativezen*,gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Evet"
|
||
iriverh100,iriverh120,iriverh300: "NAVI = Devam et"
|
||
mrobe500: "PLAY, POWER, veya üst-sağ = Evet"
|
||
vibe500: "OK = Devam et"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CANCEL_WITH_ANY
|
||
desc: Generic string to use to cancel
|
||
user: core
|
||
<source>
|
||
*: "Any Other = No"
|
||
</source>
|
||
<dest>
|
||
*: "İptal etmek içim Play harici bir tuşa bas."
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU_RECENT_BOOKMARKS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Recent Bookmarks"
|
||
</source>
|
||
<dest>
|
||
*: "Son Yer imleri"
|
||
</dest>
|
||
<voice>
|
||
*: "Son Yer imleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIR_BROWSER
|
||
desc: main menu title
|
||
user: core
|
||
<source>
|
||
*: "Files"
|
||
</source>
|
||
<dest>
|
||
*: "Dosyalar"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosyalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE
|
||
desc: in the main menu and the settings menu
|
||
user: core
|
||
<source>
|
||
*: "Database"
|
||
</source>
|
||
<dest>
|
||
*: "Veritabanı"
|
||
</dest>
|
||
<voice>
|
||
*: "Veritabanı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOW_PLAYING
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Now Playing"
|
||
</source>
|
||
<dest>
|
||
*: "Şimdi Çalınan..."
|
||
</dest>
|
||
<voice>
|
||
*: "Şimdi Çalınan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESUME_PLAYBACK
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Resume Playback"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatmaya Devam Et"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatmaya Devam Et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SETTINGS
|
||
desc: in main menu and visual confirmation after settings reset
|
||
user: core
|
||
<source>
|
||
*: "Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ayarlar"
|
||
</dest>
|
||
<voice>
|
||
*: "Ayarlar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Recording"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ses Kaydetme"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ses Kaydetme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_RADIO
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "FM Radio"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "FM Radyo"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "FM Radyo"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLISTS
|
||
desc: in the main menu and Playlist settings menu
|
||
user: core
|
||
<source>
|
||
*: "Playlists"
|
||
</source>
|
||
<dest>
|
||
*: "Çalma Listeleri"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalma Listeleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGINS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Plugins"
|
||
</source>
|
||
<dest>
|
||
*: "Eklentiler"
|
||
</dest>
|
||
<voice>
|
||
*: "Eklentiler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSTEM
|
||
desc: in the main menu and settings menu
|
||
user: core
|
||
<source>
|
||
*: "System"
|
||
</source>
|
||
<dest>
|
||
*: "Sistem"
|
||
</dest>
|
||
<voice>
|
||
*: "Sistem"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SELECT_BOOKMARK
|
||
desc: bookmark selection list title
|
||
user: core
|
||
<source>
|
||
*: "Select Bookmark"
|
||
</source>
|
||
<dest>
|
||
*: "Yer İmi Seç"
|
||
</dest>
|
||
<voice>
|
||
*: "Yer İmi Seç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_DONT_RESUME
|
||
desc: top item in the list when asking user about bookmark auto load
|
||
user: core
|
||
<source>
|
||
*: "[Don't Resume]"
|
||
</source>
|
||
<dest>
|
||
*: "[Devam etme]"
|
||
</dest>
|
||
<voice>
|
||
*: "Devam etme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SHUFFLE
|
||
desc: bookmark selection list, bookmark enables shuffle
|
||
user: core
|
||
<source>
|
||
*: ", Shuffle"
|
||
</source>
|
||
<dest>
|
||
*: ", Karıştır"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_INVALID
|
||
desc: bookmark selection list, bookmark couldn't be parsed
|
||
user: core
|
||
<source>
|
||
*: "[Invalid Bookmark]"
|
||
</source>
|
||
<dest>
|
||
*: "[Geçersiz Yer imi]"
|
||
</dest>
|
||
<voice>
|
||
*: "Geçersiz Yer imi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CONTEXT_MENU
|
||
desc: bookmark selection list context menu
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Actions"
|
||
</source>
|
||
<dest>
|
||
*: "Yer İmi Eylemleri"
|
||
</dest>
|
||
<voice>
|
||
*: "Yer İmi Eylemleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CONTEXT_RESUME
|
||
desc: bookmark context menu, resume this bookmark
|
||
user: core
|
||
<source>
|
||
*: "Resume"
|
||
</source>
|
||
<dest>
|
||
*: "Yükle"
|
||
</dest>
|
||
<voice>
|
||
*: "yükle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTO_BOOKMARK_QUERY
|
||
desc: prompt for user to decide to create an bookmark
|
||
user: core
|
||
<source>
|
||
*: "Create a Bookmark?"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni bir Yer imi Üretilsin mi?"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni bir Yer imi Üretilsin mi?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CREATE_SUCCESS
|
||
desc: Indicates bookmark was successfully created
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Created"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni Yer İmi oluşturuldu!"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni Yer İmi oluşturuldu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_CREATE_FAILURE
|
||
desc: Indicates bookmark was not created
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Failed!"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni Yer İmi oluşturma Başarısız!"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni Yer İmi oluşturma Başarısız!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_LOAD_EMPTY
|
||
desc: Indicates bookmark was empty
|
||
user: core
|
||
<source>
|
||
*: "Bookmark Empty"
|
||
</source>
|
||
<dest>
|
||
*: "Yer İmi Boş!"
|
||
</dest>
|
||
<voice>
|
||
*: "Yer İmi Boş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SOUND_SETTINGS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Sound Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Volume"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Düzeyi"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Düzeyi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BASS
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Bass"
|
||
</source>
|
||
<dest>
|
||
*: "Bas Ayarı"
|
||
</dest>
|
||
<voice>
|
||
*: "Bas Ayarı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TREBLE
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Treble"
|
||
</source>
|
||
<dest>
|
||
*: "Tiz Ayarı"
|
||
</dest>
|
||
<voice>
|
||
*: "Tiz Ayarı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BALANCE
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Balance"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Dengesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Dengesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_CONFIGURATION
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Channel Configuration"
|
||
</source>
|
||
<dest>
|
||
*: "Kanal Yapılandırması"
|
||
</dest>
|
||
<voice>
|
||
*: "Kanal Yapılandırması"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_STEREO
|
||
desc: in sound_settings and radio screen
|
||
user: core
|
||
<source>
|
||
*: "Stereo"
|
||
</source>
|
||
<dest>
|
||
*: "Stereo Çift Kanallı"
|
||
</dest>
|
||
<voice>
|
||
*: "Stereo Çift Kanallı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_MONO
|
||
desc: in sound_settings and radio screen
|
||
user: core
|
||
<source>
|
||
*: "Mono"
|
||
</source>
|
||
<dest>
|
||
*: "Mono Tek Kanallı"
|
||
</dest>
|
||
<voice>
|
||
*: "Mono Tek Kanallı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_CUSTOM
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Custom"
|
||
</source>
|
||
<dest>
|
||
*: "Özel"
|
||
</dest>
|
||
<voice>
|
||
*: "Özel"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_LEFT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Mono Left"
|
||
</source>
|
||
<dest>
|
||
*: "Mono Sol"
|
||
</dest>
|
||
<voice>
|
||
*: "Mono Sol"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_RIGHT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Mono Right"
|
||
</source>
|
||
<dest>
|
||
*: "Mono Sağ"
|
||
</dest>
|
||
<voice>
|
||
*: "Mono Sağ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STEREO_WIDTH
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Stereo Width"
|
||
</source>
|
||
<dest>
|
||
*: "Stereo Genişletme"
|
||
</dest>
|
||
<voice>
|
||
*: "Stereo Genişletme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_DIRECT_GAIN
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "Direct Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Doğrudan kazanç"
|
||
</dest>
|
||
<voice>
|
||
*: "Doğrudan kazanç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_CROSS_GAIN
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "Cross Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Çapraz Kazanç"
|
||
</dest>
|
||
<voice>
|
||
*: "Çapraz Kazanç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_HF_ATTENUATION
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "High-Frequency Attenuation"
|
||
</source>
|
||
<dest>
|
||
*: "Yüksek Frekanslı Zayıflama"
|
||
</dest>
|
||
<voice>
|
||
*: "Yüksek Frekanslı Zayıflama"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_HF_CUTOFF
|
||
desc: in crossfeed settings
|
||
user: core
|
||
<source>
|
||
*: "High-Frequency Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: "Yüksek Frekans Kesimi "
|
||
</dest>
|
||
<voice>
|
||
*: "Yüksek Frekans Kesimi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER
|
||
desc: in the sound settings menu
|
||
user: core
|
||
<source>
|
||
*: "Equalizer"
|
||
</source>
|
||
<dest>
|
||
*: "Ekolayzer"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekolayzer"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_ENABLED
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Enable EQ"
|
||
</source>
|
||
<dest>
|
||
*: "Ekolayzer'ı Etkinleştir"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekolayzer'ı Etkinleştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_GRAPHICAL
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Graphical EQ"
|
||
</source>
|
||
<dest>
|
||
*: "Grafik Ekolayzer"
|
||
</dest>
|
||
<voice>
|
||
*: "Grafik Ekolayzer"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_PRECUT
|
||
desc: in eq settings
|
||
user: core
|
||
<source>
|
||
*: "Precut"
|
||
</source>
|
||
<dest>
|
||
*: "önceden kesilmiş"
|
||
</dest>
|
||
<voice>
|
||
*: "önceden kesilmiş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_GAIN
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Simple EQ Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Basit Ekolayzer Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Basit Ekolayzer Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_ADVANCED
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Advanced EQ Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Gelişmiş Ekolayzer Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Gelişmiş Ekolayzer Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_SAVE
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Save EQ Preset"
|
||
</source>
|
||
<dest>
|
||
*: "Ekolayzer Ayarlarını Kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekolayzer Ayarlarını Kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BROWSE
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Browse EQ Presets"
|
||
</source>
|
||
<dest>
|
||
*: "EkolayzerAyarlarına göz at"
|
||
</dest>
|
||
<voice>
|
||
*: "EkolayzerAyarlarına göz at"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_Q
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Q"
|
||
</source>
|
||
<dest>
|
||
*: "Q"
|
||
</dest>
|
||
<voice>
|
||
*: "Ku"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GENERAL_SETTINGS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "General Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Genel Ayarlar"
|
||
</dest>
|
||
<voice>
|
||
*: "Genel Ayarlar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYBACK
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Playback Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Çalma Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalma Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Shuffle"
|
||
</source>
|
||
<dest>
|
||
*: "Karışık Çal"
|
||
</dest>
|
||
<voice>
|
||
*: "Karışık Çal"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPEAT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Repeat"
|
||
</source>
|
||
<dest>
|
||
*: "Tekrarla"
|
||
</dest>
|
||
<voice>
|
||
*: "Tekrarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALL
|
||
desc: generic string used both in dir file filter and repeat mode selection
|
||
user: core
|
||
<source>
|
||
*: "All"
|
||
</source>
|
||
<dest>
|
||
*: "Hepsini Tekrarla"
|
||
</dest>
|
||
<voice>
|
||
*: "Hepsini Tekrarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPEAT_ONE
|
||
desc: repeat one song
|
||
user: core
|
||
<source>
|
||
*: "One"
|
||
</source>
|
||
<dest>
|
||
*: "Seçilen Parçayı Tekrarla"
|
||
</dest>
|
||
<voice>
|
||
*: "Seçilen Parçayı Tekrarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_SELECTED
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Play Selected First"
|
||
</source>
|
||
<dest>
|
||
*: "Önce Seçileni Oynat"
|
||
</dest>
|
||
<voice>
|
||
*: "Önce Seçileni Oynat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WIND_MENU
|
||
desc: in the playback sub menu
|
||
user: core
|
||
<source>
|
||
*: "Fast-Forward/Rewind"
|
||
</source>
|
||
<dest>
|
||
*: "Çabuklaştırmak/Geri Sarmak"
|
||
</dest>
|
||
<voice>
|
||
*: "Çabuklaştırmak ve Geri Sarmak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FFRW_STEP
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "FF/RW Min Step"
|
||
</source>
|
||
<dest>
|
||
*: "FF/RW En küçük adım"
|
||
</dest>
|
||
<voice>
|
||
*: "En küçük adım"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FFRW_ACCEL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "FF/RW Accel"
|
||
</source>
|
||
<dest>
|
||
*: "FF/RW İvme"
|
||
</dest>
|
||
<voice>
|
||
*: "İvme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MP3BUFFER_MARGIN
|
||
desc: MP3 buffer margin time
|
||
user: core
|
||
<source>
|
||
*: "Anti-Skip Buffer"
|
||
flash_storage: none
|
||
</source>
|
||
<dest>
|
||
*: "Atlamasız Buffer"
|
||
flash_storage: none
|
||
</dest>
|
||
<voice>
|
||
*: "Atlamasız Buffer"
|
||
flash_storage: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FADE_ON_STOP
|
||
desc: options menu to set fade on stop or pause
|
||
user: core
|
||
<source>
|
||
*: "Fade on Stop/Pause"
|
||
</source>
|
||
<dest>
|
||
*: "Dururken Sesi Azalt"
|
||
</dest>
|
||
<voice>
|
||
*: "Dururken Sesi Azalt"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PARTY_MODE
|
||
desc: party mode
|
||
user: core
|
||
<source>
|
||
*: "Party Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Parti Modu"
|
||
</dest>
|
||
<voice>
|
||
*: "Parti Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_ENABLE
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Enable Crossfade"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Çapraz Geçiş'i Etkinleştir"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Çapraz Geçiş'i Etkinleştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILE
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "File View"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya Görünümü"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya Görünümü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_CASE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Sort Case Sensitive"
|
||
</source>
|
||
<dest>
|
||
*: "Büyük/Küçük Harfe Duyarlı Sırala"
|
||
</dest>
|
||
<voice>
|
||
*: "Büyük/Küçük Harfe Duyarlı Sırala"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER
|
||
desc: setting name for dir filter
|
||
user: core
|
||
<source>
|
||
*: "Show Files"
|
||
</source>
|
||
<dest>
|
||
*: "Gösterilecek Dosyalar"
|
||
</dest>
|
||
<voice>
|
||
*: "Gösterilecek Dosyalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SUPPORTED
|
||
desc: show all file types supported by Rockbox
|
||
user: core
|
||
<source>
|
||
*: "Supported"
|
||
</source>
|
||
<dest>
|
||
*: "Desteklenen"
|
||
</dest>
|
||
<voice>
|
||
*: "Desteklenen"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_MUSIC
|
||
desc: show only music-related files
|
||
user: core
|
||
<source>
|
||
*: "Music"
|
||
</source>
|
||
<dest>
|
||
*: "Müzik"
|
||
</dest>
|
||
<voice>
|
||
*: "Müzik"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FOLLOW
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Follow Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesini Takip Et"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesini Takip Et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUILDING_DATABASE
|
||
desc: splash database building progress
|
||
user: core
|
||
<source>
|
||
*: "Building database... %d found (OFF to return)"
|
||
gigabeat*,iaudiom5,iaudiox5,mrobe100,samsungyh*: "Building database... %d found (LEFT to return)"
|
||
gogearsa9200: "Building database... %d found (REW to return)"
|
||
ipod*,iriverh10,iriverh10_5gb,sansac200*,sansae200*,sansafuze*,vibe500: "Building database... %d found (PREV to return)"
|
||
iriverh100,iriverh120,iriverh300: "Building database... %d found (STOP to return)"
|
||
</source>
|
||
<dest>
|
||
*: "Veritabanı oluşturuluyor... %d bulundu (dönmek için OFF)"
|
||
gigabeat*,iaudiom5,iaudiox5,mrobe100,samsungyh*: "Veritabanı oluşturuluyor... %d bulundu (dönmek için LEFT)"
|
||
gogearsa9200: "Veritabanı oluşturuluyor... %d bulundu (dönmek için REW)"
|
||
ipod*,iriverh10,iriverh10_5gb,sansac200*,sansae200*,sansafuze*,vibe500: "Veritabanı oluşturuluyor... %d bulundu (dönmek için PREV)"
|
||
iriverh100,iriverh120,iriverh300: "Veritabanı oluşturuluyor... %d bulundu (dönmek için STOP)"
|
||
</dest>
|
||
<voice>
|
||
*: "veritabanında bulundu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Display"
|
||
</source>
|
||
<dest>
|
||
*: "Ekran Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekran Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Backlight"
|
||
</source>
|
||
<dest>
|
||
*: "Ekran Işığı Zaman aşımı"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekran Işığı Zaman aşımı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_ON_WHEN_CHARGING
|
||
desc: in display_settings_menu, backlight timeout with charger connected
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Backlight (While Plugged In)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Aydınlatma (Bağlı iken)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Aydınlatma (Bağlı iken)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_FADE_IN
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
backlight_fade*: "Backlight Fade In"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
backlight_fade*: "Aydınlatma Açılma süresi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
backlight_fade*: "Aydınlatma Açılma süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_FADE_OUT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
backlight_fade*: "Backlight Fade Out"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
backlight_fade*: "Aydınlatma Kapatma süresi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
backlight_fade*: "Aydınlatma Kapatma süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONTRAST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Contrast"
|
||
</source>
|
||
<dest>
|
||
*: "Kontrast"
|
||
</dest>
|
||
<voice>
|
||
*: "Kontrast"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "LCD Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "LCD Modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "LCD Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_LCD_INVERSE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Inverse"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Ters"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_invert,remote_lcd_invert: "Ters"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_MENU
|
||
desc: in display_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Scrolling"
|
||
</source>
|
||
<dest>
|
||
*: "Kayma Hızı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kayma Hızı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Scroll Speed Setting Example"
|
||
</source>
|
||
<dest>
|
||
*: "Kayma Hızı Ayarı Örneği"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_BAR
|
||
desc: display menu, F3 substitute
|
||
user: core
|
||
<source>
|
||
*: "Scroll Bar"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırma Çubuğu"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydırma Çubuğu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STATUS_BAR
|
||
desc: display menu, F3 substitute
|
||
user: core
|
||
<source>
|
||
*: "Status Bar"
|
||
</source>
|
||
<dest>
|
||
*: "Durum Çubuğu"
|
||
</dest>
|
||
<voice>
|
||
*: "Durum Çubuğu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME_DISPLAY
|
||
desc: Volume type title
|
||
user: core
|
||
<source>
|
||
*: "Volume Display"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Düzeyi"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Düzeyi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_DISPLAY
|
||
desc: Battery type title
|
||
user: core
|
||
<source>
|
||
*: "Battery Display"
|
||
</source>
|
||
<dest>
|
||
*: "Pil Düzeyi"
|
||
</dest>
|
||
<voice>
|
||
*: "Pil Düzeyi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_GRAPHIC
|
||
desc: Label for type of icon display
|
||
user: core
|
||
<source>
|
||
*: "Graphic"
|
||
</source>
|
||
<dest>
|
||
*: "Grafik"
|
||
</dest>
|
||
<voice>
|
||
*: "Grafik"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_NUMERIC
|
||
desc: Label for type of icon display
|
||
user: core
|
||
<source>
|
||
*: "Numeric"
|
||
</source>
|
||
<dest>
|
||
*: "Sayısal"
|
||
</dest>
|
||
<voice>
|
||
*: "Sayısal"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_MENU
|
||
desc: in the display menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Meter"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Düzeyi Gösterimi"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Düzeyi Gösterimi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_CLIP_HOLD
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Clip Hold Time"
|
||
</source>
|
||
<dest>
|
||
*: "Parçanın Kalan Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Parçanın Kalan Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_PEAK_HOLD
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Hold Time"
|
||
</source>
|
||
<dest>
|
||
*: "Tepe noktası kalış süresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Tepe noktası kalış süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_ETERNAL
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Eternal"
|
||
</source>
|
||
<dest>
|
||
*: "Sonsuz"
|
||
</dest>
|
||
<voice>
|
||
*: "Sonsuz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_RELEASE
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Release"
|
||
</source>
|
||
<dest>
|
||
*: "Tepe Noktası Bırakma"
|
||
</dest>
|
||
<voice>
|
||
*: "Tepe Noktası Bırakma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_SCALE
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Scale"
|
||
</source>
|
||
<dest>
|
||
*: "Ölçek"
|
||
</dest>
|
||
<voice>
|
||
*: "Ölçek"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_DBFS
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Logarithmic (dB)"
|
||
</source>
|
||
<dest>
|
||
*: "Logaritmik (dB)"
|
||
</dest>
|
||
<voice>
|
||
*: "Logaritmik (dB)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_LINEAR
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Linear (%)"
|
||
</source>
|
||
<dest>
|
||
*: "Doğrusal (%)"
|
||
</dest>
|
||
<voice>
|
||
*: "Doğrusal yüzde"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_MIN
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Minimum of Range"
|
||
</source>
|
||
<dest>
|
||
*: "En Düşük Aralık"
|
||
</dest>
|
||
<voice>
|
||
*: "En Düşük Aralık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_MAX
|
||
desc: in the peak meter menu
|
||
user: core
|
||
<source>
|
||
*: "Maximum of Range"
|
||
</source>
|
||
<dest>
|
||
*: "En Yüksek Aralık"
|
||
</dest>
|
||
<voice>
|
||
*: "En Yüksek Aralık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUTTONLIGHT_TIMEOUT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
button_light: "Button Light Timeout"
|
||
sansae200*,sansafuze*: "Wheel Light Timeout"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
button_light: "Düğme Işığı Zaman Aşımı"
|
||
sansae200*,sansafuze*: "Teker Işığı Zaman Aşımı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
button_light: "Düğme Işığı Zaman Aşımı"
|
||
sansae200*,sansafuze*: "Teker Işığı Zaman Aşımı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUTTONLIGHT_BRIGHTNESS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
buttonlight_brightness: "Button Light Brightness"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
buttonlight_brightness: "Düğme Işığı Parlaklığı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
buttonlight_brightness: "Düğme Işığı Parlaklığı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPINDOWN
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Disk Spindown"
|
||
flash_storage: none
|
||
</source>
|
||
<dest>
|
||
*: "Disk Dönüşü"
|
||
flash_storage: none
|
||
</dest>
|
||
<voice>
|
||
*: "Disk Dönüşü"
|
||
flash_storage: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIMEFORMAT
|
||
desc: select the time format of time in status bar
|
||
user: core
|
||
<source>
|
||
*: "Time Format"
|
||
</source>
|
||
<dest>
|
||
*: "Saat Formatı"
|
||
</dest>
|
||
<voice>
|
||
*: "Saat Formatı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_12_HOUR_CLOCK
|
||
desc: option for 12 hour clock
|
||
user: core
|
||
<source>
|
||
*: "12 Hour Clock"
|
||
</source>
|
||
<dest>
|
||
*: "12 Saatlık Dilim"
|
||
</dest>
|
||
<voice>
|
||
*: "12 Saatlık Dilim"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_24_HOUR_CLOCK
|
||
desc: option for 24 hour clock
|
||
user: core
|
||
<source>
|
||
*: "24 Hour Clock"
|
||
</source>
|
||
<dest>
|
||
*: "24 Saatlık Dilim"
|
||
</dest>
|
||
<voice>
|
||
*: "24 Saatlık Dilim"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME_SET_BUTTON
|
||
desc: used in set_time()
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "ON = Set"
|
||
aigoerosq,erosqnative,gogearsa9200,samsungyh*: "PLAY = Set"
|
||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SELECT = Set"
|
||
iriverh100,iriverh120,iriverh300: "NAVI = Set"
|
||
mpiohd300: "ENTER = Set"
|
||
mrobe500: "HEART = Set"
|
||
vibe500: "OK = Set"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Açma Tuşu = Ayarla"
|
||
gigabeat*,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh10_5gb,mrobe100,sansac200*,sansaclip*,sansaconnect,sansae200*,sansafuze*: "SEÇ Tuşu = Ayarla"
|
||
aigoerosq,erosqnative,gogearsa9200,samsungyh*: "PLAY Tuşu = Ayarla"
|
||
iriverh100,iriverh120,iriverh300: "NAVI Tuşu = Ayarla"
|
||
mpiohd300: "Tamam Tuşu = Ayarla"
|
||
mrobe500: "Kalp Tuşu = Ayarla"
|
||
vibe500: "Tamam Tuşu = Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeat*,gogearsa9200,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh100,iriverh10_5gb,iriverh120,iriverh300,mrobe100,rtc,samsungyh*,sansac200*,sansae200*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME_REVERT
|
||
desc: used in set_time()
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "OFF = Revert"
|
||
aigoerosq,erosqnative,gigabeats,sansafuzeplus: "BACK = Revert"
|
||
gigabeatfx,mrobe500: "POWER = Revert"
|
||
gogearsa9200: "LEFT = Revert"
|
||
iaudiom5,iaudiox5: "RECORD = Revert"
|
||
ipod*,mpiohd300,sansac200*: "MENU = Revert"
|
||
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Revert"
|
||
iriverh100,iriverh120,iriverh300: "STOP = Revert"
|
||
mrobe100: "DISPLAY = Revert"
|
||
samsungyh*: "REW = Revert"
|
||
vibe500: "CANCEL = Revert"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "OFF = Geri Döndür"
|
||
gigabeatfx,mrobe500: "POWER = Geri Döndür"
|
||
aigoerosq,erosqnative,gigabeats,sansafuzeplus: "LEFT = Revert"
|
||
gogearsa9200: "LEFT = Geri Döndür"
|
||
iaudiom5,iaudiox5: "RECORD = Geri Döndür"
|
||
ipod*,mpiohd300,sansac200*: "MENU = Geri Döndür"
|
||
iriverh10,iriverh10_5gb,sansae200*,sansafuze*: "PREV = Geri Döndür"
|
||
iriverh100,iriverh120,iriverh300: "STOP = Geri Döndür"
|
||
mrobe100: "DISPLAY = Geri Döndür"
|
||
samsungyh*: "REW = Geri Döndür"
|
||
vibe500: "C = Geri Döndür"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeat*,gogearsa9200,iaudiom5,iaudiox5,ipod*,iriverh10,iriverh100,iriverh10_5gb,iriverh120,iriverh300,mrobe100,rtc,samsungyh*,sansac200*,sansae200*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_SUNDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Sun"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Paz"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_MONDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Mon"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Pzt"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_TUESDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Tue"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Sal"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_WEDNESDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Wed"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Çar"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_THURSDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Thu"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Per"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_FRIDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Fri"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Cum"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEEKDAY_SATURDAY
|
||
desc: Maximum 3-letter abbreviation for weekday
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Sat"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Cmt"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_JANUARY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Jan"
|
||
</source>
|
||
<dest>
|
||
*: "Oca"
|
||
</dest>
|
||
<voice>
|
||
*: "Ocak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_FEBRUARY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Feb"
|
||
</source>
|
||
<dest>
|
||
*: "Şub"
|
||
</dest>
|
||
<voice>
|
||
*: "Şubat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_MARCH
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Mar"
|
||
</source>
|
||
<dest>
|
||
*: "Mart"
|
||
</dest>
|
||
<voice>
|
||
*: "Mart"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_APRIL
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Apr"
|
||
</source>
|
||
<dest>
|
||
*: "Nis"
|
||
</dest>
|
||
<voice>
|
||
*: "Nisan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_MAY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "May"
|
||
</source>
|
||
<dest>
|
||
*: "Mayıs"
|
||
</dest>
|
||
<voice>
|
||
*: "Mayıs"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_JUNE
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Jun"
|
||
</source>
|
||
<dest>
|
||
*: "Haz"
|
||
</dest>
|
||
<voice>
|
||
*: "Hazıran"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_JULY
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Jul"
|
||
</source>
|
||
<dest>
|
||
*: "Tem"
|
||
</dest>
|
||
<voice>
|
||
*: "Temmuz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_AUGUST
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Aug"
|
||
</source>
|
||
<dest>
|
||
*: "Ağu"
|
||
</dest>
|
||
<voice>
|
||
*: "Ağustos"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_SEPTEMBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Sep"
|
||
</source>
|
||
<dest>
|
||
*: "Eyl"
|
||
</dest>
|
||
<voice>
|
||
*: "Eylül"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_OCTOBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Oct"
|
||
</source>
|
||
<dest>
|
||
*: "Eki"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekim"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_NOVEMBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Nov"
|
||
</source>
|
||
<dest>
|
||
*: "Kas"
|
||
</dest>
|
||
<voice>
|
||
*: "Kasım"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MONTH_DECEMBER
|
||
desc: Maximum 3-letter abbreviation for monthname
|
||
user: core
|
||
<source>
|
||
*: "Dec"
|
||
</source>
|
||
<dest>
|
||
*: "Ara"
|
||
</dest>
|
||
<voice>
|
||
*: "Aralık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_POWEROFF_IDLE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Idle Poweroff"
|
||
</source>
|
||
<dest>
|
||
*: "Otomatik Kapanma"
|
||
</dest>
|
||
<voice>
|
||
*: "Otomatik Kapanma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LANGUAGE_LOADED
|
||
desc: shown when a language has been loaded from the dir browser
|
||
user: core
|
||
<source>
|
||
*: "New Language"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni Dil"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni Dil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET
|
||
desc: in system_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Reset Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ayarları Sıfırla"
|
||
</dest>
|
||
<voice>
|
||
*: "Ayarları Sıfırla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_DONE_CLEAR
|
||
desc: visual confirmation after settings reset
|
||
user: core
|
||
<source>
|
||
*: "Cleared"
|
||
</source>
|
||
<dest>
|
||
*: "Temizlendi!"
|
||
</dest>
|
||
<voice>
|
||
*: "Temizlendi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ROCKBOX_INFO
|
||
desc: displayed topmost on the info screen and in the info menu
|
||
user: core
|
||
<source>
|
||
*: "Rockbox Info"
|
||
</source>
|
||
<dest>
|
||
*: "Rockbox Bilgi"
|
||
</dest>
|
||
<voice>
|
||
*: "Rockbox Bilgi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BUFFER_STAT
|
||
desc: the buffer size, %d MB %d fraction of MB
|
||
user: core
|
||
<source>
|
||
*: "Buffer:"
|
||
</source>
|
||
<dest>
|
||
*: "Bellek:"
|
||
</dest>
|
||
<voice>
|
||
*: "Bellek boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_NAME_MMC
|
||
desc: in info menu; name for external disk with multivolume (keep short!)
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hibylinux: "USB:"
|
||
multivolume: "HD1:"
|
||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "mSD:"
|
||
xduoox3: "mSD2:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hibylinux: "~USB:"
|
||
multivolume: "HardDisk1:"
|
||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "mikroSD:"
|
||
xduoox3: "mikroSD2:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hibylinux: "~U S B"
|
||
multivolume: "Hard Disk 1"
|
||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "mikroSD"
|
||
xduoox3: "mikroSD2"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VERSION
|
||
desc: in the Rockbox Info screen
|
||
user: core
|
||
<source>
|
||
*: "Version"
|
||
</source>
|
||
<dest>
|
||
*: "Sürüm"
|
||
</dest>
|
||
<voice>
|
||
*: "Sürüm"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEBUG
|
||
desc: in the info menu
|
||
user: core
|
||
<source>
|
||
*: "Debug (Keep Out!)"
|
||
</source>
|
||
<dest>
|
||
*: "Hata Arındırma (Uzak durun!)"
|
||
</dest>
|
||
<voice>
|
||
*: "Hata Arındırma (Uzak durun!)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_TITLE
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Title"
|
||
</source>
|
||
<dest>
|
||
*: "Başlık"
|
||
</dest>
|
||
<voice>
|
||
*: "Başlık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ARTIST
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Artist"
|
||
</source>
|
||
<dest>
|
||
*: "Sanatçı"
|
||
</dest>
|
||
<voice>
|
||
*: "Sanatçı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_TRACKNUM
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Tracknum"
|
||
</source>
|
||
<dest>
|
||
*: "Parça Numarası"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça Numarası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_PLAYLIST
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Şarkı Listesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Şarkı Listesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_FREQUENCY
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Frequency"
|
||
</source>
|
||
<dest>
|
||
*: "Frekans"
|
||
</dest>
|
||
<voice>
|
||
*: "Frekans"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_PATH
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Path"
|
||
</source>
|
||
<dest>
|
||
*: "YOL"
|
||
</dest>
|
||
<voice>
|
||
*: "YOL"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_UP
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Pitch Up"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Pitch Yukarı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_DOWN
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Pitch Down"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Pitch Aşağı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_BUFFER_FULL
|
||
desc: in playlist.indices() when playlist is full
|
||
user: core
|
||
<source>
|
||
*: "Playlist Buffer Full"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesi Tamponu Dolu"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesi Tamponu Dolu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PAUSE
|
||
desc: in wps and recording trigger menu
|
||
user: core
|
||
<source>
|
||
*: "Pause"
|
||
</source>
|
||
<dest>
|
||
*: "Duraklat"
|
||
</dest>
|
||
<voice>
|
||
*: "Duraklat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME
|
||
desc: Used on the bookmark select window to label elapsed time
|
||
user: core
|
||
<source>
|
||
*: "Time"
|
||
</source>
|
||
<dest>
|
||
*: "Zaman/Tarih ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: "Zaman/Tarih ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_FULL
|
||
desc: in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
iaudiom5,iaudiox5: "The disk is full. Press POWER to continue."
|
||
iriverh100,iriverh120,iriverh300: "The disk is full. Press STOP to continue."
|
||
recording: "The disk is full. Press OFF to continue."
|
||
samsungyh*: "Disk full. Press LEFT to continue."
|
||
sansac200*,sansae200*,vibe500: "The disk is full. Press PREV to continue."
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
iaudiom5,iaudiox5: "Disk dolu. Devam etmek için GÜÇ'e basın."
|
||
iriverh100,iriverh120,iriverh300: "Disk dolu. Devam etmek için STOP'a basın."
|
||
recording: "Disk dolu. Devam etmek için KAPAT'a basın."
|
||
samsungyh*: "Disk dolu. Devam etmek için SOL tuşuna basın"
|
||
sansac200*,sansae200*,vibe500: "Disk dolu. Devam etmek için PREV'e basın."
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
iaudiom5,iaudiox5,iriverh100,iriverh120,iriverh300,recording,samsungyh*,sansac200*,sansae200*,vibe500: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OFF_ABORT
|
||
desc: Used on many models
|
||
user: core
|
||
<source>
|
||
*: "OFF to abort"
|
||
gigabeatfx: "POWER to abort"
|
||
gigabeats,sansafuzeplus: "BACK to abort"
|
||
iaudiom5,iaudiox5: "Long PLAY to abort"
|
||
ipod*: "PLAY/PAUSE to abort"
|
||
iriverh10,iriverh10_5gb,sansac200*,sansae200*,vibe500: "PREV to abort"
|
||
iriverh100,iriverh120,iriverh300: "STOP to abort"
|
||
</source>
|
||
<dest>
|
||
*: "İptal etmek için KAPALI"
|
||
gigabeatfx: "iptal etmek için GÜÇ tu;una basin"
|
||
gigabeats,sansafuzeplus: "iptal etmek için GERİ DÖN"
|
||
iaudiom5,iaudiox5: "İptal etmek için uzun OYNAT"
|
||
ipod*: "iptal etmek için OYNAT/DURAKLAT"
|
||
iriverh10,iriverh10_5gb,sansac200*,sansae200*,vibe500: "iptal etmek için PREV"
|
||
iriverh100,iriverh120,iriverh300: "iptal etmek için DUR"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_ERROR
|
||
desc: The plugin return an error code
|
||
user: core
|
||
<source>
|
||
*: "Plugin returned error"
|
||
</source>
|
||
<dest>
|
||
*: "Eklenti hatası bildirdi"
|
||
</dest>
|
||
<voice>
|
||
*: "Eklenti hatası bildirdi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOWDIR_BUFFER_FULL
|
||
desc: in showdir(), displayed on screen when you reach buffer limit
|
||
user: core
|
||
<source>
|
||
*: "Dir Buffer is Full!"
|
||
</source>
|
||
<dest>
|
||
*: "Dizin Tamponu dolu!"
|
||
</dest>
|
||
<voice>
|
||
*: "Dizin Tamponu dolu!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVALID_FILENAME
|
||
desc: "invalid filename entered" error message
|
||
user: core
|
||
<source>
|
||
*: "Invalid Filename!"
|
||
</source>
|
||
<dest>
|
||
*: "Geçersiz Dosya Adı!"
|
||
</dest>
|
||
<voice>
|
||
*: "Geçersiz Dosya Adı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLEASE_REBOOT
|
||
desc: when activating an option that requires a reboot
|
||
user: core
|
||
<source>
|
||
*: "Please reboot to enable"
|
||
</source>
|
||
<dest>
|
||
*: "Etkinleştirmek için lütfen yeniden başlatın"
|
||
</dest>
|
||
<voice>
|
||
*: "Etkinleştirmek için lütfen yeniden başlatın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_CHARGE
|
||
desc: tells that the battery is charging, instead of battery level
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Battery: Charging"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Pil Şarj Oluyor"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Pil Şarj Oluyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARNING_BATTERY_LOW
|
||
desc: general warning
|
||
user: core
|
||
<source>
|
||
*: "WARNING! Low Battery!"
|
||
</source>
|
||
<dest>
|
||
*: "DIKKAT! Pil hemen hemen boş!"
|
||
</dest>
|
||
<voice>
|
||
*: "DIKKAT! Pil hemen hemen boş!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARNING_BATTERY_EMPTY
|
||
desc: general warning
|
||
user: core
|
||
<source>
|
||
*: "Battery empty! RECHARGE!"
|
||
</source>
|
||
<dest>
|
||
*: "Pil boş! Şarj Et "
|
||
</dest>
|
||
<voice>
|
||
*: "Pil boş! Şarj Et "
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_POINT
|
||
desc: decimal separator for composing numbers
|
||
user: core
|
||
<source>
|
||
*: "."
|
||
</source>
|
||
<dest>
|
||
*: "~."
|
||
</dest>
|
||
<voice>
|
||
*: "nokta"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_DOT
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "nokta"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FILE
|
||
desc: spoken only, prefix for file number
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "dosya"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_DIR
|
||
desc: spoken only, prefix for directory number
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "dizin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_CFG
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "konfigürasyon"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_ROCK
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "eklenti"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_BMARK
|
||
desc: spoken only, for file extension and the word in general
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "yer imi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_EQUALIZER_EDIT_MODE
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Edit mode: %s %s"
|
||
</source>
|
||
<dest>
|
||
*: "Düzenleme Modu: %s %s"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SYSFONT_EQUALIZER_BAND_CUTOFF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: "Kesme Frekansı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kesme Frekansı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_GAMES
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Games"
|
||
</source>
|
||
<dest>
|
||
*: "Oyunlar"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyunlar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_APPS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Applications"
|
||
</source>
|
||
<dest>
|
||
*: "Programlar"
|
||
</dest>
|
||
<voice>
|
||
*: "Programlar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_DEMOS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Demos"
|
||
</source>
|
||
<dest>
|
||
*: "Demolar"
|
||
</dest>
|
||
<voice>
|
||
*: "Gösteriler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_GROUPING
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Work"
|
||
</source>
|
||
<dest>
|
||
*: "Çalış"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalış"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_FILENAME_EXT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Show Filename Extensions"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya Adlarını Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya Adlarını Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_UNKNOWN_TYPES
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Only Unknown Types"
|
||
</source>
|
||
<dest>
|
||
*: "Yalnızca Bilinmeyen Türler"
|
||
</dest>
|
||
<voice>
|
||
*: "Yalnızca Bilinmeyen Türler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EXT_ONLY_VIEW_ALL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Only When Viewing All Types"
|
||
</source>
|
||
<dest>
|
||
*: "Yalnızca Tüm Türleri Görüntülerken"
|
||
</dest>
|
||
<voice>
|
||
*: "Yalnızca Tüm Türleri Görüntülerken"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PM_UNITS_PER_TICK
|
||
desc: spoken only, peak meter release unit
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Tık başına birim"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OCLOCK
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Saat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PM
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ÖĞLEDEN SONRA"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_AM
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ÖĞLEDEN ÖNCE"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OH
|
||
desc: spoken only, for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "sıfır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_THEME_MENU
|
||
desc: in the settings menu
|
||
user: core
|
||
<source>
|
||
*: "Theme Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Tema Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Tema Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLORS_MENU
|
||
desc: colours menu under theme settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Colours"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Renkler"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Renkler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_COLOR_MENU
|
||
desc: line selector color menu title
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Line Selector Colours"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Menü Gezinme Renkleri"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Menü Gezinme Renkleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EDIT
|
||
desc: keyboard
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Düzenle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BLANK
|
||
desc: keyboard
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Boşluk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EMPTY_LIST
|
||
desc: spoken only, when a list dialog contains no elements
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Liste boş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOT_PRESENT
|
||
desc: when external memory is not present
|
||
user: core
|
||
<source>
|
||
*: none
|
||
multivolume: "Not present"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
multivolume: "Mevcut Değil"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
multivolume: "Mevcut Değil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TALK_BATTERY_LEVEL
|
||
desc: Setting for spontaneous battery level announcement
|
||
user: core
|
||
<source>
|
||
*: "Announce Battery Level"
|
||
</source>
|
||
<dest>
|
||
*: "Pil Seviyesini Bildir"
|
||
</dest>
|
||
<voice>
|
||
*: "Pil Seviyesini Bildir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_FILETYPE
|
||
desc: voice settings menu
|
||
user: core
|
||
<source>
|
||
*: "Say File Type"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya Türünü Söyle"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya Türünü Söyle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGNAVI_RANDOM
|
||
desc: "[Random]" entry in tag browser
|
||
user: core
|
||
<source>
|
||
*: "[Random]"
|
||
</source>
|
||
<dest>
|
||
*: "[Rastgele]"
|
||
</dest>
|
||
<voice>
|
||
*: "Rastgele"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_SOUND
|
||
desc: save a sound config file
|
||
user: core
|
||
<source>
|
||
*: "Save Sound Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Ayarları Kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Ayarları Kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: "Keyclick"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırken ses yap"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydırken ses yap"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK_REPEATS
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: "Keyclick Repeats"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırma ses tekrarla"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydırma ses tekrarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACCESSORY_SUPPLY
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
accessory_supply: "Accessory Power Supply"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
accessory_supply: "Güç Kaynağı Aksesuarı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
accessory_supply: "Güç Kaynağı Aksesuarı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_UNKNOWN
|
||
desc: generic string for unknown states, such as an unset clock
|
||
user: core
|
||
<source>
|
||
*: "Unknown"
|
||
</source>
|
||
<dest>
|
||
*: "Bilinmiyor"
|
||
</dest>
|
||
<voice>
|
||
*: "Bilinmiyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_QUICKSCREEN
|
||
desc: spoken only, Announces entering the "quick screen"
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Hızlı ekran"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OK
|
||
desc: spoken only, on exiting a context, specifically the quick screen
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Tamam"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STOP_RECORDING_AND_SHUTDOWN
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop Recording and Shutdown"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kaydı Durdur ve Kapat"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kaydı Durdur ve Kapat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHPAD_SENSITIVITY
|
||
desc: touchpad sensitivity setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
fiiom3k,gigabeatfx,sansafuzeplus: "Touchpad Sensitivity"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
fiiom3k,gigabeatfx,sansafuzeplus: "Touchpad Duyarlık"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
fiiom3k,gigabeatfx,sansafuzeplus: "Touchpad Duyarlık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VERY_SLOW
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Very slow"
|
||
</source>
|
||
<dest>
|
||
*: "Çok Yavaş"
|
||
</dest>
|
||
<voice>
|
||
*: "Çok Yavaş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLOW
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Slow"
|
||
</source>
|
||
<dest>
|
||
*: "Yavaş"
|
||
</dest>
|
||
<voice>
|
||
*: "Yavaş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VERY_FAST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Very fast"
|
||
</source>
|
||
<dest>
|
||
*: "Çok Çabuk"
|
||
</dest>
|
||
<voice>
|
||
*: "Çok Çabuk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FAST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Fast"
|
||
</source>
|
||
<dest>
|
||
*: "Çabuk"
|
||
</dest>
|
||
<voice>
|
||
*: "Çabuk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_LENGTH
|
||
desc: playback settings menu
|
||
user: core
|
||
<source>
|
||
*: "Skip Length"
|
||
</source>
|
||
<dest>
|
||
*: "Şarkı Atlama Adımı"
|
||
</dest>
|
||
<voice>
|
||
*: "Şarkı Atlama Adımı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_TRACK
|
||
desc: skip length setting entry 0
|
||
user: core
|
||
<source>
|
||
*: "Skip Track"
|
||
</source>
|
||
<dest>
|
||
*: "Tüm Şarkı"
|
||
</dest>
|
||
<voice>
|
||
*: "Tüm Şarkı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_SLASH
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "eğik çizgi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BASE_SKIN
|
||
desc: browse for the base skin in theme settings
|
||
user: core
|
||
<source>
|
||
*: "Base Skin"
|
||
</source>
|
||
<dest>
|
||
*: "Ana Tema"
|
||
</dest>
|
||
<voice>
|
||
*: "Ana Tema"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_WAVPACK
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "WavPack"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "WavPack"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "WavPack"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PRESENTATION_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Presentation"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Sunum"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Sunum modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MULTIMEDIA_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Multimedia"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Çoklu Ortam(Multimedya)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Multimedia Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOUSE_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Mouse"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Fare Kullanımı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Fare Kullanımı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BROWSER_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "Browser"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "Tarayıcı Modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "Tarayıcı Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_BASE_SKIN
|
||
desc: browse for the base skin in theme settings
|
||
user: core
|
||
<source>
|
||
*: "Remote Base Skin"
|
||
</source>
|
||
<dest>
|
||
*: "Uzak Temel Kabuk"
|
||
</dest>
|
||
<voice>
|
||
*: "Uzak Temel Kabuk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_FMS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Radio Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_WIDTH_WIDE
|
||
desc: in sound_menu, hardware equalizer tone controls wide bandwidth setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Wide"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Geniş"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Geniş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_RFMS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_remote: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_remote: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_remote: "Radio Ekranı Teması"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_SCREEN
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Uzak Ekran"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Uzak Ekran"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_WIDTH_NARROW
|
||
desc: in sound_menu, hardware equalizer tone controls narrow bandwith setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Narrow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Dar"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Dar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HOTKEY_FILE_BROWSER
|
||
desc: hotkey menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "File Browser Hotkey"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Dosya Tarayıcı Kısayol Tuşu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Dosya Tarayıcı Kısayol Tuşu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK_SOFTWARE
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hardware_click: "Headphone Keyclick"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hardware_click: "Tuş Sesi-Kulaklık"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hardware_click: "Kulaklık Tuş sesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_START_NEW_FILE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Start new file"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Yeni dosya başlat"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Yeni dosya başlat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_MENU
|
||
desc: item of voice menu, enable/disable the voice UI
|
||
user: core
|
||
<source>
|
||
*: "Voice Menus"
|
||
</source>
|
||
<dest>
|
||
*: "Seslendirme Menüsü"
|
||
</dest>
|
||
<voice>
|
||
*: "Seslendirme Menüsü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STRONG
|
||
desc: in beep volume in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Strong"
|
||
</source>
|
||
<dest>
|
||
*: "Güçlü"
|
||
</dest>
|
||
<voice>
|
||
*: "Güçlü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TYPE
|
||
desc: deprecated
|
||
user: core
|
||
<source>
|
||
*: none
|
||
battery_types: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
battery_types: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
battery_types: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FREQUENCY
|
||
desc: in recording and playback settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
play_frequency,recording: "Frequency"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
play_frequency,recording: "Frekans"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
play_frequency,recording: "Frekans"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_NAME_INTERNAL
|
||
desc: in info menu; name for internal disk with multivolume (keep short!)
|
||
user: core
|
||
<source>
|
||
*: "Int:"
|
||
hibylinux: "mSD:"
|
||
xduoox3: "mSD1:"
|
||
</source>
|
||
<dest>
|
||
*: "Dahili"
|
||
hibylinux: "MicroSD"
|
||
xduoox3: "MicroSD1"
|
||
</dest>
|
||
<voice>
|
||
*: "Dahili"
|
||
hibylinux: "MicroSD"
|
||
xduoox3: "MicroSD1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WHILE_PLAYING
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "While Playing Screen"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Ekranı"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EIGHTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "80"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_START_SCREEN
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Start Screen"
|
||
</source>
|
||
<dest>
|
||
*: "Başlama Ekranı"
|
||
</dest>
|
||
<voice>
|
||
*: "Başlama Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_SCROLL_SETS
|
||
desc: "Remote Scrolling Options" Submenu in "Scrolling Options" menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Scrolling Options"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Uzaktan Kaydırma Seçenekleri"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Uzaktan Kaydırma Seçenekleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FOUR
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "4"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN_NOCLIP
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Prevent Clipping"
|
||
</source>
|
||
<dest>
|
||
*: "Kırpmayı Önle"
|
||
</dest>
|
||
<voice>
|
||
*: "Kırpmayı Önle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FMR
|
||
desc: Used when you need to say Preset List, also voiced
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar Listesi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar Listesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HEADPHONE_UNPLUG_RESUME
|
||
desc: in pause_phones_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
headphone_detection: "Pause and Resume"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
headphone_detection: "Duraklat ve Devam Ettir"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
headphone_detection: "Duraklat ve Devam Ettir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_Y
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Y"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_CLIPCOUNTER
|
||
desc: in settings, for recording peak meter
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Clip Counter"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Klip Sayacı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Klip Sayacı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXT
|
||
desc: Shown in WPS (short form of Next Track)
|
||
user: core
|
||
<source>
|
||
*: "Next:"
|
||
</source>
|
||
<dest>
|
||
*: "Sonraki:"
|
||
</dest>
|
||
<voice>
|
||
*: "Sonraki"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_SOFT_KNEE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Soft Knee"
|
||
</source>
|
||
<dest>
|
||
*: "Yumuşak Knee"
|
||
</dest>
|
||
<voice>
|
||
*: "Yumuşak Diz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MORSE_INPUT
|
||
desc: in Settings -> System
|
||
user: core
|
||
<source>
|
||
*: none
|
||
morse_input: "Use Morse Code Input"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
morse_input: "Mors Kodu Girişini Kullan"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
morse_input: "Mors Kodu Girişini Kullan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE
|
||
desc: The verb/action Queue
|
||
user: core
|
||
<source>
|
||
*: "Queue"
|
||
</source>
|
||
<dest>
|
||
*: "Sıra"
|
||
</dest>
|
||
<voice>
|
||
*: "Sıra"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECURSE_DIRECTORY_QUESTION
|
||
desc: Asked from onplay screen
|
||
user: core
|
||
<source>
|
||
*: "Recursively?"
|
||
</source>
|
||
<dest>
|
||
*: "Tekrarlı?"
|
||
</dest>
|
||
<voice>
|
||
*: "Tekrarlı?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KBD_OK
|
||
desc: in keyboard
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "OK"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Tamam"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Tamam"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LEFT
|
||
desc: Generic use of 'left'
|
||
user: core
|
||
<source>
|
||
*: "Left"
|
||
</source>
|
||
<dest>
|
||
*: "Sol"
|
||
</dest>
|
||
<voice>
|
||
*: "Sol"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_AUTOLOCK_OFF
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Autolock Off"
|
||
</source>
|
||
<dest>
|
||
*: "Otomatik Kilitleme Kapalı"
|
||
</dest>
|
||
<voice>
|
||
*: "Otomatik Kilitleme Kapalı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HOURS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "saat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_SAVE_FAILED
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Preset Save Failed"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar Kaydetme Başarısız!"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar Kaydetme Başarısız!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_CUTOFF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Cutoff Frequency"
|
||
</source>
|
||
<dest>
|
||
*: "Kesme Frekansı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kesme Frekansı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_DELETE_PRESET
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Remove Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayarı Sil"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayarı Sil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCREEN_SCROLL_STEP
|
||
desc: Pixels to advance per Screen scroll
|
||
user: core
|
||
<source>
|
||
*: "Screen Scroll Step Size"
|
||
</source>
|
||
<dest>
|
||
*: "Ekran Kaydırma Adım Boyutu"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekran Kaydırma Adım Boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECT_DATABASE_DIRS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Select directories to scan"
|
||
</source>
|
||
<dest>
|
||
*: "Taranacak dizinleri seçin"
|
||
</dest>
|
||
<voice>
|
||
*: "Taranacak dizinleri seçin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_SETTINGS
|
||
desc: when something has settings in a certain context
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "(No Settings)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "(Ayarlanmadı)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "(Ayarlanmadı)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SETTINGS_LOADED
|
||
desc: Feedback shown when a .cfg file is loaded
|
||
user: core
|
||
<source>
|
||
*: "Settings Loaded"
|
||
</source>
|
||
<dest>
|
||
*: "Ayarlar Yüklendi"
|
||
</dest>
|
||
<voice>
|
||
*: "Ayarlar Yüklendi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MILLION
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "milyon"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEARCH_IN_PLAYLIST
|
||
desc: in playlist menu.
|
||
user: core
|
||
<source>
|
||
*: "Search in Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesinde Ara"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesinde Ara"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIEW_DYNAMIC_PLAYLIST
|
||
desc: in playlist menu.
|
||
user: core
|
||
<source>
|
||
*: "View Current Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Mevcut Oynatma Listesini Görüntüle"
|
||
</dest>
|
||
<voice>
|
||
*: "Mevcut Oynatma Listesini Görüntüle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_STEP_EXAMPLE
|
||
desc: Pixels to advance per scroll
|
||
user: core
|
||
<source>
|
||
*: "Scroll Step Size Setting Example Text"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırma Adım Boyutu Ayarı Örnek Metin"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SIXTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "60"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_STATION_HEADER
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Station:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "İstasyon:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_PLAYLISTCAT_DIR
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Reset Playlist Catalogue Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesi Katalog Dizinini Sıfırla"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesi Katalog Dizinini Sıfırla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND
|
||
desc: in the sound settings menu
|
||
user: core
|
||
<source>
|
||
*: "Haas Surround"
|
||
</source>
|
||
<dest>
|
||
*: "Surround Haas "
|
||
</dest>
|
||
<voice>
|
||
*: "Surround Haas "
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THIRTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "30"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_QUEUE_COUNT
|
||
desc: splash number of tracks queued
|
||
user: core
|
||
<source>
|
||
*: "Queued %d tracks (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Sırada %d Tane Parça (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "tane parça sırada"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RENAME
|
||
desc: The verb/action Rename
|
||
user: core
|
||
<source>
|
||
*: "Rename"
|
||
</source>
|
||
<dest>
|
||
*: "Yeniden Adlandır"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeniden Adlandır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_FILENAME
|
||
desc: Filename header in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Filename:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Dosya adı:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Trigger"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Tetikle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Tetikle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ONE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_MEASURE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Measure"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Bölünmüş Ölçü"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Bölünmüş Ölçü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CAR_ADAPTER_MODE
|
||
desc: Displayed for setting car adapter mode to on/off
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Car Adapter Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Araç Adaptörü Modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Araç Adaptörü Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_TIME
|
||
desc: Display of recorded time
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Time:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Zaman:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_STOP_THRESHOLD
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop Below"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Aşağıda Dur"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Aşağıda Dur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_DIR
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "Sort Directories"
|
||
</source>
|
||
<dest>
|
||
*: "Dizinleri Sırala"
|
||
</dest>
|
||
<voice>
|
||
*: "Dizinleri Sırala"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_F
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "F"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE_ADB
|
||
desc: in Settings -> General -> System -> USB Mode: Android Debug Bridge
|
||
user: core
|
||
<source>
|
||
*: "Android Debug Bridge"
|
||
</source>
|
||
<dest>
|
||
*: "Android Hata Ayıklama Köprüsü"
|
||
</dest>
|
||
<voice>
|
||
*: "Android Hata Ayıklama Köprüsü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_TONE_CONTROLS_ADVANCED
|
||
desc: in sound_menu, advanced settings for hardware equalizer tone controls
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Advanced Tone Control Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Gelişmiş Ton Kontrol Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Gelişmiş Ton Kontrol Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_U
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "U"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_H
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "H"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_CHANGES
|
||
desc: When you try to exit screens to confirm save
|
||
user: core
|
||
<source>
|
||
*: "Save Changes?"
|
||
</source>
|
||
<dest>
|
||
*: "Değişiklikleri Kaydet?"
|
||
</dest>
|
||
<voice>
|
||
*: "Değişiklikleri Kaydet?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GAIN_RIGHT
|
||
desc: in the recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Gain R"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kazanç R Sağ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kazanç R Sağ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MILLISECONDS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Milisaniye"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_FULL_PATH
|
||
desc: track display options
|
||
user: core
|
||
<source>
|
||
*: "Full Path"
|
||
</source>
|
||
<dest>
|
||
*: "Tam yol"
|
||
</dest>
|
||
<voice>
|
||
*: "Tam Yol"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ROCKBOX_TITLE
|
||
desc: main menu title
|
||
user: core
|
||
<source>
|
||
*: "Rockbox"
|
||
</source>
|
||
<dest>
|
||
*: "Rockbox"
|
||
</dest>
|
||
<voice>
|
||
*: "Rockbox"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Disk"
|
||
</source>
|
||
<dest>
|
||
*: "Disk Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Disk Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SLOW
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "Slow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "Yavaş"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "Yavaş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_HIGH_SHELF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "High Shelf Filter"
|
||
</source>
|
||
<dest>
|
||
*: "Yüksek Band Filtresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Yüksek Band Filtresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOVE
|
||
desc: in playlist viewer on+play menu
|
||
user: core
|
||
<source>
|
||
*: "Remove"
|
||
</source>
|
||
<dest>
|
||
*: "Sil"
|
||
</dest>
|
||
<voice>
|
||
*: "Sil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_ADD_PRESET
|
||
desc: in radio menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Add Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar Ekle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar Ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEARCH_RESULTS
|
||
desc: title for the list of results displayed after searching in a playlist
|
||
user: core
|
||
<source>
|
||
*: "Search Results"
|
||
</source>
|
||
<dest>
|
||
*: "Arama Sonuçları"
|
||
</dest>
|
||
<voice>
|
||
*: "Arama Sonuçları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_O
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "O"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_10
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "10:1"
|
||
</source>
|
||
<dest>
|
||
*: "10:1"
|
||
</dest>
|
||
<voice>
|
||
*: "10 a 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_TURKISH
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Turkish (ISO-8859-9)"
|
||
</source>
|
||
<dest>
|
||
*: "Turkçe (ISO-8859-9)"
|
||
</dest>
|
||
<voice>
|
||
*: "Türkçe"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREVIOUS_SCREEN
|
||
desc: in start screen setting
|
||
user: core
|
||
<source>
|
||
*: "Previous Screen"
|
||
</source>
|
||
<dest>
|
||
*: "Önceki Ekran"
|
||
</dest>
|
||
<voice>
|
||
*: "Önceki Ekran"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_YES
|
||
desc: Save in recent bookmarks only
|
||
user: core
|
||
<source>
|
||
*: "Yes - Recent only"
|
||
</source>
|
||
<dest>
|
||
*: "Evet - Yalnızca son zamanlarda"
|
||
</dest>
|
||
<voice>
|
||
*: "Evet - Yalnızca son zamanlarda"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_SHUFFLED
|
||
desc: in onplay menu. queue a track/playlist randomly into dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Queue Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Karışık Sıralama"
|
||
</dest>
|
||
<voice>
|
||
*: "Karışık Sıralama"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILETYPES_FULL
|
||
desc: Filetype array full
|
||
user: core
|
||
<source>
|
||
*: "Filetype array full"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya türü dizisi dolu"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya türü dizisi dolu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPEED
|
||
desc: timestretch speed
|
||
user: core
|
||
<source>
|
||
*: "Speed"
|
||
</source>
|
||
<dest>
|
||
*: "Hız"
|
||
</dest>
|
||
<voice>
|
||
*: "Hız"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_SAVE
|
||
desc: Save preset list in fm radio
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Save Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar Listesini Kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar Listesini Kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_KEYPAD_MODE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "USB Keypad Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "USB Klavye Modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "USB Klavye Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_TRACK_NAME_ONLY
|
||
desc: track display options
|
||
user: core
|
||
<source>
|
||
*: "Track Name Only"
|
||
</source>
|
||
<dest>
|
||
*: "Yalnızca Parça Adı"
|
||
</dest>
|
||
<voice>
|
||
*: "Yalnızca Parça Adı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIMITS_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Limits"
|
||
</source>
|
||
<dest>
|
||
*: "Sınırlar"
|
||
</dest>
|
||
<voice>
|
||
*: "Sınırlar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_SAFETY
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Safety (clip)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Güvenlik (clip)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Güvenlik (clip)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_ON_POWER_UP
|
||
desc: whether sleep timer starts on power up
|
||
user: core
|
||
<source>
|
||
*: "Start Sleep Timer on Boot"
|
||
</source>
|
||
<dest>
|
||
*: "Önyüklemede Uyku Zamanlayıcısını Başlat"
|
||
</dest>
|
||
<voice>
|
||
*: "Önyüklemede Uyku Zamanlayıcısını Başlat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CURRENT_TIME
|
||
desc: for wall clock announce
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Current Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Geçerli Zaman"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: "Geçerli Zaman"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Compressor"
|
||
</source>
|
||
<dest>
|
||
*: "Sıkıştırıcı"
|
||
</dest>
|
||
<voice>
|
||
*: "Sıkıştırıcı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BROWSE_CUESHEET
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Browse Cuesheet"
|
||
</source>
|
||
<dest>
|
||
*: "Cuesheet'e göz atın"
|
||
</dest>
|
||
<voice>
|
||
*: "Cuesheet'e göz atın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLOR_RGB_VALUE
|
||
desc: in color screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "RGB: %02X%02X%02X"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "RGB: %02X%02X%02X"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_NINE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "9"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER_STOP
|
||
desc: trigger types
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Dur"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Dur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LCD_MENU
|
||
desc: in the display sub menu
|
||
user: core
|
||
<source>
|
||
*: "LCD Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ekran Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekran Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYCLICK_HARDWARE
|
||
desc: in keyclick settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hardware_click: "Speaker Keyclick"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hardware_click: "Tuş Sesi-Hoparlör "
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hardware_click: "Hoparlör Tuş Sesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_DIR
|
||
desc: item of voice menu, set the voice mode for directories
|
||
user: core
|
||
<source>
|
||
*: "Voice Directories"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Dizinleri"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Dizinleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_POINT
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Absolute Point"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Mutlak Nokta"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Mutlak Nokta"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_SEPARATOR
|
||
desc: line between lines in lists
|
||
user: core
|
||
<source>
|
||
*: "Line Separator"
|
||
</source>
|
||
<dest>
|
||
*: "Hat Ayırıcı"
|
||
</dest>
|
||
<voice>
|
||
*: "Hat Ayırıcı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CAPTION_BACKLIGHT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Caption Backlight"
|
||
</source>
|
||
<dest>
|
||
*: "Altyazı Arka Işık"
|
||
</dest>
|
||
<voice>
|
||
*: "Altyazı Arka Işık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_TOUCH
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable Touch"
|
||
</source>
|
||
<dest>
|
||
*: "Dokunmayı Devre Dışı Bırak"
|
||
</dest>
|
||
<voice>
|
||
*: "Dokunmayı Devre Dışı Bırak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_LATIN_EXTENDED
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Latin Extended (ISO-8859-2)"
|
||
</source>
|
||
<dest>
|
||
*: "Genişletilmiş Latince (ISO-8859-2)"
|
||
</dest>
|
||
<voice>
|
||
*: "Genişletilmiş Latince"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTORESUME
|
||
desc: resume settings menu
|
||
user: core
|
||
<source>
|
||
*: "Automatic Resume"
|
||
</source>
|
||
<dest>
|
||
*: "Otomatik Devam"
|
||
</dest>
|
||
<voice>
|
||
*: "Otomatik Devam"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SEVEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "yedi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THOUSAND
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "bin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_CANT_OPEN
|
||
desc: Plugin open error message
|
||
user: core
|
||
<source>
|
||
*: "Can't open %s"
|
||
</source>
|
||
<dest>
|
||
*: "%s açılamadı"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LINE_IN
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Line In"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Line In Girişi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Line In Girişi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SOFTLOCK_SELECTIVE
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Advanced Key Lock"
|
||
</source>
|
||
<dest>
|
||
*: "Gelişmiş Tuş Kilidi"
|
||
</dest>
|
||
<voice>
|
||
*: "Gelişmiş Tuş Kilidi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_AS_BACKDROP
|
||
desc: text for onplay menu entry
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_non-mono: "Set as Backdrop"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_non-mono: "Arka Plan Olarak Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_non-mono: "Arka Plan Olarak Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_PCM_WAV
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "PCM Wave"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "PCM Dalga"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "PCM Dalga"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RIGHT_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Right Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Sağ Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Sağ Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_CHARGING
|
||
desc: in Battery menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_charging_enable: "Charge During USB Connection"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_charging_enable: "USB Bağlantısı Sırasında Şarj Et"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_charging_enable: "USB Bağlantısı Sırasında Şarj Et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_M
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "M"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_AUTOUPDATE
|
||
desc: prompt for user to decide whether to update bookmarks
|
||
user: core
|
||
<source>
|
||
*: "Update on Stop"
|
||
</source>
|
||
<dest>
|
||
*: "Durunca Güncelle"
|
||
</dest>
|
||
<voice>
|
||
*: "Durunca Güncelle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MANAGE_MENU
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Manage Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Ayarları Yönet"
|
||
</dest>
|
||
<voice>
|
||
*: "Ayarları Yönet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_CYRILLIC
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Cyrillic (CP1251)"
|
||
</source>
|
||
<dest>
|
||
*: "Kiril (CP1251)"
|
||
</dest>
|
||
<voice>
|
||
*: "Kiril"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ELEVEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "11"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE_TRACKSKIP
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Shuffle or Manual Track Skip"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Karışık veya Manuel Parça Atlama"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Karışık veya Manuel Parça Atlama"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLOR_RGB_LABELS
|
||
desc: what to show for the 'R' 'G' 'B' ONE LETTER EACH
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "RGB"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "RGB"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAX_FILES_IN_PLAYLIST
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Max Playlist Size"
|
||
</source>
|
||
<dest>
|
||
*: "Maksimum Oynatma Listesi Boyutu"
|
||
</dest>
|
||
<voice>
|
||
*: "Maksimum Oynatma Listesi Boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SOURCE_FREQUENCY
|
||
desc: when recording source frequency setting must follow source
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "(Same as Source)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "(Kaynakla aynı)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "(Kaynakla aynı)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_WRONG_VERSION
|
||
desc: The plugin is not compatible with the rockbox version trying to run it
|
||
user: core
|
||
<source>
|
||
*: "Incompatible version"
|
||
</source>
|
||
<dest>
|
||
*: "Uyumsuz sürüm"
|
||
</dest>
|
||
<voice>
|
||
*: "Uyumsuz sürüm"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_DISCNUM
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Discnum"
|
||
</source>
|
||
<dest>
|
||
*: "Disk numarası"
|
||
</dest>
|
||
<voice>
|
||
*: "Disk numarası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_SIMPLIFIED
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Simp. Chinese (GB2312)"
|
||
</source>
|
||
<dest>
|
||
*: "Basitleştirilmiş Çince (GB2312)"
|
||
</dest>
|
||
<voice>
|
||
*: "Basitleştirilmiş Çince"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COLOR_UNACCEPTABLE
|
||
desc: splash when user selects an invalid colour
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Invalid colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Geçersiz renk"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_BITRATE
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Bitrate"
|
||
</source>
|
||
<dest>
|
||
*: "Bit hızı"
|
||
</dest>
|
||
<voice>
|
||
*: "Bit hızı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIG_NOREARM
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Once"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Bir Kere"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Bir Kere"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ONPLAY_MENU_TITLE
|
||
desc: title for the onplay menus
|
||
user: core
|
||
<source>
|
||
*: "Context Menu"
|
||
</source>
|
||
<dest>
|
||
*: "Bağlam Menüsü"
|
||
</dest>
|
||
<voice>
|
||
*: "Bağlam Menüsü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES
|
||
desc: browser file/dir properties
|
||
user: core
|
||
<source>
|
||
*: "Properties"
|
||
</source>
|
||
<dest>
|
||
*: "Özellikler"
|
||
</dest>
|
||
<voice>
|
||
*: "Özellikler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ONPLAY_OPEN_WITH
|
||
desc: Onplay open with
|
||
user: core
|
||
<source>
|
||
*: "Open With..."
|
||
</source>
|
||
<dest>
|
||
*: "Bununla aç..."
|
||
</dest>
|
||
<voice>
|
||
*: "Bununla aç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_MODE
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Touchscreen Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Dokunmatik Ekran Modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Dokunmatik Ekran Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Ratio"
|
||
</source>
|
||
<dest>
|
||
*: "Oran"
|
||
</dest>
|
||
<voice>
|
||
*: "Oran"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NORMAL
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Normal"
|
||
</source>
|
||
<dest>
|
||
*: "~Normal"
|
||
</dest>
|
||
<voice>
|
||
*: "~Normal"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_SELECTIVE
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Backlight Exemptions"
|
||
</source>
|
||
<dest>
|
||
*: "Arka Işık Muafiyetleri"
|
||
</dest>
|
||
<voice>
|
||
*: "Arka Işık Muafiyetleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_S
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "S"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_COMPOSER
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Composer"
|
||
</source>
|
||
<dest>
|
||
*: "Besteci"
|
||
</dest>
|
||
<voice>
|
||
*: "Besteci"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REDUCE_TICKING
|
||
desc: in remote lcd settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote_ticking: "Reduce Ticking"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote_ticking: "İşaretlemeyi Azalt"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote_ticking: "İşaretlemeyi Azalt"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOP_TIME
|
||
desc: in run time screen
|
||
user: core
|
||
<source>
|
||
*: "Top Time"
|
||
</source>
|
||
<dest>
|
||
*: "En İyi Zaman"
|
||
</dest>
|
||
<voice>
|
||
*: "En İyi Zaman"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_ROLL_OFF
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "DAC filter roll-off"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "DAC'nin filtre roll-off'u"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "DAC'nin filtre roll-off'u"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FIFTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "15"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYLOCK_OFF
|
||
desc: displayed when key lock is turned off
|
||
user: core
|
||
<source>
|
||
*: "Buttons Unlocked"
|
||
</source>
|
||
<dest>
|
||
*: "Tuş Kilidi Açıldı"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECT_FOLDER
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Select one or more directories"
|
||
</source>
|
||
<dest>
|
||
*: "Bir veya daha fazla dizin seçin"
|
||
</dest>
|
||
<voice>
|
||
*: "Bir veya daha fazla dizin seçin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TREBLE_CUTOFF
|
||
desc: Treble setting cut-off frequency
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Treble Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Tiz Kesme"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Tiz Kesme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_STEP
|
||
desc: Pixels to advance per scroll
|
||
user: core
|
||
<source>
|
||
*: "Scroll Step Size"
|
||
</source>
|
||
<dest>
|
||
*: "Adım Boyutunu Kaydır"
|
||
</dest>
|
||
<voice>
|
||
*: "Adım Boyutunu Kaydır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_TIME
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ayrık Zaman"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ayrık Zaman"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LEFT_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Left Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Sol Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Sol Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_X
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "X"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_GAIN_ITEM
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "%d Hz Band Gain"
|
||
</source>
|
||
<dest>
|
||
*: "%d Hz Bant Kazancı"
|
||
</dest>
|
||
<voice>
|
||
*: "hertz bant kazancı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PAUSE
|
||
desc: spoken only, for spelling, a split second of silence (difficult to author)
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: " "
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLUGIN_WRONG_MODEL
|
||
desc: The plugin is not compatible with the player model trying to run it
|
||
user: core
|
||
<source>
|
||
*: "Incompatible model"
|
||
</source>
|
||
<dest>
|
||
*: "Uyumsuz model"
|
||
</dest>
|
||
<voice>
|
||
*: "Uyumsuz model"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_DEFAULT_PRESET_NAME
|
||
desc: default preset name for auto scan mode
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "%d.%02d MHz"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "%d.%02d MHz"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_FILES
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "No files"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya yok"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya yok"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SIXTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "16"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_RSSI
|
||
desc: Signal strength of a received FM station
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Signal strength:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Sinyal gücü:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Sinyal gücü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_JAPAN
|
||
desc: fm region japan
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Japan"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Japonya"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Japonya"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MODERATE
|
||
desc: in beep volume in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Moderate"
|
||
</source>
|
||
<dest>
|
||
*: "Makul"
|
||
</dest>
|
||
<voice>
|
||
*: "Makul"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SIX
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "altı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KHZ
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "kilo-hertz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_THEME
|
||
desc: save a theme file
|
||
user: core
|
||
<source>
|
||
*: "Save Theme Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Tema Ayarlarını Kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: "Tema Ayarlarını Kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOTTOM_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Bottom Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Alt Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Alt Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN_PREAMP
|
||
desc: in replaygain settings
|
||
user: core
|
||
<source>
|
||
*: "Pre-amp"
|
||
</source>
|
||
<dest>
|
||
*: "Ön-Yükseltici"
|
||
</dest>
|
||
<voice>
|
||
*: "Ön-Yükseltici"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREDITS
|
||
desc: in the Main Menu -> System screen
|
||
user: core
|
||
<source>
|
||
*: "Credits"
|
||
</source>
|
||
<dest>
|
||
*: "Kredi"
|
||
</dest>
|
||
<voice>
|
||
*: "Kredi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEMITONE
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Semitone"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Yarım ton"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Yarım ton"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_BUSY
|
||
desc: when trying to shutdown and tagcache is committing
|
||
user: core
|
||
<source>
|
||
*: "Database is not ready"
|
||
</source>
|
||
<dest>
|
||
*: "Veritabanı hazır değil"
|
||
</dest>
|
||
<voice>
|
||
*: "Veritabanı hazır değil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_AIFF
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "AIFF"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "AIFF"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "AIFF"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_TIME
|
||
desc: in run time screen
|
||
user: core
|
||
<source>
|
||
*: "Clear Time?"
|
||
</source>
|
||
<dest>
|
||
*: "Süreyi Sıfırla?"
|
||
</dest>
|
||
<voice>
|
||
*: "Süreyi Sıfırla?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_SPEED
|
||
desc: in display_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Scroll Speed"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırma Hızı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydırma Hızı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_ATTACK
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Attack Time"
|
||
</source>
|
||
<dest>
|
||
*: "Atak Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Atak Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_PATH
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Show Path"
|
||
</source>
|
||
<dest>
|
||
*: "Yolu Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Yolu Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BILLION
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "milyar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_END_COLOR
|
||
desc: line selector color option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Secondary Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "İkincil Renk"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "İkincil Renk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CURRENT_PLAYLIST
|
||
desc: Used when you need to say playlist, also voiced
|
||
user: core
|
||
<source>
|
||
*: "Current Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Geçerli Oynatma Listesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Geçerli Oynatma Listesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MINUS
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Eksi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME_LIMIT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Maximum Volume Limit"
|
||
</source>
|
||
<dest>
|
||
*: "Maksimum Ses Sınırı"
|
||
</dest>
|
||
<voice>
|
||
*: "Maksimum Ses Sınırı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_CUESHEET
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "işaret levhası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_CENTRAL_EUROPEAN
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Central European (CP1250)"
|
||
</source>
|
||
<dest>
|
||
*: "Orta Avrupa (CP1250)"
|
||
</dest>
|
||
<voice>
|
||
*: "Orta Avrupa"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COPYING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Copying..."
|
||
</source>
|
||
<dest>
|
||
*: "Kopyalanıyor..."
|
||
</dest>
|
||
<voice>
|
||
*: "Kopyalanıyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TIMESPLIT
|
||
desc: Record split menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "File Split Options"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Dosya Bölme Seçenekleri"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Dosya Bölme Seçenekleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_SETTINGS
|
||
desc: in system_settings_menu()
|
||
user: core
|
||
<source>
|
||
*: "Save .cfg File"
|
||
</source>
|
||
<dest>
|
||
*: ".cfg Dosyasını Kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: "Ayar Dosyasını Kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAX_FILES_IN_DIR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Max Entries in File Browser"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya Tarayıcıda Maksimum Giriş"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya Tarayıcıda Maksimum Giriş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_COLORS
|
||
desc: menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Reset Colours"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Renkleri Sıfırla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Renkleri Sıfırla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_HARD_KNEE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Hard Knee"
|
||
</source>
|
||
<dest>
|
||
*: "Sert Knee"
|
||
</dest>
|
||
<voice>
|
||
*: "Sert Knee"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER_TYPE
|
||
desc: in recording trigger menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Trigtype"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "tetik tipi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "tetik tipi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_L
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "L"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_COLOR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Bar (Solid Colour)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Bar (Katı Renk)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Bar (Katı Renk)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_KBD
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Tuş Takımı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_GRID
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "3x3 Grid"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "3x3 Izgara"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "3x3 Izgara"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EIGHT
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "8"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_FILTER_FIRST_KEYPRESS
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "First Buttonpress Enables Backlight Only"
|
||
</source>
|
||
<dest>
|
||
*: "Tuşa İlk Basımada Yalnızca Arka Işığı Etkinleştirir"
|
||
</dest>
|
||
<voice>
|
||
*: "Tuşa İlk Basımada Yalnızca Arka Işığı Etkinleştirir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_TIME_TO_GO
|
||
desc: The time until the alarm will go off shown in the alarm menu for the RTC alarm mod.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Waking Up in %d:%02d"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "süre içinde uyanma %d:%02d"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "içinde uyanmak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FOURTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "14"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HEADPHONE_UNPLUG
|
||
desc: in settings_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
headphone_detection: "Pause on Headphone Unplug"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
headphone_detection: "Kulaklık Çıkarıldığında Duraklat"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
headphone_detection: "Kulaklık Çıkarıldığında Duraklat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_PAGINATED
|
||
desc: jump to new page when scrolling
|
||
user: core
|
||
<source>
|
||
*: "Paged Scrolling"
|
||
</source>
|
||
<dest>
|
||
*: "Sayfalı Kaydırma"
|
||
</dest>
|
||
<voice>
|
||
*: "Sayfalı Kaydırma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FORTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "40"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_LENGTH
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Length"
|
||
</source>
|
||
<dest>
|
||
*: "Uzunluk"
|
||
</dest>
|
||
<voice>
|
||
*: "Uzunluk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REC_DIR_NOT_WRITABLE
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Can't write to recording directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kayıt dizinine yazılamıyor"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kayıt dizinine yazılamıyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_B
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "B"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TWO
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "2"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_KNEE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Knee"
|
||
</source>
|
||
<dest>
|
||
*: "Knee (Diz?)"
|
||
</dest>
|
||
<voice>
|
||
*: "Knee (Diz?)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HUNDRED
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Yüz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_LAST
|
||
desc: in onplay menu. queue a track/playlist at end of playlist.
|
||
user: core
|
||
<source>
|
||
*: "Queue Last"
|
||
</source>
|
||
<dest>
|
||
*: "Kuyruk Sonu"
|
||
</dest>
|
||
<voice>
|
||
*: "Kuyruk Sonu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIMESTRETCH
|
||
desc: timestretch enable
|
||
user: core
|
||
<source>
|
||
*: "Timestretch"
|
||
</source>
|
||
<dest>
|
||
*: "zaman aralığı"
|
||
</dest>
|
||
<voice>
|
||
*: "Timestretch"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BEEP
|
||
desc: in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Track Skip Beep"
|
||
</source>
|
||
<dest>
|
||
*: "Parça Atlamada Bip Sesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça Atlamada Bip Sesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_PRERECORD
|
||
desc: in recording and radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Pre-Recording"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ön Kayıt"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PBE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Perceptual Bass Enhancement"
|
||
</source>
|
||
<dest>
|
||
*: "Algısal Bas Geliştirme"
|
||
</dest>
|
||
<voice>
|
||
*: "Algısal Bas Geliştirme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SEVENTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "70"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_LATIN1
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Latin1 (ISO-8859-1)"
|
||
</source>
|
||
<dest>
|
||
*: "Latince1 (ISO-8859-1)"
|
||
</dest>
|
||
<voice>
|
||
*: "Latince 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_RESET_CALIBRATION
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Reset Calibration"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Kalibrasyonu Sıfırla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Kalibrasyonu Sıfırla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_FX1
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "f(x1)"
|
||
</source>
|
||
<dest>
|
||
*: "Surround f(x1)"
|
||
</dest>
|
||
<voice>
|
||
*: "Surround f(x1)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_FONT
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Yazı Tipi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_OUT_DELAY
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-Out Delay"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Kararma Gecikmesi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Kararma Gecikmesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SECONDS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "saniye"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ENABLE_SPEAKER
|
||
desc: in Settings -> Sound Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
speaker: "Enable Speaker"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
speaker: "Hoparlörü Etkinleştir"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
speaker: "Hoparlörü Etkinleştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MINUTE
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Dakika"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_SIZE_INFO
|
||
desc: disk size info
|
||
user: core
|
||
<source>
|
||
*: "Disk:"
|
||
</source>
|
||
<dest>
|
||
*: "Disk Boyutu:"
|
||
</dest>
|
||
<voice>
|
||
*: "Disk boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SIZE
|
||
desc: Display of recorded file size
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Size:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Boyut:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_VBR
|
||
desc: in browse_id3
|
||
user: core
|
||
<source>
|
||
*: "(VBR)"
|
||
</source>
|
||
<dest>
|
||
*: "(VBR)"
|
||
</dest>
|
||
<voice>
|
||
*: "VBR"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_LIMIT
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Limit"
|
||
</source>
|
||
<dest>
|
||
*: "Sınır"
|
||
</dest>
|
||
<voice>
|
||
*: "Sınır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_START_DIR
|
||
desc: reset the browser start directory
|
||
user: core
|
||
<source>
|
||
*: "Start File Browser at /"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya Tarayıcı konumunda başlatın"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya Tarayıcı konumunda başlatın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIRCACHE_ENABLE
|
||
desc: in directory cache settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
dircache: "Directory Cache"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
dircache: "Dizin Önbelleği"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
dircache: "Dizin Önbelleği"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_ERROR
|
||
desc: The text that tells that the time is incorrect (for the RTC alarm mod).
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Time Is Too Soon!"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Alarm Zamanı Çok Yakında!"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Alarm Zamanı Çok Yakında!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACK_GAIN
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Track Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Kazanç Takibi"
|
||
</dest>
|
||
<voice>
|
||
*: "Kazanç Takibi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_6
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "6:1"
|
||
</source>
|
||
<dest>
|
||
*: "6:1"
|
||
</dest>
|
||
<voice>
|
||
*: "6 to 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_PRERECORD_TIME
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Prerecord Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Ön Kayıt Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Ön Kayıt Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_RECENT_ONLY_ASK
|
||
desc: Save in recent bookmarks only
|
||
user: core
|
||
<source>
|
||
*: "Ask - Recent only"
|
||
</source>
|
||
<dest>
|
||
*: "Sor - Yalnızca son zamanlarda"
|
||
</dest>
|
||
<voice>
|
||
*: "Sor - Yalnızca son zamanlarda"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HIGH
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeatfx: "High"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeatfx: "Yüksek"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeatfx: "Yüksek"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_NO_DIRECTORY
|
||
desc: error message when playlist catalogue directory doesn't exist
|
||
user: core
|
||
<source>
|
||
*: "%s doesn't exist"
|
||
</source>
|
||
<dest>
|
||
*: "%s mevcut değil"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalma listesi klasörü mevcut değil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: "Battery"
|
||
</source>
|
||
<dest>
|
||
*: "Pil"
|
||
</dest>
|
||
<voice>
|
||
*: "Pil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_ENABLED
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Enabled"
|
||
</source>
|
||
<dest>
|
||
*: "Etkin"
|
||
</dest>
|
||
<voice>
|
||
*: "Etkin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PIXEL
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "piksel"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_MENU
|
||
desc: fm menu title
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "FM Radio Menu"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "FM Radio Menüsü"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "FM Radio Menüsü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETE_DIR
|
||
desc: in on+play menu
|
||
user: core
|
||
<source>
|
||
*: "Delete Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Klasörü Sil"
|
||
</dest>
|
||
<voice>
|
||
*: "klasörü sil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_SKIP_FIRST_DRIVE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
multidrive_usb: "USB Hide Internal Drive"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
multidrive_usb: "USB Dahili Sürücüyü Gizle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
multidrive_usb: "USB Dahili Sürücüyü Gizle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH
|
||
desc: "pitch" in the pitch screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Pitch"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Pitch (Aralık)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Pitch (Aralık)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_SHOW_ID3_INFO
|
||
desc: Menu option to start tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Show Track Info"
|
||
</source>
|
||
<dest>
|
||
*: "Parça Bilgisini Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça Bilgisini Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SOURCE
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Source"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kaynak"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kaynak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_FORCE_UPDATE_SPLASH
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Updating in background"
|
||
</source>
|
||
<dest>
|
||
*: "Arka planda güncelle"
|
||
</dest>
|
||
<voice>
|
||
*: "Arka planda güncelle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_CONTROL_INVALID
|
||
desc: Playlist resume error
|
||
user: core
|
||
<source>
|
||
*: "Playlist control file is invalid"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma listesi kontrol dosyası geçersiz"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma listesi kontrol dosyası geçersiz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PAUSE_REWIND
|
||
desc: Seconds to rewind when rewind on pause is enabled.
|
||
user: core
|
||
<source>
|
||
*: "Rewind on Pause"
|
||
</source>
|
||
<dest>
|
||
*: "Duraklatıldığında Geri Sar"
|
||
</dest>
|
||
<voice>
|
||
*: "Duraklatıldığında Geri Sar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RIGHT
|
||
desc: Generic use of 'right'
|
||
user: core
|
||
<source>
|
||
*: "Right"
|
||
</source>
|
||
<dest>
|
||
*: "Sağ"
|
||
</dest>
|
||
<voice>
|
||
*: "Sağ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_AJZ
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Bllenim-firmware"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_START_CURRENT
|
||
desc: shown when a sleep timer isn't running
|
||
user: core
|
||
<source>
|
||
*: "Start Sleep Timer"
|
||
</source>
|
||
<dest>
|
||
*: "Uyku Zamanlayıcısını Başlat"
|
||
</dest>
|
||
<voice>
|
||
*: "Uyku Zamanlayıcısını Başlat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESUME_REWIND
|
||
desc: in playback settings menu
|
||
user: core
|
||
<source>
|
||
*: "Rewind Before Resume"
|
||
</source>
|
||
<dest>
|
||
*: "Duraklatmadan Önce Geri Sar"
|
||
</dest>
|
||
<voice>
|
||
*: "Duraklatmadan Önce Geri Sar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_END_PLAYLIST
|
||
desc: when playlist has finished
|
||
user: core
|
||
<source>
|
||
*: "End of Song List"
|
||
</source>
|
||
<dest>
|
||
*: "Şarkı Listesinin Sonu"
|
||
</dest>
|
||
<voice>
|
||
*: "Şarkı Listesinin Sonu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_DYNAMIC_PLAYLIST
|
||
desc: in playlist menu.
|
||
user: core
|
||
<source>
|
||
*: "Save Current Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Geçerli Oynatma Listesini Kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: "Geçerli Oynatma Listesini Kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEADZONE
|
||
desc: touchpad deadzone setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
sansafuzeplus: "Touchpad Dead Zone"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
sansafuzeplus: "Dokunmatik Yüzey Ölü Bölge"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
sansafuzeplus: "Dokunmatik Yüzey Ölü Bölge"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_DATE_REVERSE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "By Newest Date"
|
||
</source>
|
||
<dest>
|
||
*: "Tarihe Göre-En Yeni"
|
||
</dest>
|
||
<voice>
|
||
*: "Tarihe Göre-En Yeni"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_UNMAPPED
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable Unmapped Keys"
|
||
</source>
|
||
<dest>
|
||
*: "Eşlenmemiş Anahtarları Devre Dışı Bırak"
|
||
</dest>
|
||
<voice>
|
||
*: "Eşlenmemiş Anahtarları Devre Dışı Bırak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USE_SHORTCUTS_INSTEAD_OF_QS
|
||
desc: in settings_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Use Shortcuts Menu Instead of Quick Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "Hızlı Ekran Yerine Kısayollar Menüsünü Kullanın"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "Hızlı Ekran Yerine Kısayollar Menüsünü Kullanın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LCD_REMOTE_MENU
|
||
desc: in the display sub menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote-LCD Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Ekran Ayarlarını Kontrol Et"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Ekran Ayarlarını Kontrol Et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PRESET
|
||
desc: in button bar and radio screen / menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SETTINGS
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Recording Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kayıt Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kayıt Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_MAINTAIN_RECENT_BOOKMARKS
|
||
desc: Configuration option to maintain a list of recent bookmarks
|
||
user: core
|
||
<source>
|
||
*: "Maintain a List of Recent Bookmarks?"
|
||
</source>
|
||
<dest>
|
||
*: "Son Yer İmlerinin Bir Listesi Korunsun mu?"
|
||
</dest>
|
||
<voice>
|
||
*: "Son Yer İmlerinin Bir Listesi Korunsun mu?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME
|
||
desc: in pause_phones_menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
headphone_detection: "Disable resume on startup if phones unplugged"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
headphone_detection: "Kulaklık takılı değilse başlangıçta devam etmeyi devre dışı bırakın"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
headphone_detection: "Kulaklık takılı değilse başlangıçta devam etmeyi devre dışı bırakın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_AUTO
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "Auto"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "Oto"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "Otomatik"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Moving..."
|
||
</source>
|
||
<dest>
|
||
*: "Hareketli..."
|
||
</dest>
|
||
<voice>
|
||
*: "Hareketli"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_LOAD
|
||
desc: load preset list in fm radio
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Load Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar Listesini Yükle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar Listesini Yükle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_ON_BUTTON_HOLD
|
||
desc: in lcd settings
|
||
user: core
|
||
<source>
|
||
*: "Backlight on Lock"
|
||
hold_button: "Backlight on Hold"
|
||
</source>
|
||
<dest>
|
||
*: "Arka aydınlatma Kilitle"
|
||
hold_button: "Arka aydınlatma Beklemede tut"
|
||
</dest>
|
||
<voice>
|
||
*: "Arka aydınlatma Kilitle"
|
||
hold_button: "Arka aydınlatma Beklemede tut"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SHARP
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "Sharp"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "Keskin"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "Keskin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_AUTOUPDATE
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Auto Update"
|
||
</source>
|
||
<dest>
|
||
*: "Otomatik güncelleme"
|
||
</dest>
|
||
<voice>
|
||
*: "Otomatik güncelleme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTORESUME_CUSTOM
|
||
desc: enable customization of resume on automatic track change
|
||
user: core
|
||
<source>
|
||
*: "In custom directories only"
|
||
</source>
|
||
<dest>
|
||
*: "Yalnızca özel dizinlerde"
|
||
</dest>
|
||
<voice>
|
||
*: "Yalnızca özel dizinlerde"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIEW
|
||
desc: in on+play menu
|
||
user: core
|
||
<source>
|
||
*: "View"
|
||
</source>
|
||
<dest>
|
||
*: "Görüntüle"
|
||
</dest>
|
||
<voice>
|
||
*: "Görüntüle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COPY
|
||
desc: The verb/action Copy
|
||
user: core
|
||
<source>
|
||
*: "Copy"
|
||
</source>
|
||
<dest>
|
||
*: "Kopyala"
|
||
</dest>
|
||
<voice>
|
||
*: "Kopyala"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_SETTINGS
|
||
desc: in Settings -> General -> Display menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Touchscreen Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Dokunmatik Ekran Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Dokunmatik Ekran Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREATE_DIR
|
||
desc: in main menu
|
||
user: core
|
||
<source>
|
||
*: "Create Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Dizin Oluştur"
|
||
</dest>
|
||
<voice>
|
||
*: "Dizin Oluştur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PERCENT
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "yüzde"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_KOREA
|
||
desc: fm region korea
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Korea"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Kore"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Kore"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_WESTERN_EUROPEAN
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Western European (CP1252)"
|
||
</source>
|
||
<dest>
|
||
*: "Batı Avrupa (CP1252)"
|
||
</dest>
|
||
<voice>
|
||
*: "Batı Avrupa"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_CONTROL_ACCESS_ERROR
|
||
desc: Playlist error
|
||
user: core
|
||
<source>
|
||
*: "Error accessing playlist control file"
|
||
</source>
|
||
<dest>
|
||
*: "Çalma listesi dosyasına erişim hatası"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalma listesi dosyasına erişim hatası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_FIRST
|
||
desc: in onplay menu. queue a track/playlist into dynamic playlist.
|
||
user: core
|
||
<source>
|
||
*: "Queue Next"
|
||
</source>
|
||
<dest>
|
||
*: "Sonraki"
|
||
</dest>
|
||
<voice>
|
||
*: "Sonraki"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_LCD_ON
|
||
desc: Remote lcd off splash in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "(Vol- : Re-enable)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "(Vol- : Yeniden etkinleştir)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "(Ses eksi ile yeniden etkinleştir)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_R
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "R"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPDIF_ENABLE
|
||
desc: in playback settings menu. enable/disable the optical out
|
||
user: core
|
||
<source>
|
||
*: none
|
||
spdif_power: "Optical Output"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
spdif_power: "Optik Çıkış"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
spdif_power: "Optik Çıkış"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MODE
|
||
desc: in wps F2 pressed and radio screen
|
||
user: core
|
||
<source>
|
||
*: "Mode:"
|
||
</source>
|
||
<dest>
|
||
*: "Mod:"
|
||
</dest>
|
||
<voice>
|
||
*: "Mod"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Crossfeed"
|
||
</source>
|
||
<dest>
|
||
*: "Çapraz besleme"
|
||
</dest>
|
||
<voice>
|
||
*: "Çapraz besleme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOTHING_TO_RESUME
|
||
desc: Error message displayed when resume button pressed but no playlist
|
||
user: core
|
||
<source>
|
||
*: "Nothing to resume"
|
||
</source>
|
||
<dest>
|
||
*: "Devam edecek bir şey yok"
|
||
</dest>
|
||
<voice>
|
||
*: "Devam edecek bir şey yok"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_NUMBER
|
||
desc: "talkbox" mode for files+directories
|
||
user: core
|
||
<source>
|
||
*: "Numbers"
|
||
</source>
|
||
<dest>
|
||
*: "Sayılar"
|
||
</dest>
|
||
<voice>
|
||
*: "Sayılar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_VOICE
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Voice (fast)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Ses (hızlı)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Ses (hızlı)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LISTACCEL_START_DELAY
|
||
desc: Delay before list starts accelerating
|
||
user: core
|
||
<source>
|
||
*: "List Acceleration Start Delay"
|
||
wheel_acceleration: none
|
||
</source>
|
||
<dest>
|
||
*: "Liste Hızlandırma Başlatma Gecikmesi"
|
||
wheel_acceleration: none
|
||
</dest>
|
||
<voice>
|
||
*: "Liste Hızlandırma Başlatma Gecikmesi"
|
||
wheel_acceleration: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_ITALY
|
||
desc: fm region Italy
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Italy"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Italya"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Italya"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_9600
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "9600"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "9600"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "9600"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_GAIN
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Makeup Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Makeup Kazanç"
|
||
</dest>
|
||
<voice>
|
||
*: "Makeup Kazanç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG
|
||
desc: deprecated
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_TYPE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "What to do when Splitting"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Bölme yaparken ne yapmalı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Bölme yaparken ne yapmalı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STRETCH_LIMIT
|
||
desc: "limit" in pitch screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Limit"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "sınır"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "sınır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DITHERING
|
||
desc: in the sound settings and some other menus
|
||
user: core
|
||
<source>
|
||
*: "Dithering"
|
||
</source>
|
||
<dest>
|
||
*: "Duraksama"
|
||
</dest>
|
||
<voice>
|
||
*: "Duraksama"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RADIO_SCAN_MODE
|
||
desc: in radio screen / menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Scan"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Tara"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Tara"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_SEEK
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Exempt Seek"
|
||
</source>
|
||
<dest>
|
||
*: "Ara"
|
||
</dest>
|
||
<voice>
|
||
*: "Ara"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SRC_DIGITAL
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Digital"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Dijital"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Dijital"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "10"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_IMPORT
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Import Modifications"
|
||
</source>
|
||
<dest>
|
||
*: "Değişiklikleri İçe Aktar"
|
||
</dest>
|
||
<voice>
|
||
*: "Değişiklikleri İçe Aktar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_BACKDROP
|
||
desc: text for LCD settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_non-mono: "Clear Backdrop"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_non-mono: "Backdrop Zemini Temizle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_non-mono: "Backdrop Zemini Temizle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KBD_CANCEL
|
||
desc: in keyboard
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Cancel"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "İptal"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "İptal"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN_MODE
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Replaygain Type"
|
||
</source>
|
||
<dest>
|
||
*: "Yeniden Oynatma Türü"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeniden Oynatma Türü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_EXPORT
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Export Modifications"
|
||
</source>
|
||
<dest>
|
||
*: "Değişiklikleri Dışa Aktar"
|
||
</dest>
|
||
<voice>
|
||
*: "Değişiklikleri Dışa Aktar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_SETTING
|
||
desc: used in the settings context menu
|
||
user: core
|
||
<source>
|
||
*: "Reset Setting"
|
||
</source>
|
||
<dest>
|
||
*: "Ayarları Sıfırla"
|
||
</dest>
|
||
<voice>
|
||
*: "Ayarları Sıfırla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KBD_DELETE
|
||
desc: in keyboard
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Del"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Sil"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Sil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_TEXT_COLOR
|
||
desc: line selector text color option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Text Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Metin Rengi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Metin Rengi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE_PLAYLIST
|
||
desc: in playlist menu, reshuffles the order in which songs are played
|
||
user: core
|
||
<source>
|
||
*: "Reshuffle"
|
||
</source>
|
||
<dest>
|
||
*: "yeniden karıştır"
|
||
</dest>
|
||
<voice>
|
||
*: "yeniden karıştır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGNAVI_UNTAGGED
|
||
desc: "[untagged]" entry in tag browser
|
||
user: core
|
||
<source>
|
||
*: "[Untagged]"
|
||
</source>
|
||
<dest>
|
||
*: "[Etiketlenmemiş]"
|
||
</dest>
|
||
<voice>
|
||
*: "Etiketlenmemiş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONSTRAIN_NEXT_FOLDER
|
||
desc: in settings_menu. Whether LANG_NEXT_FOLDER should be constrained to directories within LANG_SET_AS_START_DIR
|
||
user: core
|
||
<source>
|
||
*: "Constrain Auto-Change"
|
||
</source>
|
||
<dest>
|
||
*: "Otomatik Değişimi Kısıtla"
|
||
</dest>
|
||
<voice>
|
||
*: "Otomatik Değişimi Kısıtla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_COMMENT
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Comment"
|
||
</source>
|
||
<dest>
|
||
*: "Yorumcu"
|
||
</dest>
|
||
<voice>
|
||
*: "Yorumcu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FOREGROUND_COLOR
|
||
desc: menu entry to set the foreground color
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Foreground Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Ön Plan Rengi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Ön Plan Rengi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_WHILE_PLAYING
|
||
desc: in settings_menu()
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote While Playing Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Oynatma Ekranı Kontrolü"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Oynatma Ekranı Kontrolü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_KARAOKE
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Karaoke"
|
||
</source>
|
||
<dest>
|
||
*: "Karaoke vokal"
|
||
</dest>
|
||
<voice>
|
||
*: "Karaoke vokal"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_STATUSBAR
|
||
desc: in Settings -> General -> Display -> statusbar
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Statusbar"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Durum Çubuğu Kontrolü"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Durum Çubuğu Kontrolü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLLBAR_WIDTH
|
||
desc: in Settings -> General -> Display -> Status-/Scrollbar
|
||
user: core
|
||
<source>
|
||
*: "Scroll Bar Width"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırma Çubuğu Genişliği"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydırma Çubuğu Genişliği"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STARTUP_SHUTDOWN
|
||
desc: in the general settings menu
|
||
user: core
|
||
<source>
|
||
*: "Startup/Shutdown"
|
||
</source>
|
||
<dest>
|
||
*: "Başlangıç/Kapanış"
|
||
</dest>
|
||
<voice>
|
||
*: "Başlangıç/Kapanış"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_TIME
|
||
desc: The current alarm time shown in the alarm menu for the RTC alarm mod.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Time:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Alarm Zamanı:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_REC_DIR
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Clear Recording Directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kayıt Klasörünü Temizle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kayıt Klasörünü Temizle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_TRADITIONAL
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Trad. Chinese (BIG5)"
|
||
</source>
|
||
<dest>
|
||
*: "Gel. Çince (BIG5)"
|
||
</dest>
|
||
<voice>
|
||
*: "Geleneksel Çince"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RANDOM
|
||
desc: random folder
|
||
user: core
|
||
<source>
|
||
*: "Random"
|
||
</source>
|
||
<dest>
|
||
*: "Rastgele"
|
||
</dest>
|
||
<voice>
|
||
*: "Rastgele"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_EUROPE
|
||
desc: fm tuner region europe
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Europe"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Avrupa"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Avrupa"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECURSE_DIRECTORY
|
||
desc: In playlist menu
|
||
user: core
|
||
<source>
|
||
*: "Recursively Insert Directories"
|
||
</source>
|
||
<dest>
|
||
*: "Dizinleri Özyinelemeli Ekle"
|
||
</dest>
|
||
<voice>
|
||
*: "Dizinleri Özyinelemeli Ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WEAK
|
||
desc: in beep volume in playback settings
|
||
user: core
|
||
<source>
|
||
*: "Weak"
|
||
</source>
|
||
<dest>
|
||
*: "Zayıf"
|
||
</dest>
|
||
<voice>
|
||
*: "Zayıf"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GLYPHS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Glyphs To Cache"
|
||
</source>
|
||
<dest>
|
||
*: "Önbelleğe Alınacak Glifler"
|
||
</dest>
|
||
<voice>
|
||
*: "Önbelleğe Alınacak Glifler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_FILE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "Sort Files"
|
||
</source>
|
||
<dest>
|
||
*: "Dosyaları Sırala"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosyaları Sırala"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISK_FREE_INFO
|
||
desc: disk size info
|
||
user: core
|
||
<source>
|
||
*: "Free:"
|
||
</source>
|
||
<dest>
|
||
*: "Boş Alan:"
|
||
</dest>
|
||
<voice>
|
||
*: "Boş Alan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_NO_INFO
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "[No Info]"
|
||
</source>
|
||
<dest>
|
||
*: "[Bilgi Yok]"
|
||
</dest>
|
||
<voice>
|
||
*: "Bilgi yok"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_MEDIUM
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Medium"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Orta"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Orta"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PASTE
|
||
desc: The verb/action Paste
|
||
user: core
|
||
<source>
|
||
*: "Paste"
|
||
</source>
|
||
<dest>
|
||
*: "Yapıştır"
|
||
</dest>
|
||
<voice>
|
||
*: "Yapıştır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREVENT_SKIPPING
|
||
desc: in Settings -> Playback Settings
|
||
user: core
|
||
<source>
|
||
*: "Prevent Track Skipping"
|
||
</source>
|
||
<dest>
|
||
*: "Atlamayı Önle"
|
||
</dest>
|
||
<voice>
|
||
*: "Atlamayı Önle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACK_DISPLAY
|
||
desc: in playlist viewer on+play menu
|
||
user: core
|
||
<source>
|
||
*: "Track Display"
|
||
</source>
|
||
<dest>
|
||
*: "Parça Ekranı"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_E
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "E"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_WPS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_GENRE
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Genre"
|
||
</source>
|
||
<dest>
|
||
*: "Tarz"
|
||
</dest>
|
||
<voice>
|
||
*: "Tarz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUSTOM_THEME
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: "Browse Theme Files"
|
||
</source>
|
||
<dest>
|
||
*: "Tema Dosyalarına Göz Atın"
|
||
</dest>
|
||
<voice>
|
||
*: "Tema Dosyalarına Göz Atın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_INSERT_COUNT
|
||
desc: splash number of tracks inserted
|
||
user: core
|
||
<source>
|
||
*: "Inserted %d tracks (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Eklendi %d Parça (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "eklenen parçalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_Z
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Z"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SEVENTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "17"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_REGION
|
||
desc: fm tuner region setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Region"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Bölge"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Bölge"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE_GAIN
|
||
desc: use track gain if shuffle mode is on, album gain otherwise
|
||
user: core
|
||
<source>
|
||
*: "Track Gain if Shuffling"
|
||
</source>
|
||
<dest>
|
||
*: "Karıştırılıyorsa Kazancı Takip Edin"
|
||
</dest>
|
||
<voice>
|
||
*: "Karıştırılıyorsa Kazancı Takip Edin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_D
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "D"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_DIR_TALK
|
||
desc: Item of voice menu, whether to use directory .talk clips
|
||
user: core
|
||
<source>
|
||
*: "Use Directory .talk Clips"
|
||
</source>
|
||
<dest>
|
||
*: "Directory .talk Kliplerini Kullanın"
|
||
</dest>
|
||
<voice>
|
||
*: "Directory .talk Kliplerini Kullanın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_THAI
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Thai (ISO-8859-11)"
|
||
</source>
|
||
<dest>
|
||
*: "Tayca (ISO-8859-11)"
|
||
</dest>
|
||
<voice>
|
||
*: "Tayca"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_SEARCH_MSG
|
||
desc: splash number of tracks inserted
|
||
user: core
|
||
<source>
|
||
*: "Searching... %d found (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Aranıyor... %d Bulundu (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "Bulundu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FLIP_DISPLAY
|
||
desc: in settings_menu, option to turn display+buttos by 180 degrees
|
||
user: core
|
||
<source>
|
||
*: "Upside Down"
|
||
</source>
|
||
<dest>
|
||
*: "Başaşağı"
|
||
</dest>
|
||
<voice>
|
||
*: "Başaşağı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_DJSET
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "DJ-Set (slow)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "DJ Seti (yavaş)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "DJ Seti (yavaş)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYLOCK_ON
|
||
desc: displayed when key lock is on
|
||
user: core
|
||
<source>
|
||
*: "Buttons Locked"
|
||
</source>
|
||
<dest>
|
||
*: "Tuşlar Kilitli"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_SRC_MIC
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
iriverh100,iriverh120,iriverh300: "Internal Microphone"
|
||
recording: "Microphone"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
iriverh100,iriverh120,iriverh300: "Dahili Mikrofon"
|
||
recording: "Mikrofon"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
iriverh100,iriverh120,iriverh300: "Dahili Mikrofon"
|
||
recording: "Mikrofon"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_SPELL
|
||
desc: "talkbox" mode for files+directories
|
||
user: core
|
||
<source>
|
||
*: "Spell"
|
||
</source>
|
||
<dest>
|
||
*: "Harf harf kodlamak"
|
||
</dest>
|
||
<voice>
|
||
*: "Harf harf kodlamak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADD_TO_FAVES
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Add to Shortcuts"
|
||
</source>
|
||
<dest>
|
||
*: "Kısayollara Ekle"
|
||
</dest>
|
||
<voice>
|
||
*: "Kısayollara Ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REALLY_OVERWRITE
|
||
desc: The verb/action Paste
|
||
user: core
|
||
<source>
|
||
*: "File/directory exists. Overwrite?"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya/dizin var. Üzerine yazılsın mı?"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya/dizin var. Üzerine yazılsın mı?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_OUTRO
|
||
desc: skipping to the 5 seconds before the end of a track
|
||
user: core
|
||
<source>
|
||
*: "Skip to Outro"
|
||
</source>
|
||
<dest>
|
||
*: "Bitimden 5sn. atla"
|
||
</dest>
|
||
<voice>
|
||
*: "Bitimden 5sn. atla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_MPA
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Ses"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_SCAN_PRESETS
|
||
desc: in radio menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Auto-Scan Presets"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Otomatik Tarama Ön Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Otomatik Tarama Ön Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TWELVE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "12"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_TRIGGER_NEWFILESTP
|
||
desc: trigger types
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "New file"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Yeni dosya"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Yeni dosya"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_GAIN
|
||
desc: in sound_menu, hardware equalizer tone controls filter gain
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band %d Gain"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Bant %d Kazancı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Bant Kazancı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EIGHTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "18"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_MAIN
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Main and Remote Unit"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Ana ve Uzak Ünite"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Ana ve Uzak Ünite"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCROLL_DELAY
|
||
desc: Delay before scrolling
|
||
user: core
|
||
<source>
|
||
*: "Scroll Start Delay"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırma Başlatma Gecikmesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydırma Başlatma Gecikmesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_ACCESS_ERROR
|
||
desc: Playlist error
|
||
user: core
|
||
<source>
|
||
*: "Error accessing playlist file"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma listesi dosyasına erişilirken hata oluştu"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma listesi dosyasına erişilirken hata oluştu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_YEAR
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Year"
|
||
</source>
|
||
<dest>
|
||
*: "Yıl"
|
||
</dest>
|
||
<voice>
|
||
*: "Yıl"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_STOP_GAP
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Presplit Gap"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Önceden Bölünmüş Boşluk"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Önceden Bölünmüş Boşluk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOUCHSCREEN_CALIBRATE
|
||
desc: in Settings -> General -> Display -> Touchscreen Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Calibrate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "kalibre et"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "kalibre et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_PEAK
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Peak Filter %d"
|
||
</source>
|
||
<dest>
|
||
*: "Tepe Filtresi %d"
|
||
</dest>
|
||
<voice>
|
||
*: "Tepe Filtresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ENCODER_SETTINGS
|
||
desc: encoder settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Encoder Settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kodlayıcı Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kodlayıcı Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_NO_FREE_PRESETS
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "The Preset List is Full"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar Listesi Dolu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar Listesi Dolu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_OF
|
||
desc: spoken only, as in 3/8 => 3 of 8
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "den"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AGC_LIVE
|
||
desc: AGC preset
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "Live (slow)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "Canlı (yavaş)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Canlı (yavaş)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREATE_PLAYLIST
|
||
desc: Menu option for creating a playlist
|
||
user: core
|
||
<source>
|
||
*: "Create Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma listesi oluştur"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma listesi oluştur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_UP_SEMITONE
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Semitone Up"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Yarım Ton Yukarı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_NINETEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "19"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIME_MENU
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Time & Date"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Saat ve Tarih"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: "Saat ve Tarih"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORD_START_THRESHOLD
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Start Above"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Yukarıdan Başlayın"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Yukarıdan Başlayın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OF
|
||
desc: Shown in WPS: X of Y (tracks)
|
||
user: core
|
||
<source>
|
||
*: "of"
|
||
</source>
|
||
<dest>
|
||
*: "den"
|
||
</dest>
|
||
<voice>
|
||
*: "den"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_SCREEN
|
||
desc: in the main menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Main Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Ana ekran"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Ana ekran"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "Serial Bitrate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "Seri Bit Hızı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "Seri Bit Hızı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ZERO
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "0"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLISTVIEWER_SETTINGS
|
||
desc: title for the playlist viewer settings menus
|
||
user: core
|
||
<source>
|
||
*: "Playlist Viewer Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesi Görüntüleyici Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesi Görüntüleyici Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_IBASSO_FREQ_SCALING_GOVERNOR
|
||
desc: in Settings -> General -> System -> Freq Scaling Governor
|
||
user: core
|
||
<source>
|
||
*: none
|
||
ibassodx50,ibassodx90: "Freq Scaling Governor"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
ibassodx50,ibassodx90: "Frekans Ölçekleme Valisi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
ibassodx50,ibassodx90: "Frekans Ölçekleme Valisi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MANTRACKSKIP
|
||
desc: in crossfade settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Manual Track Skip Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Yalnızca Manuel Atlama"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Yalnızca Manuel Atlama"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HOTKEY_WPS
|
||
desc: hotkey menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "WPS Hotkey"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "WPS Kısayol Tuşu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "WPS Kısayol Tuşu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_TIMESPLIT_REC
|
||
desc: Display of record timer interval setting, on the record screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Time:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Bölme Süresi:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_C
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "C"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_THRESHOLD
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Threshold"
|
||
</source>
|
||
<dest>
|
||
*: "Eşik"
|
||
</dest>
|
||
<voice>
|
||
*: "Eşik"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEVER
|
||
desc: in lcd settings
|
||
user: core
|
||
<source>
|
||
*: "Never"
|
||
</source>
|
||
<dest>
|
||
*: "Asla"
|
||
</dest>
|
||
<voice>
|
||
*: "Asla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_AUTOCREATE
|
||
desc: prompt for user to decide to create an bookmark
|
||
user: core
|
||
<source>
|
||
*: "Bookmark on Stop"
|
||
</source>
|
||
<dest>
|
||
*: "Durunca Yer imi oluştur"
|
||
</dest>
|
||
<voice>
|
||
*: "Durunca Yer imi oluştur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MINUTES
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Dakika"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_2
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "2:1"
|
||
</source>
|
||
<dest>
|
||
*: "2:1"
|
||
</dest>
|
||
<voice>
|
||
*: "2 to 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYPRESS_RESTARTS_SLEEP_TIMER
|
||
desc: whether to restart running sleep timer on keypress
|
||
user: core
|
||
<source>
|
||
*: "Restart Sleep Timer on Keypress"
|
||
</source>
|
||
<dest>
|
||
*: "Tuşa Basıldığında Uyku Zamanlayıcısını Yeniden Başlatın"
|
||
</dest>
|
||
<voice>
|
||
*: "Tuşa Basıldığında Uyku Zamanlayıcısını Yeniden Başlatın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HOTKEY
|
||
desc: hotkey menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Hotkey"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "kısayol tuşu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "kısayol tuşu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE
|
||
desc: in playback settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Crossfade"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Çapraz geçiş"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Çapraz geçiş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_N
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "N"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THIRTEEN
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "13"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALBUM_GAIN
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Album Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm Kazancı"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm Kazancı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TYPE_2
|
||
desc: deprecated
|
||
user: core
|
||
<source>
|
||
*: none
|
||
battery_types,xduoox3: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
battery_types,xduoox3: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
battery_types,xduoox3: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTO
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Auto"
|
||
</source>
|
||
<dest>
|
||
*: "Oto"
|
||
</dest>
|
||
<voice>
|
||
*: "Oto"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_ARABIC
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Arabic (CP1256)"
|
||
</source>
|
||
<dest>
|
||
*: "Arapça (CP1256)"
|
||
</dest>
|
||
<voice>
|
||
*: "Arapça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TWENTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "20"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_INIT
|
||
desc: while initializing tagcache on boot
|
||
user: core
|
||
<source>
|
||
*: "Committing database"
|
||
</source>
|
||
<dest>
|
||
*: "Veritabanı işleme"
|
||
</dest>
|
||
<voice>
|
||
*: "Veritabanı işleme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HOUR
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Saat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_GREEK
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Greek (ISO-8859-7)"
|
||
</source>
|
||
<dest>
|
||
*: "Yunanca (ISO-8859-7)"
|
||
</dest>
|
||
<voice>
|
||
*: "Yunanca"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_IN_DURATION
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-In Duration"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Yavaşlatma Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Yavaşlatma Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_DATE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "By Date"
|
||
</source>
|
||
<dest>
|
||
*: "Tarihe göre"
|
||
</dest>
|
||
<voice>
|
||
*: "Tarihe göre"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_UNIT
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Main Unit Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Sadece Ana Ünite"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Sadece Ana Ünite"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_LINE_PADDING
|
||
desc: list padding, in display settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
touchscreen: "Line Padding in Lists"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
touchscreen: "Listelerde Satır Doldurma"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
touchscreen: "Listelerde Satır Doldurma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_AGC_CLIPTIME
|
||
desc: in record settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "AGC clip time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "AGC klip zamanı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "AGC klip zamanı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST
|
||
desc: Used when you need to say playlist, also voiced
|
||
user: core
|
||
<source>
|
||
*: "Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Çalma listesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalma listesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_INTERPRET_AS_DIGIT
|
||
desc: in Settings -> File view
|
||
user: core
|
||
<source>
|
||
*: "As digits"
|
||
</source>
|
||
<dest>
|
||
*: "İkilik olarak"
|
||
</dest>
|
||
<voice>
|
||
*: "İkilik olarak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_PRESET_CLEAR
|
||
desc: clear preset list in fm radio
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Clear Preset List"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ön Ayar Listesini Temizle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ön Ayar Listesini Temizle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOT_CHANGED
|
||
desc: File browser discovered the boot file was changed
|
||
user: core
|
||
<source>
|
||
*: "Boot changed"
|
||
</source>
|
||
<dest>
|
||
*: "Önyükleme değişti"
|
||
</dest>
|
||
<voice>
|
||
*: "Önyükleme değişti"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_ALPHA
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "Alphabetical"
|
||
</source>
|
||
<dest>
|
||
*: "Alfabetik"
|
||
</dest>
|
||
<voice>
|
||
*: "Alfabetik"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_K
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "K"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_IN_DELAY
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-In Delay"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Azalma Gecikmesi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Azalma Gecikmesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_PLAY
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Exempt Play"
|
||
</source>
|
||
<dest>
|
||
*: "Play"
|
||
</dest>
|
||
<voice>
|
||
*: "Play"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVE
|
||
desc: The verb/action Move
|
||
user: core
|
||
<source>
|
||
*: "Move"
|
||
</source>
|
||
<dest>
|
||
*: "Taşı"
|
||
</dest>
|
||
<voice>
|
||
*: "Taşı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SETTINGS_SAVED
|
||
desc: Feedback shown when a .cfg file is saved
|
||
user: core
|
||
<source>
|
||
*: "Settings Saved"
|
||
</source>
|
||
<dest>
|
||
*: "Ayarlar kaydedildi"
|
||
</dest>
|
||
<voice>
|
||
*: "Ayarlar kaydedildi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_FILE_TALK
|
||
desc: Item of voice menu, whether to use file .talk clips
|
||
user: core
|
||
<source>
|
||
*: "Use File .talk Clips"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya .talk Kliplerini Kullan"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya .talk Kliplerini Kullan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_NINETY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "90"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_EXT_POWER
|
||
desc: Backlight behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable on External Power"
|
||
</source>
|
||
<dest>
|
||
*: "Harici Güçte Devre Dışı Bırak"
|
||
</dest>
|
||
<voice>
|
||
*: "Harici Güçte Devre Dışı Bırak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CREATING
|
||
desc: Screen feedback during playlist creation
|
||
user: core
|
||
<source>
|
||
*: "Creating"
|
||
</source>
|
||
<dest>
|
||
*: "Oluşturuluyor..."
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_SBS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "durum çubuğu görünümü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RATIO_4
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "4:1"
|
||
</source>
|
||
<dest>
|
||
*: "4:1"
|
||
</dest>
|
||
<voice>
|
||
*: "4 to 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BASS_CUTOFF
|
||
desc: Bass setting cut-off frequency
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Bass Cutoff"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Bas Kesme"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeatfx,ipod6g,ipodvideo,mpiohd200,mpiohd300,mrobe100: "Bas Kesme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFMT_MPA_L3
|
||
desc: audio format description
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "MPEG Layer 3"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "MP3"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "MP3"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXT_TRACK
|
||
desc: Shown in WPS
|
||
user: core
|
||
<source>
|
||
*: "Next Track:"
|
||
</source>
|
||
<dest>
|
||
*: "Sonraki parça:"
|
||
</dest>
|
||
<voice>
|
||
*: "Sonraki parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BOOKMARK_SELECT_INDEX_TEXT
|
||
desc: voice only, used in the bookmark list to label index number
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Dizin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_T
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "T"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_LOW_SHELF
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Low Shelf Filter"
|
||
</source>
|
||
<dest>
|
||
*: "Düşük Raf Filtresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Düşük Raf Filtresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_MONO_MODE
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Force Mono"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Mono'yu Zorla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Mono'yu Zorla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_CLEAR_PRESETS
|
||
desc: confirmation if presets can be cleared
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Clear Current Presets?"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Mevcut Ön Ayarlar Temizlensin mi?"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Mevcut Ön Ayarlar Temizlensin mi?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARN_ERASEDYNPLAYLIST_PROMPT
|
||
desc: prompt shown when about to erase a modified dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Erase dynamic playlist?"
|
||
</source>
|
||
<dest>
|
||
*: "Dinamik oynatma listesi silinsin mi?"
|
||
</dest>
|
||
<voice>
|
||
*: "Dinamik oynatma listesi silinsin mi?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_TYPE
|
||
desc: browser sorting setting
|
||
user: core
|
||
<source>
|
||
*: "By Type"
|
||
</source>
|
||
<dest>
|
||
*: "Türe Göre"
|
||
</dest>
|
||
<voice>
|
||
*: "Türe Göre"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_DB
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "desibel"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_WIDTH
|
||
desc: in sound_menu, hardware equalizer tone controls peak bandwith setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band %d Width"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Bant %d Genişliği"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Bant Genişliği"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE
|
||
desc: in Settings -> General -> System -> USB Mode
|
||
user: core
|
||
<source>
|
||
*: "USB Mode"
|
||
</source>
|
||
<dest>
|
||
*: "USB Modu"
|
||
</dest>
|
||
<voice>
|
||
*: "USB Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_UPDATE
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Update Now"
|
||
</source>
|
||
<dest>
|
||
*: "Şimdi güncelle"
|
||
</dest>
|
||
<voice>
|
||
*: "Şimdi güncelle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_MEIER
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Simple (Meier)"
|
||
</source>
|
||
<dest>
|
||
*: "Basit (Meier)"
|
||
</dest>
|
||
<voice>
|
||
*: "Basit"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_EDIT_PRESET
|
||
desc: in radio screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Edit Preset"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Kaydı Düzenle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Kaydı Düzenle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_FX2
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "f(x2)"
|
||
</source>
|
||
<dest>
|
||
*: "Surround f(x2)"
|
||
</dest>
|
||
<voice>
|
||
*: "Surround f(x2)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_RWPS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Oyun oynarken uzaktan kumanda"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RUNTIMEDB_ACTIVE
|
||
desc: in settings_menu.
|
||
user: core
|
||
<source>
|
||
*: "Gather Runtime Data"
|
||
</source>
|
||
<dest>
|
||
*: "Çalışma Zamanı Verilerini Toplayın"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalışma Zamanı Verilerini Toplayın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RADIOSCREEN
|
||
desc: in the theme menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Radio Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Radyo ekranı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Radyo ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_OTHER
|
||
desc: Catch-all FM region. Select if none of the others work
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Other"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Diğer"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Diğer"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_GRADIENT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Bar (Gradient Colour)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Bar (Degrade Renk)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Bar Degrade Renk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEFAULT_CODEPAGE
|
||
desc: default encoding used with id3 tags
|
||
user: core
|
||
<source>
|
||
*: "Default Codepage"
|
||
</source>
|
||
<dest>
|
||
*: "Varsayılan Kod Sayfası"
|
||
</dest>
|
||
<voice>
|
||
*: "Varsayılan Kod Sayfası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WARN_ERASEDYNPLAYLIST_MENU
|
||
desc: in playlist options menu, option to warn when erasing dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Warn When Erasing Dynamic Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Dinamik Oynatma Listesini Silerken Uyar"
|
||
</dest>
|
||
<voice>
|
||
*: "Dinamik Oynatma Listesini Silerken Uyar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS
|
||
desc: in general settings
|
||
user: core
|
||
<source>
|
||
*: "Bookmarking"
|
||
</source>
|
||
<dest>
|
||
*: "Yer imi"
|
||
</dest>
|
||
<voice>
|
||
*: "Yer imi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_AUTOLOAD
|
||
desc: prompt for user to decide to create a bookmark
|
||
user: core
|
||
<source>
|
||
*: "Load Last Bookmark"
|
||
</source>
|
||
<dest>
|
||
*: "Son Yerimini Yükle"
|
||
</dest>
|
||
<voice>
|
||
*: "Son Yerimini Yükle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LISTACCEL_ACCEL_SPEED
|
||
desc: list acceleration speed
|
||
user: core
|
||
<source>
|
||
*: "List Acceleration Speed"
|
||
wheel_acceleration: none
|
||
</source>
|
||
<dest>
|
||
*: "Liste Hızlandırma Hızı"
|
||
wheel_acceleration: none
|
||
</dest>
|
||
<voice>
|
||
*: "Liste Hızlandırma Hızı"
|
||
wheel_acceleration: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPLIT_SIZE
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Split Filesize"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Dosya Boyutunu Böl"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Dosya Boyutunu Böl"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_FREQUENCY
|
||
desc: in sound_menu, hardware equalizer tone controls shelf filter cutoff frequency
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Band %d Frequency"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Bant %d Frekans"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Bant Frekansı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUDIOSCROBBLER
|
||
desc: "Last.fm Logger" in Plugin/apps/scrobbler
|
||
user: core
|
||
<source>
|
||
*: "Last.fm Logger"
|
||
</source>
|
||
<dest>
|
||
*: "Last.fm Günlüğü"
|
||
</dest>
|
||
<voice>
|
||
*: "Last.fm Günlüğü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_CANCEL_CURRENT
|
||
desc: shown instead of sleep timer when it's running
|
||
user: core
|
||
<source>
|
||
*: "Cancel Sleep Timer"
|
||
</source>
|
||
<dest>
|
||
*: "Uyku Zamanlayıcısını İptal Et"
|
||
</dest>
|
||
<voice>
|
||
*: "Uyku Zamanlayıcısını İptal Et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_UNIT
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Unit Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Yalnızca Uzak Ünite"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Yalnızca Uzak Ünite"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_BAR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Bar (Inverse)"
|
||
</source>
|
||
<dest>
|
||
*: "Bar (Ters)"
|
||
</dest>
|
||
<voice>
|
||
*: "Ters Bar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGNAVI_ALL_TRACKS
|
||
desc: "[All tracks]" entry in tag browser
|
||
user: core
|
||
<source>
|
||
*: "[All tracks]"
|
||
</source>
|
||
<dest>
|
||
*: "[Tüm parçalar]"
|
||
</dest>
|
||
<voice>
|
||
*: "Tüm parçalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_SET_RATING
|
||
desc: Set the rating of a file in the wps context menu
|
||
user: core
|
||
<source>
|
||
*: "Set Song Rating"
|
||
</source>
|
||
<dest>
|
||
*: "Şarkı Derecelendirmesini Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: "Şarkı Derecelendirmesini Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE_MASS_STORAGE
|
||
desc: in Settings -> General -> System -> USB Mode: Mass Storage
|
||
user: core
|
||
<source>
|
||
*: "Mass Storage"
|
||
</source>
|
||
<dest>
|
||
*: "Yığın Bellek"
|
||
</dest>
|
||
<voice>
|
||
*: "Yığın Bellek"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_TRACK_GAIN
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Track Gain"
|
||
</source>
|
||
<dest>
|
||
*: "Kazanç Takibi"
|
||
</dest>
|
||
<voice>
|
||
*: "Kazanç Takibi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_AGC_MAXGAIN
|
||
desc: AGC maximum gain in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "AGC max. gain"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "AGC maks. kazanç"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "AGC maksimum kazanç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUESHEET_ENABLE
|
||
desc: cuesheet support option
|
||
user: core
|
||
<source>
|
||
*: "Cuesheet Support"
|
||
</source>
|
||
<dest>
|
||
*: "Cuesheet Desteği"
|
||
</dest>
|
||
<voice>
|
||
*: "Cuesheet Desteği"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FORCE
|
||
desc: alternative to yes/no for tristate settings
|
||
user: core
|
||
<source>
|
||
*: "Force"
|
||
</source>
|
||
<dest>
|
||
*: "Kuvvet"
|
||
</dest>
|
||
<voice>
|
||
*: "Kuvvet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_FORCE_UPDATE
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: "Initialize Now"
|
||
</source>
|
||
<dest>
|
||
*: "Şimdi Başlat"
|
||
</dest>
|
||
<voice>
|
||
*: "Şimdi Başlat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_FIRST_AUTOSCAN
|
||
desc: When you run the radio without an fmr file in settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "No settings found. Autoscan?"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ayar bulunamadı. Otomatik taransın mı?"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Ayar bulunamadı. Otomatik taransın mı?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_AUTOLOCK_ON
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Autolock On"
|
||
</source>
|
||
<dest>
|
||
*: "Otokilit Açık"
|
||
</dest>
|
||
<voice>
|
||
*: "Otokilit Açık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_Q
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Q"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIX
|
||
desc: in playback settings, crossfade option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Mix"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Karışık"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Karışık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ICONS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Show Icons"
|
||
</source>
|
||
<dest>
|
||
*: "Simgeleri Göste"
|
||
</dest>
|
||
<voice>
|
||
*: "Simgeleri Göste"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REBOOT_NOW
|
||
desc: Do you want to reboot?
|
||
user: core
|
||
<source>
|
||
*: "Reboot now?"
|
||
</source>
|
||
<dest>
|
||
*: "Şimdi yeniden başlat?"
|
||
</dest>
|
||
<voice>
|
||
*: "Şimdi yeniden başlat?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEPTH_3D
|
||
desc: in sound_menu, amount of 3D enhancement effect
|
||
user: core
|
||
<source>
|
||
*: none
|
||
depth_3d: "3-D Enhancement"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
depth_3d: "3-D Geliştirme"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
depth_3d: "3-D Geliştirme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_38400
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "38400"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "38400"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "38400"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FIFTY
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "50"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHORTCUTS
|
||
desc: Title in the shortcuts menu
|
||
user: core
|
||
<source>
|
||
*: "Shortcuts"
|
||
</source>
|
||
<dest>
|
||
*: "Kısayollar"
|
||
</dest>
|
||
<voice>
|
||
*: "Kısayollar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_UTF8
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Unicode (UTF-8)"
|
||
</source>
|
||
<dest>
|
||
*: "Tek kodlu Unicode (UTF-8)"
|
||
</dest>
|
||
<voice>
|
||
*: "Tek kodlu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_TIME
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rtc: "Set Time/Date"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rtc: "Saati/Tarihi Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rtc: "Saati/Tarihi Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_AGC_PRESET
|
||
desc: automatic gain control in record settings and screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
agc: "AGC"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
agc: "AGC (O.K.K)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
agc: "Otomatik kazanç kontrolü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_THREE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "3"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_KOREAN
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Korean (KSX1001)"
|
||
</source>
|
||
<dest>
|
||
*: "Korece (KSX1001)"
|
||
</dest>
|
||
<voice>
|
||
*: "Korece"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BIDIR_SCROLL
|
||
desc: Bidirectional scroll limit
|
||
user: core
|
||
<source>
|
||
*: "Bidirectional Scroll Limit"
|
||
</source>
|
||
<dest>
|
||
*: "BÇift Yönlü Kaydırma Sınırı"
|
||
</dest>
|
||
<voice>
|
||
*: "Çift Yönlü Kaydırma Sınırı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOP_QS_ITEM
|
||
desc: used for the submenu name for the quickscreen items
|
||
user: core
|
||
<source>
|
||
*: none
|
||
quickscreen: "Set as Top Quickscreen Item"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
quickscreen: "En İyi Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
quickscreen: "En İyi Hızlı Ekran Öğesi Olarak Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_ALARM_MENU
|
||
desc: The name of the additional entry in the main menu for the RTC alarm mod.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Wake-Up Alarm"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Uyandırma Alarmı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Uyandırma Alarmı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER
|
||
desc: sleep timer setting
|
||
user: core
|
||
<source>
|
||
*: "Sleep Timer"
|
||
</source>
|
||
<dest>
|
||
*: "Uyku Zamanlayıcısı"
|
||
</dest>
|
||
<voice>
|
||
*: "Uyku Zamanlayıcısı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_HEBREW
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Hebrew (ISO-8859-8)"
|
||
</source>
|
||
<dest>
|
||
*: "İbranice (ISO-8859-8)"
|
||
</dest>
|
||
<voice>
|
||
*: "İbranice"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_SECOND
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ikinci"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ALBUM
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Album"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TIME
|
||
desc: battery level in % and estimated time remaining
|
||
user: core
|
||
<source>
|
||
*: "Battery: %d%% %dh %dm"
|
||
ipodmini1g,ipodmini2g,iriverh10: "Batt: %d%% %dh %dm"
|
||
</source>
|
||
<dest>
|
||
*: "Pil: %d%% %dh %dm"
|
||
ipodmini1g,ipodmini2g,iriverh10: "Pil: %d%% %dh %dm"
|
||
</dest>
|
||
<voice>
|
||
*: "Pil seviyesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_SCANNING
|
||
desc: during auto scan
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Scanning %d.%02d MHz"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Taranıyor %d.%02d MHz"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BRIGHTNESS
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
backlight_brightness: "Brightness"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
backlight_brightness: "Parlaklık"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
backlight_brightness: "Parlaklık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_SEPARATOR_COLOR
|
||
desc: line between lines in lists
|
||
user: core
|
||
<source>
|
||
*: "Line Separator Colour"
|
||
</source>
|
||
<dest>
|
||
*: "Satır Ayırıcı Rengi"
|
||
</dest>
|
||
<voice>
|
||
*: "Satır Ayırıcı Rengi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AFR
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Auditory Fatigue Reduction"
|
||
</source>
|
||
<dest>
|
||
*: "İşitsel Yorgunluk Azaltma"
|
||
</dest>
|
||
<voice>
|
||
*: "İşitsel Yorgunluk Azaltma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Deleting..."
|
||
</source>
|
||
<dest>
|
||
*: "Siliniyor..."
|
||
</dest>
|
||
<voice>
|
||
*: "Siliniyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BITRATE
|
||
desc: bits-kilobits per unit time
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Bitrate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "bit hızı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "bit hızı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KBIT_PER_SEC
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "saniyede kilobit"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_MENU
|
||
desc: in start screen setting
|
||
user: core
|
||
<source>
|
||
*: "Main Menu"
|
||
</source>
|
||
<dest>
|
||
*: "Ana Menü"
|
||
</dest>
|
||
<voice>
|
||
*: "Ana Menü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTOTRACKSKIP
|
||
desc: in crossfade settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Automatic Track Change Only"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Yalnızca Otomatik Parça Değişimi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Yalnızca Otomatik Parça Değişimi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_METHOD2
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "SIDE ONLY"
|
||
</source>
|
||
<dest>
|
||
*: "SADECE YAN"
|
||
</dest>
|
||
<voice>
|
||
*: "SADECE YAN"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANNEL_LEFTRIGHT
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Mono Left + Right"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Mono Sol + Sağ"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Mono Sol artı Sağ"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PLUS
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "artı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MILLIAMPHOURS
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "mili amper saat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_DISABLE_NOTIFY
|
||
desc: Softlock behaviour setting
|
||
user: core
|
||
<source>
|
||
*: "Disable Locked Reminders"
|
||
</source>
|
||
<dest>
|
||
*: "Disable Notify"
|
||
</dest>
|
||
<voice>
|
||
*: "Disable Notify"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PITCH_DOWN_SEMITONE
|
||
desc: in wps
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Semitone Down"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Yarım Ton Aşağı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_INTERPRET_NUMBERS
|
||
desc: in Settings -> File view
|
||
user: core
|
||
<source>
|
||
*: "Interpret numbers when sorting"
|
||
</source>
|
||
<dest>
|
||
*: "Sıralama sırasında sayıları yorumlayın"
|
||
</dest>
|
||
<voice>
|
||
*: "Sıralama sırasında sayıları yorumlayın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_WAKEUP_SCREEN
|
||
desc: in alarm menu setting
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Wake up Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Alarm Uyandırma Ekranı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Alarm Uyandırma Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_INDICES
|
||
desc: in playlist viewer menu
|
||
user: core
|
||
<source>
|
||
*: "Show Indices"
|
||
</source>
|
||
<dest>
|
||
*: "Endeksleri Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Endeksleri Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXT_FOLDER
|
||
desc: in settings_menu. Should we allow move to next/prev folder from last/first track of current one
|
||
user: core
|
||
<source>
|
||
*: "Auto-Change Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Dizini Otomatik Değiştir"
|
||
</dest>
|
||
<voice>
|
||
*: "Dizini Otomatik Değiştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GAIN_LEFT
|
||
desc: in the recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Gain L"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kazanç L"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Sol Kazanç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKGROUND_COLOR
|
||
desc: menu entry to set the background color
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Background Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Arkaplan rengi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Arkaplan rengi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_P
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "P"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUSTOM_CFG
|
||
desc: in setting_menu()
|
||
user: core
|
||
<source>
|
||
*: "Browse .cfg Files"
|
||
</source>
|
||
<dest>
|
||
*: ".cfg Dosyalarına Gözatın"
|
||
</dest>
|
||
<voice>
|
||
*: ".cfg Dosyalarına Gözatın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SELECTOR_START_COLOR
|
||
desc: line selector color option
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_color: "Primary Colour"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_color: "Ana Renk"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_color: "Ana Renk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU_CREATE
|
||
desc: Used off of the bookmark menu to create a bookmark
|
||
user: core
|
||
<source>
|
||
*: "Create Bookmark"
|
||
</source>
|
||
<dest>
|
||
*: "Yer imi Oluştur"
|
||
</dest>
|
||
<voice>
|
||
*: "Yer imi Oluştur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_LCD_OFF
|
||
desc: Remote lcd off splash in recording screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: "Remote Display OFF"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: "Uzak Ekran KAPALI"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Uzak Ekran KAPALI"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALARM_MOD_DISABLE
|
||
desc: Announce that the RTC alarm has been turned off
|
||
user: core
|
||
<source>
|
||
*: none
|
||
alarm: "Alarm Disabled"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
alarm: "Alarm Devre Dışı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
alarm: "Alarm Devre Dışı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PER_SEC
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "her saniye"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_FREEZE
|
||
desc: splash screen during freeze in radio mode
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "Screen frozen!"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Ekran dondu!"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_HERTZ
|
||
desc: spoken only, a unit postfix
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "-hertz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAYGAIN
|
||
desc: in replaygain
|
||
user: core
|
||
<source>
|
||
*: "Replaygain"
|
||
</source>
|
||
<dest>
|
||
*: "Yeniden Oynatma kazancı"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeniden Oynatma kazancı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUSTOM_FONT
|
||
desc: in setting_menu()
|
||
user: core
|
||
<source>
|
||
*: "Font"
|
||
</source>
|
||
<dest>
|
||
*: "Yazı tipi (Font)"
|
||
</dest>
|
||
<voice>
|
||
*: "Yazı tipi (Font)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_RADIOSCREEN
|
||
desc: in the theme menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio_remote: "Remote Radio Screen"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio_remote: "Radyo Ekranı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio_remote: "Radyo Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SCREEN_SCROLL_VIEW
|
||
desc: should lines scroll out of the screen
|
||
user: core
|
||
<source>
|
||
*: "Screen Scrolls Out of View"
|
||
</source>
|
||
<dest>
|
||
*: "Satırlar Ekrandan Taşsın mı?"
|
||
</dest>
|
||
<voice>
|
||
*: "Satırlar Ekrandan Taşsın mı?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_READ_FAILED
|
||
desc: There was an error reading a file
|
||
user: core
|
||
<source>
|
||
*: "Failed reading %s"
|
||
</source>
|
||
<dest>
|
||
*: "Okunamadı %s"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_V
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "V"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLEEP_TIMER_DURATION
|
||
desc: default sleep timer duration in minutes
|
||
user: core
|
||
<source>
|
||
*: "Default Sleep Timer Duration"
|
||
</source>
|
||
<dest>
|
||
*: "Varsayılan Uyku Zamanlayıcı Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Varsayılan Uyku Zamanlayıcı Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STATUSBAR_BOTTOM
|
||
desc: in Settings -> General -> Display -> statusbar
|
||
user: core
|
||
<source>
|
||
*: "Bottom"
|
||
</source>
|
||
<dest>
|
||
*: "Alt"
|
||
</dest>
|
||
<voice>
|
||
*: "Alt"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_OUT_DURATION
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-Out Duration"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Kararma Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Kararma Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_INTERPRET_AS_NUMBERS
|
||
desc: in Settings -> File view
|
||
user: core
|
||
<source>
|
||
*: "As whole numbers"
|
||
</source>
|
||
<dest>
|
||
*: "Tam Sayılar Olarak"
|
||
</dest>
|
||
<voice>
|
||
*: "Tam Sayılar Olarak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIN_DURATION
|
||
desc: in recording settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "for at least"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "En azından"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "En azından"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_DIR_HOVER
|
||
desc: "talkbox" mode for directories + files
|
||
user: core
|
||
<source>
|
||
*: ".talk Clip"
|
||
</source>
|
||
<dest>
|
||
*: ".talk Klip"
|
||
</dest>
|
||
<voice>
|
||
*: "Konuşma Klipleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_PATH_CURRENT
|
||
desc: in show path menu
|
||
user: core
|
||
<source>
|
||
*: "Current Directory Only"
|
||
</source>
|
||
<dest>
|
||
*: "Yalnızca Geçerli Dizin"
|
||
</dest>
|
||
<voice>
|
||
*: "Yalnızca Geçerli Dizin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPEAT_AB
|
||
desc: repeat range from point A to B
|
||
user: core
|
||
<source>
|
||
*: "A-B"
|
||
</source>
|
||
<dest>
|
||
*: "A-B"
|
||
</dest>
|
||
<voice>
|
||
*: "A-B"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BARS_MENU
|
||
desc: in the display sub menu
|
||
user: core
|
||
<source>
|
||
*: "Status-/Scrollbar"
|
||
</source>
|
||
<dest>
|
||
*: "Durum-/Kaydırma çubuğu"
|
||
</dest>
|
||
<voice>
|
||
*: "Durum Kaydırma çubuğu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTORESUME_AUTOMATIC
|
||
desc: resume on automatic track change
|
||
user: core
|
||
<source>
|
||
*: "Resume on automatic track change"
|
||
</source>
|
||
<dest>
|
||
*: "Otomatik şarkı değiştirmeye devam et"
|
||
</dest>
|
||
<voice>
|
||
*: "Otomatik şarkı değiştirmeye devam et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_I
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "I"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU
|
||
desc: Text on main menu to get to bookmark commands
|
||
user: core
|
||
<source>
|
||
*: "Bookmarks"
|
||
</source>
|
||
<dest>
|
||
*: "Yer imleri"
|
||
</dest>
|
||
<voice>
|
||
*: "Yer imleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CODEPAGE_JAPANESE
|
||
desc: in codepage setting menu
|
||
user: core
|
||
<source>
|
||
*: "Japanese (SJIS)"
|
||
</source>
|
||
<dest>
|
||
*: "Japonca (SJIS)"
|
||
</dest>
|
||
<voice>
|
||
*: "Japonca"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Line Selector Type"
|
||
</source>
|
||
<dest>
|
||
*: "Hat Seçici Tipi"
|
||
</dest>
|
||
<voice>
|
||
*: "Hat Seçici Tipi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEYBOARD_LOADED
|
||
desc: shown when a keyboard has been loaded from the dir browser
|
||
user: core
|
||
<source>
|
||
*: "New Keyboard"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni Klavye"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni Klavye"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_SAVE_COUNT
|
||
desc: splash number of tracks saved
|
||
user: core
|
||
<source>
|
||
*: "Saved %d tracks (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydedildi %d parça (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "parçalar kaydedildi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TAGCACHE_RAM
|
||
desc: in tag cache settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
tc_ramcache: "Load to RAM"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
tc_ramcache: "RAM yükle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
tc_ramcache: "RAM'e yükle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PM_CLIPCOUNT
|
||
desc: in recording GUI, for recording peak meter. MAX 5 characters!
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "CLIP:"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "KLİP:"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_W
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "W"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_COMPRESSOR_RELEASE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Release Time"
|
||
</source>
|
||
<dest>
|
||
*: "Yayın Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Yayın Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_19200
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "19200"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "19200"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "19200"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_FIVE
|
||
desc: spoken only, for composing numbers
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "5"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETED
|
||
desc: A file has beed deleted
|
||
user: core
|
||
<source>
|
||
*: "Deleted"
|
||
</source>
|
||
<dest>
|
||
*: "Silindi!"
|
||
</dest>
|
||
<voice>
|
||
*: "Silindi!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_EXT_RSBS
|
||
desc: spoken only, for file extension
|
||
user: core
|
||
<source>
|
||
*: none
|
||
remote: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
remote: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
remote: "Durum Çubuğu Görünümü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE_FILE
|
||
desc: item of voice menu, set the voice mode for files
|
||
user: core
|
||
<source>
|
||
*: "Voice Filenames"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Dosya Adları"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Dosya Adları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_DIRECTORY_ACCESS_ERROR
|
||
desc: Playlist error
|
||
user: core
|
||
<source>
|
||
*: "Error accessing directory"
|
||
</source>
|
||
<dest>
|
||
*: "Dizine erişim hatası"
|
||
</dest>
|
||
<voice>
|
||
*: "Dizine erişim hatası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INVERT_CURSOR_POINTER
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Pointer"
|
||
</source>
|
||
<dest>
|
||
*: "Işaretçi"
|
||
</dest>
|
||
<voice>
|
||
*: "Işaretçi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REALLY_DELETE
|
||
desc: Really Delete?
|
||
user: core
|
||
<source>
|
||
*: "Delete?"
|
||
</source>
|
||
<dest>
|
||
*: "Silinsin mi?"
|
||
</dest>
|
||
<voice>
|
||
*: "Silinsin mi?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_J
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "J"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFEED_CUSTOM
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Custom"
|
||
</source>
|
||
<dest>
|
||
*: "Özel"
|
||
</dest>
|
||
<voice>
|
||
*: "Özel"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DELETE
|
||
desc: The verb/action Delete
|
||
user: core
|
||
<source>
|
||
*: "Delete"
|
||
</source>
|
||
<dest>
|
||
*: "Sil"
|
||
</dest>
|
||
<voice>
|
||
*: "Sil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLIP_LIGHT
|
||
desc: in record settings menu.
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Clipping Light"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kırpma Işığı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kırpma Işığı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_MENU_LIST
|
||
desc: Used off of the bookmark menu to list available bookmarks for the currently playing directory or M3U
|
||
user: core
|
||
<source>
|
||
*: "List Bookmarks"
|
||
</source>
|
||
<dest>
|
||
*: "Yer İmlerini Listeleme"
|
||
</dest>
|
||
<voice>
|
||
*: "Yer İmlerini Listeleme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_CAPACITY
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Battery Capacity"
|
||
</source>
|
||
<dest>
|
||
*: "Pil Kapasitesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Pil Kapasitesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_NO_PRESETS
|
||
desc: error when preset list is empty
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "No presets"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "Kayıt yok"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Kayıt yok"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_LAST_SHUFFLED
|
||
desc: in onplay menu. queue a playlist randomly at end of dynamic playlist
|
||
user: core
|
||
<source>
|
||
*: "Queue Last Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Kuyruk Sonunda Karıştırıldı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kuyruk Sonunda Karıştırıldı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_G
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "G"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SERIAL_BITRATE_57600
|
||
desc: in system settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
serial_port: "57600"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
serial_port: "57600"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
serial_port: "57600"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STOP_RECORDING
|
||
desc: in record timesplit options
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Stop recording"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kaydı Durdur"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kaydı Durdur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BYTE
|
||
desc: a unit postfix
|
||
user: core
|
||
<source>
|
||
*: "B"
|
||
</source>
|
||
<dest>
|
||
*: "B"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUT
|
||
desc: The verb/action Cut
|
||
user: core
|
||
<source>
|
||
*: "Cut"
|
||
</source>
|
||
<dest>
|
||
*: "Kes"
|
||
</dest>
|
||
<voice>
|
||
*: "Kes"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LCD_SLEEP_AFTER_BACKLIGHT_OFF
|
||
desc: In display settings, time to switch LCD chip into power saving state
|
||
user: core
|
||
<source>
|
||
*: none
|
||
lcd_sleep: "Sleep (After Backlight Off)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
lcd_sleep: "Uyku (Arka Işık Kapatıldıktan Sonra)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
lcd_sleep: "Arka ışık kapatıldıktan sonra uykuya geç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_US
|
||
desc: fm region us / canada
|
||
user: core
|
||
<source>
|
||
*: none
|
||
radio: "US / Canada"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
radio: "ABD / Kanada"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
radio: "Amerika Kanada"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYBACK_RATE
|
||
desc: "rate" in pitch screen
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: "Rate"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: "Oran"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "Oran"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ONPLAY_PICTUREFLOW
|
||
desc: Onplay pictureflow
|
||
user: core
|
||
<source>
|
||
*: "PictureFlow"
|
||
</source>
|
||
<dest>
|
||
*: "Resim Akışı"
|
||
</dest>
|
||
<voice>
|
||
*: "Resim Akışı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CROSSFADE_FADE_OUT_MODE
|
||
desc: in crossfade settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
crossfade: "Fade-Out Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
crossfade: "Ses Azaltma Modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
crossfade: "Ses Azaltma Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHAR_A
|
||
desc: spoken only, for spelling
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "A"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILESIZE
|
||
desc: in record timesplit options and in track information viewer
|
||
user: core
|
||
<source>
|
||
*: "Filesize"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya boyutu"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_ADD_TO_NEW
|
||
desc: in onplay playlist catalogue submenu
|
||
user: core
|
||
<source>
|
||
*: "Add to New Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni Oynatma Listesine Ekle"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni Oynatma Listesine Ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FORMAT
|
||
desc: audio format
|
||
user: core
|
||
<source>
|
||
*: "Format"
|
||
</source>
|
||
<dest>
|
||
*: "Ses Formatı"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Formatı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_MONO_MODE
|
||
desc: in the recording settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Mono mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Mono modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Mono modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EQUALIZER_BAND_CENTER
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Centre Frequency"
|
||
</source>
|
||
<dest>
|
||
*: "Merkez Frekansı"
|
||
</dest>
|
||
<voice>
|
||
*: "Merkez Frekansı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_HID
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
usb_hid: "USB HID"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
usb_hid: "USB HID"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
usb_hid: "USB Human Interface Device"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HW_EQ_TONE_CONTROLS
|
||
desc: in sound_menu, hardware equalizer tone controls
|
||
user: core
|
||
<source>
|
||
*: none
|
||
gigabeats,samsungypr1: "Tone Controls"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
gigabeats,samsungypr1: "Ton Kontrolleri"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
gigabeats,samsungypr1: "Ton Kontrolleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STATUSBAR_TOP
|
||
desc: in Settings -> General -> Display -> statusbar
|
||
user: core
|
||
<source>
|
||
*: "Top"
|
||
</source>
|
||
<dest>
|
||
*: "Yukarı"
|
||
</dest>
|
||
<voice>
|
||
*: "Yukarı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_SKIP
|
||
desc: Selective Actions
|
||
user: core
|
||
<source>
|
||
*: "Exempt Skip"
|
||
</source>
|
||
<dest>
|
||
*: "Skip"
|
||
</dest>
|
||
<voice>
|
||
*: "Skip"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BATTERY_TYPE_1
|
||
desc: deprecated
|
||
user: core
|
||
<source>
|
||
*: none
|
||
battery_types,xduoox3: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
battery_types,xduoox3: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
battery_types,xduoox3: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ALBUMARTIST
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Album Artist"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm sanatçısı"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm sanatçısı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICE
|
||
desc: root of voice menu
|
||
user: core
|
||
<source>
|
||
*: "Voice"
|
||
</source>
|
||
<dest>
|
||
*: "Ses"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USB_MODE_CHARGE
|
||
desc: in Settings -> General -> System -> USB Mode: Charge Only
|
||
user: core
|
||
<source>
|
||
*: "Charge Only"
|
||
</source>
|
||
<dest>
|
||
*: "Sadece Şarj"
|
||
</dest>
|
||
<voice>
|
||
*: "Sadece Şarj"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RUNNING_TIME
|
||
desc: in run time screen
|
||
user: core
|
||
<source>
|
||
*: "Running Time"
|
||
</source>
|
||
<dest>
|
||
*: "Çalışma Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalışma Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTOGRAM_INTERVAL
|
||
desc: in record settings menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
histogram: "Histogram interval"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
histogram: "histogram aralığı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
histogram: "histogram aralığı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CATALOG_NO_PLAYLISTS
|
||
desc: error message when no playlists for playlist catalogue
|
||
user: core
|
||
<source>
|
||
*: "No Playlists"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesi Yok"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesi Yok"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SURROUND_MIX
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: "Dry / Wet Mix"
|
||
</source>
|
||
<dest>
|
||
*: "Suuround Karışım"
|
||
</dest>
|
||
<voice>
|
||
*: "Suuround Karışım"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LANGUAGE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: "Language"
|
||
</source>
|
||
<dest>
|
||
*: "Dil"
|
||
</dest>
|
||
<voice>
|
||
*: "Dil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SINGLE_MODE
|
||
desc: single mode
|
||
user: core
|
||
<source>
|
||
*: "Single Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Tek mod"
|
||
</dest>
|
||
<voice>
|
||
*: "Tek mod"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TALK_MIXER_LEVEL
|
||
desc: Relative volume of voice prompts
|
||
user: core
|
||
<source>
|
||
*: "Voice Prompt Volume"
|
||
</source>
|
||
<dest>
|
||
*: "Ses istemi ses seviyesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Ses istemi ses seviyesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SHORT_SHARP
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "Short Sharp"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "Kısa Keskin"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "Kısa Keskin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SHORT_SLOW
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "Short Slow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "Kısa Yavaş"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "Kısa Yavaş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SUPER_SLOW
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
filter_roll_off: "Super Slow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
filter_roll_off: "Süper Yavaş"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
filter_roll_off: "Süper Yavaş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_SHORT
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9018: "Short"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9018: "Kısa"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9018: "Kısa"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_BYPASS
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9018: "Bypass"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9018: "Ellemeden Geçir"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9018: "Ellemeden Geçir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_LINEAR_FAST
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Linear Fast"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Doğrusal Hızlı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Doğrusal Hızlı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_LINEAR_SLOW
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Linear Slow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Doğrusal Yavaş"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Doğrusal Yavaş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_MINIMUM_FAST
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Minimum Fast"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Asgari Hızlı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Asgari Hızlı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_MINIMUM_SLOW
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Minimum Slow"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Minimum Yavaş"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Minimum Yavaş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_APODIZING_1
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Apodizing type 1"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Apodize 1"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Apodize 1"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_APODIZING_2
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Apodizing type 2"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Apodize 2"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Apodize 2"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_HYBRID_FAST
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Hybrid Fast"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Hibrit Hızlı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Hibrit Hızlı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILTER_BRICK_WALL
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
es9218: "Brick Wall"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
es9218: "Tuğla Duvar (güçlü ses)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
es9218: "Tuğla Duvar (güçlü ses)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DAC_POWER_MODE
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
dac_power_mode: "DAC power mode"
|
||
es9218: "DAC output level"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
dac_power_mode: "DAC güç modu"
|
||
es9218: "DAC çıkış seviyesi"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
dac_power_mode: "DAC güç modu"
|
||
es9218: "DAC çıkış seviyesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DAC_POWER_HIGH
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
dac_power_mode: "High performance"
|
||
es9218: "High Gain (2 Vrms)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
dac_power_mode: "Yüksek performans"
|
||
es9218: "Yüksek Kazanç (2 Vrms)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
dac_power_mode: "Yüksek performans"
|
||
es9218: "Yüksek Kazanç 2 Vrms"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DAC_POWER_LOW
|
||
desc: in sound settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
dac_power_mode: "Save battery"
|
||
es9218: "Low Gain (1 Vrms)"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
dac_power_mode: "Pilden tasarruf edin"
|
||
es9218: "Düşük Kazanç (1 Vrms)"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
dac_power_mode: "Pilden tasarruf edin"
|
||
es9218: "Düşük Kazanç 1 Vrms"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KIBIBYTE
|
||
desc: a unit postfix, also voiced
|
||
user: core
|
||
<source>
|
||
*: "KiB"
|
||
</source>
|
||
<dest>
|
||
*: "KiB"
|
||
</dest>
|
||
<voice>
|
||
*: "kibibyte"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MEBIBYTE
|
||
desc: a unit postfix, also voiced
|
||
user: core
|
||
<source>
|
||
*: "MiB"
|
||
</source>
|
||
<dest>
|
||
*: "MiB"
|
||
</dest>
|
||
<voice>
|
||
*: "mebibyte"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GIBIBYTE
|
||
desc: a unit postfix, also voiced
|
||
user: core
|
||
<source>
|
||
*: "GiB"
|
||
</source>
|
||
<dest>
|
||
*: "GiB"
|
||
</dest>
|
||
<voice>
|
||
*: "gibibyte"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_ONE_PER_PLAYLIST
|
||
desc: Save only one bookmark for a playlist in recent bookmarks
|
||
user: core
|
||
<source>
|
||
*: "One per playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma listesi başına bir tane"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma listesi başına bir tane"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BOOKMARK_SETTINGS_ONE_PER_TRACK
|
||
desc: Save only one bookmark for a combination (playlist,track) in recent bookmarks
|
||
user: core
|
||
<source>
|
||
*: "One per track"
|
||
</source>
|
||
<dest>
|
||
*: "Parça başına bir tane"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça başına bir tane"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_TRACK_TO_MOVE
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Hareket etmek için takip edin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_QUEUED
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "sıraya alındı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BAD_TRACK
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Bozuk Parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MOVING_TRACK
|
||
desc: playlist viewer
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Hareketli parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_ELAPSED
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Playlist elapsed:"
|
||
</source>
|
||
<dest>
|
||
*: "Geçen oynatma listesi:"
|
||
</dest>
|
||
<voice>
|
||
*: "Geçen oynatma listesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_TRK_ELAPSED
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Track elapsed:"
|
||
</source>
|
||
<dest>
|
||
*: "Geçen parça:"
|
||
</dest>
|
||
<voice>
|
||
*: "Geçen parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_REMAINING
|
||
desc: deprecated
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_TRK_REMAINING
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Track remaining:"
|
||
</source>
|
||
<dest>
|
||
*: "Kalan parça:"
|
||
</dest>
|
||
<voice>
|
||
*: "Kalan parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_TRACK
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Track:"
|
||
</source>
|
||
<dest>
|
||
*: "Parça:"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_STORAGE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Storage (Done / Remaining):"
|
||
</source>
|
||
<dest>
|
||
*: "Depolama (Biten / Kalan):"
|
||
</dest>
|
||
<voice>
|
||
*: "Depolama"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PLAYTIME_DONE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Tamamlandı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_AVG_TRACK_SIZE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Average track size:"
|
||
</source>
|
||
<dest>
|
||
*: "Ortalama parça boyutu:"
|
||
</dest>
|
||
<voice>
|
||
*: "Ortalama parça boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_AVG_BITRATE
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Average bitrate:"
|
||
</source>
|
||
<dest>
|
||
*: "Ortalama bit hızı:"
|
||
</dest>
|
||
<voice>
|
||
*: "Ortalama bit hızı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYTIME_ERROR
|
||
desc: playing time screen
|
||
user: core
|
||
<source>
|
||
*: "Error while gathering info"
|
||
</source>
|
||
<dest>
|
||
*: "Bilgi toplanırken hata oluştu"
|
||
</dest>
|
||
<voice>
|
||
*: "Bilgi toplanırken hata oluştu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYING_TIME
|
||
desc: onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Playing time"
|
||
</source>
|
||
<dest>
|
||
*: "Çalma Süresi"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalma Süresi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CAR_ADAPTER_MODE_DELAY
|
||
desc: Displayed for setting car adapter mode delay
|
||
user: core
|
||
<source>
|
||
*: none
|
||
charging: "Delay Before Resume"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
charging: "Devam Etmeden Önce Gecikme"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
charging: "Devam Etmeden Önce Gecikme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PITCH_ABSOLUTE_MODE
|
||
desc: spoken only
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "mutlak mod"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PITCH_SEMITONE_MODE
|
||
desc: spoken only
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "yarım ton modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PITCH_TIMESTRETCH_MODE
|
||
desc: spoken only
|
||
user: core
|
||
<source>
|
||
*: none
|
||
pitchscreen: ""
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
pitchscreen: ""
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
pitchscreen: "zaman uzatma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOTE_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "Remote Control"
|
||
</source>
|
||
<dest>
|
||
*: "Uzaktan kumanda"
|
||
</dest>
|
||
<voice>
|
||
*: "Uzaktan kumanda"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_REM_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "No Rem. Control"
|
||
</source>
|
||
<dest>
|
||
*: "Uz.Kumanda Yok"
|
||
</dest>
|
||
<voice>
|
||
*: "Uzaktan Kumanda Yok"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OUT_OF_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "Out of Control"
|
||
</source>
|
||
<dest>
|
||
*: "Kontrol dışı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kontrol dışı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_2_KEY_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "2 Key Control"
|
||
</source>
|
||
<dest>
|
||
*: "2 Tuş Kontrolü"
|
||
</dest>
|
||
<voice>
|
||
*: "2 Tuş Kontrolü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_4_KEY_CONTROL
|
||
desc: Item for menus
|
||
user: core
|
||
<source>
|
||
*: "4 Key Control"
|
||
</source>
|
||
<dest>
|
||
*: "4 Tuş Kontrolü"
|
||
</dest>
|
||
<voice>
|
||
*: "4 Tuş Kontrolü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_WORMLET
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Play Wormlet!"
|
||
</source>
|
||
<dest>
|
||
*: "Wormlet'i oynayın!"
|
||
</dest>
|
||
<voice>
|
||
*: "Wormlet'i oynayın!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NUMBER_OF_WORMS
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Number of Worms"
|
||
</source>
|
||
<dest>
|
||
*: "Solucan Sayısı"
|
||
</dest>
|
||
<voice>
|
||
*: "Solucan Sayısı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WORM_GROWTH_PER_FOOD
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Worm Growth Per Food"
|
||
</source>
|
||
<dest>
|
||
*: "Gıda Başına Solucan Büyümesi"
|
||
</dest>
|
||
<voice>
|
||
*: "Gıda Başına Solucan Büyümesi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WORM_SPEED
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Worm Speed"
|
||
</source>
|
||
<dest>
|
||
*: "solucan hızı"
|
||
</dest>
|
||
<voice>
|
||
*: "solucan hızı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARGHS_PER_FOOD
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Arghs Per Food"
|
||
</source>
|
||
<dest>
|
||
*: "AGıda Başına Arghs"
|
||
</dest>
|
||
<voice>
|
||
*: "Gıda Başına Arghs"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARGH_SIZE
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Argh Size"
|
||
</source>
|
||
<dest>
|
||
*: "Argh Boyutu"
|
||
</dest>
|
||
<voice>
|
||
*: "Argh Boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FOOD_SIZE
|
||
desc: For wormlet menu
|
||
user: core
|
||
<source>
|
||
*: "Food Size"
|
||
</source>
|
||
<dest>
|
||
*: "Gıda Boyutu"
|
||
</dest>
|
||
<voice>
|
||
*: "Gıda Boyutu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NUMBER_OF_PLAYERS
|
||
desc: For game menus
|
||
user: core
|
||
<source>
|
||
*: "Number of Players"
|
||
</source>
|
||
<dest>
|
||
*: "Oyuncu sayısı"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyuncu sayısı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONTROL_STYLE
|
||
desc: In various menus
|
||
user: core
|
||
<source>
|
||
*: "Control Style"
|
||
</source>
|
||
<dest>
|
||
*: "Kontrol Stili"
|
||
</dest>
|
||
<voice>
|
||
*: "Kontrol Stili"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REVERT_TO_DEFAULT_SETTINGS
|
||
desc: In various menus
|
||
user: core
|
||
<source>
|
||
*: "Revert to Default Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Varsayılan Ayarlara Dön"
|
||
</dest>
|
||
<voice>
|
||
*: "Varsayılan Ayarlara Dön"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_QUIT
|
||
desc: in various menus
|
||
user: core
|
||
<source>
|
||
*: "Quit"
|
||
</source>
|
||
<dest>
|
||
*: "Çık"
|
||
</dest>
|
||
<voice>
|
||
*: "Çık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_DISPLAY_OPTIONS
|
||
desc: in various menus
|
||
user: core
|
||
<source>
|
||
*: "Display Options"
|
||
</source>
|
||
<dest>
|
||
*: "Görüntüleme seçenekleri"
|
||
</dest>
|
||
<voice>
|
||
*: "Görüntüleme seçenekleri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREVTRACK
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Previous Track"
|
||
</source>
|
||
<dest>
|
||
*: "Önceki parça"
|
||
</dest>
|
||
<voice>
|
||
*: "Önceki parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYPAUSE
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Pause / Play"
|
||
</source>
|
||
<dest>
|
||
*: "Duraklat / Oynat"
|
||
</dest>
|
||
<voice>
|
||
*: "Duraklat Oynat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_STOP_PLAYBACK
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Stop Playback"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatmayı Durdur"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatmayı Durdur"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NEXTTRACK
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Next Track"
|
||
</source>
|
||
<dest>
|
||
*: "Sonraki parça"
|
||
</dest>
|
||
<voice>
|
||
*: "Sonraki parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANGE_VOLUME
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Change Volume"
|
||
</source>
|
||
<dest>
|
||
*: "Sesi Değiştir"
|
||
</dest>
|
||
<voice>
|
||
*: "Sesi Değiştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANGE_SHUFFLE_MODE
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Shuffle Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Karıştırma modu"
|
||
</dest>
|
||
<voice>
|
||
*: "Karıştırma modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHANGE_REPEAT_MODE
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Change Repeat Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Tekrar Modunu Değiştir"
|
||
</dest>
|
||
<voice>
|
||
*: "Tekrar Modunu Değiştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYBACK_CONTROL
|
||
desc: in playback control menu
|
||
user: core
|
||
<source>
|
||
*: "Playback Control"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Kontrolü"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Kontrolü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_CHECKMATE
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Checkmate!"
|
||
</source>
|
||
<dest>
|
||
*: "Şah Mat!"
|
||
</dest>
|
||
<voice>
|
||
*: "Şah Mat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_ILLEGAL_MOVE
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Illegal move!"
|
||
</source>
|
||
<dest>
|
||
*: "Geçersiz hareket!"
|
||
</dest>
|
||
<voice>
|
||
*: "Geçersiz hareket"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_NEW_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "New Game"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni oyun"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni oyun"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_RESUME_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Resume Game"
|
||
</source>
|
||
<dest>
|
||
*: "Oyuna devam et"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyuna devam et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_SAVE_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Save Game"
|
||
</source>
|
||
<dest>
|
||
*: "Oyunu kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyunu kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_RESTORE_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Restore Game"
|
||
</source>
|
||
<dest>
|
||
*: "Oyunu yenile"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyunu yenile"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_RESTART_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Restart Game"
|
||
</source>
|
||
<dest>
|
||
*: "Oyunu yeniden başlat"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyunu yeniden başlat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_SELECT_OTHER_GAME
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "Select Other Game"
|
||
</source>
|
||
<dest>
|
||
*: "Diğer Oyunu Seç"
|
||
</dest>
|
||
<voice>
|
||
*: "Diğer Oyunu Seç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_1
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 1: 60 moves / 5 min"
|
||
</source>
|
||
<dest>
|
||
*: "Seviye 1: 60 hamle / 5 dk."
|
||
</dest>
|
||
<voice>
|
||
*: "Seviye 1 5 dakikada 60 hamle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_2
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 2: 60 moves / 15 min"
|
||
</source>
|
||
<dest>
|
||
*: "Seviye 2: 60 hamle / 15 dk."
|
||
</dest>
|
||
<voice>
|
||
*: "Seviye 2 15 dakikada 60 hamle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_3
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 3: 60 moves / 30 min"
|
||
</source>
|
||
<dest>
|
||
*: "Seviye 3: 60 hamle / 30 dk."
|
||
</dest>
|
||
<voice>
|
||
*: "Seviye 3 30 dakikada 60 hamle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_4
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 4: 40 moves / 30 min"
|
||
</source>
|
||
<dest>
|
||
*: "Seviye 4: 40 hamle / 30 dk."
|
||
</dest>
|
||
<voice>
|
||
*: "4. Seviye 30 dakikada 40 hamle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_5
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 5: 40 moves / 60 min"
|
||
</source>
|
||
<dest>
|
||
*: "Seviye 5: 40 hamle / 60 dk."
|
||
</dest>
|
||
<voice>
|
||
*: "Seviye 5 60 dakikada 40 hamle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_6
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 6: 40 moves / 120 min"
|
||
</source>
|
||
<dest>
|
||
*: "Seviye 6: 40 hamle / 120 dk."
|
||
</dest>
|
||
<voice>
|
||
*: "Seviye 6 120 dakikada 40 hamle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LEVEL_7
|
||
desc: in the chessbox game level selection
|
||
user: core
|
||
<source>
|
||
*: "Level 7: 40 moves / 240 min"
|
||
</source>
|
||
<dest>
|
||
*: "Seviye 7: 40 hamle / 240 dk."
|
||
</dest>
|
||
<voice>
|
||
*: "7. Seviye 240 dakikada 40 hamle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_PGN_PARSE_ERROR
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "Error parsing game !"
|
||
</source>
|
||
<dest>
|
||
*: "Oyun ayrıştırılırken hata oluştu!"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyun ayrıştırılırken hata oluştu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_NO_GAMES
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "No games found !"
|
||
</source>
|
||
<dest>
|
||
*: "Oyun bulunamadı!"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyun bulunamadı!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_GAME_BEGINNING
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "At the beginning of the game"
|
||
</source>
|
||
<dest>
|
||
*: "Oyunun başında"
|
||
</dest>
|
||
<voice>
|
||
*: "Oyunun başında"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_GAME_END
|
||
desc: in the chessbox game viewer
|
||
user: core
|
||
<source>
|
||
*: "At the end of the game"
|
||
</source>
|
||
<dest>
|
||
*: "oyunun sonunda"
|
||
</dest>
|
||
<voice>
|
||
*: "oyunun sonunda"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PLAYER
|
||
desc: spoken only, for announcing player's id
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Oyuncu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_GNUCHESS
|
||
desc: spoken only, for announcing player's id
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "GNU Satranç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_MARKED
|
||
desc: spoken only, for announcing chess piece marking
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "İşaretlenmiş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_UNMARKED
|
||
desc: spoken only, for announcing chess piece unmarking
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "işaretlenmemiş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_WHITE
|
||
desc: spoken only, for announcing chess piece color
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Beyaz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BLACK
|
||
desc: spoken only, for announcing chess piece color
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Siyah"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_CHECK
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Kontrol"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_CAPTURES
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "yakalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_CASTLE
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "kale"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_KINGSIDE
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ŞAH TARAFI"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_CHESSBOX_QUEENSIDE
|
||
desc: spoken only, for announcing chess moves
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Vezir tarafı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_PAWN
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Piyon"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KNIGHT
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "AT"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BISHOP
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Fil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_ROOK
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Kale"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_QUEEN
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "VEZİR"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_KING
|
||
desc: spoken only, for announcing chess piece names
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "ŞAH"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_GAMES
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Games"
|
||
</source>
|
||
<dest>
|
||
*: "Oyunlar"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_SAVING_POSITION
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Saving position"
|
||
</source>
|
||
<dest>
|
||
*: "Konum kaydediliyor"
|
||
</dest>
|
||
<voice>
|
||
*: "Konum kaydediliyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_LOADING_POSITION
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Loading position"
|
||
</source>
|
||
<dest>
|
||
*: "Yükleme konumu"
|
||
</dest>
|
||
<voice>
|
||
*: "Yükleme konumu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_THINKING
|
||
desc: in chessbox
|
||
user: core
|
||
<source>
|
||
*: "Thinking..."
|
||
</source>
|
||
<dest>
|
||
*: "düşün..."
|
||
</dest>
|
||
<voice>
|
||
*: "düşün"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BATTERY_BENCH_IS_ALREADY_RUNNING
|
||
desc: Spoken if battery bench is already running
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Pil tezgahı zaten çalışıyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_BAT_BENCH_KEYS
|
||
desc: Battery bench start up message
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Pil sehpasını çalıştırmak için oynat'a basın veya iptal etmek için durdurun"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CANNOT_RESTART_PLAYBACK
|
||
desc: cannot restart playback splash in imageviewer
|
||
user: core
|
||
<source>
|
||
*: "Cannot restart playback"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma yeniden başlatılamıyor"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma yeniden başlatılamıyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ORDERED
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Ordered"
|
||
</source>
|
||
<dest>
|
||
*: "sipariş edildi"
|
||
</dest>
|
||
<voice>
|
||
*: "sipariş edildi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIFFUSION
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Diffusion"
|
||
</source>
|
||
<dest>
|
||
*: "difüzyon"
|
||
</dest>
|
||
<voice>
|
||
*: "difüzyon"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GRAYSCALE
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Grayscale"
|
||
</source>
|
||
<dest>
|
||
*: "Gri tonlamalı"
|
||
</dest>
|
||
<voice>
|
||
*: "Gri tonlamalı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLIDESHOW_MODE
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Toggle Slideshow Mode"
|
||
</source>
|
||
<dest>
|
||
*: "Slayt Gösterisi Modunu Değiştir"
|
||
</dest>
|
||
<voice>
|
||
*: "Slayt Gösterisi Modunu Değiştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SLIDESHOW_TIME
|
||
desc: in the imageviewer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Slideshow Time"
|
||
</source>
|
||
<dest>
|
||
*: "Slayt Gösterisi Zamanı"
|
||
</dest>
|
||
<voice>
|
||
*: "Slayt Gösterisi Zamanı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RETURN
|
||
desc: in various plugin menus
|
||
user: core
|
||
<source>
|
||
*: "Return"
|
||
</source>
|
||
<dest>
|
||
*: "Dönüş"
|
||
</dest>
|
||
<voice>
|
||
*: "Dönüş"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REC_DIR
|
||
desc: used in the info screen to show a recording dir
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Recording Directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kayıt Dizini"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kayıt Dizini"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU_VIEW_GAMES
|
||
desc: in the chessbox menu
|
||
user: core
|
||
<source>
|
||
*: "View Played Games"
|
||
</source>
|
||
<dest>
|
||
*: "Oynanan Oyunları Görüntüle"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynanan Oyunları Görüntüle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_AUDIO_OPTIONS
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Audio Options"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Ses Seçenekleri"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ses Seçenekleri"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_RESUME_OPTIONS
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Resume Options"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Devam Seçenekleri"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Devam Seçenekleri"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MENU_PLAY_MODE
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Play Mode"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma modu"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma modu"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SINGLE
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Single"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Tek"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Tek"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USE_SOUND_SETTING
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Use sound setting"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Ses ayarını kullan"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ses ayarını kullan"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESTART_PLAYBACK
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Play from beginning"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Baştan oynat"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Baştan oynat"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_RESUME_TIME
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Set resume time (min)"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Devam süresini ayarla (dk)"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Devam süresini ayarla dakika olarak"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_FPS
|
||
desc: in the mpegplayer and pictureflow settings menus
|
||
user: core
|
||
<source>
|
||
*: "Display FPS"
|
||
</source>
|
||
<dest>
|
||
*: "Ekran FPS'si"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekran FPSsi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIMIT_FPS
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Limit FPS"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "FPS'yi sınırla"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "FPS'yi sınırla"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SKIP_FRAMES
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Skip frames"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Çerçeveleri atla"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Çerçeveleri atla"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACKLIGHT_BRIGHTNESS
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Backlight brightness"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Arka ışık parlaklığı"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Arka ışık parlaklığı"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USE_COMMON_SETTING
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Use common setting"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Ortak ayarı kullan"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ortak ayarı kullan"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TONE_CONTROLS
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Tone controls"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Ton kontrolleri"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Ton kontrolleri"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FORCE_START_MENU
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Start menu"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Başlangıç menüsü"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Başlangıç menüsü"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CONDITIONAL_START_MENU
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Start menu if not completed"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Tamamlanmadıysa başlat menüsü"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Tamamlanmadıysa başlat menüsü"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AUTO_RESUME
|
||
desc: in mpegplayer menus
|
||
user: core
|
||
<source>
|
||
*: "Resume automatically"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Otomatik olarak devam ettir"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Otomatik olarak devam ettir"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_ALL_RESUMES
|
||
desc: in the mpegplayer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Clear all resumes"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Tüm özgeçmişleri temizle"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Tüm özgeçmişleri temizle"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_UNAVAILABLE
|
||
desc: in mpegplayer settings
|
||
user: core
|
||
<source>
|
||
*: "Unavailable"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Kullanım dışı"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Kullanım dışı"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TOGGLE_ITEM
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Toggle Item"
|
||
</source>
|
||
<dest>
|
||
*: "Öğeyi Aç/Kapat"
|
||
</dest>
|
||
<voice>
|
||
*: "Öğeyi Aç Kapat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVE_ITEM_UP
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Move Item Up"
|
||
</source>
|
||
<dest>
|
||
*: "Öğeyi Yukarı Taşı"
|
||
</dest>
|
||
<voice>
|
||
*: "Öğeyi Yukarı Taşı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MOVE_ITEM_DOWN
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Move Item Down"
|
||
</source>
|
||
<dest>
|
||
*: "Öğeyi Aşağı Taşı"
|
||
</dest>
|
||
<voice>
|
||
*: "Öğeyi Aşağı Taşı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LOAD_DEFAULT_CONFIGURATION
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Load Default Configuration"
|
||
</source>
|
||
<dest>
|
||
*: "Varsayılan Yapılandırmayı Yükle"
|
||
</dest>
|
||
<voice>
|
||
*: "Varsayılan Yapılandırmayı Yükle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE_EXIT
|
||
desc: in main_menu_config
|
||
user: core
|
||
<source>
|
||
*: "Save and Exit"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydet ve çık"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydet ve çık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MAIN_MENU_ORDER
|
||
desc: main_menu_config plugin title
|
||
user: core
|
||
<source>
|
||
*: "Rockbox Main Menu Order"
|
||
</source>
|
||
<dest>
|
||
*: "Rockbox Ana Menü Sıralaması"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_PATH
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Path]"
|
||
</source>
|
||
<dest>
|
||
*: "[YOL]"
|
||
</dest>
|
||
<voice>
|
||
*: "Yol"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FILENAME
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Filename]"
|
||
</source>
|
||
<dest>
|
||
*: "[Dosya adı]"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya adı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_SIZE
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Size]"
|
||
</source>
|
||
<dest>
|
||
*: "[BOYUT]"
|
||
</dest>
|
||
<voice>
|
||
*: "BOYUT"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_DATE
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Date]"
|
||
</source>
|
||
<dest>
|
||
*: "[Tarih]"
|
||
</dest>
|
||
<voice>
|
||
*: "Tarih"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_TIME
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Time]"
|
||
</source>
|
||
<dest>
|
||
*: "[Zaman]"
|
||
</dest>
|
||
<voice>
|
||
*: "Zaman"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_SUBDIRS
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Subdirs]"
|
||
</source>
|
||
<dest>
|
||
*: "[Alt dizinler]"
|
||
</dest>
|
||
<voice>
|
||
*: "alt dizinler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FILES
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "[Files]"
|
||
</source>
|
||
<dest>
|
||
*: "[Dosyalar]"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosyalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_DIRECTORY_PROPERTIES
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "Directory properties"
|
||
</source>
|
||
<dest>
|
||
*: "Dizin özellikleri"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FILE_PROPERTIES
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "File properties"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya özellikleri"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PROPERTIES_FAIL
|
||
desc: in properties plugin
|
||
user: core
|
||
<source>
|
||
*: "Failed to gather information"
|
||
</source>
|
||
<dest>
|
||
*: "Bilgi toplanamadı"
|
||
</dest>
|
||
<voice>
|
||
*: "Bilgi toplanamadı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SWAP_CHANNELS
|
||
desc: in sound_settings
|
||
user: core
|
||
<source>
|
||
*: "Swap Channels"
|
||
</source>
|
||
<dest>
|
||
*: "Kanalları Değiştir"
|
||
</dest>
|
||
<voice>
|
||
*: "Kanalları Değiştir"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PANNING_SEPARATION
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Panning Separation"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Kaydırma Ayrımı"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydırma Ayrımı"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REVERBERATION
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Reverberation"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Yankılanma ReverB"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "yankılanma"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_INTERPOLATION
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Interpolation"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "İnterpolasyon"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "İnterpolasyon"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIKMOD_SURROUND
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Surround"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Surround (Çevresel)"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Surround Çevresel"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIKMOD_HQMIXER
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "HQ Mixer"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "HQ Mikser"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Yüksek Kaliteli Mikser"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIKMOD_SAMPLERATE
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "Sample Rate"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "Aynı oran"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "Aynı oran"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CPU_BOOST
|
||
desc: in mikmod settings menu
|
||
user: core
|
||
<source>
|
||
*: "CPU Boost"
|
||
lowmem: none
|
||
</source>
|
||
<dest>
|
||
*: "CPU Artışı"
|
||
lowmem: none
|
||
</dest>
|
||
<voice>
|
||
*: "CPU Artışı"
|
||
lowmem: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SPACING
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Spacing"
|
||
</source>
|
||
<dest>
|
||
*: "boşluk"
|
||
</dest>
|
||
<voice>
|
||
*: "boşluk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CENTRE_MARGIN
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Centre margin"
|
||
</source>
|
||
<dest>
|
||
*: "Merkez kenar boşluğu"
|
||
</dest>
|
||
<voice>
|
||
*: "Merkez kenar boşluğu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NUMBER_OF_SLIDES
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Number of slides"
|
||
</source>
|
||
<dest>
|
||
*: "Slayt sayısı"
|
||
</dest>
|
||
<voice>
|
||
*: "Slayt sayısı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ZOOM
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Zoom"
|
||
</source>
|
||
<dest>
|
||
*: "Yakınlaştırma"
|
||
</dest>
|
||
<voice>
|
||
*: "Yakınlaştırma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ALBUM_TITLE
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Show album title"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm başlığını göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm başlığını göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESIZE_COVERS
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Resize Covers"
|
||
</source>
|
||
<dest>
|
||
*: "Kapakları Yeniden Boyutlandır"
|
||
</dest>
|
||
<voice>
|
||
*: "Kapakları Yeniden Boyutlandır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REBUILD_CACHE
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Rebuild cache"
|
||
</source>
|
||
<dest>
|
||
*: "Önbelleği yeniden oluştu"
|
||
</dest>
|
||
<voice>
|
||
*: "Önbelleği yeniden oluştu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WPS_INTEGRATION
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "WPS Integration"
|
||
</source>
|
||
<dest>
|
||
*: "WPS Entegrasyonu"
|
||
</dest>
|
||
<voice>
|
||
*: "WPS Entegrasyonu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GOTO_WPS
|
||
desc: in the pictureflow main menu
|
||
user: core
|
||
<source>
|
||
*: "Go to WPS"
|
||
</source>
|
||
<dest>
|
||
*: "WPS'ye git"
|
||
</dest>
|
||
<voice>
|
||
*: "WPS'ye git"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HIDE_ALBUM_TITLE
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Hide album title"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm başlığını gizle"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm başlığını gizle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_AT_THE_BOTTOM
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show at the bottom"
|
||
</source>
|
||
<dest>
|
||
*: "Altta göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Altta göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_AT_THE_TOP
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show at the top"
|
||
</source>
|
||
<dest>
|
||
*: "En üstte göster"
|
||
</dest>
|
||
<voice>
|
||
*: "En üstte göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIRECT
|
||
desc: in the pictureflow settings, also a volume adjustment mode
|
||
user: core
|
||
<source>
|
||
*: "Direct"
|
||
</source>
|
||
<dest>
|
||
*: "Doğrudan"
|
||
</dest>
|
||
<voice>
|
||
*: "Doğrudan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIA_TRACK_LIST
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Via Track list"
|
||
</source>
|
||
<dest>
|
||
*: "Parça listesi aracılığıyla"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça listesi aracılığıyla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALWAYS_ON
|
||
desc: in the pictureflow settings menu
|
||
user: core
|
||
<source>
|
||
*: "Always On"
|
||
</source>
|
||
<dest>
|
||
*: "Her zaman"
|
||
</dest>
|
||
<voice>
|
||
*: "Her zaman"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NO_ALBUMART_FOUND
|
||
desc: in the pictureflow splash messages
|
||
user: core
|
||
<source>
|
||
*: "No album art found"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm resmi bulunamadı"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm resmi bulunamadı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CACHE_REBUILT_NEXT_RESTART
|
||
desc: deprecated
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ERROR_WRITING_CONFIG
|
||
desc: in the pictureflow splash messages
|
||
user: core
|
||
<source>
|
||
*: "Error writing config"
|
||
</source>
|
||
<dest>
|
||
*: "Yapılandırma yazılırken hata oluştu"
|
||
</dest>
|
||
<voice>
|
||
*: "Yapılandırma yazılırken hata oluştu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NOT_A_VBR_FILE
|
||
desc: in vbrfix plugin
|
||
user: core
|
||
<source>
|
||
*: "Not a VBR file"
|
||
</source>
|
||
<dest>
|
||
*: "VBR dosyası değil"
|
||
</dest>
|
||
<voice>
|
||
*: "VBR dosyası değil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILE_ERROR
|
||
desc: in vbrfix plugin
|
||
user: core
|
||
<source>
|
||
*: "File error: %d"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya hatası: %d"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya hatası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_UPDATE_CACHE
|
||
desc: in pictureflow
|
||
user: core
|
||
<source>
|
||
*: "Update cache"
|
||
</source>
|
||
<dest>
|
||
*: "Önbelleği güncelle"
|
||
</dest>
|
||
<voice>
|
||
*: "Önbelleği güncelle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HIDE_ALBUM_TITLE_NEW
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Hide information"
|
||
</source>
|
||
<dest>
|
||
*: "Bilgileri gizle"
|
||
</dest>
|
||
<voice>
|
||
*: "Bilgileri gizle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_AT_THE_BOTTOM_NEW
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show album at the bottom"
|
||
</source>
|
||
<dest>
|
||
*: "Albümü altta göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Albümü altta göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_AT_THE_TOP_NEW
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show album at the top"
|
||
</source>
|
||
<dest>
|
||
*: "Albümü en üstte göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Albümü en üstte göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ALL_AT_THE_TOP
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show album and artist at the top"
|
||
</source>
|
||
<dest>
|
||
*: "Albümü ve sanatçıyı en üstte göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Albümü ve sanatçıyı en üstte göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ALL_AT_THE_BOTTOM
|
||
desc: in the pictureflow settings
|
||
user: core
|
||
<source>
|
||
*: "Show album and artist at the bottom"
|
||
</source>
|
||
<dest>
|
||
*: "Albümü ve sanatçıyı altta göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Albümü ve sanatçıyı altta göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_STD_CANCEL
|
||
desc: standard press x to cancel string
|
||
user: core
|
||
<source>
|
||
*: "Press LEFT to cancel."
|
||
android,hifietma*,zenvision: "Press BACK to cancel."
|
||
cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "Press POWER to cancel."
|
||
ihifi760,ihifi960: "Double tap RETURN to cancel."
|
||
ihifi770,ihifi770c,ihifi800: "Press HOME to cancel."
|
||
iriverh10,samsungyh*: "Double tap LEFT to cancel."
|
||
mpiohd200: "Double tap REC to cancel."
|
||
mpiohd300: "Double tap MENU to cancel."
|
||
rx27generic: "Press VOLUME to cancel."
|
||
sonynwza860: "Keymaps incomplete."
|
||
touchscreen: "Press Middle Left to cancel."
|
||
vibe500: "Press PREV to cancel."
|
||
xduoox20,xduoox3,xduoox3ii: "Double tap HOME to cancel."
|
||
</source>
|
||
<dest>
|
||
*: "İptal etmek için SOL tuşuna basın."
|
||
android,hifietma*,zenvision: "İptal etmek için GERİ tuşuna basın."
|
||
cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "İptal etmek için GÜÇ'e basın."
|
||
ihifi760,ihifi960: "İptal etmek için GERİ DÖN'e iki kez dokunun."
|
||
ihifi770,ihifi770c,ihifi800: "İptal etmek için EV TUŞUNA basın."
|
||
iriverh10: "Dİptal etmek için SOL'a iki kez dokunun."
|
||
mpiohd200,mpiohd300: "İptal etmek için KAYIT'a iki kez dokunun."
|
||
rx27generic: "İptal etmek için VOLUME'a basın."
|
||
samsungyh*: "İptal etmek için SOL'a iki kez dokunun."
|
||
sonynwza860: "Tuş haritaları eksik."
|
||
touchscreen: "İptal etmek için Orta Sol'a basın."
|
||
vibe500: "İptal etmek için PREV'e basın."
|
||
xduoox20,xduoox3,xduoox3ii: "İptal etmek için EV tuşuna iki kez dokunun."
|
||
</dest>
|
||
<voice>
|
||
*: "İptal etmek için SOL tuşuna basın."
|
||
android,hifietma*,zenvision: "İptal etmek için GERİ tuşuna basın."
|
||
cowond2,creativezenxfi2,ibassodx50,ibassodx90,mrobe500,ondavx747: "İptal etmek için GÜÇ'e basın."
|
||
ihifi760,ihifi960: "İptal etmek için GERİ DÖN'e iki kez dokunun."
|
||
ihifi770,ihifi770c,ihifi800: "İptal etmek için EV TUŞUNA basın."
|
||
iriverh10,samsungyh*: "İptal etmek için SOL'a iki kez dokunun."
|
||
mpiohd200,mpiohd300: "İptal etmek için KAYIT'a iki kez dokunun."
|
||
rx27generic: "İptal etmek için SES TUŞUNA basın."
|
||
touchscreen: "İptal etmek için Orta Sol'a basın."
|
||
vibe500: "İptal etmek için PREV'e basın."
|
||
xduoox20,xduoox3,xduoox3ii: "İptal etmek için EV tuşuna iki kez dokunun."
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DATE
|
||
desc: for constructing time and date announcements
|
||
user: core
|
||
<source>
|
||
*: "Date"
|
||
</source>
|
||
<dest>
|
||
*: "Tarih"
|
||
</dest>
|
||
<voice>
|
||
*: "Tarih"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_ALL
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Clear all"
|
||
</source>
|
||
<dest>
|
||
*: "Hepsini temizle"
|
||
</dest>
|
||
<voice>
|
||
*: "Hepsini temizle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CANCEL_0
|
||
desc: CANCEL.
|
||
user: core
|
||
<source>
|
||
*: "Cancel"
|
||
</source>
|
||
<dest>
|
||
*: "İptal et"
|
||
</dest>
|
||
<voice>
|
||
*: "İptal et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAVE
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Save"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydet"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydet"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TIMEOUT
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Timeout"
|
||
</source>
|
||
<dest>
|
||
*: "Zaman aşımı"
|
||
</dest>
|
||
<voice>
|
||
*: "Zaman aşımı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACK
|
||
desc: used in track x of y constructs
|
||
user: core
|
||
<source>
|
||
*: "Track"
|
||
</source>
|
||
<dest>
|
||
*: "Parça"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ELAPSED
|
||
desc: prefix for elapsed playtime announcement
|
||
user: core
|
||
<source>
|
||
*: "Elapsed"
|
||
</source>
|
||
<dest>
|
||
*: "geçen"
|
||
</dest>
|
||
<voice>
|
||
*: "geçen"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ANNOUNCEMENT_FMT
|
||
desc: format for wps hotkey announcement
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Announcement format"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Duyuru formatı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Duyuru formatı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMAIN
|
||
desc: for constructs such as number of tracks remaining etc
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Remain"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Kalan"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Kalan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GROUPING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Grouping"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "gruplama"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "gruplama"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ANNOUNCE_ON
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Announce on"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Duyuru"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Duyuru"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACK_CHANGE
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Track change"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Parça Değiştirme"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Parça Değiştirme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HOLD_FOR_SETTINGS
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: none
|
||
hotkey: "Hold for settings"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
hotkey: "Ayarlar için basılı tutun"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
hotkey: "Ayarlar için basılı tutun"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OPEN_PLUGIN
|
||
desc: onplay open plugin
|
||
user: core
|
||
<source>
|
||
*: "Open Plugin"
|
||
</source>
|
||
<dest>
|
||
*: "Eklentiyi Aç"
|
||
</dest>
|
||
<voice>
|
||
*: "Eklentiyi Aç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OPEN_PLUGIN_NOT_A_PLUGIN
|
||
desc: open plugin module
|
||
user: core
|
||
<source>
|
||
*: "Not a plugin: %s"
|
||
</source>
|
||
<dest>
|
||
*: "Eklenti değil: %s"
|
||
</dest>
|
||
<voice>
|
||
*: "Eklenti değil"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_OPEN_PLUGIN_SET_WPS_CONTEXT_PLUGIN
|
||
desc: open plugin module
|
||
user: core
|
||
<source>
|
||
*: "Set WPS Context Plugin"
|
||
</source>
|
||
<dest>
|
||
*: "WPS Bağlam Eklentisini Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: "WPS Bağlam Eklentisini Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PARAMETER
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Parameter"
|
||
</source>
|
||
<dest>
|
||
*: "Parametre"
|
||
</dest>
|
||
<voice>
|
||
*: "Parametre"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_NAME
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Name"
|
||
</source>
|
||
<dest>
|
||
*: "İsim"
|
||
</dest>
|
||
<voice>
|
||
*: "İsim"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADD
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Add"
|
||
</source>
|
||
<dest>
|
||
*: "Ekle"
|
||
</dest>
|
||
<voice>
|
||
*: "Ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BACK
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Back"
|
||
</source>
|
||
<dest>
|
||
*: "Geri"
|
||
</dest>
|
||
<voice>
|
||
*: "Geri"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EDIT
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Edit"
|
||
</source>
|
||
<dest>
|
||
*: "Düzenle"
|
||
</dest>
|
||
<voice>
|
||
*: "Düzenle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RUN
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Run"
|
||
</source>
|
||
<dest>
|
||
*: "Çalıştır"
|
||
</dest>
|
||
<voice>
|
||
*: "Çalıştır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_EXPORT
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Export"
|
||
</source>
|
||
<dest>
|
||
*: "Dışa Aktar"
|
||
</dest>
|
||
<voice>
|
||
*: "Dışa Aktar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_BROWSE
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Browse"
|
||
</source>
|
||
<dest>
|
||
*: "Göz at"
|
||
</dest>
|
||
<voice>
|
||
*: "Göz at"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ENTER_USB_STORAGE_MODE_QUERY
|
||
desc: upon plugging in USB
|
||
user: core
|
||
<source>
|
||
*: "Enter USB mass storage mode?"
|
||
</source>
|
||
<dest>
|
||
*: "USB yığın depolama moduna girilsin mi?"
|
||
</dest>
|
||
<voice>
|
||
*: "USB yığın depolama moduna girilsin mi?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUEUE_MENU
|
||
desc: in onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Queue..."
|
||
</source>
|
||
<dest>
|
||
*: "Sıra..."
|
||
</dest>
|
||
<voice>
|
||
*: "Sıra"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_QUEUE_OPTIONS
|
||
desc: in Current Playlist settings
|
||
user: core
|
||
<source>
|
||
*: "Show Queue Options"
|
||
</source>
|
||
<dest>
|
||
*: "Sıra Seçeneklerini Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Sıra Seçeneklerini Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_SHUFFLED_ADDING_OPTIONS
|
||
desc: in Current Playlist settings
|
||
user: core
|
||
<source>
|
||
*: "Show Shuffled Adding Options"
|
||
</source>
|
||
<dest>
|
||
*: "Karışık Ekleme Seçeneklerini Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Karışık Ekleme Seçeneklerini Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_IN_SUBMENU
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "In Submenu"
|
||
</source>
|
||
<dest>
|
||
*: "Alt menüde"
|
||
</dest>
|
||
<voice>
|
||
*: "Alt menüde"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SOFTLOCK_DISABLE_ALL_NOTIFY
|
||
desc: disable all softlock notifications
|
||
user: core
|
||
<source>
|
||
*: "Disable All Lock Notifications"
|
||
</source>
|
||
<dest>
|
||
*: "Tüm Kilit Bildirimlerini Devre Dışı Bırak"
|
||
</dest>
|
||
<voice>
|
||
*: "Tüm Kilit Bildirimlerini Devre Dışı Bırak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_VOLUME
|
||
desc: exempt volume from softlock
|
||
user: core
|
||
<source>
|
||
*: "Exempt Volume"
|
||
</source>
|
||
<dest>
|
||
*: "Muaf Hacim"
|
||
</dest>
|
||
<voice>
|
||
*: "Muaf Hacim"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ACTION_ALWAYSAUTOLOCK
|
||
desc: always prime autolock
|
||
user: core
|
||
<source>
|
||
*: "Always Autolock"
|
||
</source>
|
||
<dest>
|
||
*: "Daima Otomatik Kilitleme"
|
||
</dest>
|
||
<voice>
|
||
*: "Daima Otomatik Kilitleme"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_NUMERIC_TENS_SWAP_SEPARATOR
|
||
desc: voice only, for speaking numbers in languages that swap the tens and ones fields. Leave blank for languages that do not need it, such as English ("231" => "two hundred thirty one") but other languages may speak it as "two hundred one [AND] thirty"
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOICED_DATE_FORMAT
|
||
desc: format string for how dates will be read back. Y == 4-digit year, A == month name, m == numeric month, d == numeric day. For example, "AdY" will read "January 21 2021"
|
||
user: core
|
||
<source>
|
||
*: "dAY"
|
||
</source>
|
||
<dest>
|
||
*: "dAY"
|
||
</dest>
|
||
<voice>
|
||
*: ""
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_WRAPAROUND
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "List Wraparound"
|
||
</source>
|
||
<dest>
|
||
*: "Liste Sarma"
|
||
</dest>
|
||
<voice>
|
||
*: "Liste Sarma"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_SHUTDOWN_MESSAGE
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Show Shutdown Message"
|
||
</source>
|
||
<dest>
|
||
*: "Kapatma Mesajını Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Kapatma Mesajını Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LIST_ORDER
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "List Order"
|
||
</source>
|
||
<dest>
|
||
*: "Liste Sırası"
|
||
</dest>
|
||
<voice>
|
||
*: "Liste Sırası"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ASCENDING
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Ascending"
|
||
</source>
|
||
<dest>
|
||
*: "artan"
|
||
</dest>
|
||
<voice>
|
||
*: "artan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DESCENDING
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Descending"
|
||
</source>
|
||
<dest>
|
||
*: "Azalan"
|
||
</dest>
|
||
<voice>
|
||
*: "Azalan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALBUM_ART
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Album Art"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm Kapağı"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm Kapağı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREFER_EMBEDDED
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Prefer Embedded"
|
||
</source>
|
||
<dest>
|
||
*: "Dahili olanı Tercih et"
|
||
</dest>
|
||
<voice>
|
||
*: "Dahili olanı Tercih et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PREFER_IMAGE_FILE
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Prefer Image File"
|
||
</source>
|
||
<dest>
|
||
*: "Görsel Dosyasını Tercih et"
|
||
</dest>
|
||
<voice>
|
||
*: "Görsel Dosyasını Tercih et"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FM_SYNC_RDS_TIME
|
||
desc: in radio screen and Settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
rds: "Sync RDS Time"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
rds: "RDS (radyoVeriSistemi) Saatini Eşle"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
rds: "RDS (radyoVeriSistemi) Saatini Eşle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SORT_ALBUMS_BY
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Sort albums by"
|
||
</source>
|
||
<dest>
|
||
*: "Albümleri şuna göre sırala:"
|
||
</dest>
|
||
<voice>
|
||
*: "Albümleri şuna göre sırala"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARTIST_PLUS_NAME
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Artist + Name"
|
||
</source>
|
||
<dest>
|
||
*: "Artist + İsim"
|
||
</dest>
|
||
<voice>
|
||
*: "Artist Ve İsim"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARTIST_PLUS_YEAR
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Artist + Year"
|
||
</source>
|
||
<dest>
|
||
*: "Artist + Yıl"
|
||
</dest>
|
||
<voice>
|
||
*: "Artist Ve Yıl"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_YEAR_SORT_ORDER
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Year sort order"
|
||
</source>
|
||
<dest>
|
||
*: "Yıla göre sırala"
|
||
</dest>
|
||
<voice>
|
||
*: "Yıla göre sırala"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_YEAR_IN_ALBUM_TITLE
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Show year in album title"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm İsminde Yılı da Yaz"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm İsminde Yılı da Yaz"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WAIT_FOR_CACHE
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Cache needs to finish updating first!"
|
||
</source>
|
||
<dest>
|
||
*: "Önbelleğin güncellenmesini bitirmesi gerek önce!"
|
||
</dest>
|
||
<voice>
|
||
*: "Önbelleğin güncellenmesini bitirmesi gerek önce!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACK_INFO
|
||
desc: Track Info Title
|
||
user: core
|
||
<source>
|
||
*: "Track Info"
|
||
</source>
|
||
<dest>
|
||
*: "Parça Bilgisi"
|
||
</dest>
|
||
<voice>
|
||
*: "Parça Bilgisi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY
|
||
desc: play selected file/directory, in playlist context menu
|
||
user: core
|
||
<source>
|
||
*: "Play"
|
||
</source>
|
||
<dest>
|
||
*: "Oynat"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_SHUFFLED
|
||
desc: play selected files in shuffled order, in playlist context menu
|
||
user: core
|
||
<source>
|
||
*: "Play Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Karılmış Oynat"
|
||
</dest>
|
||
<voice>
|
||
*: "Karılmış Oynat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_KEEP_CURRENT_TRACK_ON_REPLACE
|
||
desc: used in the playlist settings menu
|
||
user: core
|
||
<source>
|
||
*: "Keep Current Track When Replacing Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesi Yenilendiğinde Şuanki Parçayı Tut"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesi Yenilendiğinde Şuanki Parçayı Tut"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CLEAR_SETTINGS_ON_HOLD
|
||
desc: in the system sub menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
clear_settings_on_hold,iriverh10: "Clear settings when reset button is held during startup"
|
||
ipod4g,ipodcolor,ipodmini1g,ipodmini2g,ipodnano1g,ipodvideo: "Clear settings when hold switch is on during startup"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
clear_settings_on_hold,iriverh10: "Başlangıç sırasında Reset tuşu basılı tutulduğunda ayarları sıfırla"
|
||
ipod4g,ipodcolor,ipodmini1g,ipodmini2g,ipodnano1g,ipodvideo: "Başlangıç sırasında Hold tuşu basılı tutulduğunda ayarları sıfırla"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
clear_settings_on_hold,iriverh10: "Başlangıç sırasında Reset tuşu basılı tutulduğunda ayarları sıfırla"
|
||
ipod4g,ipodcolor,ipodmini1g,ipodmini2g,ipodnano1g,ipodvideo: "Başlangıç sırasında Hold tuşu basılı tutulduğunda ayarları sıfırla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REWIND_ACROSS_TRACKS
|
||
desc: in playback settings menu
|
||
user: core
|
||
<source>
|
||
*: "Rewind Across Tracks"
|
||
</source>
|
||
<dest>
|
||
*: "Parçalar içerisinde Geriye Sar"
|
||
</dest>
|
||
<voice>
|
||
*: "Parçalar içerisinde Geriye Sar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_AS
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Set As..."
|
||
</source>
|
||
<dest>
|
||
*: "Şöyle Ayarlansın..."
|
||
</dest>
|
||
<voice>
|
||
*: "Şöyle Ayarlansın"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYLIST_DIR
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Playlist Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesi Dizini"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesi Dizini"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_START_DIR
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Start Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Başlangıç Dizini"
|
||
</dest>
|
||
<voice>
|
||
*: "Başlangıç Dizini"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECORDING_DIR
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
recording: "Recording Directory"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
recording: "Kayıt etme Dizini"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
recording: "Kayıt etme Dizini"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADD_TO_PL
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Add to Playlist..."
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Listesine ekle..."
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Listesine ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADD_TO_EXISTING_PL
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Add to Existing Playlist"
|
||
</source>
|
||
<dest>
|
||
*: "Var olan bir Oynatma Listesine ekle"
|
||
</dest>
|
||
<voice>
|
||
*: "Var olan bir Oynatma Listesine ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYING_NEXT
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Playing Next..."
|
||
</source>
|
||
<dest>
|
||
*: "Bir Sonraki Oynanıyor..."
|
||
</dest>
|
||
<voice>
|
||
*: "Bir Sonraki Oynanıyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_NEXT
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Play Next"
|
||
</source>
|
||
<dest>
|
||
*: "Bir Sonrakini Oynat"
|
||
</dest>
|
||
<voice>
|
||
*: "Bir Sonrakini Oynat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADD_SHUFFLED
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Add Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Karılmışı Ekle"
|
||
</dest>
|
||
<voice>
|
||
*: "Karılmışı Ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_LAST
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Play Last"
|
||
</source>
|
||
<dest>
|
||
*: "Sonuncuyu Oynat"
|
||
</dest>
|
||
<voice>
|
||
*: "Sonuncuyu Oynat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAY_LAST_SHUFFLED
|
||
desc: used in the onplay menu
|
||
user: core
|
||
<source>
|
||
*: "Play Last Shuffled"
|
||
</source>
|
||
<dest>
|
||
*: "Son Karılmış olanı Oynat"
|
||
</dest>
|
||
<voice>
|
||
*: "Son Karılmış olanı Oynat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME_ADJUST_MODE
|
||
desc: in system settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
perceptual_volume: "Volume Adjustment Mode"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
perceptual_volume: "Ses Seviyesi Ayarlaması Modu"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
perceptual_volume: "Ses Seviyesi Ayarlaması Modu"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VOLUME_ADJUST_NORM_STEPS
|
||
desc: in system settings
|
||
user: core
|
||
<source>
|
||
*: none
|
||
perceptual_volume: "Number of Volume Steps"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
perceptual_volume: "Ses Seviyesi Adımı Miktarı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
perceptual_volume: "Ses Seviyesi Adımı Miktarı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PERCEPTUAL
|
||
desc: in system settings -> volume adjustment mode
|
||
user: core
|
||
<source>
|
||
*: none
|
||
perceptual_volume: "Perceptual"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
perceptual_volume: "Algısal"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
perceptual_volume: "Algısal"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_TRACKS_WHILE_BROWSING
|
||
desc: in PictureFlow Main Menu
|
||
user: core
|
||
<source>
|
||
*: "Show Tracks While Browsing"
|
||
</source>
|
||
<dest>
|
||
*: "Tarar iken Parçaları Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Tarar iken Parçaları Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GOTO_LAST_ALBUM
|
||
desc: in PictureFlow Main Menu
|
||
user: core
|
||
<source>
|
||
*: "Go to Last Album"
|
||
</source>
|
||
<dest>
|
||
*: "Sondaki Albüme Git"
|
||
</dest>
|
||
<voice>
|
||
*: "Sondaki Albüme Git"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DATABASE_DIR
|
||
desc: in database settings menu
|
||
user: core
|
||
<source>
|
||
*: "Database Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Veritabanı Dizini"
|
||
</dest>
|
||
<voice>
|
||
*: "Veritabanı Dizini"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMOVE_QUEUED_TRACKS
|
||
desc: Confirmation dialog
|
||
user: core
|
||
<source>
|
||
*: "Remove Queued Tracks?"
|
||
</source>
|
||
<dest>
|
||
*: "Sıralanmış Parçaları Silmeyi lütfeder misin?"
|
||
</dest>
|
||
<voice>
|
||
*: "Sıralanmış Parçaları Silmeyi lütfeder misin?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUICK_IGNORE_DIRACHE
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Quick (Ignore Directory Cache)"
|
||
</source>
|
||
<dest>
|
||
*: "Hızlı (Dizin Önbelleğini Görmezden gelerek)"
|
||
</dest>
|
||
<voice>
|
||
*: "Hızlı (Dizin Önbelleğini Görmezden gelerek)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_WPS
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "What's Playing Screen"
|
||
</source>
|
||
<dest>
|
||
*: "Ne oynuyor? Ekranı"
|
||
</dest>
|
||
<voice>
|
||
*: "Ne oynuyor? Ekranı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DEFAULT_BROWSER
|
||
desc: in Settings
|
||
user: core
|
||
<source>
|
||
*: "Default Browser"
|
||
</source>
|
||
<dest>
|
||
*: "Varsayılan Tarayıcı"
|
||
</dest>
|
||
<voice>
|
||
*: "Varsayılan Tarayıcı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_AMAZE_MENU
|
||
desc: Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Amaze Main Menu"
|
||
</source>
|
||
<dest>
|
||
*: "Amaze Ana Menü"
|
||
</dest>
|
||
<voice>
|
||
*: "Amaze Ana Menü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SET_MAZE_SIZE
|
||
desc: Maze size in Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Set Maze Size"
|
||
</source>
|
||
<dest>
|
||
*: "Labirent boyutunu Ayarla"
|
||
</dest>
|
||
<voice>
|
||
*: "Labirent boyutunu Ayarla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIEW_MAP
|
||
desc: Map in Amaze game
|
||
user: core
|
||
<source>
|
||
*: "View Map"
|
||
</source>
|
||
<dest>
|
||
*: "Haritaya Bak"
|
||
</dest>
|
||
<voice>
|
||
*: "Haritaya Bak"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_COMPASS
|
||
desc: Compass in Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Show Compass"
|
||
</source>
|
||
<dest>
|
||
*: "Pusulayı Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Pusulayı Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_MAP
|
||
desc: Map in Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Show Map"
|
||
</source>
|
||
<dest>
|
||
*: "Haritayı Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Haritayı Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMEMBER_PATH
|
||
desc: Map in Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Remember Path"
|
||
</source>
|
||
<dest>
|
||
*: "Patikayı Hatırla"
|
||
</dest>
|
||
<voice>
|
||
*: "Patikayı Hatırla"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USE_LARGE_TILES
|
||
desc: Map in Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Use Large Tiles"
|
||
</source>
|
||
<dest>
|
||
*: "Büyük Karolar Kullan"
|
||
</dest>
|
||
<voice>
|
||
*: "Büyük Karolar Kullan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_SOLUTION
|
||
desc: Map in Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Show Solution"
|
||
</source>
|
||
<dest>
|
||
*: "Çözümü Göster"
|
||
</dest>
|
||
<voice>
|
||
*: "Çözümü Göster"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_QUIT_WITHOUT_SAVING
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Quit without saving"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydetmeden Çık"
|
||
</dest>
|
||
<voice>
|
||
*: "Kaydetmeden Çık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_GENERATING_MAZE
|
||
desc: Amaze game
|
||
user: core
|
||
<source>
|
||
*: "Generating maze..."
|
||
</source>
|
||
<dest>
|
||
*: "Labirent Oluşturuluyor..."
|
||
</dest>
|
||
<voice>
|
||
*: "Labirent Oluşturuluyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_YOU_WIN
|
||
desc: Success in game
|
||
user: core
|
||
<source>
|
||
*: "You win!"
|
||
</source>
|
||
<dest>
|
||
*: "Kazandın!"
|
||
</dest>
|
||
<voice>
|
||
*: "Kazandın!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_YOU_CHEATED
|
||
desc: Cheated in game
|
||
user: core
|
||
<source>
|
||
*: "You cheated!"
|
||
</source>
|
||
<dest>
|
||
*: "Hile yaptın!"
|
||
</dest>
|
||
<voice>
|
||
*: "Hile yaptın!"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIFFICULTY_EASY
|
||
desc: Game difficulty
|
||
user: core
|
||
<source>
|
||
*: "Easy"
|
||
</source>
|
||
<dest>
|
||
*: "Kolay"
|
||
</dest>
|
||
<voice>
|
||
*: "Kolay"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIFFICULTY_MEDIUM
|
||
desc: Game difficulty
|
||
user: core
|
||
<source>
|
||
*: "Medium"
|
||
</source>
|
||
<dest>
|
||
*: "Orta"
|
||
</dest>
|
||
<voice>
|
||
*: "Orta"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIFFICULTY_HARD
|
||
desc: Game difficulty
|
||
user: core
|
||
<source>
|
||
*: "Hard"
|
||
</source>
|
||
<dest>
|
||
*: "Zor"
|
||
</dest>
|
||
<voice>
|
||
*: "Zor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIFFICULTY_EXPERT
|
||
desc: Game difficulty
|
||
user: core
|
||
<source>
|
||
*: "Expert"
|
||
</source>
|
||
<dest>
|
||
*: "Çok Zor"
|
||
</dest>
|
||
<voice>
|
||
*: "Çok Zor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_LANG_NAME
|
||
desc: Spoken name of the language
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Türkçe"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RESET_EQUALIZER
|
||
desc: in the equalizer settings menu
|
||
user: core
|
||
<source>
|
||
*: "Reset EQ"
|
||
</source>
|
||
<dest>
|
||
*: "EQ'yu resetle"
|
||
</dest>
|
||
<voice>
|
||
*: "EQ'yu resetle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_TITLEALBUM_FROMTAGS
|
||
desc: track display options
|
||
user: core
|
||
<source>
|
||
*: "Title & Album from ID3 tags"
|
||
</source>
|
||
<dest>
|
||
*: "ID3 etiketlerinden başlık & albüm"
|
||
</dest>
|
||
<voice>
|
||
*: "Etiketlerden başlık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_TITLE_FROMTAGS
|
||
desc: track display options
|
||
user: core
|
||
<source>
|
||
*: "Title from ID3 tags"
|
||
</source>
|
||
<dest>
|
||
*: "ID3 etiketlerinden başlık"
|
||
</dest>
|
||
<voice>
|
||
*: "Etiketlerden başlık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RANDOM_SHUFFLE_RANDOM_SELECTIVE_SONGS_SUMMARY
|
||
desc: a summary splash screen that appear on the database browser when you try to create a playlist from the database browser that exceeds your system limit
|
||
user: core
|
||
<source>
|
||
*: "Selection too big, %d random tracks will be selected"
|
||
</source>
|
||
<dest>
|
||
*: "Seçilenler çok fazla, %d rastgele parça seçilecek"
|
||
</dest>
|
||
<voice>
|
||
*: "Seçilenler çok fazla, daha az rastgele parça seçilecek"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISC
|
||
desc: Shown in WPS (for multidisc albums)
|
||
user: core
|
||
<source>
|
||
*: "Disc"
|
||
</source>
|
||
<dest>
|
||
*: "Disk"
|
||
</dest>
|
||
<voice>
|
||
*: "Disk"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LEGAL_NOTICES
|
||
desc: in system menu
|
||
user: core
|
||
<source>
|
||
*: "Legal Notices"
|
||
</source>
|
||
<dest>
|
||
*: "Yasal Uyarılar"
|
||
</dest>
|
||
<voice>
|
||
*: "Yasal Uyarılar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ERROR_FORMATSTR
|
||
desc: for general use
|
||
user: core
|
||
<source>
|
||
*: "Error: %s"
|
||
</source>
|
||
<dest>
|
||
*: "Hata: %s"
|
||
</dest>
|
||
<voice>
|
||
*: "Hata"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIKMOD_SETTINGS
|
||
desc: mikmod plugin
|
||
user: core
|
||
<source>
|
||
*: "Mikmod Settings"
|
||
</source>
|
||
<dest>
|
||
*: "Mikmod Ayarları"
|
||
</dest>
|
||
<voice>
|
||
*: "Mik mod Ayarları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_MIKMOD_MENU
|
||
desc: mikmod plugin
|
||
user: core
|
||
<source>
|
||
*: "Mikmod Menu"
|
||
</source>
|
||
<dest>
|
||
*: "Mikmod Menüsü"
|
||
</dest>
|
||
<voice>
|
||
*: "Mik mod Menüsü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHESSBOX_MENU
|
||
desc: chessbox plugin
|
||
user: core
|
||
<source>
|
||
*: "Chessbox Menu"
|
||
</source>
|
||
<dest>
|
||
*: "Chessbox Menüsü"
|
||
</dest>
|
||
<voice>
|
||
*: "Satranç kutusu Menüsü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: VOICE_INVALID_VOICE_FILE
|
||
desc: played if the voice file fails to load
|
||
user: core
|
||
<source>
|
||
*: ""
|
||
</source>
|
||
<dest>
|
||
*: ""
|
||
</dest>
|
||
<voice>
|
||
*: "Geçersiz Ses Adı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PERCENT_FORMAT
|
||
desc: percent formatting ( `10%` is default , for `10 %` use '%ld %%' , for `%10` use '%%%ld' and so on)
|
||
user: core
|
||
<source>
|
||
*: "%ld%%"
|
||
</source>
|
||
<dest>
|
||
*: "%%%ld"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CHOOSE_FILE
|
||
desc: file_picker plugin ask user to select a file
|
||
user: core
|
||
<source>
|
||
*: "Choose File"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya Seç"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya Seç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISABLE_MAINMENU_SCROLLING
|
||
desc: Disable main menu scrolling
|
||
user: core
|
||
<source>
|
||
*: "Disable main menu scrolling"
|
||
</source>
|
||
<dest>
|
||
*: "Ana menü kaydırmasını kapat"
|
||
</dest>
|
||
<voice>
|
||
*: "Ana menü kaydırmasını kapat"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REMAINING
|
||
desc: Playing Time
|
||
user: core
|
||
<source>
|
||
*: "Remaining"
|
||
</source>
|
||
<dest>
|
||
*: "Kalan"
|
||
</dest>
|
||
<voice>
|
||
*: "Kalan"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIEW_ALBUMART
|
||
desc: WPS context menu
|
||
user: core
|
||
<source>
|
||
*: "View Album Art"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm Sanatını İncele"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm Sanatını İncele"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HP_LO_SELECT
|
||
desc: Output Select
|
||
user: core
|
||
<source>
|
||
*: none
|
||
erosqnative: "Output Select"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
erosqnative: "Çıkış Seç"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
erosqnative: "Çıkış Seç"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HEADPHONE
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
erosqnative: "Headphone"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
erosqnative: "Kulaklık"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
erosqnative: "Kulaklık"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LINEOUT
|
||
desc: in settings_menu
|
||
user: core
|
||
<source>
|
||
*: none
|
||
erosqnative,lineout_poweroff: "Line Out"
|
||
</source>
|
||
<dest>
|
||
*: none
|
||
erosqnative,lineout_poweroff: "Ses çıkışı"
|
||
</dest>
|
||
<voice>
|
||
*: none
|
||
erosqnative,lineout_poweroff: "Ses çıkışı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FONT_LOAD_ERROR
|
||
desc: Displayed when font loading fails
|
||
user: core
|
||
<source>
|
||
*: "Unable to load font: (%s)"
|
||
</source>
|
||
<dest>
|
||
*: "Font yüklenemedi: (%s)"
|
||
</dest>
|
||
<voice>
|
||
*: "Font yüklenemedi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_LOGGING
|
||
desc: playback logging
|
||
user: core
|
||
<source>
|
||
*: "Logging"
|
||
</source>
|
||
<dest>
|
||
*: "Kaydediliyor"
|
||
</dest>
|
||
<voice>
|
||
*: "kayıt ediliyor"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_VIEWLOG
|
||
desc: view Log
|
||
user: core
|
||
<source>
|
||
*: "View log"
|
||
</source>
|
||
<dest>
|
||
*: "Kayıtları incele"
|
||
</dest>
|
||
<voice>
|
||
*: "Kayıtları incele"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_REPLAY_FINISHED_PLAYLIST
|
||
desc: Resume playback of finished playlist
|
||
user: core
|
||
<source>
|
||
*: "Playlist finished. Play again?"
|
||
</source>
|
||
<dest>
|
||
*: "Dinleme listesi bitti. Yeniden dinlemek ister misin?"
|
||
</dest>
|
||
<voice>
|
||
*: "Dinleme listesi bitti. Yeniden dinlemek ister misin?"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ADD_CURRENT_TO_FAVES
|
||
desc:
|
||
user: core
|
||
<source>
|
||
*: "Add Current to Shortcuts"
|
||
</source>
|
||
<dest>
|
||
*: "Mevcut Kısayollara Ekle"
|
||
</dest>
|
||
<voice>
|
||
*: "Mevcut kısayollara ekle"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DISPLAY_SPECIAL_CHARACTER
|
||
desc: Special character (japanese, accents, etc)
|
||
user: core
|
||
<source>
|
||
*: "Special character"
|
||
</source>
|
||
<dest>
|
||
*: "Özel karakter"
|
||
</dest>
|
||
<voice>
|
||
*: "Özel karakter"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ID3_ALBUMARTISTS
|
||
desc: in tag viewer
|
||
user: core
|
||
<source>
|
||
*: "Album Artists"
|
||
</source>
|
||
<dest>
|
||
*: "Albüm Sanatçıları"
|
||
</dest>
|
||
<voice>
|
||
*: "Albüm Sanatçıları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_FIRST_LETTER
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "First Letter"
|
||
</source>
|
||
<dest>
|
||
*: "İlk Harf"
|
||
</dest>
|
||
<voice>
|
||
*: "İlk Harf"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_BY_FIRST_LETTER
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "By First Letter..."
|
||
</source>
|
||
<dest>
|
||
*: "İlk Harfe Göre..."
|
||
</dest>
|
||
<voice>
|
||
*: "İlk Harfe Göre"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ARTISTS_BY_FIRST_LETTER
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Artists by First Letter"
|
||
</source>
|
||
<dest>
|
||
*: "İlk Harfe Göre Sanatçılar"
|
||
</dest>
|
||
<voice>
|
||
*: "İlk Harfe Göre Sanatçılar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ALBUM_ARTISTS_BY_FIRST_LETTER
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Album Artists by First Letter"
|
||
</source>
|
||
<dest>
|
||
*: "İlk Harfe Göre Albüm Sanatçıları"
|
||
</dest>
|
||
<voice>
|
||
*: "İlk Harfe Göre Albüm Sanatçıları"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_ALBUMS_BY_FIRST_LETTER
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Albums by First Letter"
|
||
</source>
|
||
<dest>
|
||
*: "İlk Harfe Göre Albümler"
|
||
</dest>
|
||
<voice>
|
||
*: "İlk Harfe Göre Albümler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHOW_TRACKS_BY_FIRST_LETTER
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Tracks by First Letter"
|
||
</source>
|
||
<dest>
|
||
*: "İlk Harfe Göre Parçalar"
|
||
</dest>
|
||
<voice>
|
||
*: "İlk Harfe Göre Parçalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARTISTS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Artists"
|
||
</source>
|
||
<dest>
|
||
*: "Sanatçılar"
|
||
</dest>
|
||
<voice>
|
||
*: "Sanatçılar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALBUMS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Albums"
|
||
</source>
|
||
<dest>
|
||
*: "Albümler"
|
||
</dest>
|
||
<voice>
|
||
*: "Albümler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACKS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Tracks"
|
||
</source>
|
||
<dest>
|
||
*: "Parçalar"
|
||
</dest>
|
||
<voice>
|
||
*: "Parçalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SHUFFLE_SONGS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Shuffle Songs"
|
||
</source>
|
||
<dest>
|
||
*: "Parçaları Karıştır"
|
||
</dest>
|
||
<voice>
|
||
*: "Parçaları Karıştır"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_FILENAME
|
||
desc: Database and recording menus
|
||
user: core
|
||
<source>
|
||
*: "Filename"
|
||
</source>
|
||
<dest>
|
||
*: "Dosya adı"
|
||
</dest>
|
||
<voice>
|
||
*: "Dosya adı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TITLE_WITH_DURATION
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Title (with track duration)"
|
||
</source>
|
||
<dest>
|
||
*: "Başlık (uzunluk ile beraber)"
|
||
</dest>
|
||
<voice>
|
||
*: "Başlık (uzunluk ile beraber)"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_USER_RATING
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "User Rating"
|
||
</source>
|
||
<dest>
|
||
*: "Kullanıcı Puanı"
|
||
</dest>
|
||
<voice>
|
||
*: "Kullanıcı Puanı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEARCH
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Search"
|
||
</source>
|
||
<dest>
|
||
*: "Ara"
|
||
</dest>
|
||
<voice>
|
||
*: "Ara"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SEARCH_BY
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Search by..."
|
||
</source>
|
||
<dest>
|
||
*: "Şununla ara..."
|
||
</dest>
|
||
<voice>
|
||
*: "Şununla ara"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_RECENTLY_ADDED
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Recently Added"
|
||
</source>
|
||
<dest>
|
||
*: "Yakın Zamanda Eklendi"
|
||
</dest>
|
||
<voice>
|
||
*: "Yakın Zamanda Eklendi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_PLAYBACK_HISTORY
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Playback History"
|
||
</source>
|
||
<dest>
|
||
*: "Oynatma Geçmişi"
|
||
</dest>
|
||
<voice>
|
||
*: "Oynatma Geçmişi"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_CUSTOM_MENU
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Custom menu"
|
||
</source>
|
||
<dest>
|
||
*: "Özel Menü"
|
||
</dest>
|
||
<voice>
|
||
*: "Özel Menü"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_SAME_AS_CURRENT
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Same as currently played track"
|
||
</source>
|
||
<dest>
|
||
*: "Şu anda oynatılan parça ile aynı"
|
||
</dest>
|
||
<voice>
|
||
*: "Şu anda oynatılan parça ile aynı"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_DIRECTORY
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Directory"
|
||
</source>
|
||
<dest>
|
||
*: "Dizin"
|
||
</dest>
|
||
<voice>
|
||
*: "Dizin"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALBUMS_BY_YEAR
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Albums by Year"
|
||
</source>
|
||
<dest>
|
||
*: "Yıllara göre Albümler"
|
||
</dest>
|
||
<voice>
|
||
*: "Yıllara göre Albümler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ALBUMS_BETWEEN_YEARS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Albums between Years"
|
||
</source>
|
||
<dest>
|
||
*: "Yıllar arası Albümler"
|
||
</dest>
|
||
<voice>
|
||
*: "Yıllar arası Albümler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_ARTISTS_BETWEEN_YEARS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Artists between Years"
|
||
</source>
|
||
<dest>
|
||
*: "Yıllar arası Sanatçılar"
|
||
</dest>
|
||
<voice>
|
||
*: "Yıllar arası Sanatçılar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_MOST_PLAYED
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Most played (Plays|Score)"
|
||
</source>
|
||
<dest>
|
||
*: "En çok oynatılanlar (Oynatma|Skor)"
|
||
</dest>
|
||
<voice>
|
||
*: "En çok oynatılanlar önce oynatma sonra skora göre"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_RECENTLY_PLAYED_TRACKS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Recently played tracks"
|
||
</source>
|
||
<dest>
|
||
*: "Yakın zamanda oynatılan parçalar"
|
||
</dest>
|
||
<voice>
|
||
*: "Yakın zamanda oynatılan parçalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_NEVER_PLAYED_TRACKS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Never played tracks"
|
||
</source>
|
||
<dest>
|
||
*: "Hiç oynatılmamış parçalar"
|
||
</dest>
|
||
<voice>
|
||
*: "Hiç oynatılmamış parçalar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_FAVOURITE_ARTISTS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Favourite artists"
|
||
</source>
|
||
<dest>
|
||
*: "Favori sanatçılar"
|
||
</dest>
|
||
<voice>
|
||
*: "Favori sanatçılar"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_FAVOURITE_ALBUMS
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Favourite albums"
|
||
</source>
|
||
<dest>
|
||
*: "Favori albümler"
|
||
</dest>
|
||
<voice>
|
||
*: "Favori albümler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_RECENT_FAVOURITES
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Recent favourites"
|
||
</source>
|
||
<dest>
|
||
*: "Yakın zamandaki favoriler"
|
||
</dest>
|
||
<voice>
|
||
*: "Yakın zamandaki favoriler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_NEW_FAVOURITES
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "New favourites"
|
||
</source>
|
||
<dest>
|
||
*: "Yeni favoriler"
|
||
</dest>
|
||
<voice>
|
||
*: "Yeni favoriler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_HISTORY_FORGOTTEN_FAVOURITES
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Forgotten favourites"
|
||
</source>
|
||
<dest>
|
||
*: "Unutulmuş favoriler"
|
||
</dest>
|
||
<voice>
|
||
*: "Unutulmuş favoriler"
|
||
</voice>
|
||
</phrase>
|
||
<phrase>
|
||
id: LANG_TRACKS_BY
|
||
desc: Database menu
|
||
user: core
|
||
<source>
|
||
*: "Tracks by"
|
||
</source>
|
||
<dest>
|
||
*: "Şuna göre parçalar"
|
||
</dest>
|
||
<voice>
|
||
*: "Şuna göre parçalar"
|
||
</voice>
|
||
</phrase>
|