Qt: Further simplify BIOS setup wizard page

pull/3780/head
Stenzek 2 months ago
parent 57b952ab2d
commit 7c93a61ee1
No known key found for this signature in database

@ -350,36 +350,18 @@
<item> <item>
<widget class="CollapsibleWidget" name="biosDirectoryGroupBox"> <widget class="CollapsibleWidget" name="biosDirectoryGroupBox">
<property name="title"> <property name="title">
<string>BIOS Directory</string> <string>Advanced Settings</string>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QVBoxLayout" name="verticalLayout">
<item row="0" column="0"> <item>
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0"> <layout class="QHBoxLayout" name="biosDirectoryLayout">
<item>
<widget class="QLabel" name="directoryGroupBoxLabel">
<property name="text">
<string>DuckStation will search for BIOS images in this directory.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item> <item>
<widget class="QPushButton" name="openBiosSearchDirectory"> <widget class="QLabel" name="biosDirectoryLabel">
<property name="text"> <property name="text">
<string>Open in Explorer...</string> <string>BIOS Directory:</string>
</property>
<property name="icon">
<iconset resource="resources/duckstation-qt.qrc">
<normaloff>:/icons/monochrome/svg/open-folder-line.svg</normaloff>:/icons/monochrome/svg/open-folder-line.svg</iconset>
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item> <item>
<widget class="QLineEdit" name="biosSearchDirectory"/> <widget class="QLineEdit" name="biosSearchDirectory"/>
</item> </item>
@ -407,68 +389,63 @@
</item> </item>
</layout> </layout>
</item> </item>
</layout> <item>
</widget> <layout class="QGridLayout" name="biosImagesLayout" columnstretch="0,1" columnminimumwidth="175,0">
</item> <item row="0" column="0">
<item> <widget class="QLabel" name="imageNTSCJLabel">
<widget class="CollapsibleWidget" name="biosSelectionBox"> <property name="text">
<property name="title"> <string>NTSC-J (Japan):</string>
<string>BIOS Selection</string> </property>
</property> </widget>
<layout class="QGridLayout" name="gridLayout" columnminimumwidth="175,0"> </item>
<item row="0" column="0"> <item row="0" column="1">
<widget class="QLabel" name="imageNTSCJLabel"> <widget class="QComboBox" name="imageNTSCJ">
<property name="text"> <property name="sizePolicy">
<string>NTSC-J (Japan):</string> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
</widget> <verstretch>0</verstretch>
</item> </sizepolicy>
<item row="0" column="1"> </property>
<widget class="QComboBox" name="imageNTSCJ"> </widget>
<property name="sizePolicy"> </item>
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <item row="1" column="0">
<horstretch>0</horstretch> <widget class="QLabel" name="imageNTSCULabel">
<verstretch>0</verstretch> <property name="text">
</sizepolicy> <string>NTSC-U/C (US/Canada):</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="1">
<widget class="QLabel" name="imageNTSCULabel"> <widget class="QComboBox" name="imageNTSCU">
<property name="text"> <property name="sizePolicy">
<string>NTSC-U/C (US/Canada):</string> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
</widget> <verstretch>0</verstretch>
</item> </sizepolicy>
<item row="1" column="1"> </property>
<widget class="QComboBox" name="imageNTSCU"> </widget>
<property name="sizePolicy"> </item>
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <item row="2" column="0">
<horstretch>0</horstretch> <widget class="QLabel" name="imagePALLabel">
<verstretch>0</verstretch> <property name="text">
</sizepolicy> <string>PAL (Europe, Australia):</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="1">
<widget class="QLabel" name="imagePALLabel"> <widget class="QComboBox" name="imagePAL">
<property name="text"> <property name="sizePolicy">
<string>PAL (Europe, Australia):</string> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
</widget> <verstretch>0</verstretch>
</item> </sizepolicy>
<item row="2" column="1"> </property>
<widget class="QComboBox" name="imagePAL"> </widget>
<property name="sizePolicy"> </item>
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> </layout>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item> </item>
<item row="3" column="0" colspan="2"> <item>
<layout class="QHBoxLayout" name="biosSelectionActionLayout" stretch="1,0"> <layout class="QHBoxLayout" name="biosButtonsLayout">
<item> <item>
<spacer name="biosButtonsSpacer"> <spacer name="biosButtonsSpacer">
<property name="orientation"> <property name="orientation">
@ -482,6 +459,17 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item>
<widget class="QPushButton" name="openBiosSearchDirectory">
<property name="text">
<string>Open in Explorer...</string>
</property>
<property name="icon">
<iconset resource="resources/duckstation-qt.qrc">
<normaloff>:/icons/monochrome/svg/open-folder-line.svg</normaloff>:/icons/monochrome/svg/open-folder-line.svg</iconset>
</property>
</widget>
</item>
<item> <item>
<widget class="QPushButton" name="refreshBiosList"> <widget class="QPushButton" name="refreshBiosList">
<property name="text"> <property name="text">
@ -505,8 +493,8 @@
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>1</width> <width>0</width>
<height>1</height> <height>0</height>
</size> </size>
</property> </property>
</spacer> </spacer>

