diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-27 06:51:47 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-27 06:51:47 +0000 |
| commit | dd7c14e4b7ab2658fac82902c6cb8b2532b89739 (patch) | |
| tree | 82214188eac93db9913672fc0e1deb23295fda14 | |
| parent | ab9f554917d12301afe6c523dea0ff9e22116099 (diff) | |
| download | rockbox-dd7c14e4b7ab2658fac82902c6cb8b2532b89739.zip rockbox-dd7c14e4b7ab2658fac82902c6cb8b2532b89739.tar.gz rockbox-dd7c14e4b7ab2658fac82902c6cb8b2532b89739.tar.bz2 rockbox-dd7c14e4b7ab2658fac82902c6cb8b2532b89739.tar.xz | |
Melih Özbek updated
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2430 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/lang/turkce.lang | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/apps/lang/turkce.lang b/apps/lang/turkce.lang index d7779d5..fd72d79 100644 --- a/apps/lang/turkce.lang +++ b/apps/lang/turkce.lang @@ -424,7 +424,7 @@ new: "Kaldigi yerden?" id: LANG_RESUME_CONFIRM_PLAYER desc: posible answers to resume question eng: "(PLAY/STOP)" -new: "(ÇAL/DUR) +new: "(ÇAL/DUR)" id: LANG_RESUME_CONFIRM_RECORDER desc: posible answer to resume question @@ -534,7 +534,7 @@ new: "[Uzunluk]" id: LANG_ID3_PLAYLIST desc: in wps eng: "[Playlist]" -new: "[Sarki Listesi] +new: "[Sarki Listesi]" id: LANG_ID3_BITRATE desc: in wps @@ -738,12 +738,12 @@ new: "Es: %d" id: LANG_WORMLET_PLAYERS desc: wormlet game eng: "%d Players up/dn" -new: "%d Oyuncu y/a" +new: "%d Oyuncu y/a" id: LANG_WORMLET_WORMS desc: wormlet game eng: "%d Worms l/r" -new: "%d Kurtcuk sa/so" +new: "%d Kurtcuk sa/so" id: LANG_WORMLET_REMOTE_CTRL desc: wormlet game @@ -811,3 +811,13 @@ id: LANG_FILTER_ALL desc: show all files eng: "All" new: "Hepsi" + +id: LANG_SET_BOOL_YES +desc: bool true representation +eng: "Yes" +new: "Evet" + +id: LANG_SET_BOOL_NO +desc: bool false representation +eng: "No" +new: "Hayir" |