From 2851d7d6cdfa06d67a060fe91c7b4dcc1acf86ab Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 3 Oct 2017 10:40:50 +1100 Subject: (nw) Improve localisation: * Change makefile rules to treat mame.pot as a target so rules can depend on it * Put mame.pot inside the build directory so it will get cleaned * Couldn't get xgettext to scrape lua and C++ in the same command and still remove stale strings * Use larger strings and format specifiers to fix some localisation issues - Issue with "None" lacking context in Russian and Turkish translations - Issue with "Not implemented" changing depending on the noun in Serbian - Issues with lua plugins not allowing for languages with different grammar/punctuation Strings that need to be translated after this change - most of these are existing text that's been made into larger chunks or reworded slightly: "Mechanical Machine\tYes\n" "Mechanical Machine\tNo\n" "Requires Artwork\tYes\n" "Requires Artwork\tNo\n" "Requires Clickable Artwork\tYes\n" "Requires Clickable Artwork\tNo\n" "Support Cocktail\tYes\n" "Support Cocktail\tNo\n" "Driver is BIOS\tYes\n" "Driver is BIOS\tNo\n" "Support Save\tYes\n" "Support Save\tNo\n" "Screen Orientation\tVertical\n" "Screen Orientation\tHorizontal\n" "Requires CHD\tYes\n" "Requires CHD\tNo\n" "ROM Audit Result\tOK\n" "ROM Audit Result\tBAD\n" "Samples Audit Result\tNone Needed\n" "Samples Audit Result\tOK\n" "Samples Audit Result\tBAD\n" "ROM Audit Disabled\t\n" "Samples Audit Disabled\t\n" "Activated: %s = %s" "Activated: %s" "Enabled: %s" "Disabled: %s" "%s added" "Default name is %s" "Cheat written to %s and added to cheat.simple" "Unable to write file\n" "Ensure that cheatpath folder exists" --- language/Turkish/strings.po | 2594 ++++++++++++++++++++++--------------------- 1 file changed, 1306 insertions(+), 1288 deletions(-) (limited to 'language/Turkish') diff --git a/language/Turkish/strings.po b/language/Turkish/strings.po index 87f42f20858..6f7244369a8 100644 --- a/language/Turkish/strings.po +++ b/language/Turkish/strings.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: MAME\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-09-28 09:22-0500\n" +"POT-Creation-Date: 2017-10-03 10:32+1100\n" "PO-Revision-Date: 2016-02-20 18:03+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: MAME Language Team\n" @@ -18,398 +18,314 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: plugins/cheat/init.lua:458 -msgid "Select cheat to set hotkey" +#: src/frontend/mame/ui/slotopt.cpp:192 +#, c-format +msgid "%s [internal]" msgstr "" -#: plugins/cheat/init.lua:464 -msgid "Press button for hotkey or wait to clear" +#: src/frontend/mame/ui/slotopt.cpp:203 src/frontend/mame/ui/inputmap.cpp:625 +#: src/frontend/mame/ui/miscmenu.cpp:96 +msgid "Reset" msgstr "" -#: plugins/cheat/init.lua:476 src/frontend/mame/ui/simpleselgame.cpp:347 -msgid "None" -msgstr "Hiçbiri" - -#: plugins/cheat/init.lua:481 -msgid "Done" +#: src/frontend/mame/ui/slotopt.cpp:220 src/frontend/mame/ui/filesel.cpp:257 +#: src/frontend/mame/ui/swlist.cpp:83 +msgid "[empty slot]" msgstr "" -#: plugins/cheat/init.lua:495 plugins/cheat/init.lua:509 -msgid "Set" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:261 +msgid "[create]" +msgstr "[oluştur]" -#: plugins/cheat/init.lua:499 plugins/cheatfind/init.lua:589 -#: src/frontend/mame/ui/cheatopt.cpp:299 src/frontend/mame/ui/cheatopt.cpp:305 -#: src/frontend/mame/ui/menu.cpp:736 src/frontend/mame/ui/miscmenu.cpp:894 -#: src/frontend/mame/ui/sndmenu.cpp:135 src/frontend/mame/ui/sndmenu.cpp:137 -msgid "On" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:265 src/frontend/mame/ui/swlist.cpp:94 +msgid "[software list]" +msgstr "[yazılım listesi]" -#: plugins/cheat/init.lua:502 plugins/cheat/init.lua:511 -#: plugins/cheatfind/init.lua:586 src/frontend/mame/ui/cheatopt.cpp:299 -#: src/frontend/mame/ui/cheatopt.cpp:305 src/frontend/mame/ui/menu.cpp:739 -#: src/frontend/mame/ui/miscmenu.cpp:894 src/frontend/mame/ui/sndmenu.cpp:135 -#: src/frontend/mame/ui/sndmenu.cpp:137 -msgid "Off" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:525 +msgid "Select access mode" +msgstr "Erişim tipini seçin" -#: plugins/cheat/init.lua:528 -msgid "Set hotkeys" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:526 +msgid "Read-only" +msgstr "Salt-okunur" -#: plugins/cheat/init.lua:529 src/frontend/mame/ui/cheatopt.cpp:157 -msgid "Reset All" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:528 +msgid "Read-write" +msgstr "Salt-yazılır" -#: plugins/cheat/init.lua:530 src/frontend/mame/ui/cheatopt.cpp:160 -msgid "Reload All" +#: src/frontend/mame/ui/filesel.cpp:529 +msgid "Read this image, write to another image" msgstr "" -#: plugins/cheat/init.lua:601 -msgid "Cheat Comment:\n" +#: src/frontend/mame/ui/filesel.cpp:530 +msgid "Read this image, write to diff" msgstr "" -#: plugins/cheat/init.lua:668 plugins/cheat/init.lua:671 -#: plugins/cheat/init.lua:729 -msgid "Activated" +#: src/frontend/mame/ui/info.cpp:30 +msgid "protection" msgstr "" -#: plugins/cheat/init.lua:683 src/frontend/mame/ui/mainmenu.cpp:132 -msgid "Cheat" -msgstr "Hile" +#: src/frontend/mame/ui/info.cpp:31 +msgid "color palette" +msgstr "" -#: plugins/cheat/init.lua:733 src/frontend/mame/ui/cheatopt.cpp:273 -#: src/frontend/mame/ui/ui.cpp:1246 src/frontend/mame/ui/videoopt.cpp:208 -#: src/frontend/mame/ui/videoopt.cpp:212 src/frontend/mame/ui/videoopt.cpp:216 -#: src/frontend/mame/ui/videoopt.cpp:220 src/frontend/mame/ui/videoopt.cpp:224 -msgid "Enabled" +#: src/frontend/mame/ui/info.cpp:32 +msgid "graphics" msgstr "" -#: plugins/cheat/init.lua:738 src/frontend/mame/ui/cheatopt.cpp:273 -#: src/frontend/mame/ui/ui.cpp:1246 src/frontend/mame/ui/videoopt.cpp:208 -#: src/frontend/mame/ui/videoopt.cpp:212 src/frontend/mame/ui/videoopt.cpp:216 -#: src/frontend/mame/ui/videoopt.cpp:220 src/frontend/mame/ui/videoopt.cpp:224 -msgid "Disabled" +#: src/frontend/mame/ui/info.cpp:33 +msgid "sound" msgstr "" -#: plugins/cheat/init.lua:776 -msgid " added" +#: src/frontend/mame/ui/info.cpp:34 +msgid "controls" msgstr "" -#: plugins/cheatfind/init.lua:344 -msgid "Save Cheat" +#: src/frontend/mame/ui/info.cpp:35 +msgid "keyboard" msgstr "" -#: plugins/cheatfind/init.lua:347 -msgid "Default" +#: src/frontend/mame/ui/info.cpp:36 +msgid "mouse" msgstr "" -#: plugins/cheatfind/init.lua:347 -msgid "Custom" +#: src/frontend/mame/ui/info.cpp:37 +msgid "microphone" msgstr "" -#: plugins/cheatfind/init.lua:348 -msgid "Cheat Name" +#: src/frontend/mame/ui/info.cpp:38 +msgid "camera" msgstr "" -#: plugins/cheatfind/init.lua:354 plugins/cheatfind/init.lua:718 -msgid "Default name is " +#: src/frontend/mame/ui/info.cpp:39 +msgid "disk" msgstr "" -#: plugins/cheatfind/init.lua:362 -msgid "Player" +#: src/frontend/mame/ui/info.cpp:40 +msgid "printer" msgstr "" -#: plugins/cheatfind/init.lua:367 -msgid "Type" +#: src/frontend/mame/ui/info.cpp:41 +msgid "LAN" msgstr "" -#: plugins/cheatfind/init.lua:373 -msgid "Save" +#: src/frontend/mame/ui/info.cpp:42 +msgid "WAN" msgstr "" -#: plugins/cheatfind/init.lua:399 -msgid "Cheat written to " +#: src/frontend/mame/ui/info.cpp:43 +msgid "timing" msgstr "" -#: plugins/cheatfind/init.lua:399 -msgid " and added to cheat.simple" +#: src/frontend/mame/ui/info.cpp:180 +msgid "" +"One or more ROMs/CHDs for this machine are incorrect. The machine may not " +"run correctly.\n" msgstr "" -#: plugins/cheatfind/init.lua:407 -msgid "Cheat added to cheat.simple" +#: src/frontend/mame/ui/info.cpp:190 +msgid "" +"There are known problems with this machine\n" +"\n" msgstr "" -#: plugins/cheatfind/init.lua:412 +#: src/frontend/mame/ui/info.cpp:195 msgid "" -"Unable to write file\n" -"Check cheatpath dir exists" +"One or more ROMs/CHDs for this machine have not been correctly dumped.\n" msgstr "" -#: plugins/cheatfind/init.lua:421 -msgid "Cancel" +#: src/frontend/mame/ui/info.cpp:200 +msgid "Completely unemulated features: " msgstr "" -#: plugins/cheatfind/init.lua:426 -msgid "CPU or RAM" +#: src/frontend/mame/ui/info.cpp:206 src/frontend/mame/ui/info.cpp:222 +#, c-format +msgid "%s" msgstr "" -#: plugins/cheatfind/init.lua:430 -msgid "Changes to this only take effect when \"Start new search\" is selected" +#: src/frontend/mame/ui/info.cpp:206 src/frontend/mame/ui/info.cpp:222 +#: src/frontend/mame/ui/info.cpp:267 +#, c-format +msgid ", %s" msgstr "" -#: plugins/cheatfind/init.lua:449 -msgid "Data cleared and current state saved" +#: src/frontend/mame/ui/info.cpp:216 +msgid "Imperfectly emulated features: " msgstr "" -#: plugins/cheatfind/init.lua:457 -msgid "Start new search" +#: src/frontend/mame/ui/info.cpp:231 +msgid "Screen flipping in cocktail mode is not supported.\n" msgstr "" -#: plugins/cheatfind/init.lua:467 -msgid "Current state saved" +#: src/frontend/mame/ui/info.cpp:233 +msgid "This machine requires external artwork files.\n" msgstr "" -#: plugins/cheatfind/init.lua:474 -msgid "Save current -- #" +#: src/frontend/mame/ui/info.cpp:235 +msgid "" +"This machine was never completed. It may exhibit strange behavior or missing " +"elements that are not bugs in the emulation.\n" msgstr "" -#: plugins/cheatfind/init.lua:506 -msgid " total matches found" +#: src/frontend/mame/ui/info.cpp:237 +msgid "" +"This machine has no sound hardware, MAME will produce no sounds, this is " +"expected behaviour.\n" msgstr "" -#: plugins/cheatfind/init.lua:513 -msgid "Compare" +#: src/frontend/mame/ui/info.cpp:241 +msgid "" +"\n" +"THIS MACHINE DOESN'T WORK. The emulation for this machine is not yet " +"complete. There is nothing you can do to fix this problem except wait for " +"the developers to improve the emulation.\n" msgstr "" -#: plugins/cheatfind/init.lua:516 -msgid "Left operand" +#: src/frontend/mame/ui/info.cpp:243 +msgid "" +"\n" +"Elements of this machine cannot be emulated as they requires physical " +"interaction or consist of mechanical devices. It is not possible to fully " +"experience this machine.\n" msgstr "" -#: plugins/cheatfind/init.lua:519 -msgid "Current" +#: src/frontend/mame/ui/info.cpp:265 +#, c-format +msgid "" +"\n" +"\n" +"There are working clones of this machine: %s" msgstr "" -#: plugins/cheatfind/init.lua:524 -msgid "Operator" +#: src/frontend/mame/ui/info.cpp:278 +msgid "" +"\n" +"\n" +"Press any key to continue" msgstr "" -#: plugins/cheatfind/init.lua:531 -msgid "Left less than right, value is difference" +#: src/frontend/mame/ui/info.cpp:293 +#, c-format +msgid "" +"%1$s\n" +"%2$s %3$s\n" +"Driver: %4$s\n" +"\n" +"CPU:\n" msgstr "" -#: plugins/cheatfind/init.lua:533 -msgid "Left greater than right, value is difference" +#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 +msgid "MHz" msgstr "" -#: plugins/cheatfind/init.lua:535 -msgid "Left equal to right" +#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 +msgid "kHz" msgstr "" -#: plugins/cheatfind/init.lua:537 -msgid "Left not equal to right, value is difference" +#: src/frontend/mame/ui/info.cpp:342 +msgid "" +"\n" +"Sound:\n" msgstr "" -#: plugins/cheatfind/init.lua:539 -msgid "Left equal to right with bitmask" +#: src/frontend/mame/ui/info.cpp:370 +msgid "" +"\n" +"Video:\n" msgstr "" -#: plugins/cheatfind/init.lua:541 -msgid "Left not equal to right with bitmask" +#: src/frontend/mame/ui/info.cpp:374 +msgid "None\n" msgstr "" -#: plugins/cheatfind/init.lua:543 -msgid "Left less than value" +#: src/frontend/mame/ui/info.cpp:381 +msgid "Vector" msgstr "" -#: plugins/cheatfind/init.lua:545 -msgid "Left greater than value" +#: src/frontend/mame/ui/info.cpp:392 +#, c-format +msgid "%1$s: %2$s\n" msgstr "" -#: plugins/cheatfind/init.lua:547 -msgid "Left equal to value" +#: src/frontend/mame/ui/info.cpp:392 +msgid "%2$s\n" msgstr "" -#: plugins/cheatfind/init.lua:549 -msgid "Left not equal to value" +#: src/frontend/mame/ui/info.cpp:438 +#, c-format +msgid "Screen '%1$s'" msgstr "" -#: plugins/cheatfind/init.lua:560 -msgid "Right operand" +#: src/frontend/mame/ui/info.cpp:440 +msgid "Screen" msgstr "" -#: plugins/cheatfind/init.lua:568 -msgid "Value" +#: src/frontend/mame/ui/info.cpp:525 +msgid "Not supported" msgstr "" -#: plugins/cheatfind/init.lua:572 -msgid "Any" +#: src/frontend/mame/ui/info.cpp:528 +msgid "Partially supported" msgstr "" -#: plugins/cheatfind/init.lua:578 -msgid "Data Format" -msgstr "" - -#: plugins/cheatfind/init.lua:602 -msgid "Undo last search -- #" -msgstr "" - -#: plugins/cheatfind/init.lua:606 -msgid "Match block" -msgstr "" - -#: plugins/cheatfind/init.lua:609 -msgid "All" -msgstr "" - -#: plugins/cheatfind/init.lua:660 -#, lua-format -msgid "Test cheat at addr %08X" -msgstr "" - -#: plugins/cheatfind/init.lua:692 -msgid "Cheat engine not available" -msgstr "" - -#: plugins/cheatfind/init.lua:741 -msgid "Test" -msgstr "" - -#: plugins/cheatfind/init.lua:741 -msgid "Write" -msgstr "" - -#: plugins/cheatfind/init.lua:741 -msgid "Watch" -msgstr "" - -#: plugins/cheatfind/init.lua:758 -msgid "Page" -msgstr "" - -#: plugins/cheatfind/init.lua:776 -msgid "Clear Watches" -msgstr "" - -#: plugins/cheatfind/init.lua:786 -msgid "Cheat Finder" -msgstr "" - -#: plugins/data/data_command.lua:19 -msgid "Command" -msgstr "Komut" - -#: plugins/data/data_gameinit.lua:16 -msgid "Gameinit" +#: src/frontend/mame/ui/info.cpp:536 +msgid "[empty]" msgstr "" -#: plugins/data/data_hiscore.lua:770 plugins/data/data_hiscore.lua:818 -msgid "High Scores" -msgstr "Yüksek Skorlar" - -#: plugins/data/data_history.lua:15 -msgid "History" -msgstr "Tarihçe" - -#: plugins/data/data_mameinfo.lua:18 plugins/data/data_messinfo.lua:19 +#: src/frontend/mame/ui/cheatopt.cpp:92 plugins/cheat/init.lua:601 +#, c-format, lua-format msgid "" -"\n" -"\n" -"--- DRIVER INFO ---\n" -"Driver: " -msgstr "" - -#: plugins/data/data_mameinfo.lua:20 -msgid "MAMEinfo" -msgstr "" - -#: plugins/data/data_marp.lua:129 -msgid "MARPScore" -msgstr "" - -#: plugins/data/data_messinfo.lua:21 -msgid "MESSinfo" -msgstr "" - -#: plugins/data/data_story.lua:22 -msgid "Mamescore" -msgstr "" - -#: plugins/data/data_sysinfo.lua:15 -msgid "Sysinfo" -msgstr "" - -#: plugins/timer/init.lua:94 -msgid "Current time" -msgstr "" - -#: plugins/timer/init.lua:96 -msgid "Total time" -msgstr "" - -#: plugins/timer/init.lua:98 -msgid "Play Count" +"Cheat Comment:\n" +"%s" msgstr "" -#: plugins/timer/init.lua:106 -msgid "Timer" +#: src/frontend/mame/ui/cheatopt.cpp:105 +msgid "All cheats reloaded" msgstr "" -#: src/frontend/mame/ui/auditmenu.cpp:96 -#, c-format -msgid "Audit ROMs for %1$u machines marked unavailable?" +#: src/frontend/mame/ui/cheatopt.cpp:136 +msgid "Autofire Settings" msgstr "" -#: src/frontend/mame/ui/auditmenu.cpp:99 -#, c-format -msgid "Audit ROMs for all %1$u machines?" +#: src/frontend/mame/ui/cheatopt.cpp:157 plugins/cheat/init.lua:529 +msgid "Reset All" msgstr "" -#: src/frontend/mame/ui/auditmenu.cpp:104 -#, c-format -msgid "(results will be saved to %1$s)" -msgstr "(sonuçlar %1$s 'a kaydedilecek)" - -#: src/frontend/mame/ui/auditmenu.cpp:130 -#, c-format -msgid "" -"Auditing ROMs for machine %2$u of %3$u...\n" -"%1$s" +#: src/frontend/mame/ui/cheatopt.cpp:160 plugins/cheat/init.lua:530 +msgid "Reload All" msgstr "" -#: src/frontend/mame/ui/auditmenu.cpp:142 -msgid "Start Audit" -msgstr "Denetlemeyi Başlat" - -#: src/frontend/mame/ui/barcode.cpp:74 -msgid "New Barcode:" -msgstr "Yeni Barkod:" - -#: src/frontend/mame/ui/barcode.cpp:78 -msgid "Enter Code" -msgstr "Kod Girin" - -#: src/frontend/mame/ui/barcode.cpp:119 -msgid "Barcode length invalid!" +#: src/frontend/mame/ui/cheatopt.cpp:273 +msgid "Autofire Status" msgstr "" -#: src/frontend/mame/ui/cheatopt.cpp:92 -#, c-format -msgid "" -"Cheat Comment:\n" -"%s" +#: src/frontend/mame/ui/cheatopt.cpp:273 src/frontend/mame/ui/videoopt.cpp:208 +#: src/frontend/mame/ui/videoopt.cpp:212 src/frontend/mame/ui/videoopt.cpp:216 +#: src/frontend/mame/ui/videoopt.cpp:220 src/frontend/mame/ui/videoopt.cpp:224 +#: src/frontend/mame/ui/ui.cpp:1246 +msgid "Disabled" msgstr "" -#: src/frontend/mame/ui/cheatopt.cpp:105 -msgid "All cheats reloaded" +#: src/frontend/mame/ui/cheatopt.cpp:273 src/frontend/mame/ui/videoopt.cpp:208 +#: src/frontend/mame/ui/videoopt.cpp:212 src/frontend/mame/ui/videoopt.cpp:216 +#: src/frontend/mame/ui/videoopt.cpp:220 src/frontend/mame/ui/videoopt.cpp:224 +#: src/frontend/mame/ui/ui.cpp:1246 +msgid "Enabled" msgstr "" -#: src/frontend/mame/ui/cheatopt.cpp:136 -msgid "Autofire Settings" +#: src/frontend/mame/ui/cheatopt.cpp:299 src/frontend/mame/ui/cheatopt.cpp:305 +#: src/frontend/mame/ui/menu.cpp:736 src/frontend/mame/ui/miscmenu.cpp:894 +#: src/frontend/mame/ui/sndmenu.cpp:135 src/frontend/mame/ui/sndmenu.cpp:137 +#: plugins/cheat/init.lua:499 plugins/cheatfind/init.lua:589 +msgid "On" msgstr "" -#: src/frontend/mame/ui/cheatopt.cpp:273 -msgid "Autofire Status" +#: src/frontend/mame/ui/cheatopt.cpp:299 src/frontend/mame/ui/cheatopt.cpp:305 +#: src/frontend/mame/ui/menu.cpp:739 src/frontend/mame/ui/miscmenu.cpp:894 +#: src/frontend/mame/ui/sndmenu.cpp:135 src/frontend/mame/ui/sndmenu.cpp:137 +#: plugins/cheat/init.lua:502 plugins/cheat/init.lua:511 +#: plugins/cheatfind/init.lua:586 +msgid "Off" msgstr "" #: src/frontend/mame/ui/cheatopt.cpp:316 @@ -644,589 +560,929 @@ msgstr "Sarı" msgid "Violet" msgstr "Mor" -#: src/frontend/mame/ui/datmenu.cpp:80 -msgid "Software Usage" -msgstr "Yazılım Kullanımı" +#: src/frontend/mame/ui/state.cpp:388 +msgid "Load State" +msgstr "Durumu yükle" -#: src/frontend/mame/ui/datmenu.cpp:362 -msgid "Revision: " -msgstr "" +#: src/frontend/mame/ui/state.cpp:388 +msgid "Select position to load from" +msgstr "Yüklenecek konumu seçin" -#: src/frontend/mame/ui/dirmenu.cpp:35 -msgid "ROMs" -msgstr "ROMlar" +#: src/frontend/mame/ui/state.cpp:412 +msgid "Save State" +msgstr "Durumu kaydet" -#: src/frontend/mame/ui/dirmenu.cpp:36 -msgid "Software Media" -msgstr "" +#: src/frontend/mame/ui/state.cpp:412 +msgid "Select position to save to" +msgstr "Kaydedilecek konumu seçin" -#: src/frontend/mame/ui/dirmenu.cpp:37 -msgid "UI" +#: src/frontend/mame/ui/tapectrl.cpp:85 +msgid "stopped" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:39 -msgid "Samples" +#: src/frontend/mame/ui/tapectrl.cpp:87 +msgid "playing" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:40 -msgid "DATs" -msgstr "DATlar" - -#: src/frontend/mame/ui/dirmenu.cpp:41 -msgid "INIs" -msgstr "INIler" - -#: src/frontend/mame/ui/dirmenu.cpp:42 -msgid "Category INIs" -msgstr "Kategori INIleri" - -#: src/frontend/mame/ui/dirmenu.cpp:43 -msgid "Icons" -msgstr "Simgeler" - -#: src/frontend/mame/ui/dirmenu.cpp:44 src/frontend/mame/ui/submenu.cpp:25 -msgid "Cheats" -msgstr "Hileler" - -#: src/frontend/mame/ui/dirmenu.cpp:45 src/frontend/mame/ui/selmenu.cpp:49 -msgid "Snapshots" -msgstr "Ekran Görüntüleri" - -#: src/frontend/mame/ui/dirmenu.cpp:46 src/frontend/mame/ui/selmenu.cpp:50 -msgid "Cabinets" +#: src/frontend/mame/ui/tapectrl.cpp:87 +msgid "(playing)" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:47 src/frontend/mame/ui/selmenu.cpp:53 -msgid "Flyers" +#: src/frontend/mame/ui/tapectrl.cpp:88 +msgid "recording" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:48 src/frontend/mame/ui/selmenu.cpp:54 -msgid "Titles" +#: src/frontend/mame/ui/tapectrl.cpp:88 +msgid "(recording)" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:49 src/frontend/mame/ui/selmenu.cpp:55 -msgid "Ends" -msgstr "Sonlar" - -#: src/frontend/mame/ui/dirmenu.cpp:50 src/frontend/mame/ui/selmenu.cpp:52 -msgid "PCBs" +#: src/frontend/mame/ui/tapectrl.cpp:95 +msgid "Pause/Stop" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:51 src/frontend/mame/ui/selmenu.cpp:64 -#: src/frontend/mame/ui/videoopt.cpp:224 -msgid "Marquees" +#: src/frontend/mame/ui/tapectrl.cpp:98 +msgid "Play" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:52 -msgid "Controls Panels" +#: src/frontend/mame/ui/tapectrl.cpp:101 +msgid "Record" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:53 -msgid "Crosshairs" +#: src/frontend/mame/ui/tapectrl.cpp:104 +msgid "Rewind" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:54 -msgid "Artworks" +#: src/frontend/mame/ui/tapectrl.cpp:107 +msgid "Fast Forward" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:55 src/frontend/mame/ui/selmenu.cpp:57 -msgid "Bosses" +#: src/frontend/mame/ui/utils.cpp:57 src/frontend/mame/ui/utils.cpp:81 +msgid "Unfiltered" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:56 -msgid "Artworks Preview" +#: src/frontend/mame/ui/utils.cpp:58 src/frontend/mame/ui/utils.cpp:82 +msgid "Available" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:57 src/frontend/mame/ui/selmenu.cpp:63 -msgid "Select" +#: src/frontend/mame/ui/utils.cpp:59 src/frontend/mame/ui/utils.cpp:83 +msgid "Unavailable" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:58 -msgid "GameOver" +#: src/frontend/mame/ui/utils.cpp:60 +msgid "Working" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:59 src/frontend/mame/ui/selmenu.cpp:61 -msgid "HowTo" +#: src/frontend/mame/ui/utils.cpp:61 +msgid "Not Working" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:60 src/frontend/mame/ui/selmenu.cpp:58 -msgid "Logos" +#: src/frontend/mame/ui/utils.cpp:62 +msgid "Mechanical" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:61 src/frontend/mame/ui/selmenu.cpp:62 -msgid "Scores" +#: src/frontend/mame/ui/utils.cpp:63 +msgid "Not Mechanical" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:62 src/frontend/mame/ui/selmenu.cpp:59 -msgid "Versus" +#: src/frontend/mame/ui/utils.cpp:64 +msgid "Category" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:63 src/frontend/mame/ui/selmenu.cpp:65 -msgid "Covers" +#: src/frontend/mame/ui/utils.cpp:65 +msgid "Favorites" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:116 -msgid "Folders Setup" +#: src/frontend/mame/ui/utils.cpp:66 src/frontend/mame/ui/miscmenu.cpp:759 +msgid "BIOS" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:167 -#, c-format -msgid "Current %1$s Folders" +#: src/frontend/mame/ui/utils.cpp:67 +msgid "Not BIOS" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:179 -msgid "Change Folder" +#: src/frontend/mame/ui/utils.cpp:68 src/frontend/mame/ui/utils.cpp:84 +msgid "Parents" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:179 -msgid "Add Folder" +#: src/frontend/mame/ui/utils.cpp:69 src/frontend/mame/ui/utils.cpp:85 +msgid "Clones" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:182 -msgid "Remove Folder" +#: src/frontend/mame/ui/utils.cpp:70 +msgid "Manufacturer" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:418 -#, c-format -msgid "Change %1$s Folder - Search: %2$s_" +#: src/frontend/mame/ui/utils.cpp:71 src/frontend/mame/ui/utils.cpp:86 +msgid "Year" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:418 -#, c-format -msgid "Add %1$s Folder - Search: %2$s_" +#: src/frontend/mame/ui/utils.cpp:72 +msgid "Save Supported" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:429 -msgid "Press TAB to set" +#: src/frontend/mame/ui/utils.cpp:73 +msgid "Save Unsupported" msgstr "" -#: src/frontend/mame/ui/dirmenu.cpp:513 -#, c-format -msgid "Remove %1$s Folder" +#: src/frontend/mame/ui/utils.cpp:74 +msgid "CHD Required" msgstr "" -#: src/frontend/mame/ui/filecreate.cpp:79 -msgid "File Already Exists - Override?" +#: src/frontend/mame/ui/utils.cpp:75 +msgid "No CHD Required" msgstr "" -#: src/frontend/mame/ui/filecreate.cpp:81 src/frontend/mame/ui/selgame.cpp:945 -#: src/frontend/mame/ui/selgame.cpp:946 src/frontend/mame/ui/selgame.cpp:947 -#: src/frontend/mame/ui/selgame.cpp:948 src/frontend/mame/ui/selgame.cpp:949 -#: src/frontend/mame/ui/selgame.cpp:950 src/frontend/mame/ui/selgame.cpp:960 -#: src/frontend/mame/ui/utils.cpp:1047 -msgid "No" +#: src/frontend/mame/ui/utils.cpp:76 +msgid "Vertical Screen" msgstr "" -#: src/frontend/mame/ui/filecreate.cpp:82 src/frontend/mame/ui/selgame.cpp:945 -#: src/frontend/mame/ui/selgame.cpp:946 src/frontend/mame/ui/selgame.cpp:947 -#: src/frontend/mame/ui/selgame.cpp:948 src/frontend/mame/ui/selgame.cpp:949 -#: src/frontend/mame/ui/selgame.cpp:950 src/frontend/mame/ui/selgame.cpp:960 -#: src/frontend/mame/ui/utils.cpp:1047 -msgid "Yes" +#: src/frontend/mame/ui/utils.cpp:77 +msgid "Horizontal Screen" msgstr "" -#: src/frontend/mame/ui/filecreate.cpp:171 -msgid "New Image Name:" +#: src/frontend/mame/ui/utils.cpp:78 src/frontend/mame/ui/utils.cpp:94 +msgid "Custom Filter" msgstr "" -#: src/frontend/mame/ui/filecreate.cpp:177 -msgid "Image Format:" +#: src/frontend/mame/ui/utils.cpp:87 +msgid "Publisher" msgstr "" -#: src/frontend/mame/ui/filecreate.cpp:183 -msgid "Create" -msgstr "Oluştur" - -#: src/frontend/mame/ui/filecreate.cpp:214 -msgid "Please enter a file extension too" +#: src/frontend/mame/ui/utils.cpp:88 +msgid "Supported" msgstr "" -#: src/frontend/mame/ui/filecreate.cpp:266 -msgid "Select image format" +#: src/frontend/mame/ui/utils.cpp:89 +msgid "Partially Supported" msgstr "" -#: src/frontend/mame/ui/filesel.cpp:257 src/frontend/mame/ui/slotopt.cpp:220 -#: src/frontend/mame/ui/swlist.cpp:83 -msgid "[empty slot]" +#: src/frontend/mame/ui/utils.cpp:90 +msgid "Unsupported" msgstr "" -#: src/frontend/mame/ui/filesel.cpp:261 -msgid "[create]" -msgstr "[oluştur]" - -#: src/frontend/mame/ui/filesel.cpp:265 src/frontend/mame/ui/swlist.cpp:94 -msgid "[software list]" -msgstr "[yazılım listesi]" - -#: src/frontend/mame/ui/filesel.cpp:525 -msgid "Select access mode" -msgstr "Erişim tipini seçin" - -#: src/frontend/mame/ui/filesel.cpp:526 -msgid "Read-only" -msgstr "Salt-okunur" - -#: src/frontend/mame/ui/filesel.cpp:528 -msgid "Read-write" -msgstr "Salt-yazılır" - -#: src/frontend/mame/ui/filesel.cpp:529 -msgid "Read this image, write to another image" +#: src/frontend/mame/ui/utils.cpp:91 +msgid "Release Region" msgstr "" -#: src/frontend/mame/ui/filesel.cpp:530 -msgid "Read this image, write to diff" +#: src/frontend/mame/ui/utils.cpp:92 +msgid "Device Type" msgstr "" -#: src/frontend/mame/ui/imgcntrl.cpp:116 -msgid "Cannot save over directory" +#: src/frontend/mame/ui/utils.cpp:93 +msgid "Software List" msgstr "" -#: src/frontend/mame/ui/imgcntrl.cpp:149 -msgid "" -"The software selected is missing one or more required ROM or CHD images. " -"Please select a different one." +#: src/frontend/mame/ui/utils.cpp:244 +msgid "" msgstr "" -#: src/frontend/mame/ui/info.cpp:30 -msgid "protection" +#: src/frontend/mame/ui/utils.cpp:352 +msgid "Select custom filters:" msgstr "" -#: src/frontend/mame/ui/info.cpp:31 -msgid "color palette" +#: src/frontend/mame/ui/utils.cpp:503 +#, c-format +msgid "Filter %1$u" msgstr "" -#: src/frontend/mame/ui/info.cpp:32 -msgid "graphics" +#: src/frontend/mame/ui/utils.cpp:518 +msgid "Remove last filter" msgstr "" -#: src/frontend/mame/ui/info.cpp:33 -msgid "sound" +#: src/frontend/mame/ui/utils.cpp:520 +msgid "Add filter" msgstr "" -#: src/frontend/mame/ui/info.cpp:34 -msgid "controls" +#: src/frontend/mame/ui/utils.cpp:959 +msgid "Select category:" msgstr "" -#: src/frontend/mame/ui/info.cpp:35 -msgid "keyboard" +#: src/frontend/mame/ui/utils.cpp:990 +msgid "[no category INI files]" msgstr "" -#: src/frontend/mame/ui/info.cpp:36 -msgid "mouse" +#: src/frontend/mame/ui/utils.cpp:998 +msgid "[no groups in INI file]" msgstr "" -#: src/frontend/mame/ui/info.cpp:37 -msgid "microphone" +#: src/frontend/mame/ui/utils.cpp:1032 +msgid "No category INI files found" msgstr "" -#: src/frontend/mame/ui/info.cpp:38 -msgid "camera" +#: src/frontend/mame/ui/utils.cpp:1037 +msgid "File" msgstr "" -#: src/frontend/mame/ui/info.cpp:39 -msgid "disk" +#: src/frontend/mame/ui/utils.cpp:1041 +msgid "No groups found in category file" msgstr "" -#: src/frontend/mame/ui/info.cpp:40 -msgid "printer" +#: src/frontend/mame/ui/utils.cpp:1046 +msgid "Group" msgstr "" -#: src/frontend/mame/ui/info.cpp:41 -msgid "LAN" +#: src/frontend/mame/ui/utils.cpp:1047 +msgid "Include clones" msgstr "" -#: src/frontend/mame/ui/info.cpp:42 -msgid "WAN" +#: src/frontend/mame/ui/utils.cpp:1047 src/frontend/mame/ui/filecreate.cpp:82 +msgid "Yes" msgstr "" -#: src/frontend/mame/ui/info.cpp:43 -msgid "timing" +#: src/frontend/mame/ui/utils.cpp:1047 src/frontend/mame/ui/filecreate.cpp:81 +msgid "No" msgstr "" -#: src/frontend/mame/ui/info.cpp:180 +#: src/frontend/mame/ui/simpleselgame.cpp:149 msgid "" -"One or more ROMs/CHDs for this machine are incorrect. The machine may not " -"run correctly.\n" +"The selected game is missing one or more required ROM or CHD images. Please " +"select a different game.\n" +"\n" +"Press any key to continue." msgstr "" -#: src/frontend/mame/ui/info.cpp:190 +#: src/frontend/mame/ui/simpleselgame.cpp:241 +#, c-format msgid "" -"There are known problems with this machine\n" +"No machines found. Please check the rompath specified in the %1$s.ini file.\n" "\n" +"If this is your first time using %2$s, please see the config.txt file in the " +"docs directory for information on configuring %2$s." msgstr "" -#: src/frontend/mame/ui/info.cpp:195 -msgid "" -"One or more ROMs/CHDs for this machine have not been correctly dumped.\n" +#: src/frontend/mame/ui/simpleselgame.cpp:271 +#: src/frontend/mame/ui/selgame.cpp:440 +msgid "Configure Options" msgstr "" -#: src/frontend/mame/ui/info.cpp:200 -msgid "Completely unemulated features: " +#: src/frontend/mame/ui/simpleselgame.cpp:292 +#, c-format +msgid "Type name or select: %1$s_" +msgstr "İsim girin veya seçin: %1$s_" + +#: src/frontend/mame/ui/simpleselgame.cpp:294 +msgid "Type name or select: (random)" msgstr "" -#: src/frontend/mame/ui/info.cpp:206 src/frontend/mame/ui/info.cpp:222 +#: src/frontend/mame/ui/simpleselgame.cpp:308 +#: src/frontend/mame/ui/selsoft.cpp:564 src/frontend/mame/ui/selsoft.cpp:571 #, c-format -msgid "%s" +msgid "%1$-.100s" msgstr "" -#: src/frontend/mame/ui/info.cpp:206 src/frontend/mame/ui/info.cpp:222 -#: src/frontend/mame/ui/info.cpp:267 +#: src/frontend/mame/ui/simpleselgame.cpp:311 +#: src/frontend/mame/ui/selmenu.cpp:570 src/frontend/mame/ui/selmenu.cpp:606 #, c-format -msgid ", %s" +msgid "%1$s, %2$-.100s" msgstr "" -#: src/frontend/mame/ui/info.cpp:216 -msgid "Imperfectly emulated features: " +#: src/frontend/mame/ui/simpleselgame.cpp:314 +#, c-format +msgid "Driver: %1$-.100s" msgstr "" -#: src/frontend/mame/ui/info.cpp:231 -msgid "Screen flipping in cocktail mode is not supported.\n" +#: src/frontend/mame/ui/simpleselgame.cpp:330 +#: src/frontend/mame/ui/selmenu.cpp:619 +msgid "Overall: NOT WORKING" +msgstr "Genel olarak: ÇALIŞMIYOR" + +#: src/frontend/mame/ui/simpleselgame.cpp:332 +#: src/frontend/mame/ui/selmenu.cpp:621 +msgid "Overall: Unemulated Protection" +msgstr "Genel olarak: Uygulanmamış Koruma" + +#: src/frontend/mame/ui/simpleselgame.cpp:334 +#: src/frontend/mame/ui/selmenu.cpp:623 +msgid "Overall: Working" +msgstr "Genel olarak: Çalışıyor" + +#: src/frontend/mame/ui/simpleselgame.cpp:338 +#: src/frontend/mame/ui/selmenu.cpp:627 +msgid "Graphics: Unimplemented, " +msgstr "Grafik: Uygulanmamış" + +#: src/frontend/mame/ui/simpleselgame.cpp:340 +#: src/frontend/mame/ui/selmenu.cpp:629 +msgid "Graphics: Imperfect, " +msgstr "Grafik: Kusurlu" + +#: src/frontend/mame/ui/simpleselgame.cpp:342 +#: src/frontend/mame/ui/selmenu.cpp:631 +msgid "Graphics: OK, " +msgstr "Grafik: Tamam" + +#: src/frontend/mame/ui/simpleselgame.cpp:345 +#: src/frontend/mame/ui/selmenu.cpp:634 +msgid "Sound: None" +msgstr "Ses: Yok" + +#: src/frontend/mame/ui/simpleselgame.cpp:347 +#: src/frontend/mame/ui/selmenu.cpp:636 +msgid "Sound: Unimplemented" +msgstr "Ses: Uygulanmamış" + +#: src/frontend/mame/ui/simpleselgame.cpp:349 +#: src/frontend/mame/ui/selmenu.cpp:638 +msgid "Sound: Imperfect" +msgstr "Ses: Kusurlu" + +#: src/frontend/mame/ui/simpleselgame.cpp:351 +#: src/frontend/mame/ui/selmenu.cpp:640 +msgid "Sound: OK" +msgstr "Ses: Tamam" + +#: src/frontend/mame/ui/inputmap.cpp:53 +msgid "User Interface" +msgstr "" + +#: src/frontend/mame/ui/inputmap.cpp:59 +msgid "Other Controls" +msgstr "" + +#: src/frontend/mame/ui/menu.cpp:294 +msgid "Return to Machine" +msgstr "Makineye Dön" + +#: src/frontend/mame/ui/menu.cpp:299 src/frontend/mame/ui/menu.cpp:301 +msgid "Exit" +msgstr "Çıkış" + +#: src/frontend/mame/ui/menu.cpp:306 src/frontend/mame/ui/menu.cpp:308 +msgid "Return to Previous Menu" +msgstr "Önceki Menüye Dön" + +#: src/frontend/mame/ui/menu.cpp:742 +msgid "Auto" +msgstr "Oto" + +#: src/frontend/mame/ui/swlist.cpp:88 +msgid "[file manager]" +msgstr "" + +#: src/frontend/mame/ui/swlist.cpp:228 +msgid "Switch Item Ordering" +msgstr "" + +#: src/frontend/mame/ui/swlist.cpp:259 +#, c-format +msgid "Switched Order: entries now ordered by %s" +msgstr "" + +#: src/frontend/mame/ui/swlist.cpp:259 +msgid "shortname" +msgstr "" + +#: src/frontend/mame/ui/swlist.cpp:259 +msgid "description" +msgstr "" + +#: src/frontend/mame/ui/swlist.cpp:389 +msgid "[compatible lists]" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:56 +#, c-format +msgid "Screen #%d" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:204 src/frontend/mame/ui/submenu.cpp:48 +msgid "Rotate" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:208 +msgid "Backdrops" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:212 +msgid "Overlays" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:216 +msgid "Bezels" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:220 +msgid "CPanels" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:224 src/frontend/mame/ui/dirmenu.cpp:51 +#: src/frontend/mame/ui/selmenu.cpp:64 +msgid "Marquees" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:228 +msgid "View" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:228 +msgid "Cropped" +msgstr "" + +#: src/frontend/mame/ui/videoopt.cpp:228 +msgid "Full" +msgstr "" + +#: src/frontend/mame/ui/filecreate.cpp:79 +msgid "File Already Exists - Override?" +msgstr "" + +#: src/frontend/mame/ui/filecreate.cpp:171 +msgid "New Image Name:" +msgstr "" + +#: src/frontend/mame/ui/filecreate.cpp:177 +msgid "Image Format:" +msgstr "" + +#: src/frontend/mame/ui/filecreate.cpp:183 +msgid "Create" +msgstr "Oluştur" + +#: src/frontend/mame/ui/filecreate.cpp:214 +msgid "Please enter a file extension too" +msgstr "" + +#: src/frontend/mame/ui/filecreate.cpp:266 +msgid "Select image format" +msgstr "" + +#: src/frontend/mame/ui/barcode.cpp:74 +msgid "New Barcode:" +msgstr "Yeni Barkod:" + +#: src/frontend/mame/ui/barcode.cpp:78 +msgid "Enter Code" +msgstr "Kod Girin" + +#: src/frontend/mame/ui/barcode.cpp:119 +msgid "Barcode length invalid!" +msgstr "" + +#: src/frontend/mame/ui/selector.cpp:116 +msgid "Selection List - Search: " +msgstr "" + +#: src/frontend/mame/ui/selector.cpp:124 +#, c-format +msgid "Double click or press %1$s to select" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:313 src/frontend/mame/ui/selsoft.cpp:211 +#, c-format +msgid "" +"%s\n" +" added to favorites list." +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:318 src/frontend/mame/ui/selgame.cpp:324 +#: src/frontend/mame/ui/selsoft.cpp:216 +#, c-format +msgid "" +"%s\n" +" removed from favorites list." +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:441 +msgid "Configure Machine" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:445 src/frontend/mame/ui/miscmenu.cpp:908 +msgid "Plugins" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:853 +#, c-format +msgid "Romset\t%1$-.100s\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:854 +#, c-format +msgid "Year\t%1$s\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:855 +#, c-format +msgid "Manufacturer\t%1$-.100s\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:859 +#, c-format +msgid "Driver is Clone of\t%1$-.100s\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:861 +msgid "Driver is Parent\t\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:864 +msgid "Analog Controls\tYes\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:866 +msgid "Keyboard Inputs\tYes\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:869 +msgid "Overall\tNOT WORKING\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:871 +msgid "Overall\tUnemulated Protection\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:873 +msgid "Overall\tWorking\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:876 +msgid "Graphics\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:878 +msgid "Graphics\tWrong Colors\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:880 +msgid "Graphics\tImperfect Colors\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:882 +msgid "Graphics\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:884 +msgid "Graphics\tOK\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:887 +msgid "Sound\tNone\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:889 +msgid "Sound\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:891 +msgid "Sound\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:893 +msgid "Sound\tOK\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:896 +msgid "Controls\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:898 +msgid "Controls\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:901 +msgid "Keyboard\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:903 +msgid "Keyboard\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:906 +msgid "Mouse\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:908 +msgid "Mouse\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:911 +msgid "Microphone\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:913 +msgid "Microphone\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:916 +msgid "Camera\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:918 +msgid "Camera\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:921 +msgid "Disk\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:923 +msgid "Disk\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:926 +msgid "Printer\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:928 +msgid "Printer\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:931 +msgid "LAN\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:933 +msgid "LAN\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:936 +msgid "WAN\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:938 +msgid "WAN\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:941 +msgid "Timing\tUnimplemented\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:943 +msgid "Timing\tImperfect\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:945 +msgid "Mechanical Machine\tYes\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:945 +msgid "Mechanical Machine\tNo\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:946 +msgid "Requires Artwork\tYes\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:946 +msgid "Requires Artwork\tNo\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:947 +msgid "Requires Clickable Artwork\tYes\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:233 -msgid "This machine requires external artwork files.\n" +#: src/frontend/mame/ui/selgame.cpp:947 +msgid "Requires Clickable Artwork\tNo\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:235 -msgid "" -"This machine was never completed. It may exhibit strange behavior or missing " -"elements that are not bugs in the emulation.\n" +#: src/frontend/mame/ui/selgame.cpp:948 +msgid "Support Cocktail\tYes\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:237 -msgid "" -"This machine has no sound hardware, MAME will produce no sounds, this is " -"expected behaviour.\n" +#: src/frontend/mame/ui/selgame.cpp:948 +msgid "Support Cocktail\tNo\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:241 -msgid "" -"\n" -"THIS MACHINE DOESN'T WORK. The emulation for this machine is not yet " -"complete. There is nothing you can do to fix this problem except wait for " -"the developers to improve the emulation.\n" +#: src/frontend/mame/ui/selgame.cpp:949 +msgid "Driver is BIOS\tYes\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:243 -msgid "" -"\n" -"Elements of this machine cannot be emulated as they requires physical " -"interaction or consist of mechanical devices. It is not possible to fully " -"experience this machine.\n" +#: src/frontend/mame/ui/selgame.cpp:949 +msgid "Driver is BIOS\tNo\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:265 -#, c-format -msgid "" -"\n" -"\n" -"There are working clones of this machine: %s" +#: src/frontend/mame/ui/selgame.cpp:950 +msgid "Support Save\tYes\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:278 -msgid "" -"\n" -"\n" -"Press any key to continue" +#: src/frontend/mame/ui/selgame.cpp:950 +msgid "Support Save\tNo\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:293 -#, c-format -msgid "" -"%1$s\n" -"%2$s %3$s\n" -"Driver: %4$s\n" -"\n" -"CPU:\n" +#: src/frontend/mame/ui/selgame.cpp:951 +msgid "Screen Orientation\tVertical\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 -msgid "MHz" +#: src/frontend/mame/ui/selgame.cpp:951 +msgid "Screen Orientation\tHorizontal\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 -msgid "kHz" +#: src/frontend/mame/ui/selgame.cpp:961 +msgid "Requires CHD\tYes\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:342 -msgid "" -"\n" -"Sound:\n" +#: src/frontend/mame/ui/selgame.cpp:961 +msgid "Requires CHD\tNo\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:370 -msgid "" -"\n" -"Video:\n" +#: src/frontend/mame/ui/selgame.cpp:974 +msgid "ROM Audit Result\tOK\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:374 -msgid "None\n" +#: src/frontend/mame/ui/selgame.cpp:976 +msgid "ROM Audit Result\tBAD\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:381 -msgid "Vector" +#: src/frontend/mame/ui/selgame.cpp:979 +msgid "Samples Audit Result\tNone Needed\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:392 -#, c-format -msgid "%1$s: %2$s\n" +#: src/frontend/mame/ui/selgame.cpp:981 +msgid "Samples Audit Result\tOK\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:392 -msgid "%2$s\n" +#: src/frontend/mame/ui/selgame.cpp:983 +msgid "Samples Audit Result\tBAD\n" msgstr "" -#: src/frontend/mame/ui/info.cpp:438 +#: src/frontend/mame/ui/selgame.cpp:987 +msgid "" +"ROM Audit Disabled\t\n" +"Samples Audit Disabled\t\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:1171 #, c-format -msgid "Screen '%1$s'" +msgid "%1$s %2$s ( %3$d / %4$d machines (%5$d BIOS) )" msgstr "" -#: src/frontend/mame/ui/info.cpp:440 -msgid "Screen" +#: src/frontend/mame/ui/selgame.cpp:1187 src/frontend/mame/ui/selsoft.cpp:555 +#, c-format +msgid "%1$s: %2$s - Search: %3$s_" msgstr "" -#: src/frontend/mame/ui/info.cpp:525 -msgid "Not supported" +#: src/frontend/mame/ui/selgame.cpp:1189 src/frontend/mame/ui/selsoft.cpp:557 +#, c-format +msgid "Search: %1$s_" msgstr "" -#: src/frontend/mame/ui/info.cpp:528 -msgid "Partially supported" +#: src/frontend/mame/ui/selgame.cpp:1199 +#, c-format +msgid "Romset: %1$-.100s" msgstr "" -#: src/frontend/mame/ui/info.cpp:536 -msgid "[empty]" +#: src/frontend/mame/ui/selgame.cpp:1206 +#, c-format +msgid "System: %1$-.100s" msgstr "" -#: src/frontend/mame/ui/info_pty.cpp:30 src/frontend/mame/ui/mainmenu.cpp:99 -msgid "Pseudo terminals" +#: src/frontend/mame/ui/selgame.cpp:1243 +msgid "" +"The selected machine is missing one or more required ROM or CHD images. " +"Please select a different machine.\n" +"\n" msgstr "" -#: src/frontend/mame/ui/info_pty.cpp:39 -msgid "[failed]" +#: src/frontend/mame/ui/selgame.cpp:1249 src/frontend/mame/ui/selsoft.cpp:462 +msgid "Press any key to continue." msgstr "" -#: src/frontend/mame/ui/inputmap.cpp:53 -msgid "User Interface" +#: src/frontend/mame/ui/dirmenu.cpp:35 +msgid "ROMs" +msgstr "ROMlar" + +#: src/frontend/mame/ui/dirmenu.cpp:36 +msgid "Software Media" msgstr "" -#: src/frontend/mame/ui/inputmap.cpp:59 -msgid "Other Controls" +#: src/frontend/mame/ui/dirmenu.cpp:37 +msgid "UI" msgstr "" -#: src/frontend/mame/ui/inputmap.cpp:625 src/frontend/mame/ui/miscmenu.cpp:96 -#: src/frontend/mame/ui/slotopt.cpp:203 -msgid "Reset" +#: src/frontend/mame/ui/dirmenu.cpp:39 +msgid "Samples" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:60 -msgid "Input (general)" -msgstr "Girdi (genel)" +#: src/frontend/mame/ui/dirmenu.cpp:40 +msgid "DATs" +msgstr "DATlar" -#: src/frontend/mame/ui/mainmenu.cpp:62 -msgid "Input (this Machine)" -msgstr "Girdi (bu Makine)" +#: src/frontend/mame/ui/dirmenu.cpp:41 +msgid "INIs" +msgstr "INIler" -#: src/frontend/mame/ui/mainmenu.cpp:66 -msgid "Analog Controls" +#: src/frontend/mame/ui/dirmenu.cpp:42 +msgid "Category INIs" +msgstr "Kategori INIleri" + +#: src/frontend/mame/ui/dirmenu.cpp:43 +msgid "Icons" +msgstr "Simgeler" + +#: src/frontend/mame/ui/dirmenu.cpp:44 src/frontend/mame/ui/submenu.cpp:25 +msgid "Cheats" +msgstr "Hileler" + +#: src/frontend/mame/ui/dirmenu.cpp:45 src/frontend/mame/ui/selmenu.cpp:49 +msgid "Snapshots" +msgstr "Ekran Görüntüleri" + +#: src/frontend/mame/ui/dirmenu.cpp:46 src/frontend/mame/ui/selmenu.cpp:50 +msgid "Cabinets" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:68 -msgid "Dip Switches" +#: src/frontend/mame/ui/dirmenu.cpp:47 src/frontend/mame/ui/selmenu.cpp:53 +msgid "Flyers" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:71 -msgid "Machine Configuration" -msgstr "Makine Yapılandırması" +#: src/frontend/mame/ui/dirmenu.cpp:48 src/frontend/mame/ui/selmenu.cpp:54 +msgid "Titles" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:75 -msgid "Bookkeeping Info" +#: src/frontend/mame/ui/dirmenu.cpp:49 src/frontend/mame/ui/selmenu.cpp:55 +msgid "Ends" +msgstr "Sonlar" + +#: src/frontend/mame/ui/dirmenu.cpp:50 src/frontend/mame/ui/selmenu.cpp:52 +msgid "PCBs" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:78 -msgid "Machine Information" -msgstr "Makine Bilgisi" +#: src/frontend/mame/ui/dirmenu.cpp:52 +msgid "Controls Panels" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:85 -msgid "Image Information" -msgstr "İmaj Bilgisi" +#: src/frontend/mame/ui/dirmenu.cpp:53 +msgid "Crosshairs" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:88 -msgid "File Manager" -msgstr "Dosya Yöneticisi" +#: src/frontend/mame/ui/dirmenu.cpp:54 +msgid "Artworks" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:96 -msgid "Tape Control" +#: src/frontend/mame/ui/dirmenu.cpp:55 src/frontend/mame/ui/selmenu.cpp:57 +msgid "Bosses" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:102 -msgid "BIOS Selection" -msgstr "BIOS Seçimi" +#: src/frontend/mame/ui/dirmenu.cpp:56 +msgid "Artworks Preview" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:106 -msgid "Slot Devices" +#: src/frontend/mame/ui/dirmenu.cpp:57 src/frontend/mame/ui/selmenu.cpp:63 +msgid "Select" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:110 -msgid "Barcode Reader" +#: src/frontend/mame/ui/dirmenu.cpp:58 +msgid "GameOver" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:114 -msgid "Network Devices" +#: src/frontend/mame/ui/dirmenu.cpp:59 src/frontend/mame/ui/selmenu.cpp:61 +msgid "HowTo" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:118 -msgid "Keyboard Mode" -msgstr "Klavye Modu" +#: src/frontend/mame/ui/dirmenu.cpp:60 src/frontend/mame/ui/selmenu.cpp:58 +msgid "Logos" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:121 -msgid "Slider Controls" +#: src/frontend/mame/ui/dirmenu.cpp:61 src/frontend/mame/ui/selmenu.cpp:62 +msgid "Scores" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:124 src/frontend/mame/ui/submenu.cpp:99 -msgid "Video Options" -msgstr "Görüntü Seçenekleri" +#: src/frontend/mame/ui/dirmenu.cpp:62 src/frontend/mame/ui/selmenu.cpp:59 +msgid "Versus" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:128 -msgid "Crosshair Options" +#: src/frontend/mame/ui/dirmenu.cpp:63 src/frontend/mame/ui/selmenu.cpp:65 +msgid "Covers" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:135 -msgid "Plugin Options" +#: src/frontend/mame/ui/dirmenu.cpp:116 +msgid "Folders Setup" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:139 -msgid "External DAT View" +#: src/frontend/mame/ui/dirmenu.cpp:167 +#, c-format +msgid "Current %1$s Folders" msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:145 src/frontend/mame/ui/miscmenu.cpp:775 -msgid "Add To Favorites" -msgstr "Favorilere Ekle" +#: src/frontend/mame/ui/dirmenu.cpp:179 +msgid "Change Folder" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:147 src/frontend/mame/ui/miscmenu.cpp:777 -msgid "Remove From Favorites" -msgstr "Favorilerden kaldır" +#: src/frontend/mame/ui/dirmenu.cpp:179 +msgid "Add Folder" +msgstr "" -#: src/frontend/mame/ui/mainmenu.cpp:154 -msgid "Select New Machine" -msgstr "Yeni Makine Seçin" +#: src/frontend/mame/ui/dirmenu.cpp:182 +msgid "Remove Folder" +msgstr "" -#: src/frontend/mame/ui/menu.cpp:294 -msgid "Return to Machine" -msgstr "Makineye Dön" +#: src/frontend/mame/ui/dirmenu.cpp:418 +#, c-format +msgid "Change %1$s Folder - Search: %2$s_" +msgstr "" -#: src/frontend/mame/ui/menu.cpp:299 src/frontend/mame/ui/menu.cpp:301 -msgid "Exit" -msgstr "Çıkış" +#: src/frontend/mame/ui/dirmenu.cpp:418 +#, c-format +msgid "Add %1$s Folder - Search: %2$s_" +msgstr "" -#: src/frontend/mame/ui/menu.cpp:306 src/frontend/mame/ui/menu.cpp:308 -msgid "Return to Previous Menu" -msgstr "Önceki Menüye Dön" +#: src/frontend/mame/ui/dirmenu.cpp:429 +msgid "Press TAB to set" +msgstr "" -#: src/frontend/mame/ui/menu.cpp:742 -msgid "Auto" -msgstr "Oto" +#: src/frontend/mame/ui/dirmenu.cpp:513 +#, c-format +msgid "Remove %1$s Folder" +msgstr "" #: src/frontend/mame/ui/miscmenu.cpp:43 msgid "Keyboard Mode:" @@ -1311,10 +1567,6 @@ msgid "" "\n" msgstr "" -#: src/frontend/mame/ui/miscmenu.cpp:759 src/frontend/mame/ui/utils.cpp:66 -msgid "BIOS" -msgstr "" - #: src/frontend/mame/ui/miscmenu.cpp:763 msgid "Driver" msgstr "Sürücü" @@ -1323,6 +1575,14 @@ msgstr "Sürücü" msgid "This machine has no BIOS." msgstr "" +#: src/frontend/mame/ui/miscmenu.cpp:775 src/frontend/mame/ui/mainmenu.cpp:145 +msgid "Add To Favorites" +msgstr "Favorilere Ekle" + +#: src/frontend/mame/ui/miscmenu.cpp:777 src/frontend/mame/ui/mainmenu.cpp:147 +msgid "Remove From Favorites" +msgstr "Favorilerden kaldır" + #: src/frontend/mame/ui/miscmenu.cpp:780 msgid "Save machine configuration" msgstr "" @@ -1335,339 +1595,168 @@ msgstr "" msgid " (default)" msgstr " (varsayılan)" -#: src/frontend/mame/ui/miscmenu.cpp:908 src/frontend/mame/ui/selgame.cpp:445 -msgid "Plugins" -msgstr "" - -#: src/frontend/mame/ui/optsmenu.cpp:193 -msgid "Filter" -msgstr "" - -#: src/frontend/mame/ui/optsmenu.cpp:206 -msgid "Customize UI" -msgstr "" - -#: src/frontend/mame/ui/optsmenu.cpp:207 -msgid "Configure Directories" -msgstr "" - -#: src/frontend/mame/ui/optsmenu.cpp:210 src/frontend/mame/ui/sndmenu.cpp:149 -msgid "Sound Options" -msgstr "" - -#: src/frontend/mame/ui/optsmenu.cpp:213 -msgid "General Inputs" -msgstr "" - -#: src/frontend/mame/ui/optsmenu.cpp:216 -msgid "Save Configuration" -msgstr "" - -#: src/frontend/mame/ui/optsmenu.cpp:228 -msgid "Settings" -msgstr "" - -#: src/frontend/mame/ui/selector.cpp:116 -msgid "Selection List - Search: " -msgstr "" - -#: src/frontend/mame/ui/selector.cpp:124 -#, c-format -msgid "Double click or press %1$s to select" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:313 src/frontend/mame/ui/selsoft.cpp:211 -#, c-format -msgid "" -"%s\n" -" added to favorites list." +#: src/frontend/mame/ui/imgcntrl.cpp:116 +msgid "Cannot save over directory" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:318 src/frontend/mame/ui/selgame.cpp:324 -#: src/frontend/mame/ui/selsoft.cpp:216 -#, c-format +#: src/frontend/mame/ui/imgcntrl.cpp:149 msgid "" -"%s\n" -" removed from favorites list." -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:440 -#: src/frontend/mame/ui/simpleselgame.cpp:271 -msgid "Configure Options" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:441 -msgid "Configure Machine" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:853 -#, c-format -msgid "Romset\t%1$-.100s\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:854 -#, c-format -msgid "Year\t%1$s\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:855 -#, c-format -msgid "Manufacturer\t%1$-.100s\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:859 -#, c-format -msgid "Driver is Clone of\t%1$-.100s\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:861 -msgid "Driver is Parent\t\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:864 -msgid "Analog Controls\tYes\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:866 -msgid "Keyboard Inputs\tYes\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:869 -msgid "Overall\tNOT WORKING\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:871 -msgid "Overall\tUnemulated Protection\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:873 -msgid "Overall\tWorking\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:876 -msgid "Graphics\tUnimplemented\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:878 -msgid "Graphics\tWrong Colors\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:880 -msgid "Graphics\tImperfect Colors\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:882 -msgid "Graphics\tImperfect\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:884 -msgid "Graphics\tOK\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:887 -msgid "Sound\tNone\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:889 -msgid "Sound\tUnimplemented\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:891 -msgid "Sound\tImperfect\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:893 -msgid "Sound\tOK\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:896 -msgid "Controls\tUnimplemented\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:898 -msgid "Controls\tImperfect\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:901 -msgid "Keyboard\tUnimplemented\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:903 -msgid "Keyboard\tImperfect\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:906 -msgid "Mouse\tUnimplemented\n" -msgstr "" - -#: src/frontend/mame/ui/selgame.cpp:908 -msgid "Mouse\tImperfect\n" +"The software selected is missing one or more required ROM or CHD images. " +"Please select a different one." msgstr "" -#: src/frontend/mame/ui/selgame.cpp:911 -msgid "Microphone\tUnimplemented\n" +#: src/frontend/mame/ui/info_pty.cpp:30 src/frontend/mame/ui/mainmenu.cpp:99 +msgid "Pseudo terminals" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:913 -msgid "Microphone\tImperfect\n" +#: src/frontend/mame/ui/info_pty.cpp:39 +msgid "[failed]" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:916 -msgid "Camera\tUnimplemented\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:60 +msgid "Input (general)" +msgstr "Girdi (genel)" -#: src/frontend/mame/ui/selgame.cpp:918 -msgid "Camera\tImperfect\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:62 +msgid "Input (this Machine)" +msgstr "Girdi (bu Makine)" -#: src/frontend/mame/ui/selgame.cpp:921 -msgid "Disk\tUnimplemented\n" +#: src/frontend/mame/ui/mainmenu.cpp:66 +msgid "Analog Controls" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:923 -msgid "Disk\tImperfect\n" +#: src/frontend/mame/ui/mainmenu.cpp:68 +msgid "Dip Switches" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:926 -msgid "Printer\tUnimplemented\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:71 +msgid "Machine Configuration" +msgstr "Makine Yapılandırması" -#: src/frontend/mame/ui/selgame.cpp:928 -msgid "Printer\tImperfect\n" +#: src/frontend/mame/ui/mainmenu.cpp:75 +msgid "Bookkeeping Info" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:931 -msgid "LAN\tUnimplemented\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:78 +msgid "Machine Information" +msgstr "Makine Bilgisi" -#: src/frontend/mame/ui/selgame.cpp:933 -msgid "LAN\tImperfect\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:85 +msgid "Image Information" +msgstr "İmaj Bilgisi" -#: src/frontend/mame/ui/selgame.cpp:936 -msgid "WAN\tUnimplemented\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:88 +msgid "File Manager" +msgstr "Dosya Yöneticisi" -#: src/frontend/mame/ui/selgame.cpp:938 -msgid "WAN\tImperfect\n" +#: src/frontend/mame/ui/mainmenu.cpp:96 +msgid "Tape Control" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:941 -msgid "Timing\tUnimplemented\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:102 +msgid "BIOS Selection" +msgstr "BIOS Seçimi" -#: src/frontend/mame/ui/selgame.cpp:943 -msgid "Timing\tImperfect\n" +#: src/frontend/mame/ui/mainmenu.cpp:106 +msgid "Slot Devices" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:945 -#, c-format -msgid "Mechanical Machine\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:110 +msgid "Barcode Reader" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:946 -#, c-format -msgid "Requires Artwork\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:114 +msgid "Network Devices" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:947 -#, c-format -msgid "Requires Clickable Artwork\t%1$s\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:118 +msgid "Keyboard Mode" +msgstr "Klavye Modu" -#: src/frontend/mame/ui/selgame.cpp:948 -#, c-format -msgid "Support Cocktail\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:121 +msgid "Slider Controls" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:949 -#, c-format -msgid "Driver is BIOS\t%1$s\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:124 src/frontend/mame/ui/submenu.cpp:99 +msgid "Video Options" +msgstr "Görüntü Seçenekleri" -#: src/frontend/mame/ui/selgame.cpp:950 -#, c-format -msgid "Support Save\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:128 +msgid "Crosshair Options" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:951 -#, c-format -msgid "Screen Orientation\t%1$s\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:132 plugins/cheat/init.lua:683 +msgid "Cheat" +msgstr "Hile" -#: src/frontend/mame/ui/selgame.cpp:951 -msgid "Vertical" +#: src/frontend/mame/ui/mainmenu.cpp:135 +msgid "Plugin Options" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:951 -msgid "Horizontal" +#: src/frontend/mame/ui/mainmenu.cpp:139 +msgid "External DAT View" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:960 -#, c-format -msgid "Requires CHD\t%1$s\n" -msgstr "" +#: src/frontend/mame/ui/mainmenu.cpp:154 +msgid "Select New Machine" +msgstr "Yeni Makine Seçin" -#: src/frontend/mame/ui/selgame.cpp:973 -msgid "Roms Audit Pass\tOK\n" -msgstr "" +#: src/frontend/mame/ui/sndmenu.cpp:135 +msgid "Sound" +msgstr "Ses" -#: src/frontend/mame/ui/selgame.cpp:975 -msgid "Roms Audit Pass\tBAD\n" +#: src/frontend/mame/ui/sndmenu.cpp:136 +msgid "Sample Rate" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:978 -msgid "Samples Audit Pass\tNone Needed\n" +#: src/frontend/mame/ui/sndmenu.cpp:137 +msgid "Use External Samples" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:980 -msgid "Samples Audit Pass\tOK\n" +#: src/frontend/mame/ui/sndmenu.cpp:149 src/frontend/mame/ui/optsmenu.cpp:210 +msgid "Sound Options" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:982 -msgid "Samples Audit Pass\tBAD\n" -msgstr "" +#: src/frontend/mame/ui/viewgfx.cpp:406 +msgid " COLORS" +msgstr "RENKLER" -#: src/frontend/mame/ui/selgame.cpp:985 -msgid "" -"Roms Audit Pass\tDisabled\n" -"Samples Audit Pass\tDisabled\n" +#: src/frontend/mame/ui/viewgfx.cpp:406 +msgid " PENS" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:1168 +#: src/frontend/mame/ui/auditmenu.cpp:96 #, c-format -msgid "%1$s %2$s ( %3$d / %4$d machines (%5$d BIOS) )" +msgid "Audit ROMs for %1$u machines marked unavailable?" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:1184 src/frontend/mame/ui/selsoft.cpp:555 +#: src/frontend/mame/ui/auditmenu.cpp:99 #, c-format -msgid "%1$s: %2$s - Search: %3$s_" +msgid "Audit ROMs for all %1$u machines?" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:1186 src/frontend/mame/ui/selsoft.cpp:557 +#: src/frontend/mame/ui/auditmenu.cpp:104 #, c-format -msgid "Search: %1$s_" -msgstr "" +msgid "(results will be saved to %1$s)" +msgstr "(sonuçlar %1$s 'a kaydedilecek)" -#: src/frontend/mame/ui/selgame.cpp:1196 +#: src/frontend/mame/ui/auditmenu.cpp:130 #, c-format -msgid "Romset: %1$-.100s" +msgid "" +"Auditing ROMs for machine %2$u of %3$u...\n" +"%1$s" msgstr "" -#: src/frontend/mame/ui/selgame.cpp:1203 -#, c-format -msgid "System: %1$-.100s" -msgstr "" +#: src/frontend/mame/ui/auditmenu.cpp:142 +msgid "Start Audit" +msgstr "Denetlemeyi Başlat" -#: src/frontend/mame/ui/selgame.cpp:1240 -msgid "" -"The selected machine is missing one or more required ROM or CHD images. " -"Please select a different machine.\n" -"\n" -msgstr "" +#: src/frontend/mame/ui/datmenu.cpp:80 +msgid "Software Usage" +msgstr "Yazılım Kullanımı" -#: src/frontend/mame/ui/selgame.cpp:1246 src/frontend/mame/ui/selsoft.cpp:462 -msgid "Press any key to continue." +#: src/frontend/mame/ui/datmenu.cpp:362 +msgid "Revision: " msgstr "" #: src/frontend/mame/ui/selmenu.cpp:51 @@ -1698,221 +1787,65 @@ msgstr "" msgid "Software part selection:" msgstr "" -#: src/frontend/mame/ui/selmenu.cpp:343 -msgid "BIOS selection:" -msgstr "BIOS seçimi:" - -#: src/frontend/mame/ui/selmenu.cpp:570 src/frontend/mame/ui/selmenu.cpp:606 -#: src/frontend/mame/ui/simpleselgame.cpp:311 -#, c-format -msgid "%1$s, %2$-.100s" -msgstr "" - -#: src/frontend/mame/ui/selmenu.cpp:574 -#, c-format -msgid "Software is clone of: %1$-.100s" -msgstr "" - -#: src/frontend/mame/ui/selmenu.cpp:576 -msgid "Software is parent" -msgstr "" - -#: src/frontend/mame/ui/selmenu.cpp:581 -msgid "Supported: No" -msgstr "Destekleniyor: Hayır" - -#: src/frontend/mame/ui/selmenu.cpp:586 -msgid "Supported: Partial" -msgstr "Destekleniyor: Kısmen" - -#: src/frontend/mame/ui/selmenu.cpp:591 -msgid "Supported: Yes" -msgstr "Destekleniyor: Evet" - -#: src/frontend/mame/ui/selmenu.cpp:596 -#, c-format -msgid "romset: %1$-.100s" -msgstr "" - -#: src/frontend/mame/ui/selmenu.cpp:612 -#, c-format -msgid "Driver is clone of: %1$-.100s" -msgstr "" - -#: src/frontend/mame/ui/selmenu.cpp:614 -msgid "Driver is parent" -msgstr "" - -#: src/frontend/mame/ui/selmenu.cpp:619 -#: src/frontend/mame/ui/simpleselgame.cpp:330 -msgid "Overall: NOT WORKING" -msgstr "Genel olarak: ÇALIŞMIYOR" - -#: src/frontend/mame/ui/selmenu.cpp:621 -#: src/frontend/mame/ui/simpleselgame.cpp:332 -msgid "Overall: Unemulated Protection" -msgstr "Genel olarak: Uygulanmamış Koruma" - -#: src/frontend/mame/ui/selmenu.cpp:623 -#: src/frontend/mame/ui/simpleselgame.cpp:334 -msgid "Overall: Working" -msgstr "Genel olarak: Çalışıyor" - -#: src/frontend/mame/ui/selmenu.cpp:627 -msgid "Graphics: Unimplemented, " -msgstr "Grafik: Uygulanmamış" - -#: src/frontend/mame/ui/selmenu.cpp:629 -msgid "Graphics: Imperfect, " -msgstr "Grafik: Kusurlu" - -#: src/frontend/mame/ui/selmenu.cpp:631 -msgid "Graphics: OK, " -msgstr "Grafik: Tamam" - -#: src/frontend/mame/ui/selmenu.cpp:634 -msgid "Sound: None" -msgstr "Ses: Yok" - -#: src/frontend/mame/ui/selmenu.cpp:636 -msgid "Sound: Unimplemented" -msgstr "Ses: Uygulanmamış" - -#: src/frontend/mame/ui/selmenu.cpp:638 -msgid "Sound: Imperfect" -msgstr "Ses: Kusurlu" - -#: src/frontend/mame/ui/selmenu.cpp:640 -msgid "Sound: OK" -msgstr "Ses: Tamam" - -#: src/frontend/mame/ui/selmenu.cpp:650 -#, c-format -msgid "%1$s %2$s" -msgstr "" - -#: src/frontend/mame/ui/selmenu.cpp:1975 -msgid "Images" -msgstr "Görüntüler" - -#: src/frontend/mame/ui/selmenu.cpp:1976 -msgid "Infos" -msgstr "Bilgiler" - -#: src/frontend/mame/ui/selmenu.cpp:2454 -msgid "Usage" -msgstr "Kullanım" - -#: src/frontend/mame/ui/selmenu.cpp:2489 -msgid "General Info" -msgstr "Genel Bilgi" - -#: src/frontend/mame/ui/selsoft.cpp:456 -msgid "" -"The selected software is missing one or more required files. Please select a " -"different software.\n" -"\n" -msgstr "" - -#: src/frontend/mame/ui/selsoft.cpp:549 -#, c-format -msgid "%1$s %2$s ( %3$d / %4$d software packages )" -msgstr "" - -#: src/frontend/mame/ui/selsoft.cpp:550 -#, c-format -msgid "Driver: \"%1$s\" software list " -msgstr "" - -#: src/frontend/mame/ui/selsoft.cpp:564 src/frontend/mame/ui/selsoft.cpp:571 -#: src/frontend/mame/ui/simpleselgame.cpp:308 -#, c-format -msgid "%1$-.100s" -msgstr "" - -#: src/frontend/mame/ui/simpleselgame.cpp:149 -msgid "" -"The selected game is missing one or more required ROM or CHD images. Please " -"select a different game.\n" -"\n" -"Press any key to continue." -msgstr "" - -#: src/frontend/mame/ui/simpleselgame.cpp:241 -#, c-format -msgid "" -"No machines found. Please check the rompath specified in the %1$s.ini file.\n" -"\n" -"If this is your first time using %2$s, please see the config.txt file in the " -"docs directory for information on configuring %2$s." -msgstr "" - -#: src/frontend/mame/ui/simpleselgame.cpp:292 -#, c-format -msgid "Type name or select: %1$s_" -msgstr "İsim girin veya seçin: %1$s_" +#: src/frontend/mame/ui/selmenu.cpp:343 +msgid "BIOS selection:" +msgstr "BIOS seçimi:" -#: src/frontend/mame/ui/simpleselgame.cpp:294 -msgid "Type name or select: (random)" +#: src/frontend/mame/ui/selmenu.cpp:574 +#, c-format +msgid "Software is clone of: %1$-.100s" msgstr "" -#: src/frontend/mame/ui/simpleselgame.cpp:314 -#, c-format -msgid "Driver: %1$-.100s" +#: src/frontend/mame/ui/selmenu.cpp:576 +msgid "Software is parent" msgstr "" -#: src/frontend/mame/ui/simpleselgame.cpp:339 -#: src/frontend/mame/ui/simpleselgame.cpp:349 -msgid "Unimplemented" -msgstr "Uygulanmamış" +#: src/frontend/mame/ui/selmenu.cpp:581 +msgid "Supported: No" +msgstr "Destekleniyor: Hayır" -#: src/frontend/mame/ui/simpleselgame.cpp:341 -#: src/frontend/mame/ui/simpleselgame.cpp:351 -msgid "Imperfect" -msgstr "Kusurlu" +#: src/frontend/mame/ui/selmenu.cpp:586 +msgid "Supported: Partial" +msgstr "Destekleniyor: Kısmen" -#: src/frontend/mame/ui/simpleselgame.cpp:343 -#: src/frontend/mame/ui/simpleselgame.cpp:353 -msgid "OK" -msgstr "Tamam" +#: src/frontend/mame/ui/selmenu.cpp:591 +msgid "Supported: Yes" +msgstr "Destekleniyor: Evet" -#: src/frontend/mame/ui/simpleselgame.cpp:355 +#: src/frontend/mame/ui/selmenu.cpp:596 #, c-format -msgid "Gfx: %s, Sound: %s" +msgid "romset: %1$-.100s" msgstr "" -#: src/frontend/mame/ui/slotopt.cpp:192 +#: src/frontend/mame/ui/selmenu.cpp:612 #, c-format -msgid "%s [internal]" +msgid "Driver is clone of: %1$-.100s" msgstr "" -#: src/frontend/mame/ui/sndmenu.cpp:135 -msgid "Sound" -msgstr "Ses" - -#: src/frontend/mame/ui/sndmenu.cpp:136 -msgid "Sample Rate" +#: src/frontend/mame/ui/selmenu.cpp:614 +msgid "Driver is parent" msgstr "" -#: src/frontend/mame/ui/sndmenu.cpp:137 -msgid "Use External Samples" +#: src/frontend/mame/ui/selmenu.cpp:650 +#, c-format +msgid "%1$s %2$s" msgstr "" -#: src/frontend/mame/ui/state.cpp:388 -msgid "Load State" -msgstr "Durumu yükle" +#: src/frontend/mame/ui/selmenu.cpp:1975 +msgid "Images" +msgstr "Görüntüler" -#: src/frontend/mame/ui/state.cpp:388 -msgid "Select position to load from" -msgstr "Yüklenecek konumu seçin" +#: src/frontend/mame/ui/selmenu.cpp:1976 +msgid "Infos" +msgstr "Bilgiler" -#: src/frontend/mame/ui/state.cpp:412 -msgid "Save State" -msgstr "Durumu kaydet" +#: src/frontend/mame/ui/selmenu.cpp:2454 +msgid "Usage" +msgstr "Kullanım" -#: src/frontend/mame/ui/state.cpp:412 -msgid "Select position to save to" -msgstr "Kaydedilecek konumu seçin" +#: src/frontend/mame/ui/selmenu.cpp:2489 +msgid "General Info" +msgstr "Genel Bilgi" #: src/frontend/mame/ui/submenu.cpp:22 msgid "Miscellaneous Options" @@ -1998,10 +1931,6 @@ msgstr "Yenileme Hızı" msgid "Rotation Options" msgstr "Döndürme Seçenekleri" -#: src/frontend/mame/ui/submenu.cpp:48 src/frontend/mame/ui/videoopt.cpp:204 -msgid "Rotate" -msgstr "" - #: src/frontend/mame/ui/submenu.cpp:49 msgid "Rotate right" msgstr "Sağa döndür" @@ -2214,69 +2143,21 @@ msgstr "Eşitlenmiş Yenileme" msgid "Wait Vertical Sync" msgstr "Dikey eşitlemeyi bekle" -#: src/frontend/mame/ui/swlist.cpp:88 -msgid "[file manager]" -msgstr "" - -#: src/frontend/mame/ui/swlist.cpp:228 -msgid "Switch Item Ordering" +#: src/frontend/mame/ui/selsoft.cpp:456 +msgid "" +"The selected software is missing one or more required files. Please select a " +"different software.\n" +"\n" msgstr "" -#: src/frontend/mame/ui/swlist.cpp:259 +#: src/frontend/mame/ui/selsoft.cpp:549 #, c-format -msgid "Switched Order: entries now ordered by %s" -msgstr "" - -#: src/frontend/mame/ui/swlist.cpp:259 -msgid "shortname" -msgstr "" - -#: src/frontend/mame/ui/swlist.cpp:259 -msgid "description" -msgstr "" - -#: src/frontend/mame/ui/swlist.cpp:389 -msgid "[compatible lists]" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:85 -msgid "stopped" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:87 -msgid "playing" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:87 -msgid "(playing)" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:88 -msgid "recording" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:88 -msgid "(recording)" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:95 -msgid "Pause/Stop" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:98 -msgid "Play" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:101 -msgid "Record" -msgstr "" - -#: src/frontend/mame/ui/tapectrl.cpp:104 -msgid "Rewind" +msgid "%1$s %2$s ( %3$d / %4$d software packages )" msgstr "" -#: src/frontend/mame/ui/tapectrl.cpp:107 -msgid "Fast Forward" +#: src/frontend/mame/ui/selsoft.cpp:550 +#, c-format +msgid "Driver: \"%1$s\" software list " msgstr "" #: src/frontend/mame/ui/ui.cpp:337 @@ -2467,243 +2348,380 @@ msgstr "" msgid "%1$.3f" msgstr "" -#: src/frontend/mame/ui/ui.cpp:1932 src/frontend/mame/ui/ui.cpp:1947 -#: src/frontend/mame/ui/ui.cpp:1962 src/frontend/mame/ui/ui.cpp:1977 -#, c-format -msgid "%1$1.2f" +#: src/frontend/mame/ui/ui.cpp:1932 src/frontend/mame/ui/ui.cpp:1947 +#: src/frontend/mame/ui/ui.cpp:1962 src/frontend/mame/ui/ui.cpp:1977 +#, c-format +msgid "%1$1.2f" +msgstr "" + +#: src/frontend/mame/ui/ui.cpp:1995 +#, c-format +msgid "Crosshair Scale X %1$1.3f" +msgstr "" + +#: src/frontend/mame/ui/ui.cpp:1995 +#, c-format +msgid "Crosshair Scale Y %1$1.3f" +msgstr "" + +#: src/frontend/mame/ui/ui.cpp:2014 +#, c-format +msgid "Crosshair Offset X %1$1.3f" +msgstr "" + +#: src/frontend/mame/ui/ui.cpp:2014 +#, c-format +msgid "Crosshair Offset Y %1$1.3f" +msgstr "" + +#: src/frontend/mame/ui/ui.cpp:2157 +msgid "**Error saving ui.ini**" +msgstr "" + +#: src/frontend/mame/ui/ui.cpp:2213 +#, c-format +msgid "**Error saving %s.ini**" +msgstr "" + +#: src/frontend/mame/ui/optsmenu.cpp:193 +msgid "Filter" +msgstr "" + +#: src/frontend/mame/ui/optsmenu.cpp:206 +msgid "Customize UI" +msgstr "" + +#: src/frontend/mame/ui/optsmenu.cpp:207 +msgid "Configure Directories" +msgstr "" + +#: src/frontend/mame/ui/optsmenu.cpp:213 +msgid "General Inputs" +msgstr "" + +#: src/frontend/mame/ui/optsmenu.cpp:216 +msgid "Save Configuration" +msgstr "" + +#: src/frontend/mame/ui/optsmenu.cpp:228 +msgid "Settings" +msgstr "" + +#: plugins/timer/init.lua:94 +msgid "Current time" +msgstr "" + +#: plugins/timer/init.lua:96 +msgid "Total time" +msgstr "" + +#: plugins/timer/init.lua:98 +msgid "Play Count" +msgstr "" + +#: plugins/timer/init.lua:106 +msgid "Timer" +msgstr "" + +#: plugins/cheat/init.lua:458 +msgid "Select cheat to set hotkey" +msgstr "" + +#: plugins/cheat/init.lua:464 +msgid "Press button for hotkey or wait to clear" +msgstr "" + +#: plugins/cheat/init.lua:476 +msgid "None" +msgstr "Hiçbiri" + +#: plugins/cheat/init.lua:481 +msgid "Done" +msgstr "" + +#: plugins/cheat/init.lua:495 plugins/cheat/init.lua:509 +msgid "Set" +msgstr "" + +#: plugins/cheat/init.lua:528 +msgid "Set hotkeys" +msgstr "" + +#: plugins/cheat/init.lua:668 +#, lua-format +msgid "Activated: %s = %s" +msgstr "" + +#: plugins/cheat/init.lua:671 plugins/cheat/init.lua:729 +#, lua-format +msgid "Activated: %s" +msgstr "" + +#: plugins/cheat/init.lua:733 +#, lua-format +msgid "Enabled: %s" +msgstr "" + +#: plugins/cheat/init.lua:738 +#, lua-format +msgid "Disabled: %s" +msgstr "" + +#: plugins/cheat/init.lua:776 +#, lua-format +msgid "%s added" +msgstr "" + +#: plugins/data/data_command.lua:19 +msgid "Command" +msgstr "Komut" + +#: plugins/data/data_gameinit.lua:16 +msgid "Gameinit" msgstr "" -#: src/frontend/mame/ui/ui.cpp:1995 -#, c-format -msgid "Crosshair Scale X %1$1.3f" +#: plugins/data/data_hiscore.lua:770 plugins/data/data_hiscore.lua:818 +msgid "High Scores" +msgstr "Yüksek Skorlar" + +#: plugins/data/data_history.lua:15 +msgid "History" +msgstr "Tarihçe" + +#: plugins/data/data_mameinfo.lua:18 plugins/data/data_messinfo.lua:19 +msgid "" +"\n" +"\n" +"--- DRIVER INFO ---\n" +"Driver: " msgstr "" -#: src/frontend/mame/ui/ui.cpp:1995 -#, c-format -msgid "Crosshair Scale Y %1$1.3f" +#: plugins/data/data_mameinfo.lua:20 +msgid "MAMEinfo" msgstr "" -#: src/frontend/mame/ui/ui.cpp:2014 -#, c-format -msgid "Crosshair Offset X %1$1.3f" +#: plugins/data/data_messinfo.lua:21 +msgid "MESSinfo" msgstr "" -#: src/frontend/mame/ui/ui.cpp:2014 -#, c-format -msgid "Crosshair Offset Y %1$1.3f" +#: plugins/data/data_story.lua:22 +msgid "Mamescore" msgstr "" -#: src/frontend/mame/ui/ui.cpp:2157 -msgid "**Error saving ui.ini**" +#: plugins/data/data_sysinfo.lua:15 +msgid "Sysinfo" msgstr "" -#: src/frontend/mame/ui/ui.cpp:2213 -#, c-format -msgid "**Error saving %s.ini**" +#: plugins/data/data_marp.lua:129 +msgid "MARPScore" msgstr "" -#: src/frontend/mame/ui/utils.cpp:57 src/frontend/mame/ui/utils.cpp:81 -msgid "Unfiltered" +#: plugins/cheatfind/init.lua:344 +msgid "Save Cheat" msgstr "" -#: src/frontend/mame/ui/utils.cpp:58 src/frontend/mame/ui/utils.cpp:82 -msgid "Available" +#: plugins/cheatfind/init.lua:347 +msgid "Default" msgstr "" -#: src/frontend/mame/ui/utils.cpp:59 src/frontend/mame/ui/utils.cpp:83 -msgid "Unavailable" +#: plugins/cheatfind/init.lua:347 +msgid "Custom" msgstr "" -#: src/frontend/mame/ui/utils.cpp:60 -msgid "Working" +#: plugins/cheatfind/init.lua:348 +msgid "Cheat Name" msgstr "" -#: src/frontend/mame/ui/utils.cpp:61 -msgid "Not Working" +#: plugins/cheatfind/init.lua:354 +#, lua-format +msgid "Default name is %s" msgstr "" -#: src/frontend/mame/ui/utils.cpp:62 -msgid "Mechanical" +#: plugins/cheatfind/init.lua:362 +msgid "Player" msgstr "" -#: src/frontend/mame/ui/utils.cpp:63 -msgid "Not Mechanical" +#: plugins/cheatfind/init.lua:367 +msgid "Type" msgstr "" -#: src/frontend/mame/ui/utils.cpp:64 -msgid "Category" +#: plugins/cheatfind/init.lua:373 +msgid "Save" msgstr "" -#: src/frontend/mame/ui/utils.cpp:65 -msgid "Favorites" +#: plugins/cheatfind/init.lua:399 +#, lua-format +msgid "Cheat written to %s and added to cheat.simple" msgstr "" -#: src/frontend/mame/ui/utils.cpp:67 -msgid "Not BIOS" +#: plugins/cheatfind/init.lua:407 +msgid "Cheat added to cheat.simple" msgstr "" -#: src/frontend/mame/ui/utils.cpp:68 src/frontend/mame/ui/utils.cpp:84 -msgid "Parents" +#: plugins/cheatfind/init.lua:412 +msgid "" +"Unable to write file\n" +"Ensure that cheatpath folder exists" msgstr "" -#: src/frontend/mame/ui/utils.cpp:69 src/frontend/mame/ui/utils.cpp:85 -msgid "Clones" +#: plugins/cheatfind/init.lua:421 +msgid "Cancel" msgstr "" -#: src/frontend/mame/ui/utils.cpp:70 -msgid "Manufacturer" +#: plugins/cheatfind/init.lua:426 +msgid "CPU or RAM" msgstr "" -#: src/frontend/mame/ui/utils.cpp:71 src/frontend/mame/ui/utils.cpp:86 -msgid "Year" +#: plugins/cheatfind/init.lua:430 +msgid "Changes to this only take effect when \"Start new search\" is selected" msgstr "" -#: src/frontend/mame/ui/utils.cpp:72 -msgid "Save Supported" +#: plugins/cheatfind/init.lua:449 +msgid "Data cleared and current state saved" msgstr "" -#: src/frontend/mame/ui/utils.cpp:73 -msgid "Save Unsupported" +#: plugins/cheatfind/init.lua:457 +msgid "Start new search" msgstr "" -#: src/frontend/mame/ui/utils.cpp:74 -msgid "CHD Required" +#: plugins/cheatfind/init.lua:467 +msgid "Current state saved" msgstr "" -#: src/frontend/mame/ui/utils.cpp:75 -msgid "No CHD Required" +#: plugins/cheatfind/init.lua:474 +msgid "Save current -- #" msgstr "" -#: src/frontend/mame/ui/utils.cpp:76 -msgid "Vertical Screen" +#: plugins/cheatfind/init.lua:506 +msgid " total matches found" msgstr "" -#: src/frontend/mame/ui/utils.cpp:77 -msgid "Horizontal Screen" +#: plugins/cheatfind/init.lua:513 +msgid "Compare" msgstr "" -#: src/frontend/mame/ui/utils.cpp:78 src/frontend/mame/ui/utils.cpp:94 -msgid "Custom Filter" +#: plugins/cheatfind/init.lua:516 +msgid "Left operand" msgstr "" -#: src/frontend/mame/ui/utils.cpp:87 -msgid "Publisher" +#: plugins/cheatfind/init.lua:519 +msgid "Current" msgstr "" -#: src/frontend/mame/ui/utils.cpp:88 -msgid "Supported" +#: plugins/cheatfind/init.lua:524 +msgid "Operator" msgstr "" -#: src/frontend/mame/ui/utils.cpp:89 -msgid "Partially Supported" +#: plugins/cheatfind/init.lua:531 +msgid "Left less than right, value is difference" msgstr "" -#: src/frontend/mame/ui/utils.cpp:90 -msgid "Unsupported" +#: plugins/cheatfind/init.lua:533 +msgid "Left greater than right, value is difference" msgstr "" -#: src/frontend/mame/ui/utils.cpp:91 -msgid "Release Region" +#: plugins/cheatfind/init.lua:535 +msgid "Left equal to right" msgstr "" -#: src/frontend/mame/ui/utils.cpp:92 -msgid "Device Type" +#: plugins/cheatfind/init.lua:537 +msgid "Left not equal to right, value is difference" msgstr "" -#: src/frontend/mame/ui/utils.cpp:93 -msgid "Software List" +#: plugins/cheatfind/init.lua:539 +msgid "Left equal to right with bitmask" msgstr "" -#: src/frontend/mame/ui/utils.cpp:244 -msgid "" +#: plugins/cheatfind/init.lua:541 +msgid "Left not equal to right with bitmask" msgstr "" -#: src/frontend/mame/ui/utils.cpp:352 -msgid "Select custom filters:" +#: plugins/cheatfind/init.lua:543 +msgid "Left less than value" msgstr "" -#: src/frontend/mame/ui/utils.cpp:503 -#, c-format -msgid "Filter %1$u" +#: plugins/cheatfind/init.lua:545 +msgid "Left greater than value" msgstr "" -#: src/frontend/mame/ui/utils.cpp:518 -msgid "Remove last filter" +#: plugins/cheatfind/init.lua:547 +msgid "Left equal to value" msgstr "" -#: src/frontend/mame/ui/utils.cpp:520 -msgid "Add filter" +#: plugins/cheatfind/init.lua:549 +msgid "Left not equal to value" msgstr "" -#: src/frontend/mame/ui/utils.cpp:959 -msgid "Select category:" +#: plugins/cheatfind/init.lua:560 +msgid "Right operand" msgstr "" -#: src/frontend/mame/ui/utils.cpp:990 -msgid "[no category INI files]" +#: plugins/cheatfind/init.lua:568 +msgid "Value" msgstr "" -#: src/frontend/mame/ui/utils.cpp:998 -msgid "[no groups in INI file]" +#: plugins/cheatfind/init.lua:572 +msgid "Any" msgstr "" -#: src/frontend/mame/ui/utils.cpp:1032 -msgid "No category INI files found" +#: plugins/cheatfind/init.lua:578 +msgid "Data Format" msgstr "" -#: src/frontend/mame/ui/utils.cpp:1037 -msgid "File" +#: plugins/cheatfind/init.lua:602 +msgid "Undo last search -- #" msgstr "" -#: src/frontend/mame/ui/utils.cpp:1041 -msgid "No groups found in category file" +#: plugins/cheatfind/init.lua:606 +msgid "Match block" msgstr "" -#: src/frontend/mame/ui/utils.cpp:1046 -msgid "Group" +#: plugins/cheatfind/init.lua:609 +msgid "All" msgstr "" -#: src/frontend/mame/ui/utils.cpp:1047 -msgid "Include clones" +#: plugins/cheatfind/init.lua:660 +#, lua-format +msgid "Test cheat at addr %08X" msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:56 -#, c-format -msgid "Screen #%d" +#: plugins/cheatfind/init.lua:692 +msgid "Cheat engine not available" msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:208 -msgid "Backdrops" +#: plugins/cheatfind/init.lua:718 +msgid "Default name is " msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:212 -msgid "Overlays" +#: plugins/cheatfind/init.lua:741 +msgid "Test" msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:216 -msgid "Bezels" +#: plugins/cheatfind/init.lua:741 +msgid "Write" msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:220 -msgid "CPanels" +#: plugins/cheatfind/init.lua:741 +msgid "Watch" msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:228 -msgid "View" +#: plugins/cheatfind/init.lua:758 +msgid "Page" msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:228 -msgid "Cropped" +#: plugins/cheatfind/init.lua:776 +msgid "Clear Watches" msgstr "" -#: src/frontend/mame/ui/videoopt.cpp:228 -msgid "Full" +#: plugins/cheatfind/init.lua:786 +msgid "Cheat Finder" msgstr "" -#: src/frontend/mame/ui/viewgfx.cpp:406 -msgid " COLORS" -msgstr "RENKLER" +#~ msgid "Unimplemented" +#~ msgstr "Uygulanmamış" -#: src/frontend/mame/ui/viewgfx.cpp:406 -msgid " PENS" -msgstr "" +#~ msgid "Imperfect" +#~ msgstr "Kusurlu" + +#~ msgid "OK" +#~ msgstr "Tamam" -- cgit v1.2.3-70-g09d2