@ -17699,18 +17699,6 @@ Möchten Sie fortfahren?</translation>
<source>Install BIOS...</source> <source>Install BIOS...</source>
<translation>BIOS installieren ...</translation> <translation>BIOS installieren ...</translation>
</message> </message>
<message>
<source>BIOS Directory</source>
<translation>BIOS-Verzeichnis</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation sucht in diesem Verzeichnis nach BIOS-Images.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>BIOS-Auswahl</translation>
</message>
<message> <message>
<source>Refresh List</source> <source>Refresh List</source>
<translation>Liste aktualisieren</translation> <translation>Liste aktualisieren</translation>
@ -17739,6 +17727,14 @@ Möchten Sie fortfahren?</translation>
<source>Controller Type:</source> <source>Controller Type:</source>
<translation>Controllertyp:</translation> <translation>Controllertyp:</translation>
</message> </message>
<message>
<source>Advanced Settings</source>
<translation>Erweiterte Einstellungen</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS-Verzeichnis:</translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation durchsucht und erkennt die unten ausgewählten Verzeichnisse automatisch nach Spielen und füllt die Spielliste. Diese Spiele sollten von Discs stammen, die Sie besitzen. Mit Hilfsprogrammen wie ImgBurn können Abbilddateien von Spiele-Discs im .bin/.cue-Format erstellt werden.&lt;/p&gt;&lt;p&gt;Unterstützte Formate für Abbilder sind: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation durchsucht und erkennt die unten ausgewählten Verzeichnisse automatisch nach Spielen und füllt die Spielliste. Diese Spiele sollten von Discs stammen, die Sie besitzen. Mit Hilfsprogrammen wie ImgBurn können Abbilddateien von Spiele-Discs im .bin/.cue-Format erstellt werden.&lt;/p&gt;&lt;p&gt;Unterstützte Formate für Abbilder sind: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17690,18 +17690,6 @@ Voulez-vous continuer ?</translation>
<source>Install BIOS...</source> <source>Install BIOS...</source>
<translation>Installer le BIOS...</translation> <translation>Installer le BIOS...</translation>
</message> </message>
<message>
<source>BIOS Directory</source>
<translation>Répertoire du BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation recherchera les images BIOS dans ce répertoire.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>Sélection du BIOS</translation>
</message>
<message> <message>
<source>Refresh List</source> <source>Refresh List</source>
<translation>Actualiser la liste</translation> <translation>Actualiser la liste</translation>
@ -17746,6 +17734,14 @@ Voulez-vous continuer ?</translation>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation analysera automatiquement les jeux présents dans les répertoires sélectionnés ci-dessous et remplira la liste des jeux. Ces jeux doivent avoir été extraits de disques que vous possédez. Des utilitaires tels qu&apos;ImgBurn peuvent être utilisés pour créer des images de disques de jeux au format .bin/.cue.&lt;/p&gt;&lt;p&gt;Les formats d&apos;extraction pris en charge comprennent : %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation analysera automatiquement les jeux présents dans les répertoires sélectionnés ci-dessous et remplira la liste des jeux. Ces jeux doivent avoir été extraits de disques que vous possédez. Des utilitaires tels qu&apos;ImgBurn peuvent être utilisés pour créer des images de disques de jeux au format .bin/.cue.&lt;/p&gt;&lt;p&gt;Les formats d&apos;extraction pris en charge comprennent : %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
</message> </message>
<message>
<source>Advanced Settings</source>
<translation>Paramètres avancés</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>Répertoire du BIOS</translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By default, DuckStation will map your keyboard to the virtual controller. &lt;span style=&quot; font-weight:700;&quot;&gt;To use an external controller, you must map it first. &lt;/span&gt;On this screen, you can automatically map any controller which is currently connected. If your controller is not currently connected, you can plug it in now.&lt;/p&gt;&lt;p&gt;To change controller bindings in more detail, or use multi-tap, open the Settings menu and choose Controllers once you have completed the Setup Wizard.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By default, DuckStation will map your keyboard to the virtual controller. &lt;span style=&quot; font-weight:700;&quot;&gt;To use an external controller, you must map it first. &lt;/span&gt;On this screen, you can automatically map any controller which is currently connected. If your controller is not currently connected, you can plug it in now.&lt;/p&gt;&lt;p&gt;To change controller bindings in more detail, or use multi-tap, open the Settings menu and choose Controllers once you have completed the Setup Wizard.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Par défaut, DuckStation associera votre clavier à la manette virtuelle. &lt;span style=&quot; font-weight:700;&quot;&gt;Pour utiliser une manette externe, vous devez d&apos;abord l&apos;associer. &lt;/span&gt;Sur cet écran, vous pouvez associer automatiquement toute manette actuellement connectée. Si votre manette n&apos;est pas connectée, vous pouvez la brancher maintenant.&lt;/p&gt;&lt;p&gt;Pour modifier plus précisément les associations de touches ou utiliser le multitap, ouvrez le menu Paramètres et choisissez Manettes une fois l&apos;assistant de configuration terminé.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Par défaut, DuckStation associera votre clavier à la manette virtuelle. &lt;span style=&quot; font-weight:700;&quot;&gt;Pour utiliser une manette externe, vous devez d&apos;abord l&apos;associer. &lt;/span&gt;Sur cet écran, vous pouvez associer automatiquement toute manette actuellement connectée. Si votre manette n&apos;est pas connectée, vous pouvez la brancher maintenant.&lt;/p&gt;&lt;p&gt;Pour modifier plus précisément les associations de touches ou utiliser le multitap, ouvrez le menu Paramètres et choisissez Manettes une fois l&apos;assistant de configuration terminé.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17670,6 +17670,14 @@ Apakah Anda ingin melanjutkan?</translation>
<source>Enable Automatic Updates</source> <source>Enable Automatic Updates</source>
<translation>Aktifkan Pembaruan Otomatis</translation> <translation>Aktifkan Pembaruan Otomatis</translation>
</message> </message>
<message>
<source>Advanced Settings</source>
<translation>Pengaturan Lanjutan</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>Direktori BIOS:</translation>
</message>
<message> <message>
<source>NTSC-J (Japan):</source> <source>NTSC-J (Japan):</source>
<translation>NTSC-J (Jepang):</translation> <translation>NTSC-J (Jepang):</translation>
@ -17891,18 +17899,6 @@ Anda dapat mengubah opsi ini nanti dengan menggunakan bilah alat dalam Mode Desk
<source>Install BIOS...</source> <source>Install BIOS...</source>
<translation>Pasang BIOS...</translation> <translation>Pasang BIOS...</translation>
</message> </message>
<message>
<source>BIOS Directory</source>
<translation>Direktori BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation akan mencari image BIOS dalam direktori ini.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>Pilihan BIOS</translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation akan secara otomatis memindai dan mengenali game dari direktori yang dipilih di bawah, lalu mengisi daftar game. Game ini harus didump dari cakram yang Anda miliki. Utilitas seperti ImgBurn dapat digunakan untuk membuat citra cakram game dalam format .bin/.cue.&lt;/p&gt;&lt;p&gt;Format yang didukung untuk dump meliputi: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation akan secara otomatis memindai dan mengenali game dari direktori yang dipilih di bawah, lalu mengisi daftar game. Game ini harus didump dari cakram yang Anda miliki. Utilitas seperti ImgBurn dapat digunakan untuk membuat citra cakram game dalam format .bin/.cue.&lt;/p&gt;&lt;p&gt;Format yang didukung untuk dump meliputi: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17691,6 +17691,14 @@ Do you want to continue?</source>
<source>Controller Type:</source> <source>Controller Type:</source>
<translation>:</translation> <translation>:</translation>
</message> </message>
<message>
<source>Advanced Settings</source>
<translation></translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS :</translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By default, DuckStation will map your keyboard to the virtual controller. &lt;span style=&quot; font-weight:700;&quot;&gt;To use an external controller, you must map it first. &lt;/span&gt;On this screen, you can automatically map any controller which is currently connected. If your controller is not currently connected, you can plug it in now.&lt;/p&gt;&lt;p&gt;To change controller bindings in more detail, or use multi-tap, open the Settings menu and choose Controllers once you have completed the Setup Wizard.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;By default, DuckStation will map your keyboard to the virtual controller. &lt;span style=&quot; font-weight:700;&quot;&gt;To use an external controller, you must map it first. &lt;/span&gt;On this screen, you can automatically map any controller which is currently connected. If your controller is not currently connected, you can plug it in now.&lt;/p&gt;&lt;p&gt;To change controller bindings in more detail, or use multi-tap, open the Settings menu and choose Controllers once you have completed the Setup Wizard.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation &lt;span style=&quot; font-weight:700;&quot;&gt;使&lt;/span&gt;&lt;/p&gt;&lt;p&gt;使&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation &lt;span style=&quot; font-weight:700;&quot;&gt;使&lt;/span&gt;&lt;/p&gt;&lt;p&gt;使&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
@ -17836,18 +17844,6 @@ Do you want to continue?</source>
<source>Install BIOS...</source> <source>Install BIOS...</source>
<translation>BIOS...</translation> <translation>BIOS...</translation>
</message> </message>
<message>
<source>BIOS Directory</source>
<translation>BIOS </translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation BIOS </translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>BIOS </translation>
</message>
<message> <message>
<source>Login...</source> <source>Login...</source>
<translation>...</translation> <translation>...</translation>

