mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Revert "Turkish Language updates"
This commit is contained in:
parent
a4ca31e197
commit
f642066f05
@ -2193,9 +2193,9 @@ int menu_hash_get_help_tr_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
break;
|
||||
case MENU_ENUM_LABEL_MIDI_INPUT:
|
||||
snprintf(s, len,
|
||||
"Giriş cihazını ayarlar (sürücüye özel).\n"
|
||||
"\"Kapalı\" olarak ayarlandığında, MIDI girişi devre dışı bırakılır.\n"
|
||||
"Cihaz adı da eklenebilir.");
|
||||
"Sets the input device (driver specific).\n"
|
||||
"When set to \"Off\", MIDI input will be disabled.\n"
|
||||
"Device name can also be typed in.");
|
||||
break;
|
||||
case MENU_ENUM_LABEL_MIDI_OUTPUT:
|
||||
snprintf(s, len,
|
||||
|
@ -7765,19 +7765,19 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_EQ,
|
||||
"Değer = bellek ise sonraki hile işlemini çalıştır"
|
||||
"Run next cheat if value = memory"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_NEQ,
|
||||
"Değer != bellek ise sonraki hile işlemini çalıştır"
|
||||
"Run next cheat if value != memory"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_LT,
|
||||
"Değer < bellek ise sonraki hile çalıştır"
|
||||
"Run next cheat if value < memory"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_GT,
|
||||
"Değer > bellek ise bir sonraki hile çalıştır"
|
||||
"Run next cheat if value > memory"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_RUMBLE_TYPE_DISABLED,
|
||||
@ -9550,5 +9550,5 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_START_GONG,
|
||||
"Gong başlat"
|
||||
)
|
||||
"Gong'u başlat"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user