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/Italian/strings.po | 3247 ++++++++++++++++++++++--------------------- 1 file changed, 1659 insertions(+), 1588 deletions(-) (limited to 'language/Italian/strings.po') diff --git a/language/Italian/strings.po b/language/Italian/strings.po index 79d52a2a90a..b77929e51be 100644 --- a/language/Italian/strings.po +++ b/language/Italian/strings.po @@ -6,7 +6,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: 2017-08-30 09:37+0200\n" "Last-Translator: Piergiorgio Bellezza\n" "Language-Team: MAME Language Team\n" @@ -17,455 +17,400 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.0.3\n" -#: 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 "" +#: src/frontend/mame/ui/slotopt.cpp:192 +#, c-format +msgid "%s [internal]" +msgstr "%s [interno]" -#: plugins/cheat/init.lua:476 src/frontend/mame/ui/simpleselgame.cpp:347 -msgid "None" -msgstr "Nessuno" +#: src/frontend/mame/ui/slotopt.cpp:203 src/frontend/mame/ui/inputmap.cpp:625 +#: src/frontend/mame/ui/miscmenu.cpp:96 +msgid "Reset" +msgstr "Azzera" -#: plugins/cheat/init.lua:481 -msgid "Done" -msgstr "" +#: 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 "[slot vuoto]" -#: plugins/cheat/init.lua:495 plugins/cheat/init.lua:509 -msgid "Set" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:261 +msgid "[create]" +msgstr "[crea]" -#: 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 "Attivo" +#: src/frontend/mame/ui/filesel.cpp:265 src/frontend/mame/ui/swlist.cpp:94 +msgid "[software list]" +msgstr "[lista software]" -#: 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 "Non Attivo" +#: src/frontend/mame/ui/filesel.cpp:525 +msgid "Select access mode" +msgstr "Selezione modalità di accesso" -#: plugins/cheat/init.lua:528 -msgid "Set hotkeys" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:526 +msgid "Read-only" +msgstr "Sola-Lettura" -#: plugins/cheat/init.lua:529 src/frontend/mame/ui/cheatopt.cpp:157 -msgid "Reset All" -msgstr "Ripristina Tutto" +#: src/frontend/mame/ui/filesel.cpp:528 +msgid "Read-write" +msgstr "Lettura-Scrittura" -#: plugins/cheat/init.lua:530 src/frontend/mame/ui/cheatopt.cpp:160 -msgid "Reload All" -msgstr "Ricarica Tutto" +#: src/frontend/mame/ui/filesel.cpp:529 +msgid "Read this image, write to another image" +msgstr "Leggi da questo file, scrivi su un altro" -#: plugins/cheat/init.lua:601 -msgid "Cheat Comment:\n" -msgstr "" +#: src/frontend/mame/ui/filesel.cpp:530 +msgid "Read this image, write to diff" +msgstr "Leggi da questo file, scrivi su diff" -#: plugins/cheat/init.lua:668 plugins/cheat/init.lua:671 -#: plugins/cheat/init.lua:729 -msgid "Activated" -msgstr "" +#: src/frontend/mame/ui/info.cpp:30 +msgid "protection" +msgstr "protezione" -#: plugins/cheat/init.lua:683 src/frontend/mame/ui/mainmenu.cpp:132 -msgid "Cheat" -msgstr "Trucco" +#: src/frontend/mame/ui/info.cpp:31 +msgid "color palette" +msgstr "tavolozza colore" -#: 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" -msgstr "Abilitato" +#: src/frontend/mame/ui/info.cpp:32 +msgid "graphics" +msgstr "grafica" -#: 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" -msgstr "Disabilitato" +#: src/frontend/mame/ui/info.cpp:33 +msgid "sound" +msgstr "audio" -#: plugins/cheat/init.lua:776 -msgid " added" -msgstr "" +#: src/frontend/mame/ui/info.cpp:34 +msgid "controls" +msgstr "controlli" -#: plugins/cheatfind/init.lua:344 -msgid "Save Cheat" -msgstr "" +#: src/frontend/mame/ui/info.cpp:35 +msgid "keyboard" +msgstr "tastiera" -#: plugins/cheatfind/init.lua:347 -msgid "Default" -msgstr "" +#: src/frontend/mame/ui/info.cpp:36 +msgid "mouse" +msgstr "mouse" -#: plugins/cheatfind/init.lua:347 -msgid "Custom" -msgstr "" +#: src/frontend/mame/ui/info.cpp:37 +msgid "microphone" +msgstr "microfono" -#: plugins/cheatfind/init.lua:348 -msgid "Cheat Name" -msgstr "" +#: src/frontend/mame/ui/info.cpp:38 +msgid "camera" +msgstr "camera" -#: plugins/cheatfind/init.lua:354 plugins/cheatfind/init.lua:718 -msgid "Default name is " -msgstr "" +#: src/frontend/mame/ui/info.cpp:39 +msgid "disk" +msgstr "disco" -#: plugins/cheatfind/init.lua:362 -msgid "Player" -msgstr "" +#: src/frontend/mame/ui/info.cpp:40 +msgid "printer" +msgstr "stampante" -#: plugins/cheatfind/init.lua:367 -msgid "Type" -msgstr "" +#: src/frontend/mame/ui/info.cpp:41 +msgid "LAN" +msgstr "LAN" -#: plugins/cheatfind/init.lua:373 -msgid "Save" -msgstr "" +#: src/frontend/mame/ui/info.cpp:42 +msgid "WAN" +msgstr "WAN" -#: plugins/cheatfind/init.lua:399 -msgid "Cheat written to " -msgstr "" +#: src/frontend/mame/ui/info.cpp:43 +msgid "timing" +msgstr "temporizzazione" -#: 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 "" +"Uno o più ROM/CHD per questa macchina non sono corretti. La macchina " +"potrebbe non funzionare correttamente.\n" -#: 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 "" +"Ci sono problemi noti per questa macchina\n" +"\n" -#: plugins/cheatfind/init.lua:412 +#: src/frontend/mame/ui/info.cpp:195 msgid "" -"Unable to write file\n" -"Check cheatpath dir exists" -msgstr "" +"One or more ROMs/CHDs for this machine have not been correctly dumped.\n" +msgstr "Uno o più ROM/CHD per questa macchina non è dumpato correttamente.\n" -#: plugins/cheatfind/init.lua:421 -msgid "Cancel" -msgstr "" +#: src/frontend/mame/ui/info.cpp:200 +msgid "Completely unemulated features: " +msgstr "Funzionalità assolutamente non emulate: " -#: plugins/cheatfind/init.lua:426 -msgid "CPU or RAM" -msgstr "" +#: src/frontend/mame/ui/info.cpp:206 src/frontend/mame/ui/info.cpp:222 +#, c-format +msgid "%s" +msgstr "%s" -#: plugins/cheatfind/init.lua:430 -msgid "Changes to this only take effect when \"Start new search\" is selected" -msgstr "" +#: 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 ", %s" -#: plugins/cheatfind/init.lua:449 -msgid "Data cleared and current state saved" -msgstr "" +#: src/frontend/mame/ui/info.cpp:216 +msgid "Imperfectly emulated features: " +msgstr "Funzionalità emulate non perfettamente: " -#: plugins/cheatfind/init.lua:457 -msgid "Start new search" -msgstr "" +#: src/frontend/mame/ui/info.cpp:231 +msgid "Screen flipping in cocktail mode is not supported.\n" +msgstr "L'inversione dello schermo in modalità cocktail non è supportata.\n" -#: plugins/cheatfind/init.lua:467 -msgid "Current state saved" -msgstr "" +#: src/frontend/mame/ui/info.cpp:233 +msgid "This machine requires external artwork files.\n" +msgstr "Questa macchina richiede file di artwork extra\n" -#: 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 "" +"Questa macchina non è mai stata completata. Potrebbe mostrare comportamenti " +"strani o elementi mancanti che non sono bug nell'emulazione.\n" -#: 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 "" +"Questa macchina non ha alcun componente audio, MAME non produrrà alcun suono " +"e questo è il comportamento atteso e non un bug.\n" -#: 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 "" +"\n" +"QUESTA MACCHINA NON FUNZIONA. L'emulazione di questa macchina non è ancora " +"completa. Non c'è nulla che tu possa fare per risolvere questo problema " +"eccetto aspettare che gli sviluppatori migliorino l'emulazione.\n" -#: 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 "" +"\n" +"Gli elementi di questa macchina non possono essere emulati poiché richiedono " +"interazione fisica o consistono di dispositivi meccanici. Non è possibile " +"sperimentare pienamente questa macchina.\n" -#: 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 "" +"\n" +"\n" +"Ci sono Cloni funzionanti di questa macchina: %s" -#: plugins/cheatfind/init.lua:524 -msgid "Operator" +#: src/frontend/mame/ui/info.cpp:278 +msgid "" +"\n" +"\n" +"Press any key to continue" msgstr "" +"\n" +"\n" +"Premi un tasto per proseguire" -#: 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 "" +"%1$s\n" +"%2$s %3$s\n" +"Driver: %4$s\n" +"\n" +"CPU:\n" -#: plugins/cheatfind/init.lua:533 -msgid "Left greater than right, value is difference" -msgstr "" +#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 +msgid "MHz" +msgstr "MHz" -#: plugins/cheatfind/init.lua:535 -msgid "Left equal to right" -msgstr "" +#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 +msgid "kHz" +msgstr "kHz" -#: 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 "" +"\n" +"Audio:\n" -#: plugins/cheatfind/init.lua:539 -msgid "Left equal to right with bitmask" +#: src/frontend/mame/ui/info.cpp:370 +msgid "" +"\n" +"Video:\n" msgstr "" +"\n" +"Video:\n" -#: plugins/cheatfind/init.lua:541 -msgid "Left not equal to right with bitmask" -msgstr "" +#: src/frontend/mame/ui/info.cpp:374 +msgid "None\n" +msgstr "Nessuno\n" -#: plugins/cheatfind/init.lua:543 -msgid "Left less than value" -msgstr "" +#: src/frontend/mame/ui/info.cpp:381 +msgid "Vector" +msgstr "Vettoriale" -#: plugins/cheatfind/init.lua:545 -msgid "Left greater than value" -msgstr "" +#: src/frontend/mame/ui/info.cpp:392 +#, c-format +msgid "%1$s: %2$s\n" +msgstr "%1$s: %2$s\n" -#: plugins/cheatfind/init.lua:547 -msgid "Left equal to value" -msgstr "" +#: src/frontend/mame/ui/info.cpp:392 +msgid "%2$s\n" +msgstr "%2$s\n" -#: plugins/cheatfind/init.lua:549 -msgid "Left not equal to value" -msgstr "" +#: src/frontend/mame/ui/info.cpp:438 +#, c-format +msgid "Screen '%1$s'" +msgstr "Schermo '%1$s'" -#: plugins/cheatfind/init.lua:560 -msgid "Right operand" -msgstr "" +#: src/frontend/mame/ui/info.cpp:440 +msgid "Screen" +msgstr "Schermo" -#: plugins/cheatfind/init.lua:568 -msgid "Value" -msgstr "" +#: src/frontend/mame/ui/info.cpp:525 +msgid "Not supported" +msgstr "Non supportato" -#: plugins/cheatfind/init.lua:572 -msgid "Any" -msgstr "" +#: src/frontend/mame/ui/info.cpp:528 +msgid "Partially supported" +msgstr "Parzialmente supportato" -#: plugins/cheatfind/init.lua:578 -msgid "Data Format" -msgstr "" +#: src/frontend/mame/ui/info.cpp:536 +msgid "[empty]" +msgstr "[vuoto]" -#: plugins/cheatfind/init.lua:602 -msgid "Undo last search -- #" +#: src/frontend/mame/ui/cheatopt.cpp:92 plugins/cheat/init.lua:601 +#, c-format, lua-format +msgid "" +"Cheat Comment:\n" +"%s" msgstr "" +"Commento Cheat:\n" +"%s" -#: plugins/cheatfind/init.lua:606 -msgid "Match block" -msgstr "" +#: src/frontend/mame/ui/cheatopt.cpp:105 +msgid "All cheats reloaded" +msgstr "Tutti i cheat sono stati ricaricati" -#: plugins/cheatfind/init.lua:609 -msgid "All" -msgstr "" +#: src/frontend/mame/ui/cheatopt.cpp:136 +msgid "Autofire Settings" +msgstr "Impostazioni Autofire" -#: plugins/cheatfind/init.lua:660 -#, lua-format -msgid "Test cheat at addr %08X" -msgstr "" +#: src/frontend/mame/ui/cheatopt.cpp:157 plugins/cheat/init.lua:529 +msgid "Reset All" +msgstr "Ripristina Tutto" -#: plugins/cheatfind/init.lua:692 -msgid "Cheat engine not available" -msgstr "" +#: src/frontend/mame/ui/cheatopt.cpp:160 plugins/cheat/init.lua:530 +msgid "Reload All" +msgstr "Ricarica Tutto" -#: plugins/cheatfind/init.lua:741 -msgid "Test" -msgstr "" +#: src/frontend/mame/ui/cheatopt.cpp:273 +msgid "Autofire Status" +msgstr "Stato Autofire" -#: plugins/cheatfind/init.lua:741 -msgid "Write" -msgstr "" +#: 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 "Disabilitato" -#: plugins/cheatfind/init.lua:741 -msgid "Watch" -msgstr "" +#: 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 "Abilitato" -#: plugins/cheatfind/init.lua:758 -msgid "Page" -msgstr "" +#: 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 "Attivo" -#: plugins/cheatfind/init.lua:776 -msgid "Clear Watches" -msgstr "" +#: 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 "Non Attivo" -#: plugins/cheatfind/init.lua:786 -msgid "Cheat Finder" -msgstr "" +#: src/frontend/mame/ui/cheatopt.cpp:316 +msgid "No buttons found on this machine!" +msgstr "Nessun tasto/pulsante trovato per questa macchina!" -#: plugins/data/data_command.lua:19 -msgid "Command" -msgstr "Comando" +#: src/frontend/mame/ui/cheatopt.cpp:327 src/frontend/mame/ui/cheatopt.cpp:331 +msgid "Autofire Delay" +msgstr "Ritardo Autofire" -#: plugins/data/data_gameinit.lua:16 -msgid "Gameinit" -msgstr "Inizializza Gioco" +#: src/frontend/mame/ui/custui.cpp:31 +msgid "Show All" +msgstr "Mostra Tutti" -#: plugins/data/data_hiscore.lua:770 plugins/data/data_hiscore.lua:818 -msgid "High Scores" -msgstr "Punteggi Migliori" +#: src/frontend/mame/ui/custui.cpp:32 +msgid "Hide Filters" +msgstr "Nascondi Filtri" -#: plugins/data/data_history.lua:15 -msgid "History" -msgstr "Storico" +#: src/frontend/mame/ui/custui.cpp:33 +msgid "Hide Info/Image" +msgstr "Nascondi Info/Immagine" -#: plugins/data/data_mameinfo.lua:18 plugins/data/data_messinfo.lua:19 -msgid "" -"\n" -"\n" -"--- DRIVER INFO ---\n" -"Driver: " -msgstr "" +#: src/frontend/mame/ui/custui.cpp:34 +msgid "Hide Both" +msgstr "Nascondi Entrambi" -#: plugins/data/data_mameinfo.lua:20 -msgid "MAMEinfo" -msgstr "Info MAME" +#: src/frontend/mame/ui/custui.cpp:151 +msgid "Fonts" +msgstr "Font" -#: plugins/data/data_marp.lua:129 -msgid "MARPScore" -msgstr "Punteggio MARP" +#: src/frontend/mame/ui/custui.cpp:152 +msgid "Colors" +msgstr "Colori" -#: plugins/data/data_messinfo.lua:21 -msgid "MESSinfo" -msgstr "Info MESS" +#: src/frontend/mame/ui/custui.cpp:157 src/frontend/mame/ui/dirmenu.cpp:38 +msgid "Language" +msgstr "Lingua" -#: plugins/data/data_story.lua:22 -msgid "Mamescore" -msgstr "Punteggio MAME" +#: src/frontend/mame/ui/custui.cpp:161 +msgid "Show side panels" +msgstr "Mostra pannelli laterali" -#: plugins/data/data_sysinfo.lua:15 -msgid "Sysinfo" -msgstr "Info di Sistema" +#: src/frontend/mame/ui/custui.cpp:173 +msgid "Custom UI Settings" +msgstr "Impostazioni UI Personalizzate" -#: plugins/timer/init.lua:94 -msgid "Current time" -msgstr "" +#: src/frontend/mame/ui/custui.cpp:223 +msgid "default" +msgstr "predefinito" -#: 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 "" - -#: src/frontend/mame/ui/auditmenu.cpp:96 -#, c-format -msgid "Audit ROMs for %1$u machines marked unavailable?" -msgstr "Verifico le ROMs per %1$u le macchine marcate come non disponibili?" - -#: src/frontend/mame/ui/auditmenu.cpp:99 -#, c-format -msgid "Audit ROMs for all %1$u machines?" -msgstr "Verifico le ROMs per tutte %1$u le macchine?" - -#: src/frontend/mame/ui/auditmenu.cpp:104 -#, c-format -msgid "(results will be saved to %1$s)" -msgstr "(i risultati verranno salvati su %1$s)" - -#: src/frontend/mame/ui/auditmenu.cpp:130 -#, c-format -msgid "" -"Auditing ROMs for machine %2$u of %3$u...\n" -"%1$s" -msgstr "" -"Verifica delle ROMs per la macchina %2$u di %3$u...\n" -"%1$s" - -#: src/frontend/mame/ui/auditmenu.cpp:142 -msgid "Start Audit" -msgstr "Avvia Verifica" - -#: src/frontend/mame/ui/barcode.cpp:74 -msgid "New Barcode:" -msgstr "Nuovo codice a barre:" - -#: src/frontend/mame/ui/barcode.cpp:78 -msgid "Enter Code" -msgstr "Inserisci codice a barre" - -#: src/frontend/mame/ui/barcode.cpp:119 -msgid "Barcode length invalid!" -msgstr "Lunghezza codice a barre errata!" - -#: src/frontend/mame/ui/cheatopt.cpp:92 -#, c-format -msgid "" -"Cheat Comment:\n" -"%s" -msgstr "" -"Commento Cheat:\n" -"%s" - -#: src/frontend/mame/ui/cheatopt.cpp:105 -msgid "All cheats reloaded" -msgstr "Tutti i cheat sono stati ricaricati" - -#: src/frontend/mame/ui/cheatopt.cpp:136 -msgid "Autofire Settings" -msgstr "Impostazioni Autofire" - -#: src/frontend/mame/ui/cheatopt.cpp:273 -msgid "Autofire Status" -msgstr "Stato Autofire" - -#: src/frontend/mame/ui/cheatopt.cpp:316 -msgid "No buttons found on this machine!" -msgstr "Nessun tasto/pulsante trovato per questa macchina!" - -#: src/frontend/mame/ui/cheatopt.cpp:327 src/frontend/mame/ui/cheatopt.cpp:331 -msgid "Autofire Delay" -msgstr "Ritardo Autofire" - -#: src/frontend/mame/ui/custui.cpp:31 -msgid "Show All" -msgstr "Mostra Tutti" - -#: src/frontend/mame/ui/custui.cpp:32 -msgid "Hide Filters" -msgstr "Nascondi Filtri" - -#: src/frontend/mame/ui/custui.cpp:33 -msgid "Hide Info/Image" -msgstr "Nascondi Info/Immagine" - -#: src/frontend/mame/ui/custui.cpp:34 -msgid "Hide Both" -msgstr "Nascondi Entrambi" - -#: src/frontend/mame/ui/custui.cpp:151 -msgid "Fonts" -msgstr "Font" - -#: src/frontend/mame/ui/custui.cpp:152 -msgid "Colors" -msgstr "Colori" - -#: src/frontend/mame/ui/custui.cpp:157 src/frontend/mame/ui/dirmenu.cpp:38 -msgid "Language" -msgstr "Lingua" - -#: src/frontend/mame/ui/custui.cpp:161 -msgid "Show side panels" -msgstr "Mostra pannelli laterali" - -#: src/frontend/mame/ui/custui.cpp:173 -msgid "Custom UI Settings" -msgstr "Impostazioni UI Personalizzate" - -#: src/frontend/mame/ui/custui.cpp:223 -msgid "default" -msgstr "predefinito" - -#: src/frontend/mame/ui/custui.cpp:331 -msgid "UI Font" -msgstr "Font UI" +#: src/frontend/mame/ui/custui.cpp:331 +msgid "UI Font" +msgstr "Font UI" #: src/frontend/mame/ui/custui.cpp:336 msgid "Bold" @@ -648,622 +593,945 @@ msgstr "Giallo" msgid "Violet" msgstr "Viola" -#: src/frontend/mame/ui/datmenu.cpp:80 -msgid "Software Usage" -msgstr "Utilizzo Software" +#: src/frontend/mame/ui/state.cpp:388 +msgid "Load State" +msgstr "Carica Stato" + +#: src/frontend/mame/ui/state.cpp:388 +msgid "Select position to load from" +msgstr "Seleziona la posizione da cui caricare" + +#: src/frontend/mame/ui/state.cpp:412 +msgid "Save State" +msgstr "Salva Stato" + +#: src/frontend/mame/ui/state.cpp:412 +msgid "Select position to save to" +msgstr "Seleziona la posizione in cui salvare" + +#: src/frontend/mame/ui/tapectrl.cpp:85 +msgid "stopped" +msgstr "fermato" + +#: src/frontend/mame/ui/tapectrl.cpp:87 +msgid "playing" +msgstr "in esecuzione" + +#: src/frontend/mame/ui/tapectrl.cpp:87 +msgid "(playing)" +msgstr "(in esecuzione)" + +#: src/frontend/mame/ui/tapectrl.cpp:88 +msgid "recording" +msgstr "registra" + +#: src/frontend/mame/ui/tapectrl.cpp:88 +msgid "(recording)" +msgstr "(registra)" + +#: src/frontend/mame/ui/tapectrl.cpp:95 +msgid "Pause/Stop" +msgstr "Pausa/Stop" + +#: src/frontend/mame/ui/tapectrl.cpp:98 +msgid "Play" +msgstr "Gioca" + +#: src/frontend/mame/ui/tapectrl.cpp:101 +msgid "Record" +msgstr "Registra" + +#: src/frontend/mame/ui/tapectrl.cpp:104 +msgid "Rewind" +msgstr "Riavvolgi" + +#: src/frontend/mame/ui/tapectrl.cpp:107 +msgid "Fast Forward" +msgstr "Avanti Veloce" + +#: src/frontend/mame/ui/utils.cpp:57 src/frontend/mame/ui/utils.cpp:81 +msgid "Unfiltered" +msgstr "Non filtrato" + +#: src/frontend/mame/ui/utils.cpp:58 src/frontend/mame/ui/utils.cpp:82 +msgid "Available" +msgstr "Disponibile" + +#: src/frontend/mame/ui/utils.cpp:59 src/frontend/mame/ui/utils.cpp:83 +msgid "Unavailable" +msgstr "Non disponibile" + +#: src/frontend/mame/ui/utils.cpp:60 +msgid "Working" +msgstr "Funziona" + +#: src/frontend/mame/ui/utils.cpp:61 +msgid "Not Working" +msgstr "Non Funziona" + +#: src/frontend/mame/ui/utils.cpp:62 +msgid "Mechanical" +msgstr "Meccanico" + +#: src/frontend/mame/ui/utils.cpp:63 +msgid "Not Mechanical" +msgstr "Non Meccanico" + +#: src/frontend/mame/ui/utils.cpp:64 +msgid "Category" +msgstr "Categoria" + +#: src/frontend/mame/ui/utils.cpp:65 +msgid "Favorites" +msgstr "Preferiti" + +#: src/frontend/mame/ui/utils.cpp:66 src/frontend/mame/ui/miscmenu.cpp:759 +msgid "BIOS" +msgstr "BIOS" + +#: src/frontend/mame/ui/utils.cpp:67 +msgid "Not BIOS" +msgstr "Nessun BIOS" + +#: src/frontend/mame/ui/utils.cpp:68 src/frontend/mame/ui/utils.cpp:84 +msgid "Parents" +msgstr "Genitori" + +#: src/frontend/mame/ui/utils.cpp:69 src/frontend/mame/ui/utils.cpp:85 +msgid "Clones" +msgstr "Cloni" + +#: src/frontend/mame/ui/utils.cpp:70 +msgid "Manufacturer" +msgstr "Produttore" + +#: src/frontend/mame/ui/utils.cpp:71 src/frontend/mame/ui/utils.cpp:86 +msgid "Year" +msgstr "Anno" + +#: src/frontend/mame/ui/utils.cpp:72 +msgid "Save Supported" +msgstr "Salvataggio Supportato" + +#: src/frontend/mame/ui/utils.cpp:73 +msgid "Save Unsupported" +msgstr "Salvataggio non Supportato" + +#: src/frontend/mame/ui/utils.cpp:74 +msgid "CHD Required" +msgstr "CHD Richiesto" + +#: src/frontend/mame/ui/utils.cpp:75 +msgid "No CHD Required" +msgstr "Nessun CHD Richiesto" + +#: src/frontend/mame/ui/utils.cpp:76 +msgid "Vertical Screen" +msgstr "Schermata Verticale" + +#: src/frontend/mame/ui/utils.cpp:77 +msgid "Horizontal Screen" +msgstr "Schermata Orizzontale" + +#: src/frontend/mame/ui/utils.cpp:78 src/frontend/mame/ui/utils.cpp:94 +msgid "Custom Filter" +msgstr "Filtro Personalizzato" + +#: src/frontend/mame/ui/utils.cpp:87 +msgid "Publisher" +msgstr "Editore" + +#: src/frontend/mame/ui/utils.cpp:88 +msgid "Supported" +msgstr "Supportato" + +#: src/frontend/mame/ui/utils.cpp:89 +msgid "Partially Supported" +msgstr "Parzialmente Supportato" + +#: src/frontend/mame/ui/utils.cpp:90 +msgid "Unsupported" +msgstr "Non supportato" + +#: src/frontend/mame/ui/utils.cpp:91 +msgid "Release Region" +msgstr "Regione di Rilascio" + +#: src/frontend/mame/ui/utils.cpp:92 +msgid "Device Type" +msgstr "Tipo Dispositivo" + +#: src/frontend/mame/ui/utils.cpp:93 +msgid "Software List" +msgstr "Lista Software" + +#: src/frontend/mame/ui/utils.cpp:244 +msgid "" +msgstr "" + +#: src/frontend/mame/ui/utils.cpp:352 +msgid "Select custom filters:" +msgstr "Seleziona filtro personalizzato:" + +#: src/frontend/mame/ui/utils.cpp:503 +#, c-format +msgid "Filter %1$u" +msgstr "Filtro %1$u" + +#: src/frontend/mame/ui/utils.cpp:518 +msgid "Remove last filter" +msgstr "Rimuovi ultimo filtro" + +#: src/frontend/mame/ui/utils.cpp:520 +msgid "Add filter" +msgstr "Aggiungi filtro" + +#: src/frontend/mame/ui/utils.cpp:959 +msgid "Select category:" +msgstr "Seleziona categoria:" + +#: src/frontend/mame/ui/utils.cpp:990 +msgid "[no category INI files]" +msgstr "[nessun file INI di categoria]" + +#: src/frontend/mame/ui/utils.cpp:998 +msgid "[no groups in INI file]" +msgstr "[nessun gruppo nel file INI]" + +#: src/frontend/mame/ui/utils.cpp:1032 +msgid "No category INI files found" +msgstr "Nessun file INI della categoria trovata" + +#: src/frontend/mame/ui/utils.cpp:1037 +msgid "File" +msgstr "File" + +#: src/frontend/mame/ui/utils.cpp:1041 +msgid "No groups found in category file" +msgstr "Nessun gruppo trovato nel file di categoria" + +#: src/frontend/mame/ui/utils.cpp:1046 +msgid "Group" +msgstr "Gruppo" + +#: src/frontend/mame/ui/utils.cpp:1047 +msgid "Include clones" +msgstr "Cloni inclusi" + +#: src/frontend/mame/ui/utils.cpp:1047 src/frontend/mame/ui/filecreate.cpp:82 +msgid "Yes" +msgstr "Si" + +#: src/frontend/mame/ui/utils.cpp:1047 src/frontend/mame/ui/filecreate.cpp:81 +msgid "No" +msgstr "No" + +#: 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 "" +"Il gioco selezionato è mancante di una o più ROM richieste o immagini CHD. " +"Si prega di scegliere un gioco diverso.\n" +"\n" +"Premi qualsiasi tasto per continuare." + +#: 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 "" +"Nessuna macchina trovata. Controlla il percorso specificato nel file %1$s." +"ini.\n" +"\n" +"Se questa è la prima volta che usi %2$s, si prega di consultare il file " +"config.txt nella cartella docs per le informazioni sulla configurazine %2$s." + +#: src/frontend/mame/ui/simpleselgame.cpp:271 +#: src/frontend/mame/ui/selgame.cpp:440 +msgid "Configure Options" +msgstr "Configura Opzioni" + +#: src/frontend/mame/ui/simpleselgame.cpp:292 +#, c-format +msgid "Type name or select: %1$s_" +msgstr "Digita il nome o seleziona: %1$s_" + +#: src/frontend/mame/ui/simpleselgame.cpp:294 +msgid "Type name or select: (random)" +msgstr "Digita il nome o seleziona: (casuale)" + +#: src/frontend/mame/ui/simpleselgame.cpp:308 +#: src/frontend/mame/ui/selsoft.cpp:564 src/frontend/mame/ui/selsoft.cpp:571 +#, c-format +msgid "%1$-.100s" +msgstr "%1$-.100s" + +#: src/frontend/mame/ui/simpleselgame.cpp:311 +#: src/frontend/mame/ui/selmenu.cpp:570 src/frontend/mame/ui/selmenu.cpp:606 +#, c-format +msgid "%1$s, %2$-.100s" +msgstr "%1$s,%2$-.100s" + +#: src/frontend/mame/ui/simpleselgame.cpp:314 +#, c-format +msgid "Driver: %1$-.100s" +msgstr "Driver:%1$-.100s" + +#: src/frontend/mame/ui/simpleselgame.cpp:330 +#: src/frontend/mame/ui/selmenu.cpp:619 +msgid "Overall: NOT WORKING" +msgstr "Complessivamente: NON FUNZIONANTE" + +#: src/frontend/mame/ui/simpleselgame.cpp:332 +#: src/frontend/mame/ui/selmenu.cpp:621 +msgid "Overall: Unemulated Protection" +msgstr "Complessivamente: Protezione Non Emulata" + +#: src/frontend/mame/ui/simpleselgame.cpp:334 +#: src/frontend/mame/ui/selmenu.cpp:623 +msgid "Overall: Working" +msgstr "Complessivamente: Funzionante" + +#: src/frontend/mame/ui/simpleselgame.cpp:338 +#: src/frontend/mame/ui/selmenu.cpp:627 +msgid "Graphics: Unimplemented, " +msgstr "Grafica: Non implementata, " + +#: src/frontend/mame/ui/simpleselgame.cpp:340 +#: src/frontend/mame/ui/selmenu.cpp:629 +msgid "Graphics: Imperfect, " +msgstr "Grafica: Non Perfetta, " + +#: src/frontend/mame/ui/simpleselgame.cpp:342 +#: src/frontend/mame/ui/selmenu.cpp:631 +msgid "Graphics: OK, " +msgstr "Grafica: OK, " + +#: src/frontend/mame/ui/simpleselgame.cpp:345 +#: src/frontend/mame/ui/selmenu.cpp:634 +msgid "Sound: None" +msgstr "Suoni: Nessuno" + +#: src/frontend/mame/ui/simpleselgame.cpp:347 +#: src/frontend/mame/ui/selmenu.cpp:636 +msgid "Sound: Unimplemented" +msgstr "Audio: Non Implementato" + +#: src/frontend/mame/ui/simpleselgame.cpp:349 +#: src/frontend/mame/ui/selmenu.cpp:638 +msgid "Sound: Imperfect" +msgstr "Audio: Non Perfetto" + +#: src/frontend/mame/ui/simpleselgame.cpp:351 +#: src/frontend/mame/ui/selmenu.cpp:640 +msgid "Sound: OK" +msgstr "Audio: OK" + +#: src/frontend/mame/ui/inputmap.cpp:53 +msgid "User Interface" +msgstr "Interfaccia Utente" + +#: src/frontend/mame/ui/inputmap.cpp:59 +msgid "Other Controls" +msgstr "Altri Controlli" -#: src/frontend/mame/ui/datmenu.cpp:362 -msgid "Revision: " -msgstr "Revisione: " +#: src/frontend/mame/ui/menu.cpp:294 +msgid "Return to Machine" +msgstr "Ritorna alla Macchina" -#: src/frontend/mame/ui/dirmenu.cpp:35 -msgid "ROMs" -msgstr "ROM" +#: src/frontend/mame/ui/menu.cpp:299 src/frontend/mame/ui/menu.cpp:301 +msgid "Exit" +msgstr "Esci" -#: src/frontend/mame/ui/dirmenu.cpp:36 -msgid "Software Media" -msgstr "Programma Multimediale" +#: src/frontend/mame/ui/menu.cpp:306 src/frontend/mame/ui/menu.cpp:308 +msgid "Return to Previous Menu" +msgstr "Torna al Menu Precedente" -#: src/frontend/mame/ui/dirmenu.cpp:37 -msgid "UI" -msgstr "UI" +#: src/frontend/mame/ui/menu.cpp:742 +msgid "Auto" +msgstr "Auto" -#: src/frontend/mame/ui/dirmenu.cpp:39 -msgid "Samples" -msgstr "Sample" +#: src/frontend/mame/ui/swlist.cpp:88 +msgid "[file manager]" +msgstr "[gestore file]" -#: src/frontend/mame/ui/dirmenu.cpp:40 -msgid "DATs" -msgstr "DAT" +#: src/frontend/mame/ui/swlist.cpp:228 +msgid "Switch Item Ordering" +msgstr "Cambia Ordinamento Opzioni" -#: src/frontend/mame/ui/dirmenu.cpp:41 -msgid "INIs" -msgstr "INI" +#: src/frontend/mame/ui/swlist.cpp:259 +#, c-format +msgid "Switched Order: entries now ordered by %s" +msgstr "Ordinamento Cambiato: Opzioni ordinate ora per %s" -#: src/frontend/mame/ui/dirmenu.cpp:42 -msgid "Category INIs" -msgstr "Categoria INI" +#: src/frontend/mame/ui/swlist.cpp:259 +msgid "shortname" +msgstr "nome breve" -#: src/frontend/mame/ui/dirmenu.cpp:43 -msgid "Icons" -msgstr "Icone" +#: src/frontend/mame/ui/swlist.cpp:259 +msgid "description" +msgstr "descrizione" -#: src/frontend/mame/ui/dirmenu.cpp:44 src/frontend/mame/ui/submenu.cpp:25 -msgid "Cheats" -msgstr "Cheat" +#: src/frontend/mame/ui/swlist.cpp:389 +msgid "[compatible lists]" +msgstr "[lista compatibile]" -#: src/frontend/mame/ui/dirmenu.cpp:45 src/frontend/mame/ui/selmenu.cpp:49 -msgid "Snapshots" -msgstr "Istantanee" +#: src/frontend/mame/ui/videoopt.cpp:56 +#, c-format +msgid "Screen #%d" +msgstr "Schermo #%d" -#: src/frontend/mame/ui/dirmenu.cpp:46 src/frontend/mame/ui/selmenu.cpp:50 -msgid "Cabinets" -msgstr "Cabinati" +#: src/frontend/mame/ui/videoopt.cpp:204 src/frontend/mame/ui/submenu.cpp:48 +msgid "Rotate" +msgstr "Rotazione" -#: src/frontend/mame/ui/dirmenu.cpp:47 src/frontend/mame/ui/selmenu.cpp:53 -msgid "Flyers" -msgstr "Volantini" +#: src/frontend/mame/ui/videoopt.cpp:208 +msgid "Backdrops" +msgstr "Sfondi (Backdrops)" -#: src/frontend/mame/ui/dirmenu.cpp:48 src/frontend/mame/ui/selmenu.cpp:54 -msgid "Titles" -msgstr "Titoli" +#: src/frontend/mame/ui/videoopt.cpp:212 +msgid "Overlays" +msgstr "Sovrapposizioni (Overlays)" -#: src/frontend/mame/ui/dirmenu.cpp:49 src/frontend/mame/ui/selmenu.cpp:55 -msgid "Ends" -msgstr "Finali" +#: src/frontend/mame/ui/videoopt.cpp:216 +msgid "Bezels" +msgstr "Cornici (Bezels)" -#: src/frontend/mame/ui/dirmenu.cpp:50 src/frontend/mame/ui/selmenu.cpp:52 -msgid "PCBs" -msgstr "PCB" +#: src/frontend/mame/ui/videoopt.cpp:220 +msgid "CPanels" +msgstr "Pannello Comandi (CPanels)" -#: src/frontend/mame/ui/dirmenu.cpp:51 src/frontend/mame/ui/selmenu.cpp:64 -#: src/frontend/mame/ui/videoopt.cpp:224 +#: src/frontend/mame/ui/videoopt.cpp:224 src/frontend/mame/ui/dirmenu.cpp:51 +#: src/frontend/mame/ui/selmenu.cpp:64 msgid "Marquees" msgstr "Tendoni" -#: src/frontend/mame/ui/dirmenu.cpp:52 -msgid "Controls Panels" -msgstr "Pannelli di controllo" +#: src/frontend/mame/ui/videoopt.cpp:228 +msgid "View" +msgstr "Vista" -#: src/frontend/mame/ui/dirmenu.cpp:53 -msgid "Crosshairs" -msgstr "Puntatori" +#: src/frontend/mame/ui/videoopt.cpp:228 +msgid "Cropped" +msgstr "Tagliata" -#: src/frontend/mame/ui/dirmenu.cpp:54 -msgid "Artworks" -msgstr "Disegni" +#: src/frontend/mame/ui/videoopt.cpp:228 +msgid "Full" +msgstr "Completa" -#: src/frontend/mame/ui/dirmenu.cpp:55 src/frontend/mame/ui/selmenu.cpp:57 -msgid "Bosses" -msgstr "Boss" +#: src/frontend/mame/ui/filecreate.cpp:79 +msgid "File Already Exists - Override?" +msgstr "File Già Esistente - Sovrascrivo?" -#: src/frontend/mame/ui/dirmenu.cpp:56 -msgid "Artworks Preview" -msgstr "Anteprima Disegni" +#: src/frontend/mame/ui/filecreate.cpp:171 +msgid "New Image Name:" +msgstr "Nuovo Nome Immagine:" -#: src/frontend/mame/ui/dirmenu.cpp:57 src/frontend/mame/ui/selmenu.cpp:63 -msgid "Select" -msgstr "Seleziona" +#: src/frontend/mame/ui/filecreate.cpp:177 +msgid "Image Format:" +msgstr "Formato Immagine:" -#: src/frontend/mame/ui/dirmenu.cpp:58 -msgid "GameOver" -msgstr "GameOver" +#: src/frontend/mame/ui/filecreate.cpp:183 +msgid "Create" +msgstr "Crea" -#: src/frontend/mame/ui/dirmenu.cpp:59 src/frontend/mame/ui/selmenu.cpp:61 -msgid "HowTo" -msgstr "Come Fare" +#: src/frontend/mame/ui/filecreate.cpp:214 +msgid "Please enter a file extension too" +msgstr "Inserisci anche l'estensione" -#: src/frontend/mame/ui/dirmenu.cpp:60 src/frontend/mame/ui/selmenu.cpp:58 -msgid "Logos" -msgstr "Logo" +#: src/frontend/mame/ui/filecreate.cpp:266 +msgid "Select image format" +msgstr "Seleziona formato immagine" -#: src/frontend/mame/ui/dirmenu.cpp:61 src/frontend/mame/ui/selmenu.cpp:62 -msgid "Scores" -msgstr "Punteggi" +#: src/frontend/mame/ui/barcode.cpp:74 +msgid "New Barcode:" +msgstr "Nuovo codice a barre:" -#: src/frontend/mame/ui/dirmenu.cpp:62 src/frontend/mame/ui/selmenu.cpp:59 -msgid "Versus" -msgstr "Contro" +#: src/frontend/mame/ui/barcode.cpp:78 +msgid "Enter Code" +msgstr "Inserisci codice a barre" -#: src/frontend/mame/ui/dirmenu.cpp:63 src/frontend/mame/ui/selmenu.cpp:65 -msgid "Covers" -msgstr "Copertine" +#: src/frontend/mame/ui/barcode.cpp:119 +msgid "Barcode length invalid!" +msgstr "Lunghezza codice a barre errata!" -#: src/frontend/mame/ui/dirmenu.cpp:116 -msgid "Folders Setup" -msgstr "Configura Cartelle" +#: src/frontend/mame/ui/selector.cpp:116 +msgid "Selection List - Search: " +msgstr "Lista Selezione - Cerca: " -#: src/frontend/mame/ui/dirmenu.cpp:167 +#: src/frontend/mame/ui/selector.cpp:124 #, c-format -msgid "Current %1$s Folders" -msgstr "Cartella Corrente %1$s" +msgid "Double click or press %1$s to select" +msgstr "Doppio click o premi %1$s per selezionare" -#: src/frontend/mame/ui/dirmenu.cpp:179 -msgid "Change Folder" -msgstr "Cambia Cartella" +#: src/frontend/mame/ui/selgame.cpp:313 src/frontend/mame/ui/selsoft.cpp:211 +#, c-format +msgid "" +"%s\n" +" added to favorites list." +msgstr "" +"%s\n" +" aggiunto ai preferiti." -#: src/frontend/mame/ui/dirmenu.cpp:179 -msgid "Add Folder" -msgstr "Aggiungi Cartella" +#: 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 "" +"%s\n" +" rimosso dai preferiti." -#: src/frontend/mame/ui/dirmenu.cpp:182 -msgid "Remove Folder" -msgstr "Rimuovi Cartella" +#: src/frontend/mame/ui/selgame.cpp:441 +msgid "Configure Machine" +msgstr "Configura Macchina" -#: src/frontend/mame/ui/dirmenu.cpp:418 +#: src/frontend/mame/ui/selgame.cpp:445 src/frontend/mame/ui/miscmenu.cpp:908 +msgid "Plugins" +msgstr "Plugin" + +#: src/frontend/mame/ui/selgame.cpp:853 #, c-format -msgid "Change %1$s Folder - Search: %2$s_" -msgstr "Cambia Cartella %1$s - Cerca: %2$s_" +msgid "Romset\t%1$-.100s\n" +msgstr "Set di rom\t%1$-.100s\n" -#: src/frontend/mame/ui/dirmenu.cpp:418 +#: src/frontend/mame/ui/selgame.cpp:854 #, c-format -msgid "Add %1$s Folder - Search: %2$s_" -msgstr "Aggiungi Cartella %1$s - Cerca: %2$s_" +msgid "Year\t%1$s\n" +msgstr "Anno\t%1$s\n" -#: src/frontend/mame/ui/dirmenu.cpp:429 -msgid "Press TAB to set" -msgstr "Premi TAB per impostare" +#: src/frontend/mame/ui/selgame.cpp:855 +#, c-format +msgid "Manufacturer\t%1$-.100s\n" +msgstr "Produttore\t%1$-.100s\n" -#: src/frontend/mame/ui/dirmenu.cpp:513 +#: src/frontend/mame/ui/selgame.cpp:859 #, c-format -msgid "Remove %1$s Folder" -msgstr "Rimuovi Cartella %1$sr" +msgid "Driver is Clone of\t%1$-.100s\n" +msgstr "Il Driver è un Clone di\t%1$-.100s\n" + +#: src/frontend/mame/ui/selgame.cpp:861 +msgid "Driver is Parent\t\n" +msgstr "Il Driver è un Parent\t\n" + +#: src/frontend/mame/ui/selgame.cpp:864 +msgid "Analog Controls\tYes\n" +msgstr "Controlli Analogici\tSì\n" + +#: src/frontend/mame/ui/selgame.cpp:866 +msgid "Keyboard Inputs\tYes\n" +msgstr "Input di Tastiera\tSì\n" + +#: src/frontend/mame/ui/selgame.cpp:869 +msgid "Overall\tNOT WORKING\n" +msgstr "Complessivamente\tNON FUNZIONANTE\n" -#: src/frontend/mame/ui/filecreate.cpp:79 -msgid "File Already Exists - Override?" -msgstr "File Già Esistente - Sovrascrivo?" +#: src/frontend/mame/ui/selgame.cpp:871 +msgid "Overall\tUnemulated Protection\n" +msgstr "Complessivamente\tProtezione Non Emulata\n" -#: 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" -msgstr "No" +#: src/frontend/mame/ui/selgame.cpp:873 +msgid "Overall\tWorking\n" +msgstr "Complessivamente\tFunzionante\n" -#: 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" -msgstr "Si" +#: src/frontend/mame/ui/selgame.cpp:876 +msgid "Graphics\tUnimplemented\n" +msgstr "Grafica\tNon implementata\n" -#: src/frontend/mame/ui/filecreate.cpp:171 -msgid "New Image Name:" -msgstr "Nuovo Nome Immagine:" +#: src/frontend/mame/ui/selgame.cpp:878 +msgid "Graphics\tWrong Colors\n" +msgstr "Grafica\tColori Errati\n" -#: src/frontend/mame/ui/filecreate.cpp:177 -msgid "Image Format:" -msgstr "Formato Immagine:" +#: src/frontend/mame/ui/selgame.cpp:880 +msgid "Graphics\tImperfect Colors\n" +msgstr "Grafica\tColori Non Perfetti\n" -#: src/frontend/mame/ui/filecreate.cpp:183 -msgid "Create" -msgstr "Crea" +#: src/frontend/mame/ui/selgame.cpp:882 +msgid "Graphics\tImperfect\n" +msgstr "Grafica\tNon Perfetta\n" -#: src/frontend/mame/ui/filecreate.cpp:214 -msgid "Please enter a file extension too" -msgstr "Inserisci anche l'estensione" +#: src/frontend/mame/ui/selgame.cpp:884 +msgid "Graphics\tOK\n" +msgstr "Grafica\tOK\n" -#: src/frontend/mame/ui/filecreate.cpp:266 -msgid "Select image format" -msgstr "Seleziona formato immagine" +#: src/frontend/mame/ui/selgame.cpp:887 +msgid "Sound\tNone\n" +msgstr "Suoni\tNessuno\n" -#: src/frontend/mame/ui/filesel.cpp:257 src/frontend/mame/ui/slotopt.cpp:220 -#: src/frontend/mame/ui/swlist.cpp:83 -msgid "[empty slot]" -msgstr "[slot vuoto]" +#: src/frontend/mame/ui/selgame.cpp:889 +msgid "Sound\tUnimplemented\n" +msgstr "Audio\tNon Implementato\n" -#: src/frontend/mame/ui/filesel.cpp:261 -msgid "[create]" -msgstr "[crea]" +#: src/frontend/mame/ui/selgame.cpp:891 +msgid "Sound\tImperfect\n" +msgstr "Audio\tNon Perfetto\n" -#: src/frontend/mame/ui/filesel.cpp:265 src/frontend/mame/ui/swlist.cpp:94 -msgid "[software list]" -msgstr "[lista software]" +#: src/frontend/mame/ui/selgame.cpp:893 +msgid "Sound\tOK\n" +msgstr "Audio\tOK\n" -#: src/frontend/mame/ui/filesel.cpp:525 -msgid "Select access mode" -msgstr "Selezione modalità di accesso" +#: src/frontend/mame/ui/selgame.cpp:896 +msgid "Controls\tUnimplemented\n" +msgstr "Controlli\tNon implementati\n" -#: src/frontend/mame/ui/filesel.cpp:526 -msgid "Read-only" -msgstr "Sola-Lettura" +#: src/frontend/mame/ui/selgame.cpp:898 +msgid "Controls\tImperfect\n" +msgstr "Controlli\tImperfetti\n" -#: src/frontend/mame/ui/filesel.cpp:528 -msgid "Read-write" -msgstr "Lettura-Scrittura" +#: src/frontend/mame/ui/selgame.cpp:901 +msgid "Keyboard\tUnimplemented\n" +msgstr "Tastiera\tNon implementata\n" -#: src/frontend/mame/ui/filesel.cpp:529 -msgid "Read this image, write to another image" -msgstr "Leggi da questo file, scrivi su un altro" +#: src/frontend/mame/ui/selgame.cpp:903 +msgid "Keyboard\tImperfect\n" +msgstr "Tastiera\tImperfetta\n" -#: src/frontend/mame/ui/filesel.cpp:530 -msgid "Read this image, write to diff" -msgstr "Leggi da questo file, scrivi su diff" +#: src/frontend/mame/ui/selgame.cpp:906 +msgid "Mouse\tUnimplemented\n" +msgstr "Mouse\tNon implementato\n" -#: src/frontend/mame/ui/imgcntrl.cpp:116 -msgid "Cannot save over directory" -msgstr "Non posso salvare in questa cartella" +#: src/frontend/mame/ui/selgame.cpp:908 +msgid "Mouse\tImperfect\n" +msgstr "Mouse\tImperfetto\n" -#: 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." -msgstr "" -"Nel software selezionato mancano una o più ROM o immagini CHD richiesti. " -"Selezionane un'altra." +#: src/frontend/mame/ui/selgame.cpp:911 +msgid "Microphone\tUnimplemented\n" +msgstr "Microfono\tNon implementato\n" -#: src/frontend/mame/ui/info.cpp:30 -msgid "protection" -msgstr "protezione" +#: src/frontend/mame/ui/selgame.cpp:913 +msgid "Microphone\tImperfect\n" +msgstr "Microfono\tImperfetto\n" -#: src/frontend/mame/ui/info.cpp:31 -msgid "color palette" -msgstr "tavolozza colore" +#: src/frontend/mame/ui/selgame.cpp:916 +msgid "Camera\tUnimplemented\n" +msgstr "Camera\tNon implementata\n" -#: src/frontend/mame/ui/info.cpp:32 -msgid "graphics" -msgstr "grafica" +#: src/frontend/mame/ui/selgame.cpp:918 +msgid "Camera\tImperfect\n" +msgstr "Camera\tImperfetta\n" -#: src/frontend/mame/ui/info.cpp:33 -msgid "sound" -msgstr "audio" +#: src/frontend/mame/ui/selgame.cpp:921 +msgid "Disk\tUnimplemented\n" +msgstr "Disco\tNon implementato\n" -#: src/frontend/mame/ui/info.cpp:34 -msgid "controls" -msgstr "controlli" +#: src/frontend/mame/ui/selgame.cpp:923 +msgid "Disk\tImperfect\n" +msgstr "Disco\tImperfetto\n" -#: src/frontend/mame/ui/info.cpp:35 -msgid "keyboard" -msgstr "tastiera" +#: src/frontend/mame/ui/selgame.cpp:926 +msgid "Printer\tUnimplemented\n" +msgstr "Stampante\tNon implementata\n" -#: src/frontend/mame/ui/info.cpp:36 -msgid "mouse" -msgstr "mouse" +#: src/frontend/mame/ui/selgame.cpp:928 +msgid "Printer\tImperfect\n" +msgstr "Stampante\tImperfetta\n" -#: src/frontend/mame/ui/info.cpp:37 -msgid "microphone" -msgstr "microfono" +#: src/frontend/mame/ui/selgame.cpp:931 +msgid "LAN\tUnimplemented\n" +msgstr "LAN\tNon implementata\n" -#: src/frontend/mame/ui/info.cpp:38 -msgid "camera" -msgstr "camera" +#: src/frontend/mame/ui/selgame.cpp:933 +msgid "LAN\tImperfect\n" +msgstr "LAN\tImperfetta\n" -#: src/frontend/mame/ui/info.cpp:39 -msgid "disk" -msgstr "disco" +#: src/frontend/mame/ui/selgame.cpp:936 +msgid "WAN\tUnimplemented\n" +msgstr "WAN\tNon implementata\n" -#: src/frontend/mame/ui/info.cpp:40 -msgid "printer" -msgstr "stampante" +#: src/frontend/mame/ui/selgame.cpp:938 +msgid "WAN\tImperfect\n" +msgstr "WAN\tImperfetta\n" -#: src/frontend/mame/ui/info.cpp:41 -msgid "LAN" -msgstr "LAN" +#: src/frontend/mame/ui/selgame.cpp:941 +msgid "Timing\tUnimplemented\n" +msgstr "Temporizzazione\tNon implementata\n" -#: src/frontend/mame/ui/info.cpp:42 -msgid "WAN" -msgstr "WAN" +#: src/frontend/mame/ui/selgame.cpp:943 +msgid "Timing\tImperfect\n" +msgstr "Temporizzazione\tImperfetta\n" -#: src/frontend/mame/ui/info.cpp:43 -msgid "timing" -msgstr "temporizzazione" +#: src/frontend/mame/ui/selgame.cpp:945 +msgid "Mechanical Machine\tYes\n" +msgstr "" -#: 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" +#: src/frontend/mame/ui/selgame.cpp:945 +msgid "Mechanical Machine\tNo\n" msgstr "" -"Uno o più ROM/CHD per questa macchina non sono corretti. La macchina " -"potrebbe non funzionare correttamente.\n" -#: src/frontend/mame/ui/info.cpp:190 -msgid "" -"There are known problems with this machine\n" -"\n" +#: src/frontend/mame/ui/selgame.cpp:946 +msgid "Requires Artwork\tYes\n" msgstr "" -"Ci sono problemi noti per questa macchina\n" -"\n" -#: src/frontend/mame/ui/info.cpp:195 -msgid "" -"One or more ROMs/CHDs for this machine have not been correctly dumped.\n" -msgstr "Uno o più ROM/CHD per questa macchina non è dumpato correttamente.\n" +#: src/frontend/mame/ui/selgame.cpp:946 +msgid "Requires Artwork\tNo\n" +msgstr "" -#: src/frontend/mame/ui/info.cpp:200 -msgid "Completely unemulated features: " -msgstr "Funzionalità assolutamente non emulate: " +#: src/frontend/mame/ui/selgame.cpp:947 +msgid "Requires Clickable Artwork\tYes\n" +msgstr "" -#: src/frontend/mame/ui/info.cpp:206 src/frontend/mame/ui/info.cpp:222 -#, c-format -msgid "%s" -msgstr "%s" +#: src/frontend/mame/ui/selgame.cpp:947 +msgid "Requires Clickable Artwork\tNo\n" +msgstr "" -#: 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 ", %s" +#: src/frontend/mame/ui/selgame.cpp:948 +msgid "Support Cocktail\tYes\n" +msgstr "" -#: src/frontend/mame/ui/info.cpp:216 -msgid "Imperfectly emulated features: " -msgstr "Funzionalità emulate non perfettamente: " +#: src/frontend/mame/ui/selgame.cpp:948 +msgid "Support Cocktail\tNo\n" +msgstr "" -#: src/frontend/mame/ui/info.cpp:231 -msgid "Screen flipping in cocktail mode is not supported.\n" -msgstr "L'inversione dello schermo in modalità cocktail non è supportata.\n" +#: src/frontend/mame/ui/selgame.cpp:949 +msgid "Driver is BIOS\tYes\n" +msgstr "" -#: src/frontend/mame/ui/info.cpp:233 -msgid "This machine requires external artwork files.\n" -msgstr "Questa macchina richiede file di artwork extra\n" +#: src/frontend/mame/ui/selgame.cpp:949 +msgid "Driver is BIOS\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:950 +msgid "Support Save\tYes\n" +msgstr "" + +#: src/frontend/mame/ui/selgame.cpp:950 +msgid "Support Save\tNo\n" msgstr "" -"Questa macchina non è mai stata completata. Potrebbe mostrare comportamenti " -"strani o elementi mancanti che non sono bug nell'emulazione.\n" -#: 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:951 +msgid "Screen Orientation\tVertical\n" msgstr "" -"Questa macchina non ha alcun componente audio, MAME non produrrà alcun suono " -"e questo è il comportamento atteso e non un bug.\n" -#: 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:951 +msgid "Screen Orientation\tHorizontal\n" msgstr "" -"\n" -"QUESTA MACCHINA NON FUNZIONA. L'emulazione di questa macchina non è ancora " -"completa. Non c'è nulla che tu possa fare per risolvere questo problema " -"eccetto aspettare che gli sviluppatori migliorino l'emulazione.\n" -#: 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:961 +msgid "Requires CHD\tYes\n" msgstr "" -"\n" -"Gli elementi di questa macchina non possono essere emulati poiché richiedono " -"interazione fisica o consistono di dispositivi meccanici. Non è possibile " -"sperimentare pienamente questa macchina.\n" -#: 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:961 +msgid "Requires CHD\tNo\n" msgstr "" -"\n" -"\n" -"Ci sono Cloni funzionanti di questa macchina: %s" -#: src/frontend/mame/ui/info.cpp:278 -msgid "" -"\n" -"\n" -"Press any key to continue" +#: src/frontend/mame/ui/selgame.cpp:974 +msgid "ROM Audit Result\tOK\n" msgstr "" -"\n" -"\n" -"Premi un tasto per proseguire" -#: 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:976 +msgid "ROM Audit Result\tBAD\n" msgstr "" -"%1$s\n" -"%2$s %3$s\n" -"Driver: %4$s\n" -"\n" -"CPU:\n" -#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 -msgid "MHz" -msgstr "MHz" +#: src/frontend/mame/ui/selgame.cpp:979 +msgid "Samples Audit Result\tNone Needed\n" +msgstr "" -#: src/frontend/mame/ui/info.cpp:328 src/frontend/mame/ui/info.cpp:366 -msgid "kHz" -msgstr "kHz" +#: src/frontend/mame/ui/selgame.cpp:981 +msgid "Samples Audit Result\tOK\n" +msgstr "" -#: src/frontend/mame/ui/info.cpp:342 -msgid "" -"\n" -"Sound:\n" +#: src/frontend/mame/ui/selgame.cpp:983 +msgid "Samples Audit Result\tBAD\n" msgstr "" -"\n" -"Audio:\n" -#: src/frontend/mame/ui/info.cpp:370 +#: src/frontend/mame/ui/selgame.cpp:987 msgid "" -"\n" -"Video:\n" +"ROM Audit Disabled\t\n" +"Samples Audit Disabled\t\n" msgstr "" -"\n" -"Video:\n" -#: src/frontend/mame/ui/info.cpp:374 -msgid "None\n" -msgstr "Nessuno\n" +#: src/frontend/mame/ui/selgame.cpp:1171 +#, c-format +msgid "%1$s %2$s ( %3$d / %4$d machines (%5$d BIOS) )" +msgstr "%1$s %2$s ( %3$d / %4$d macchine (%5$d BIOS) )" -#: src/frontend/mame/ui/info.cpp:381 -msgid "Vector" -msgstr "Vettoriale" +#: 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 "%1$s: %2$s - Cerca: %3$s_" -#: src/frontend/mame/ui/info.cpp:392 +#: src/frontend/mame/ui/selgame.cpp:1189 src/frontend/mame/ui/selsoft.cpp:557 #, c-format -msgid "%1$s: %2$s\n" -msgstr "%1$s: %2$s\n" +msgid "Search: %1$s_" +msgstr "Cerca: %1$s_" -#: src/frontend/mame/ui/info.cpp:392 -msgid "%2$s\n" -msgstr "%2$s\n" +#: src/frontend/mame/ui/selgame.cpp:1199 +#, c-format +msgid "Romset: %1$-.100s" +msgstr "Set di Rom:%1$-.100s" -#: src/frontend/mame/ui/info.cpp:438 +#: src/frontend/mame/ui/selgame.cpp:1206 #, c-format -msgid "Screen '%1$s'" -msgstr "Schermo '%1$s'" +msgid "System: %1$-.100s" +msgstr "Sistema: %1$-.100s" -#: src/frontend/mame/ui/info.cpp:440 -msgid "Screen" -msgstr "Schermo" +#: 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 "" +"Nella macchina selezionata mancano uno o più file ROM o CHD richiesti. " +"Seleziona un'altra macchina.\n" +"\n" -#: src/frontend/mame/ui/info.cpp:525 -msgid "Not supported" -msgstr "Non supportato" +#: src/frontend/mame/ui/selgame.cpp:1249 src/frontend/mame/ui/selsoft.cpp:462 +msgid "Press any key to continue." +msgstr "Premi un tasto per continuare." -#: src/frontend/mame/ui/info.cpp:528 -msgid "Partially supported" -msgstr "Parzialmente supportato" +#: src/frontend/mame/ui/dirmenu.cpp:35 +msgid "ROMs" +msgstr "ROM" -#: src/frontend/mame/ui/info.cpp:536 -msgid "[empty]" -msgstr "[vuoto]" +#: src/frontend/mame/ui/dirmenu.cpp:36 +msgid "Software Media" +msgstr "Programma Multimediale" -#: src/frontend/mame/ui/info_pty.cpp:30 src/frontend/mame/ui/mainmenu.cpp:99 -msgid "Pseudo terminals" -msgstr "Pseudo terminali" +#: src/frontend/mame/ui/dirmenu.cpp:37 +msgid "UI" +msgstr "UI" -#: src/frontend/mame/ui/info_pty.cpp:39 -msgid "[failed]" -msgstr "[fallito]" +#: src/frontend/mame/ui/dirmenu.cpp:39 +msgid "Samples" +msgstr "Sample" -#: src/frontend/mame/ui/inputmap.cpp:53 -msgid "User Interface" -msgstr "Interfaccia Utente" +#: src/frontend/mame/ui/dirmenu.cpp:40 +msgid "DATs" +msgstr "DAT" -#: src/frontend/mame/ui/inputmap.cpp:59 -msgid "Other Controls" -msgstr "Altri Controlli" +#: src/frontend/mame/ui/dirmenu.cpp:41 +msgid "INIs" +msgstr "INI" -#: src/frontend/mame/ui/inputmap.cpp:625 src/frontend/mame/ui/miscmenu.cpp:96 -#: src/frontend/mame/ui/slotopt.cpp:203 -msgid "Reset" -msgstr "Azzera" +#: src/frontend/mame/ui/dirmenu.cpp:42 +msgid "Category INIs" +msgstr "Categoria INI" -#: src/frontend/mame/ui/mainmenu.cpp:60 -msgid "Input (general)" -msgstr "Input (generali)" +#: src/frontend/mame/ui/dirmenu.cpp:43 +msgid "Icons" +msgstr "Icone" -#: src/frontend/mame/ui/mainmenu.cpp:62 -msgid "Input (this Machine)" -msgstr "Input (questa Macchina)" +#: src/frontend/mame/ui/dirmenu.cpp:44 src/frontend/mame/ui/submenu.cpp:25 +msgid "Cheats" +msgstr "Cheat" -#: src/frontend/mame/ui/mainmenu.cpp:66 -msgid "Analog Controls" -msgstr "Controlli Analogici" +#: src/frontend/mame/ui/dirmenu.cpp:45 src/frontend/mame/ui/selmenu.cpp:49 +msgid "Snapshots" +msgstr "Istantanee" -#: src/frontend/mame/ui/mainmenu.cpp:68 -msgid "Dip Switches" -msgstr "Dip-Switch" +#: src/frontend/mame/ui/dirmenu.cpp:46 src/frontend/mame/ui/selmenu.cpp:50 +msgid "Cabinets" +msgstr "Cabinati" -#: src/frontend/mame/ui/mainmenu.cpp:71 -msgid "Machine Configuration" -msgstr "Configurazione Macchina" +#: src/frontend/mame/ui/dirmenu.cpp:47 src/frontend/mame/ui/selmenu.cpp:53 +msgid "Flyers" +msgstr "Volantini" -#: src/frontend/mame/ui/mainmenu.cpp:75 -msgid "Bookkeeping Info" -msgstr "Info Crediti e Tempi di Utilizzo" +#: src/frontend/mame/ui/dirmenu.cpp:48 src/frontend/mame/ui/selmenu.cpp:54 +msgid "Titles" +msgstr "Titoli" -#: src/frontend/mame/ui/mainmenu.cpp:78 -msgid "Machine Information" -msgstr "Informazioni Macchina" +#: src/frontend/mame/ui/dirmenu.cpp:49 src/frontend/mame/ui/selmenu.cpp:55 +msgid "Ends" +msgstr "Finali" -#: src/frontend/mame/ui/mainmenu.cpp:85 -msgid "Image Information" -msgstr "Informazioni Software" +#: src/frontend/mame/ui/dirmenu.cpp:50 src/frontend/mame/ui/selmenu.cpp:52 +msgid "PCBs" +msgstr "PCB" -#: src/frontend/mame/ui/mainmenu.cpp:88 -msgid "File Manager" -msgstr "Gestore File" +#: src/frontend/mame/ui/dirmenu.cpp:52 +msgid "Controls Panels" +msgstr "Pannelli di controllo" -#: src/frontend/mame/ui/mainmenu.cpp:96 -msgid "Tape Control" -msgstr "Controllo Cassetta" +#: src/frontend/mame/ui/dirmenu.cpp:53 +msgid "Crosshairs" +msgstr "Puntatori" -#: src/frontend/mame/ui/mainmenu.cpp:102 -msgid "BIOS Selection" -msgstr "Selezione BIOS" +#: src/frontend/mame/ui/dirmenu.cpp:54 +msgid "Artworks" +msgstr "Disegni" -#: src/frontend/mame/ui/mainmenu.cpp:106 -msgid "Slot Devices" -msgstr "Slot" +#: src/frontend/mame/ui/dirmenu.cpp:55 src/frontend/mame/ui/selmenu.cpp:57 +msgid "Bosses" +msgstr "Boss" -#: src/frontend/mame/ui/mainmenu.cpp:110 -msgid "Barcode Reader" -msgstr "Lettore Codice a Barre" +#: src/frontend/mame/ui/dirmenu.cpp:56 +msgid "Artworks Preview" +msgstr "Anteprima Disegni" -#: src/frontend/mame/ui/mainmenu.cpp:114 -msgid "Network Devices" -msgstr "Dispositivi di Rete" +#: src/frontend/mame/ui/dirmenu.cpp:57 src/frontend/mame/ui/selmenu.cpp:63 +msgid "Select" +msgstr "Seleziona" + +#: src/frontend/mame/ui/dirmenu.cpp:58 +msgid "GameOver" +msgstr "GameOver" + +#: src/frontend/mame/ui/dirmenu.cpp:59 src/frontend/mame/ui/selmenu.cpp:61 +msgid "HowTo" +msgstr "Come Fare" -#: src/frontend/mame/ui/mainmenu.cpp:118 -msgid "Keyboard Mode" -msgstr "Modalità Tastiera" +#: src/frontend/mame/ui/dirmenu.cpp:60 src/frontend/mame/ui/selmenu.cpp:58 +msgid "Logos" +msgstr "Logo" -#: src/frontend/mame/ui/mainmenu.cpp:121 -msgid "Slider Controls" -msgstr "Regolazione Cursori" +#: src/frontend/mame/ui/dirmenu.cpp:61 src/frontend/mame/ui/selmenu.cpp:62 +msgid "Scores" +msgstr "Punteggi" -#: src/frontend/mame/ui/mainmenu.cpp:124 src/frontend/mame/ui/submenu.cpp:99 -msgid "Video Options" -msgstr "Opzioni Video" +#: src/frontend/mame/ui/dirmenu.cpp:62 src/frontend/mame/ui/selmenu.cpp:59 +msgid "Versus" +msgstr "Contro" -#: src/frontend/mame/ui/mainmenu.cpp:128 -msgid "Crosshair Options" -msgstr "Opzioni Puntamento" +#: src/frontend/mame/ui/dirmenu.cpp:63 src/frontend/mame/ui/selmenu.cpp:65 +msgid "Covers" +msgstr "Copertine" -#: src/frontend/mame/ui/mainmenu.cpp:135 -msgid "Plugin Options" -msgstr "Opzioni Plugin" +#: src/frontend/mame/ui/dirmenu.cpp:116 +msgid "Folders Setup" +msgstr "Configura Cartelle" -#: src/frontend/mame/ui/mainmenu.cpp:139 -msgid "External DAT View" -msgstr "Visualizza DAT Aggiuntivi" +#: src/frontend/mame/ui/dirmenu.cpp:167 +#, c-format +msgid "Current %1$s Folders" +msgstr "Cartella Corrente %1$s" -#: src/frontend/mame/ui/mainmenu.cpp:145 src/frontend/mame/ui/miscmenu.cpp:775 -msgid "Add To Favorites" -msgstr "Aggiungi ai Preferiti" +#: src/frontend/mame/ui/dirmenu.cpp:179 +msgid "Change Folder" +msgstr "Cambia Cartella" -#: src/frontend/mame/ui/mainmenu.cpp:147 src/frontend/mame/ui/miscmenu.cpp:777 -msgid "Remove From Favorites" -msgstr "Rimuovi dai Preferiti" +#: src/frontend/mame/ui/dirmenu.cpp:179 +msgid "Add Folder" +msgstr "Aggiungi Cartella" -#: src/frontend/mame/ui/mainmenu.cpp:154 -msgid "Select New Machine" -msgstr "Seleziona Nuova Macchina" +#: src/frontend/mame/ui/dirmenu.cpp:182 +msgid "Remove Folder" +msgstr "Rimuovi Cartella" -#: src/frontend/mame/ui/menu.cpp:294 -msgid "Return to Machine" -msgstr "Ritorna alla Macchina" +#: src/frontend/mame/ui/dirmenu.cpp:418 +#, c-format +msgid "Change %1$s Folder - Search: %2$s_" +msgstr "Cambia Cartella %1$s - Cerca: %2$s_" -#: src/frontend/mame/ui/menu.cpp:299 src/frontend/mame/ui/menu.cpp:301 -msgid "Exit" -msgstr "Esci" +#: src/frontend/mame/ui/dirmenu.cpp:418 +#, c-format +msgid "Add %1$s Folder - Search: %2$s_" +msgstr "Aggiungi Cartella %1$s - Cerca: %2$s_" -#: src/frontend/mame/ui/menu.cpp:306 src/frontend/mame/ui/menu.cpp:308 -msgid "Return to Previous Menu" -msgstr "Torna al Menu Precedente" +#: src/frontend/mame/ui/dirmenu.cpp:429 +msgid "Press TAB to set" +msgstr "Premi TAB per impostare" -#: src/frontend/mame/ui/menu.cpp:742 -msgid "Auto" -msgstr "Auto" +#: src/frontend/mame/ui/dirmenu.cpp:513 +#, c-format +msgid "Remove %1$s Folder" +msgstr "Rimuovi Cartella %1$sr" #: src/frontend/mame/ui/miscmenu.cpp:43 msgid "Keyboard Mode:" @@ -1319,411 +1587,239 @@ msgstr " (bloccati)" #: src/frontend/mame/ui/miscmenu.cpp:503 msgid "Visible Delay" -msgstr "Ritardo Visibilità" - -#: src/frontend/mame/ui/miscmenu.cpp:601 -#, c-format -msgid "%s.xml saved under ui folder." -msgstr "%s.xml salvato nella cartella UI." - -#: src/frontend/mame/ui/miscmenu.cpp:627 -msgid "Name: Description:\n" -msgstr "Nome: Descrizione:\n" - -#: src/frontend/mame/ui/miscmenu.cpp:638 -#, c-format -msgid "%s.txt saved under ui folder." -msgstr "%s.txt salvato nella cartella UI." - -#: src/frontend/mame/ui/miscmenu.cpp:655 -msgid "Export list in XML format (like -listxml)" -msgstr "Esporta lista in formato XML (come -listxml)" - -#: src/frontend/mame/ui/miscmenu.cpp:656 -msgid "Export list in XML format (like -listxml, but exclude devices)" -msgstr "Esporta lista in formato XML (come -listxml, ma escludendo i device)" - -#: src/frontend/mame/ui/miscmenu.cpp:657 -msgid "Export list in TXT format (like -listfull)" -msgstr "Esporta lista in formato TXT (come -listfull)" - -#: src/frontend/mame/ui/miscmenu.cpp:709 src/frontend/mame/ui/ui.cpp:2217 -msgid "" -"\n" -" Configuration saved \n" -"\n" -msgstr "" -"\n" -" Configurazione salvata \n" -"\n" - -#: src/frontend/mame/ui/miscmenu.cpp:759 src/frontend/mame/ui/utils.cpp:66 -msgid "BIOS" -msgstr "BIOS" - -#: src/frontend/mame/ui/miscmenu.cpp:763 -msgid "Driver" -msgstr "Driver" - -#: src/frontend/mame/ui/miscmenu.cpp:766 -msgid "This machine has no BIOS." -msgstr "Questa macchina non ha BIOS." - -#: src/frontend/mame/ui/miscmenu.cpp:780 -msgid "Save machine configuration" -msgstr "Salva configurazione per questo sistema" - -#: src/frontend/mame/ui/miscmenu.cpp:791 -msgid "Configure machine:" -msgstr "Configura questo sistema:" - -#: src/frontend/mame/ui/miscmenu.cpp:825 src/frontend/mame/ui/selmenu.cpp:2386 -msgid " (default)" -msgstr " (predefinito)" - -#: src/frontend/mame/ui/miscmenu.cpp:908 src/frontend/mame/ui/selgame.cpp:445 -msgid "Plugins" -msgstr "Plugin" - -#: src/frontend/mame/ui/optsmenu.cpp:193 -msgid "Filter" -msgstr "Filtri" - -#: src/frontend/mame/ui/optsmenu.cpp:206 -msgid "Customize UI" -msgstr "Personalizza UI" - -#: src/frontend/mame/ui/optsmenu.cpp:207 -msgid "Configure Directories" -msgstr "Configura Cartelle" - -#: src/frontend/mame/ui/optsmenu.cpp:210 src/frontend/mame/ui/sndmenu.cpp:149 -msgid "Sound Options" -msgstr "Opzioni Audio" - -#: src/frontend/mame/ui/optsmenu.cpp:213 -msgid "General Inputs" -msgstr "Input Generali" - -#: src/frontend/mame/ui/optsmenu.cpp:216 -msgid "Save Configuration" -msgstr "Salva Configurazione" - -#: src/frontend/mame/ui/optsmenu.cpp:228 -msgid "Settings" -msgstr "Impostazioni" - -#: src/frontend/mame/ui/selector.cpp:116 -msgid "Selection List - Search: " -msgstr "Lista Selezione - Cerca: " - -#: src/frontend/mame/ui/selector.cpp:124 -#, c-format -msgid "Double click or press %1$s to select" -msgstr "Doppio click o premi %1$s per selezionare" - -#: src/frontend/mame/ui/selgame.cpp:313 src/frontend/mame/ui/selsoft.cpp:211 -#, c-format -msgid "" -"%s\n" -" added to favorites list." -msgstr "" -"%s\n" -" aggiunto ai preferiti." - -#: 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 "" -"%s\n" -" rimosso dai preferiti." - -#: src/frontend/mame/ui/selgame.cpp:440 -#: src/frontend/mame/ui/simpleselgame.cpp:271 -msgid "Configure Options" -msgstr "Configura Opzioni" - -#: src/frontend/mame/ui/selgame.cpp:441 -msgid "Configure Machine" -msgstr "Configura Macchina" - -#: src/frontend/mame/ui/selgame.cpp:853 -#, c-format -msgid "Romset\t%1$-.100s\n" -msgstr "Set di rom\t%1$-.100s\n" - -#: src/frontend/mame/ui/selgame.cpp:854 -#, c-format -msgid "Year\t%1$s\n" -msgstr "Anno\t%1$s\n" - -#: src/frontend/mame/ui/selgame.cpp:855 -#, c-format -msgid "Manufacturer\t%1$-.100s\n" -msgstr "Produttore\t%1$-.100s\n" - -#: src/frontend/mame/ui/selgame.cpp:859 -#, c-format -msgid "Driver is Clone of\t%1$-.100s\n" -msgstr "Il Driver è un Clone di\t%1$-.100s\n" - -#: src/frontend/mame/ui/selgame.cpp:861 -msgid "Driver is Parent\t\n" -msgstr "Il Driver è un Parent\t\n" - -#: src/frontend/mame/ui/selgame.cpp:864 -msgid "Analog Controls\tYes\n" -msgstr "Controlli Analogici\tSì\n" - -#: src/frontend/mame/ui/selgame.cpp:866 -msgid "Keyboard Inputs\tYes\n" -msgstr "Input di Tastiera\tSì\n" - -#: src/frontend/mame/ui/selgame.cpp:869 -msgid "Overall\tNOT WORKING\n" -msgstr "Complessivamente\tNON FUNZIONANTE\n" - -#: src/frontend/mame/ui/selgame.cpp:871 -msgid "Overall\tUnemulated Protection\n" -msgstr "Complessivamente\tProtezione Non Emulata\n" - -#: src/frontend/mame/ui/selgame.cpp:873 -msgid "Overall\tWorking\n" -msgstr "Complessivamente\tFunzionante\n" - -#: src/frontend/mame/ui/selgame.cpp:876 -msgid "Graphics\tUnimplemented\n" -msgstr "Grafica\tNon implementata\n" +msgstr "Ritardo Visibilità" -#: src/frontend/mame/ui/selgame.cpp:878 -msgid "Graphics\tWrong Colors\n" -msgstr "Grafica\tColori Errati\n" +#: src/frontend/mame/ui/miscmenu.cpp:601 +#, c-format +msgid "%s.xml saved under ui folder." +msgstr "%s.xml salvato nella cartella UI." -#: src/frontend/mame/ui/selgame.cpp:880 -msgid "Graphics\tImperfect Colors\n" -msgstr "Grafica\tColori Non Perfetti\n" +#: src/frontend/mame/ui/miscmenu.cpp:627 +msgid "Name: Description:\n" +msgstr "Nome: Descrizione:\n" -#: src/frontend/mame/ui/selgame.cpp:882 -msgid "Graphics\tImperfect\n" -msgstr "Grafica\tNon Perfetta\n" +#: src/frontend/mame/ui/miscmenu.cpp:638 +#, c-format +msgid "%s.txt saved under ui folder." +msgstr "%s.txt salvato nella cartella UI." -#: src/frontend/mame/ui/selgame.cpp:884 -msgid "Graphics\tOK\n" -msgstr "Grafica\tOK\n" +#: src/frontend/mame/ui/miscmenu.cpp:655 +msgid "Export list in XML format (like -listxml)" +msgstr "Esporta lista in formato XML (come -listxml)" -#: src/frontend/mame/ui/selgame.cpp:887 -msgid "Sound\tNone\n" -msgstr "Suoni\tNessuno\n" +#: src/frontend/mame/ui/miscmenu.cpp:656 +msgid "Export list in XML format (like -listxml, but exclude devices)" +msgstr "Esporta lista in formato XML (come -listxml, ma escludendo i device)" -#: src/frontend/mame/ui/selgame.cpp:889 -msgid "Sound\tUnimplemented\n" -msgstr "Audio\tNon Implementato\n" +#: src/frontend/mame/ui/miscmenu.cpp:657 +msgid "Export list in TXT format (like -listfull)" +msgstr "Esporta lista in formato TXT (come -listfull)" -#: src/frontend/mame/ui/selgame.cpp:891 -msgid "Sound\tImperfect\n" -msgstr "Audio\tNon Perfetto\n" +#: src/frontend/mame/ui/miscmenu.cpp:709 src/frontend/mame/ui/ui.cpp:2217 +msgid "" +"\n" +" Configuration saved \n" +"\n" +msgstr "" +"\n" +" Configurazione salvata \n" +"\n" -#: src/frontend/mame/ui/selgame.cpp:893 -msgid "Sound\tOK\n" -msgstr "Audio\tOK\n" +#: src/frontend/mame/ui/miscmenu.cpp:763 +msgid "Driver" +msgstr "Driver" -#: src/frontend/mame/ui/selgame.cpp:896 -msgid "Controls\tUnimplemented\n" -msgstr "Controlli\tNon implementati\n" +#: src/frontend/mame/ui/miscmenu.cpp:766 +msgid "This machine has no BIOS." +msgstr "Questa macchina non ha BIOS." -#: src/frontend/mame/ui/selgame.cpp:898 -msgid "Controls\tImperfect\n" -msgstr "Controlli\tImperfetti\n" +#: src/frontend/mame/ui/miscmenu.cpp:775 src/frontend/mame/ui/mainmenu.cpp:145 +msgid "Add To Favorites" +msgstr "Aggiungi ai Preferiti" -#: src/frontend/mame/ui/selgame.cpp:901 -msgid "Keyboard\tUnimplemented\n" -msgstr "Tastiera\tNon implementata\n" +#: src/frontend/mame/ui/miscmenu.cpp:777 src/frontend/mame/ui/mainmenu.cpp:147 +msgid "Remove From Favorites" +msgstr "Rimuovi dai Preferiti" -#: src/frontend/mame/ui/selgame.cpp:903 -msgid "Keyboard\tImperfect\n" -msgstr "Tastiera\tImperfetta\n" +#: src/frontend/mame/ui/miscmenu.cpp:780 +msgid "Save machine configuration" +msgstr "Salva configurazione per questo sistema" -#: src/frontend/mame/ui/selgame.cpp:906 -msgid "Mouse\tUnimplemented\n" -msgstr "Mouse\tNon implementato\n" +#: src/frontend/mame/ui/miscmenu.cpp:791 +msgid "Configure machine:" +msgstr "Configura questo sistema:" -#: src/frontend/mame/ui/selgame.cpp:908 -msgid "Mouse\tImperfect\n" -msgstr "Mouse\tImperfetto\n" +#: src/frontend/mame/ui/miscmenu.cpp:825 src/frontend/mame/ui/selmenu.cpp:2386 +msgid " (default)" +msgstr " (predefinito)" -#: src/frontend/mame/ui/selgame.cpp:911 -msgid "Microphone\tUnimplemented\n" -msgstr "Microfono\tNon implementato\n" +#: src/frontend/mame/ui/imgcntrl.cpp:116 +msgid "Cannot save over directory" +msgstr "Non posso salvare in questa cartella" -#: src/frontend/mame/ui/selgame.cpp:913 -msgid "Microphone\tImperfect\n" -msgstr "Microfono\tImperfetto\n" +#: 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." +msgstr "" +"Nel software selezionato mancano una o più ROM o immagini CHD richiesti. " +"Selezionane un'altra." -#: src/frontend/mame/ui/selgame.cpp:916 -msgid "Camera\tUnimplemented\n" -msgstr "Camera\tNon implementata\n" +#: src/frontend/mame/ui/info_pty.cpp:30 src/frontend/mame/ui/mainmenu.cpp:99 +msgid "Pseudo terminals" +msgstr "Pseudo terminali" -#: src/frontend/mame/ui/selgame.cpp:918 -msgid "Camera\tImperfect\n" -msgstr "Camera\tImperfetta\n" +#: src/frontend/mame/ui/info_pty.cpp:39 +msgid "[failed]" +msgstr "[fallito]" -#: src/frontend/mame/ui/selgame.cpp:921 -msgid "Disk\tUnimplemented\n" -msgstr "Disco\tNon implementato\n" +#: src/frontend/mame/ui/mainmenu.cpp:60 +msgid "Input (general)" +msgstr "Input (generali)" -#: src/frontend/mame/ui/selgame.cpp:923 -msgid "Disk\tImperfect\n" -msgstr "Disco\tImperfetto\n" +#: src/frontend/mame/ui/mainmenu.cpp:62 +msgid "Input (this Machine)" +msgstr "Input (questa Macchina)" -#: src/frontend/mame/ui/selgame.cpp:926 -msgid "Printer\tUnimplemented\n" -msgstr "Stampante\tNon implementata\n" +#: src/frontend/mame/ui/mainmenu.cpp:66 +msgid "Analog Controls" +msgstr "Controlli Analogici" -#: src/frontend/mame/ui/selgame.cpp:928 -msgid "Printer\tImperfect\n" -msgstr "Stampante\tImperfetta\n" +#: src/frontend/mame/ui/mainmenu.cpp:68 +msgid "Dip Switches" +msgstr "Dip-Switch" -#: src/frontend/mame/ui/selgame.cpp:931 -msgid "LAN\tUnimplemented\n" -msgstr "LAN\tNon implementata\n" +#: src/frontend/mame/ui/mainmenu.cpp:71 +msgid "Machine Configuration" +msgstr "Configurazione Macchina" -#: src/frontend/mame/ui/selgame.cpp:933 -msgid "LAN\tImperfect\n" -msgstr "LAN\tImperfetta\n" +#: src/frontend/mame/ui/mainmenu.cpp:75 +msgid "Bookkeeping Info" +msgstr "Info Crediti e Tempi di Utilizzo" -#: src/frontend/mame/ui/selgame.cpp:936 -msgid "WAN\tUnimplemented\n" -msgstr "WAN\tNon implementata\n" +#: src/frontend/mame/ui/mainmenu.cpp:78 +msgid "Machine Information" +msgstr "Informazioni Macchina" -#: src/frontend/mame/ui/selgame.cpp:938 -msgid "WAN\tImperfect\n" -msgstr "WAN\tImperfetta\n" +#: src/frontend/mame/ui/mainmenu.cpp:85 +msgid "Image Information" +msgstr "Informazioni Software" -#: src/frontend/mame/ui/selgame.cpp:941 -msgid "Timing\tUnimplemented\n" -msgstr "Temporizzazione\tNon implementata\n" +#: src/frontend/mame/ui/mainmenu.cpp:88 +msgid "File Manager" +msgstr "Gestore File" -#: src/frontend/mame/ui/selgame.cpp:943 -msgid "Timing\tImperfect\n" -msgstr "Temporizzazione\tImperfetta\n" +#: src/frontend/mame/ui/mainmenu.cpp:96 +msgid "Tape Control" +msgstr "Controllo Cassetta" -#: src/frontend/mame/ui/selgame.cpp:945 -#, c-format -msgid "Mechanical Machine\t%1$s\n" -msgstr "Macchina Meccanica\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:102 +msgid "BIOS Selection" +msgstr "Selezione BIOS" -#: src/frontend/mame/ui/selgame.cpp:946 -#, c-format -msgid "Requires Artwork\t%1$s\n" -msgstr "Richiede Artwork\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:106 +msgid "Slot Devices" +msgstr "Slot" -#: src/frontend/mame/ui/selgame.cpp:947 -#, c-format -msgid "Requires Clickable Artwork\t%1$s\n" -msgstr "Richiede Artwork Cliccabile\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:110 +msgid "Barcode Reader" +msgstr "Lettore Codice a Barre" -#: src/frontend/mame/ui/selgame.cpp:948 -#, c-format -msgid "Support Cocktail\t%1$s\n" -msgstr "Supporta Modalità Cocktail\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:114 +msgid "Network Devices" +msgstr "Dispositivi di Rete" -#: src/frontend/mame/ui/selgame.cpp:949 -#, c-format -msgid "Driver is BIOS\t%1$s\n" -msgstr "Il Driver è il BIOS\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:118 +msgid "Keyboard Mode" +msgstr "Modalità Tastiera" -#: src/frontend/mame/ui/selgame.cpp:950 -#, c-format -msgid "Support Save\t%1$s\n" -msgstr "Salvataggio Supportato\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:121 +msgid "Slider Controls" +msgstr "Regolazione Cursori" -#: src/frontend/mame/ui/selgame.cpp:951 -#, c-format -msgid "Screen Orientation\t%1$s\n" -msgstr "Orientamento Schermo\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:124 src/frontend/mame/ui/submenu.cpp:99 +msgid "Video Options" +msgstr "Opzioni Video" -#: src/frontend/mame/ui/selgame.cpp:951 -msgid "Vertical" -msgstr "Verticale" +#: src/frontend/mame/ui/mainmenu.cpp:128 +msgid "Crosshair Options" +msgstr "Opzioni Puntamento" -#: src/frontend/mame/ui/selgame.cpp:951 -msgid "Horizontal" -msgstr "Orizzontale" +#: src/frontend/mame/ui/mainmenu.cpp:132 plugins/cheat/init.lua:683 +msgid "Cheat" +msgstr "Trucco" -#: src/frontend/mame/ui/selgame.cpp:960 -#, c-format -msgid "Requires CHD\t%1$s\n" -msgstr "Richiede CHD\t%1$s\n" +#: src/frontend/mame/ui/mainmenu.cpp:135 +msgid "Plugin Options" +msgstr "Opzioni Plugin" -#: src/frontend/mame/ui/selgame.cpp:973 -msgid "Roms Audit Pass\tOK\n" -msgstr "Esito Audit Rom\tOK\n" +#: src/frontend/mame/ui/mainmenu.cpp:139 +msgid "External DAT View" +msgstr "Visualizza DAT Aggiuntivi" -#: src/frontend/mame/ui/selgame.cpp:975 -msgid "Roms Audit Pass\tBAD\n" -msgstr "Esito Audit Rom\tBAD\n" +#: src/frontend/mame/ui/mainmenu.cpp:154 +msgid "Select New Machine" +msgstr "Seleziona Nuova Macchina" -#: src/frontend/mame/ui/selgame.cpp:978 -msgid "Samples Audit Pass\tNone Needed\n" -msgstr "Esito Audit Sample\tNon Necessario\n" +#: src/frontend/mame/ui/sndmenu.cpp:135 +msgid "Sound" +msgstr "Audio" -#: src/frontend/mame/ui/selgame.cpp:980 -msgid "Samples Audit Pass\tOK\n" -msgstr "Esito Audit Sample\tOK\n" +#: src/frontend/mame/ui/sndmenu.cpp:136 +msgid "Sample Rate" +msgstr "Frequenza di Campionamento" -#: src/frontend/mame/ui/selgame.cpp:982 -msgid "Samples Audit Pass\tBAD\n" -msgstr "Esito Audit Sample\tBAD\n" +#: src/frontend/mame/ui/sndmenu.cpp:137 +msgid "Use External Samples" +msgstr "Usa Sample Aggiuntivi" -#: src/frontend/mame/ui/selgame.cpp:985 -msgid "" -"Roms Audit Pass\tDisabled\n" -"Samples Audit Pass\tDisabled\n" -msgstr "" -"Esito Audit Rom\tDisabilitato\n" -"Esito Audit Sample\tDisabilitato\n" +#: src/frontend/mame/ui/sndmenu.cpp:149 src/frontend/mame/ui/optsmenu.cpp:210 +msgid "Sound Options" +msgstr "Opzioni Audio" -#: src/frontend/mame/ui/selgame.cpp:1168 -#, c-format -msgid "%1$s %2$s ( %3$d / %4$d machines (%5$d BIOS) )" -msgstr "%1$s %2$s ( %3$d / %4$d macchine (%5$d BIOS) )" +#: src/frontend/mame/ui/viewgfx.cpp:406 +msgid " COLORS" +msgstr " COLORI" -#: src/frontend/mame/ui/selgame.cpp:1184 src/frontend/mame/ui/selsoft.cpp:555 -#, c-format -msgid "%1$s: %2$s - Search: %3$s_" -msgstr "%1$s: %2$s - Cerca: %3$s_" +#: src/frontend/mame/ui/viewgfx.cpp:406 +msgid " PENS" +msgstr " PEN" -#: src/frontend/mame/ui/selgame.cpp:1186 src/frontend/mame/ui/selsoft.cpp:557 +#: src/frontend/mame/ui/auditmenu.cpp:96 #, c-format -msgid "Search: %1$s_" -msgstr "Cerca: %1$s_" +msgid "Audit ROMs for %1$u machines marked unavailable?" +msgstr "Verifico le ROMs per %1$u le macchine marcate come non disponibili?" -#: src/frontend/mame/ui/selgame.cpp:1196 +#: src/frontend/mame/ui/auditmenu.cpp:99 #, c-format -msgid "Romset: %1$-.100s" -msgstr "Set di Rom:%1$-.100s" +msgid "Audit ROMs for all %1$u machines?" +msgstr "Verifico le ROMs per tutte %1$u le macchine?" -#: src/frontend/mame/ui/selgame.cpp:1203 +#: src/frontend/mame/ui/auditmenu.cpp:104 #, c-format -msgid "System: %1$-.100s" -msgstr "Sistema: %1$-.100s" +msgid "(results will be saved to %1$s)" +msgstr "(i risultati verranno salvati su %1$s)" -#: src/frontend/mame/ui/selgame.cpp:1240 +#: src/frontend/mame/ui/auditmenu.cpp:130 +#, c-format msgid "" -"The selected machine is missing one or more required ROM or CHD images. " -"Please select a different machine.\n" -"\n" +"Auditing ROMs for machine %2$u of %3$u...\n" +"%1$s" msgstr "" -"Nella macchina selezionata mancano uno o più file ROM o CHD richiesti. " -"Seleziona un'altra macchina.\n" -"\n" +"Verifica delle ROMs per la macchina %2$u di %3$u...\n" +"%1$s" -#: src/frontend/mame/ui/selgame.cpp:1246 src/frontend/mame/ui/selsoft.cpp:462 -msgid "Press any key to continue." -msgstr "Premi un tasto per continuare." +#: src/frontend/mame/ui/auditmenu.cpp:142 +msgid "Start Audit" +msgstr "Avvia Verifica" + +#: src/frontend/mame/ui/datmenu.cpp:80 +msgid "Software Usage" +msgstr "Utilizzo Software" + +#: src/frontend/mame/ui/datmenu.cpp:362 +msgid "Revision: " +msgstr "Revisione: " #: src/frontend/mame/ui/selmenu.cpp:51 msgid "Control Panels" @@ -1757,12 +1853,6 @@ msgstr "Selezione parte software:" msgid "BIOS selection:" msgstr "Selezione BIOS:" -#: 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 "%1$s,%2$-.100s" - #: src/frontend/mame/ui/selmenu.cpp:574 #, c-format msgid "Software is clone of: %1$-.100s" @@ -1798,49 +1888,6 @@ msgstr "Il Driver è un clone di: %-.100s" msgid "Driver is parent" msgstr "Il Driver è un parent" -#: src/frontend/mame/ui/selmenu.cpp:619 -#: src/frontend/mame/ui/simpleselgame.cpp:330 -msgid "Overall: NOT WORKING" -msgstr "Complessivamente: NON FUNZIONANTE" - -#: src/frontend/mame/ui/selmenu.cpp:621 -#: src/frontend/mame/ui/simpleselgame.cpp:332 -msgid "Overall: Unemulated Protection" -msgstr "Complessivamente: Protezione Non Emulata" - -#: src/frontend/mame/ui/selmenu.cpp:623 -#: src/frontend/mame/ui/simpleselgame.cpp:334 -msgid "Overall: Working" -msgstr "Complessivamente: Funzionante" - -#: src/frontend/mame/ui/selmenu.cpp:627 -msgid "Graphics: Unimplemented, " -msgstr "Grafica: Non implementata, " - -#: src/frontend/mame/ui/selmenu.cpp:629 -msgid "Graphics: Imperfect, " -msgstr "Grafica: Non Perfetta, " - -#: src/frontend/mame/ui/selmenu.cpp:631 -msgid "Graphics: OK, " -msgstr "Grafica: OK, " - -#: src/frontend/mame/ui/selmenu.cpp:634 -msgid "Sound: None" -msgstr "Suoni: Nessuno" - -#: src/frontend/mame/ui/selmenu.cpp:636 -msgid "Sound: Unimplemented" -msgstr "Audio: Non Implementato" - -#: src/frontend/mame/ui/selmenu.cpp:638 -msgid "Sound: Imperfect" -msgstr "Audio: Non Perfetto" - -#: src/frontend/mame/ui/selmenu.cpp:640 -msgid "Sound: OK" -msgstr "Audio: OK" - #: src/frontend/mame/ui/selmenu.cpp:650 #, c-format msgid "%1$s %2$s" @@ -1862,125 +1909,6 @@ msgstr "Utilizzo" msgid "General Info" msgstr "Informazioni Generali" -#: 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 "" -"Nel software selezionato mancano uno o più file richiesti. Seleziona " -"un'altra software.\n" -"\n" - -#: src/frontend/mame/ui/selsoft.cpp:549 -#, c-format -msgid "%1$s %2$s ( %3$d / %4$d software packages )" -msgstr "%1$s %2$s ( %3$d / %4$d pacchetti software )" - -#: src/frontend/mame/ui/selsoft.cpp:550 -#, c-format -msgid "Driver: \"%1$s\" software list " -msgstr "Driver: \"%1$s\" lista software " - -#: 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 "%1$-.100s" - -#: 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 "" -"Il gioco selezionato è mancante di una o più ROM richieste o immagini CHD. " -"Si prega di scegliere un gioco diverso.\n" -"\n" -"Premi qualsiasi tasto per continuare." - -#: 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 "" -"Nessuna macchina trovata. Controlla il percorso specificato nel file %1$s." -"ini.\n" -"\n" -"Se questa è la prima volta che usi %2$s, si prega di consultare il file " -"config.txt nella cartella docs per le informazioni sulla configurazine %2$s." - -#: src/frontend/mame/ui/simpleselgame.cpp:292 -#, c-format -msgid "Type name or select: %1$s_" -msgstr "Digita il nome o seleziona: %1$s_" - -#: src/frontend/mame/ui/simpleselgame.cpp:294 -msgid "Type name or select: (random)" -msgstr "Digita il nome o seleziona: (casuale)" - -#: src/frontend/mame/ui/simpleselgame.cpp:314 -#, c-format -msgid "Driver: %1$-.100s" -msgstr "Driver:%1$-.100s" - -#: src/frontend/mame/ui/simpleselgame.cpp:339 -#: src/frontend/mame/ui/simpleselgame.cpp:349 -msgid "Unimplemented" -msgstr "Non Implementato" - -#: src/frontend/mame/ui/simpleselgame.cpp:341 -#: src/frontend/mame/ui/simpleselgame.cpp:351 -msgid "Imperfect" -msgstr "Non Perfetto" - -#: src/frontend/mame/ui/simpleselgame.cpp:343 -#: src/frontend/mame/ui/simpleselgame.cpp:353 -msgid "OK" -msgstr "OK" - -#: src/frontend/mame/ui/simpleselgame.cpp:355 -#, c-format -msgid "Gfx: %s, Sound: %s" -msgstr "Gfx: %s, Audio: %s" - -#: src/frontend/mame/ui/slotopt.cpp:192 -#, c-format -msgid "%s [internal]" -msgstr "%s [interno]" - -#: src/frontend/mame/ui/sndmenu.cpp:135 -msgid "Sound" -msgstr "Audio" - -#: src/frontend/mame/ui/sndmenu.cpp:136 -msgid "Sample Rate" -msgstr "Frequenza di Campionamento" - -#: src/frontend/mame/ui/sndmenu.cpp:137 -msgid "Use External Samples" -msgstr "Usa Sample Aggiuntivi" - -#: src/frontend/mame/ui/state.cpp:388 -msgid "Load State" -msgstr "Carica Stato" - -#: src/frontend/mame/ui/state.cpp:388 -msgid "Select position to load from" -msgstr "Seleziona la posizione da cui caricare" - -#: src/frontend/mame/ui/state.cpp:412 -msgid "Save State" -msgstr "Salva Stato" - -#: src/frontend/mame/ui/state.cpp:412 -msgid "Select position to save to" -msgstr "Seleziona la posizione in cui salvare" - #: src/frontend/mame/ui/submenu.cpp:22 msgid "Miscellaneous Options" msgstr "Opzioni Varie" @@ -2065,10 +1993,6 @@ msgstr "Velocità di Aggiornamento" msgid "Rotation Options" msgstr "Opzioni di rotazione" -#: src/frontend/mame/ui/submenu.cpp:48 src/frontend/mame/ui/videoopt.cpp:204 -msgid "Rotate" -msgstr "Rotazione" - #: src/frontend/mame/ui/submenu.cpp:49 msgid "Rotate right" msgstr "Ruota a destra" @@ -2251,100 +2175,55 @@ msgstr "HLSL" #: src/frontend/mame/ui/submenu.cpp:106 msgid "GLSL" -msgstr "GLSL" - -#: src/frontend/mame/ui/submenu.cpp:107 -msgid "Bilinear Filtering" -msgstr "Filtro Bilineare" - -#: src/frontend/mame/ui/submenu.cpp:108 -msgid "Bitmap Prescaling" -msgstr "Divisore Bitmap" - -#: src/frontend/mame/ui/submenu.cpp:109 -msgid "Window Mode" -msgstr "Modalità a Finestra" - -#: src/frontend/mame/ui/submenu.cpp:110 -msgid "Enforce Aspect Ratio" -msgstr "Forza Proporzioni Video" - -#: src/frontend/mame/ui/submenu.cpp:111 -msgid "Start Out Maximized" -msgstr "Avvia Massimizzato" - -#: src/frontend/mame/ui/submenu.cpp:112 -msgid "Synchronized Refresh" -msgstr "Aggiornamento Sincronizzato" - -#: src/frontend/mame/ui/submenu.cpp:113 -msgid "Wait Vertical Sync" -msgstr "Attendi la Sincronizzazione Verticale" - -#: src/frontend/mame/ui/swlist.cpp:88 -msgid "[file manager]" -msgstr "[gestore file]" - -#: src/frontend/mame/ui/swlist.cpp:228 -msgid "Switch Item Ordering" -msgstr "Cambia Ordinamento Opzioni" - -#: src/frontend/mame/ui/swlist.cpp:259 -#, c-format -msgid "Switched Order: entries now ordered by %s" -msgstr "Ordinamento Cambiato: Opzioni ordinate ora per %s" - -#: src/frontend/mame/ui/swlist.cpp:259 -msgid "shortname" -msgstr "nome breve" - -#: src/frontend/mame/ui/swlist.cpp:259 -msgid "description" -msgstr "descrizione" - -#: src/frontend/mame/ui/swlist.cpp:389 -msgid "[compatible lists]" -msgstr "[lista compatibile]" - -#: src/frontend/mame/ui/tapectrl.cpp:85 -msgid "stopped" -msgstr "fermato" +msgstr "GLSL" -#: src/frontend/mame/ui/tapectrl.cpp:87 -msgid "playing" -msgstr "in esecuzione" +#: src/frontend/mame/ui/submenu.cpp:107 +msgid "Bilinear Filtering" +msgstr "Filtro Bilineare" -#: src/frontend/mame/ui/tapectrl.cpp:87 -msgid "(playing)" -msgstr "(in esecuzione)" +#: src/frontend/mame/ui/submenu.cpp:108 +msgid "Bitmap Prescaling" +msgstr "Divisore Bitmap" -#: src/frontend/mame/ui/tapectrl.cpp:88 -msgid "recording" -msgstr "registra" +#: src/frontend/mame/ui/submenu.cpp:109 +msgid "Window Mode" +msgstr "Modalità a Finestra" -#: src/frontend/mame/ui/tapectrl.cpp:88 -msgid "(recording)" -msgstr "(registra)" +#: src/frontend/mame/ui/submenu.cpp:110 +msgid "Enforce Aspect Ratio" +msgstr "Forza Proporzioni Video" -#: src/frontend/mame/ui/tapectrl.cpp:95 -msgid "Pause/Stop" -msgstr "Pausa/Stop" +#: src/frontend/mame/ui/submenu.cpp:111 +msgid "Start Out Maximized" +msgstr "Avvia Massimizzato" -#: src/frontend/mame/ui/tapectrl.cpp:98 -msgid "Play" -msgstr "Gioca" +#: src/frontend/mame/ui/submenu.cpp:112 +msgid "Synchronized Refresh" +msgstr "Aggiornamento Sincronizzato" -#: src/frontend/mame/ui/tapectrl.cpp:101 -msgid "Record" -msgstr "Registra" +#: src/frontend/mame/ui/submenu.cpp:113 +msgid "Wait Vertical Sync" +msgstr "Attendi la Sincronizzazione Verticale" -#: src/frontend/mame/ui/tapectrl.cpp:104 -msgid "Rewind" -msgstr "Riavvolgi" +#: 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 "" +"Nel software selezionato mancano uno o più file richiesti. Seleziona " +"un'altra software.\n" +"\n" -#: src/frontend/mame/ui/tapectrl.cpp:107 -msgid "Fast Forward" -msgstr "Avanti Veloce" +#: src/frontend/mame/ui/selsoft.cpp:549 +#, c-format +msgid "%1$s %2$s ( %3$d / %4$d software packages )" +msgstr "%1$s %2$s ( %3$d / %4$d pacchetti software )" + +#: src/frontend/mame/ui/selsoft.cpp:550 +#, c-format +msgid "Driver: \"%1$s\" software list " +msgstr "Driver: \"%1$s\" lista software " #: src/frontend/mame/ui/ui.cpp:337 msgid "This driver requires images to be loaded in the following device(s): " @@ -2570,211 +2449,403 @@ msgstr "**Errore nel salvataggio del file ui.ini**" msgid "**Error saving %s.ini**" msgstr "**Errore nel salvataggio del file %s.ini**" -#: src/frontend/mame/ui/utils.cpp:57 src/frontend/mame/ui/utils.cpp:81 -msgid "Unfiltered" -msgstr "Non filtrato" +#: src/frontend/mame/ui/optsmenu.cpp:193 +msgid "Filter" +msgstr "Filtri" + +#: src/frontend/mame/ui/optsmenu.cpp:206 +msgid "Customize UI" +msgstr "Personalizza UI" + +#: src/frontend/mame/ui/optsmenu.cpp:207 +msgid "Configure Directories" +msgstr "Configura Cartelle" + +#: src/frontend/mame/ui/optsmenu.cpp:213 +msgid "General Inputs" +msgstr "Input Generali" + +#: src/frontend/mame/ui/optsmenu.cpp:216 +msgid "Save Configuration" +msgstr "Salva Configurazione" + +#: src/frontend/mame/ui/optsmenu.cpp:228 +msgid "Settings" +msgstr "Impostazioni" + +#: 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 "Nessuno" + +#: 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 "Comando" + +#: plugins/data/data_gameinit.lua:16 +msgid "Gameinit" +msgstr "Inizializza Gioco" + +#: plugins/data/data_hiscore.lua:770 plugins/data/data_hiscore.lua:818 +msgid "High Scores" +msgstr "Punteggi Migliori" + +#: plugins/data/data_history.lua:15 +msgid "History" +msgstr "Storico" + +#: plugins/data/data_mameinfo.lua:18 plugins/data/data_messinfo.lua:19 +msgid "" +"\n" +"\n" +"--- DRIVER INFO ---\n" +"Driver: " +msgstr "" + +#: plugins/data/data_mameinfo.lua:20 +msgid "MAMEinfo" +msgstr "Info MAME" + +#: plugins/data/data_messinfo.lua:21 +msgid "MESSinfo" +msgstr "Info MESS" + +#: plugins/data/data_story.lua:22 +msgid "Mamescore" +msgstr "Punteggio MAME" + +#: plugins/data/data_sysinfo.lua:15 +msgid "Sysinfo" +msgstr "Info di Sistema" + +#: plugins/data/data_marp.lua:129 +msgid "MARPScore" +msgstr "Punteggio MARP" + +#: plugins/cheatfind/init.lua:344 +msgid "Save Cheat" +msgstr "" + +#: plugins/cheatfind/init.lua:347 +msgid "Default" +msgstr "" + +#: plugins/cheatfind/init.lua:347 +msgid "Custom" +msgstr "" + +#: plugins/cheatfind/init.lua:348 +msgid "Cheat Name" +msgstr "" + +#: plugins/cheatfind/init.lua:354 +#, lua-format +msgid "Default name is %s" +msgstr "" + +#: plugins/cheatfind/init.lua:362 +msgid "Player" +msgstr "" + +#: plugins/cheatfind/init.lua:367 +msgid "Type" +msgstr "" + +#: plugins/cheatfind/init.lua:373 +msgid "Save" +msgstr "" + +#: plugins/cheatfind/init.lua:399 +#, lua-format +msgid "Cheat written to %s and added to cheat.simple" +msgstr "" + +#: plugins/cheatfind/init.lua:407 +msgid "Cheat added to cheat.simple" +msgstr "" + +#: plugins/cheatfind/init.lua:412 +msgid "" +"Unable to write file\n" +"Ensure that cheatpath folder exists" +msgstr "" + +#: plugins/cheatfind/init.lua:421 +msgid "Cancel" +msgstr "" + +#: plugins/cheatfind/init.lua:426 +msgid "CPU or RAM" +msgstr "" + +#: plugins/cheatfind/init.lua:430 +msgid "Changes to this only take effect when \"Start new search\" is selected" +msgstr "" + +#: plugins/cheatfind/init.lua:449 +msgid "Data cleared and current state saved" +msgstr "" + +#: plugins/cheatfind/init.lua:457 +msgid "Start new search" +msgstr "" + +#: plugins/cheatfind/init.lua:467 +msgid "Current state saved" +msgstr "" + +#: plugins/cheatfind/init.lua:474 +msgid "Save current -- #" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:58 src/frontend/mame/ui/utils.cpp:82 -msgid "Available" -msgstr "Disponibile" +#: plugins/cheatfind/init.lua:506 +msgid " total matches found" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:59 src/frontend/mame/ui/utils.cpp:83 -msgid "Unavailable" -msgstr "Non disponibile" +#: plugins/cheatfind/init.lua:513 +msgid "Compare" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:60 -msgid "Working" -msgstr "Funziona" +#: plugins/cheatfind/init.lua:516 +msgid "Left operand" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:61 -msgid "Not Working" -msgstr "Non Funziona" +#: plugins/cheatfind/init.lua:519 +msgid "Current" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:62 -msgid "Mechanical" -msgstr "Meccanico" +#: plugins/cheatfind/init.lua:524 +msgid "Operator" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:63 -msgid "Not Mechanical" -msgstr "Non Meccanico" +#: plugins/cheatfind/init.lua:531 +msgid "Left less than right, value is difference" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:64 -msgid "Category" -msgstr "Categoria" +#: plugins/cheatfind/init.lua:533 +msgid "Left greater than right, value is difference" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:65 -msgid "Favorites" -msgstr "Preferiti" +#: plugins/cheatfind/init.lua:535 +msgid "Left equal to right" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:67 -msgid "Not BIOS" -msgstr "Nessun BIOS" +#: plugins/cheatfind/init.lua:537 +msgid "Left not equal to right, value is difference" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:68 src/frontend/mame/ui/utils.cpp:84 -msgid "Parents" -msgstr "Genitori" +#: plugins/cheatfind/init.lua:539 +msgid "Left equal to right with bitmask" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:69 src/frontend/mame/ui/utils.cpp:85 -msgid "Clones" -msgstr "Cloni" +#: plugins/cheatfind/init.lua:541 +msgid "Left not equal to right with bitmask" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:70 -msgid "Manufacturer" -msgstr "Produttore" +#: plugins/cheatfind/init.lua:543 +msgid "Left less than value" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:71 src/frontend/mame/ui/utils.cpp:86 -msgid "Year" -msgstr "Anno" +#: plugins/cheatfind/init.lua:545 +msgid "Left greater than value" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:72 -msgid "Save Supported" -msgstr "Salvataggio Supportato" +#: plugins/cheatfind/init.lua:547 +msgid "Left equal to value" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:73 -msgid "Save Unsupported" -msgstr "Salvataggio non Supportato" +#: plugins/cheatfind/init.lua:549 +msgid "Left not equal to value" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:74 -msgid "CHD Required" -msgstr "CHD Richiesto" +#: plugins/cheatfind/init.lua:560 +msgid "Right operand" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:75 -msgid "No CHD Required" -msgstr "Nessun CHD Richiesto" +#: plugins/cheatfind/init.lua:568 +msgid "Value" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:76 -msgid "Vertical Screen" -msgstr "Schermata Verticale" +#: plugins/cheatfind/init.lua:572 +msgid "Any" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:77 -msgid "Horizontal Screen" -msgstr "Schermata Orizzontale" +#: plugins/cheatfind/init.lua:578 +msgid "Data Format" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:78 src/frontend/mame/ui/utils.cpp:94 -msgid "Custom Filter" -msgstr "Filtro Personalizzato" +#: plugins/cheatfind/init.lua:602 +msgid "Undo last search -- #" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:87 -msgid "Publisher" -msgstr "Editore" +#: plugins/cheatfind/init.lua:606 +msgid "Match block" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:88 -msgid "Supported" -msgstr "Supportato" +#: plugins/cheatfind/init.lua:609 +msgid "All" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:89 -msgid "Partially Supported" -msgstr "Parzialmente Supportato" +#: plugins/cheatfind/init.lua:660 +#, lua-format +msgid "Test cheat at addr %08X" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:90 -msgid "Unsupported" -msgstr "Non supportato" +#: plugins/cheatfind/init.lua:692 +msgid "Cheat engine not available" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:91 -msgid "Release Region" -msgstr "Regione di Rilascio" +#: plugins/cheatfind/init.lua:718 +msgid "Default name is " +msgstr "" -#: src/frontend/mame/ui/utils.cpp:92 -msgid "Device Type" -msgstr "Tipo Dispositivo" +#: plugins/cheatfind/init.lua:741 +msgid "Test" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:93 -msgid "Software List" -msgstr "Lista Software" +#: plugins/cheatfind/init.lua:741 +msgid "Write" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:244 -msgid "" -msgstr "" +#: plugins/cheatfind/init.lua:741 +msgid "Watch" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:352 -msgid "Select custom filters:" -msgstr "Seleziona filtro personalizzato:" +#: plugins/cheatfind/init.lua:758 +msgid "Page" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:503 -#, c-format -msgid "Filter %1$u" -msgstr "Filtro %1$u" +#: plugins/cheatfind/init.lua:776 +msgid "Clear Watches" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:518 -msgid "Remove last filter" -msgstr "Rimuovi ultimo filtro" +#: plugins/cheatfind/init.lua:786 +msgid "Cheat Finder" +msgstr "" -#: src/frontend/mame/ui/utils.cpp:520 -msgid "Add filter" -msgstr "Aggiungi filtro" +#~ msgid "Mechanical Machine\t%1$s\n" +#~ msgstr "Macchina Meccanica\t%1$s\n" -#: src/frontend/mame/ui/utils.cpp:959 -msgid "Select category:" -msgstr "Seleziona categoria:" +#~ msgid "Requires Artwork\t%1$s\n" +#~ msgstr "Richiede Artwork\t%1$s\n" -#: src/frontend/mame/ui/utils.cpp:990 -msgid "[no category INI files]" -msgstr "[nessun file INI di categoria]" +#~ msgid "Requires Clickable Artwork\t%1$s\n" +#~ msgstr "Richiede Artwork Cliccabile\t%1$s\n" -#: src/frontend/mame/ui/utils.cpp:998 -msgid "[no groups in INI file]" -msgstr "[nessun gruppo nel file INI]" +#~ msgid "Support Cocktail\t%1$s\n" +#~ msgstr "Supporta Modalità Cocktail\t%1$s\n" -#: src/frontend/mame/ui/utils.cpp:1032 -msgid "No category INI files found" -msgstr "Nessun file INI della categoria trovata" +#~ msgid "Driver is BIOS\t%1$s\n" +#~ msgstr "Il Driver è il BIOS\t%1$s\n" -#: src/frontend/mame/ui/utils.cpp:1037 -msgid "File" -msgstr "File" +#~ msgid "Support Save\t%1$s\n" +#~ msgstr "Salvataggio Supportato\t%1$s\n" -#: src/frontend/mame/ui/utils.cpp:1041 -msgid "No groups found in category file" -msgstr "Nessun gruppo trovato nel file di categoria" +#~ msgid "Screen Orientation\t%1$s\n" +#~ msgstr "Orientamento Schermo\t%1$s\n" -#: src/frontend/mame/ui/utils.cpp:1046 -msgid "Group" -msgstr "Gruppo" +#~ msgid "Vertical" +#~ msgstr "Verticale" -#: src/frontend/mame/ui/utils.cpp:1047 -msgid "Include clones" -msgstr "Cloni inclusi" +#~ msgid "Horizontal" +#~ msgstr "Orizzontale" -#: src/frontend/mame/ui/videoopt.cpp:56 -#, c-format -msgid "Screen #%d" -msgstr "Schermo #%d" +#~ msgid "Requires CHD\t%1$s\n" +#~ msgstr "Richiede CHD\t%1$s\n" -#: src/frontend/mame/ui/videoopt.cpp:208 -msgid "Backdrops" -msgstr "Sfondi (Backdrops)" +#~ msgid "Roms Audit Pass\tOK\n" +#~ msgstr "Esito Audit Rom\tOK\n" -#: src/frontend/mame/ui/videoopt.cpp:212 -msgid "Overlays" -msgstr "Sovrapposizioni (Overlays)" +#~ msgid "Roms Audit Pass\tBAD\n" +#~ msgstr "Esito Audit Rom\tBAD\n" -#: src/frontend/mame/ui/videoopt.cpp:216 -msgid "Bezels" -msgstr "Cornici (Bezels)" +#~ msgid "Samples Audit Pass\tNone Needed\n" +#~ msgstr "Esito Audit Sample\tNon Necessario\n" -#: src/frontend/mame/ui/videoopt.cpp:220 -msgid "CPanels" -msgstr "Pannello Comandi (CPanels)" +#~ msgid "Samples Audit Pass\tOK\n" +#~ msgstr "Esito Audit Sample\tOK\n" -#: src/frontend/mame/ui/videoopt.cpp:228 -msgid "View" -msgstr "Vista" +#~ msgid "Samples Audit Pass\tBAD\n" +#~ msgstr "Esito Audit Sample\tBAD\n" -#: src/frontend/mame/ui/videoopt.cpp:228 -msgid "Cropped" -msgstr "Tagliata" +#~ msgid "" +#~ "Roms Audit Pass\tDisabled\n" +#~ "Samples Audit Pass\tDisabled\n" +#~ msgstr "" +#~ "Esito Audit Rom\tDisabilitato\n" +#~ "Esito Audit Sample\tDisabilitato\n" -#: src/frontend/mame/ui/videoopt.cpp:228 -msgid "Full" -msgstr "Completa" +#~ msgid "Unimplemented" +#~ msgstr "Non Implementato" -#: src/frontend/mame/ui/viewgfx.cpp:406 -msgid " COLORS" -msgstr " COLORI" +#~ msgid "Imperfect" +#~ msgstr "Non Perfetto" -#: src/frontend/mame/ui/viewgfx.cpp:406 -msgid " PENS" -msgstr " PEN" +#~ msgid "OK" +#~ msgstr "OK" + +#~ msgid "Gfx: %s, Sound: %s" +#~ msgstr "Gfx: %s, Audio: %s" #~ msgid "Audit in progress..." #~ msgstr "Audit in corso..." -- cgit v1.2.3