@ -17719,6 +17719,14 @@ Do you want to continue?</source>
<source>Enable Automatic Updates</source> <source>Enable Automatic Updates</source>
<translation> </translation> <translation> </translation>
</message> </message>
<message>
<source>Advanced Settings</source>
<translation> </translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS :</translation>
</message>
<message> <message>
<source>Browse...</source> <source>Browse...</source>
<translation>...</translation> <translation>...</translation>
@ -17779,18 +17787,6 @@ Do you want to continue?</source>
<source>Install BIOS...</source> <source>Install BIOS...</source>
<translation> ...</translation> <translation> ...</translation>
</message> </message>
<message>
<source>BIOS Directory</source>
<translation> </translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation .</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation> </translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation . . ImgBurn .bin/.cue .&lt;/p&gt;&lt;p&gt; : %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation . . ImgBurn .bin/.cue .&lt;/p&gt;&lt;p&gt; : %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17709,6 +17709,14 @@ Czy chcesz kontynuować?</translation>
<source>Enable Automatic Updates</source> <source>Enable Automatic Updates</source>
<translation>Włącz automatyczne aktualizacje</translation> <translation>Włącz automatyczne aktualizacje</translation>
</message> </message>
<message>
<source>Advanced Settings</source>
<translation>Zaawansowane ustawienia</translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>Katalog BIOS:</translation>
</message>
<message> <message>
<source>Browse...</source> <source>Browse...</source>
<translation>Przeglądaj...</translation> <translation>Przeglądaj...</translation>
@ -17769,18 +17777,6 @@ Czy chcesz kontynuować?</translation>
<source>Install BIOS...</source> <source>Install BIOS...</source>
<translation>Zainstaluj BIOS...</translation> <translation>Zainstaluj BIOS...</translation>
</message> </message>
<message>
<source>BIOS Directory</source>
<translation>Katalog BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStation wyszuka obrazy BIOS w tym katalogu.</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>Wybór systemu BIOS</translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation automatycznie przeskanuje i rozpozna gry z wybranych poniżej katalogów oraz wypełni listę gier. Gry powinny pochodzić z własnych płyt. Narzędzia takie jak ImgBurn mogą tworzyć obrazy płyt z grami w formacie .bin/.cue.&lt;/p&gt;&lt;p&gt;Obsługiwane formaty zrzutów obejmują: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation automatycznie przeskanuje i rozpozna gry z wybranych poniżej katalogów oraz wypełni listę gier. Gry powinny pochodzić z własnych płyt. Narzędzia takie jak ImgBurn mogą tworzyć obrazy płyt z grami w formacie .bin/.cue.&lt;/p&gt;&lt;p&gt;Obsługiwane formaty zrzutów obejmują: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

@ -17704,18 +17704,6 @@ Scanning recursively takes more time, but will identify files in subdirectories.
<source>Install BIOS...</source> <source>Install BIOS...</source>
<translation> BIOS</translation> <translation> BIOS</translation>
</message> </message>
<message>
<source>BIOS Directory</source>
<translation>BIOS</translation>
</message>
<message>
<source>DuckStation will search for BIOS images in this directory.</source>
<translation>DuckStationBIOS</translation>
</message>
<message>
<source>BIOS Selection</source>
<translation>BIOS</translation>
</message>
<message> <message>
<source>Default (Keyboard)</source> <source>Default (Keyboard)</source>
<translation> ()</translation> <translation> ()</translation>
@ -17808,6 +17796,14 @@ Scanning recursively takes more time, but will identify files in subdirectories.
<source>View Selection</source> <source>View Selection</source>
<translation></translation> <translation></translation>
</message> </message>
<message>
<source>Advanced Settings</source>
<translation></translation>
</message>
<message>
<source>BIOS Directory:</source>
<translation>BIOS:</translation>
</message>
<message> <message>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source> <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStation will automatically scan and identify games from the selected directories below, and populate the game list. These games should be dumped from discs you own. Utilities such as ImgBurn can be used to create images of game discs in .bin/.cue format.&lt;/p&gt;&lt;p&gt;Supported formats for dumps include: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStationImgburn.bin/.cue&lt;/p&gt;&lt;p&gt;: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation> <translation>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;DuckStationImgburn.bin/.cue&lt;/p&gt;&lt;p&gt;: %1&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>

Loading…
Cancel
Save