From c3d61c9f94634fb9827c31a5628c3ba0a1feb4cc Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 9 Dec 2024 21:02:50 +0800 Subject: [PATCH] Added refresh roms message for RetroDECK. --- PortMaster/pugwash | 9 +- PortMaster/pylibs/harbourmaster/platform.py | 4 +- .../locales/de_DE/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/es_ES/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/fr_FR/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/it_IT/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/ja_JP/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/ko_KR/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/nl_NL/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/pl_PL/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/pt_BR/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/ru_RU/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/sv_SE/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/uk_UA/LC_MESSAGES/messages.po | 632 +++++++++--------- .../locales/zh_CN/LC_MESSAGES/messages.po | 632 +++++++++--------- 15 files changed, 4182 insertions(+), 4047 deletions(-) diff --git a/PortMaster/pugwash b/PortMaster/pugwash index ff1f214..c0bc282 100755 --- a/PortMaster/pugwash +++ b/PortMaster/pugwash @@ -2050,10 +2050,13 @@ def main(argv): if pm.hm is not None and pm.hm.platform.ES_NAME is not None: logger.debug(f"{pm.hm.platform.ports_changed()}") if pm.hm.platform.ports_changed(): - refresh_file = (pm.hm.tools_dir / "PortMaster" / f".{pm.hm.platform.ES_NAME}-refresh") - logger.debug(f"{refresh_file}") + if pm.hm.platform.ES_NAME == 'show-refresh': + pm.message_box(_("Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." + pm.hm.platform.ROMS_REFRESH_TEXT)) + else: + refresh_file = (pm.hm.tools_dir / "PortMaster" / f".{pm.hm.platform.ES_NAME}-refresh") + logger.debug(f"{refresh_file}") - refresh_file.touch(0o644, exist_ok=True) + refresh_file.touch(0o644, exist_ok=True) # if harbourmaster.HM_TESTING: # for key, value in pm.text_data.items(): diff --git a/PortMaster/pylibs/harbourmaster/platform.py b/PortMaster/pylibs/harbourmaster/platform.py index 0acf9e7..fd6d13a 100755 --- a/PortMaster/pylibs/harbourmaster/platform.py +++ b/PortMaster/pylibs/harbourmaster/platform.py @@ -34,6 +34,7 @@ class PlatformBase(): MOVE_PM_BASH = False MOVE_PM_BASH_DIR = None ES_NAME = None + ROMS_REFRESH_TEXT = "" XML_ELEMENT_MAP = { 'path': 'path', @@ -461,8 +462,9 @@ def gamelist_file(self): class PlatformRetroDECK(PlatformBase): MOVE_PM_BASH = False - ES_NAME = 'es-de' + ES_NAME = 'show-refresh' RD_CONFIG = None + ROMS_REFRESH_TEXT = _("\n\nIn order to do so:\nMENU -> UTILITIES -> Rescan Rom Directory") XML_ELEMENT_MAP = { 'path': 'path', diff --git a/PortMaster/pylibs/locales/de_DE/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/de_DE/LC_MESSAGES/messages.po index 5afd334..736ce73 100644 --- a/PortMaster/pylibs/locales/de_DE/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/de_DE/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: German\n" "Language: de_DE\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Dänisch" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Deutsch" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Englisch" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Spanisch" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Finnisch" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Französisch" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Italienisch" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Japanisch" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Koreanisch" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Niederländisch" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Polnisch" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Portugiesisch (Portugal)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Portugiesisch (Brasilien)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Russisch" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "Schwedisch" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Ukrainisch" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Chinesisch (vereinfacht)" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "Unbekannte IP" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/V" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** KEIN PORT **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Ready to Run" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Benötigt Dateien" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Installiert" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Fehlt" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Update verfügbar" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Nicht installiert" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Okay" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Abbrechen" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Lade aktuelle gameinfo.xml Dateien und Cover-Bilder herunter." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Lade gameinfo.xml für {source_name} herunter" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Installation von {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Deinstallation von {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Aktualisieren aller Port-Quellen:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Prüfe {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Es wird von {old_release_channel} zur {new_release_channel} Version gewechselt.\n\n" "Soll das Downgrade durchgeführt werden?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Es gibt eine neue Version von PortMaster ({portmaster_version})\n\n" "Soll das Upgrade durchgeführt werden?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "PortMaster neu installieren?\n\n" "Dies wird vom {release_channel} Kanal zur Version {portmaster_version} installiert." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Lädt..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Informationen werden geladen." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Lade neueste Ports." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Lade neuste Informationen." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Lade neuste Porters" -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Lade Quellen" -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Lade Ports." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Installiere Theme {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Wird installiert" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Theme {download_name!r} erfolgreich installiert." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Installiere {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Port {download_name!r} erfolgreich installiert." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Installation fehlgeschlagen, entferne Dateien..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Port {download_name} Installation fehlgeschlagen." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Port {download_name!r} und {runtime_name!r} erfolgreich installiert." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Port {download_name!r} wurde erfolgreich installiert, Installation von {runtime_name!r} ist fehlgeschlagen\n" "Installiere den Port erneut um es nochmal zu versuchen oder besuche das Wiki für Hilfe." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Port {runtime} enthält eine fehlerhafte Runtime, möglicherweise funktioniert das Spiel nicht korrekt." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Port {runtime} enthält eine unbekannte Runtime, möglicherweise funktioniert das Spiel nicht korrekt." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Überprüft" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Nicht verifiziert" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Fehlerhaft" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Runtimes lassen sich nicht im Offline Modus herunterladen." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Überprüfe Runtime {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Überprüfe" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Es konnte kein Download für {runtime} gefunden werden." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Kann {runtime} in {device_arch} nicht herunterladen." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} erfolgreich überprüft." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "{runtime} verifiziert." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Aktualisiere {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Laufzeit- {runtime} ist defekt, Installiere neu." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Lade runtime {runtime} herunter" -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Runtime konnte nicht runtergeladen werden, öglicherweise funktioniert das Spiel nicht korrekt." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "Erfolgreich {runtime} heruntergeladen" -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Es konnte keine Quelle für {port_name} gefunden werden." -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Unbekannter Port {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Entferne {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "Erfolgreich {port_name} deinstalliert" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Cache veraltet" -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Erste Überprüfung." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Automatische Aktualisierung" -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Aktualisiere" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Neuste Version bereits installiert" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Lade neuste Informationen" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Fertig" -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "{port_name} konnte nicht gefunden werden" -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Für {port_name} konnten keine Überprüfungsinformationen gefunden werden." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Für {port_name} konnten keine Überprüfungsinformationen heruntergeladen werden." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Erfolgreich!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Lade Informationen" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "Lade neuste Ports" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Lade Informationen" -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Überprüfungsdatei konnte nicht heruntergeladen werden" -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Nur Zip Dateien können heruntergeladen werden." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "[{status_code}] konnte nicht heruntergeladen werden." -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Lade {file_url} - ({total_length_mb}) herunter." -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Lade Datei herunter" -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Download fehlgeschlagen: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Download Überprüfung fehlgeschlagen" -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Dateiüberprüfung erfolgreich" -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Download konnte nicht überprüft werden." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Hauptmenü" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "Akzeptieren" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Verlassen" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Bist du sicher, dass du PortMaster verlassen möchtest?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Empfohlene Ports" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Von Hand ausgewählte Ports" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Alle Ports" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Alle verfügbaren PortMaster Ports auflisten." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Ready to Run Ports" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Alle Ports auflisten, die zum Spielen bereit sind!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Ports verwalten" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Ports aktualisieren / deinstallieren" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Optionen" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "PortMaster Optionen" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Beenden" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "PortMaster beenden" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Eingabe" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Geheim-Modus {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Aktiviert" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Deaktiviert" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Optionen" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Benutzeroberfläche" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Sprache wählen" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Sprache auswählen." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Theme auswählen" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Theme auswählen." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Farbschema auswählen" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Farbschema auswählen" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Audio" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Musik" -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Hintergrundmusik in PortMaster aktivieren oder deaktivieren." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Sound FX" -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Soundfx in PortMaster aktivieren oder deaktivieren." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Port-Metadaten" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Metadaten Update: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Automatisch" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Manuell" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster aktualisiert Metadaten, wenn Ports installiert werden, sodass Bilder und Beschreibungen beim Durchsuchen von Ports auf dem Gerät angezeigt werden." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Metadaten aktualisieren" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Port-Metadaten manuell mit fehlenden/aktualisierten Informationen und Grafiken aktualisieren." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Ports-Speicherort: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Rom-Bereich" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Ports-Tab" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Speicherort an dem Ports installiert werden sollen." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "System" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Runtime-Verwaltung" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Port Runtimes verwalten." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Experimentelle Ports: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Zeige oder verstecke experimentelle Ports." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Ports aktualisieren" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "Neueste Port-Informationen abrufen." -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "PortMaster aktualisieren" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Auf neue PortMaster Version prüfen." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "PortMaster wiederherstellen" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Dadurch wird PortMaster auf die aktuelle stabile Version von PortMaster zurückgesetzt." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Release-Kanal: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Ändert den Release-Kanal von PortMaster, entweder Beta oder Stable." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Alpha-Versionen aktivieren" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Ändert den Release-Kanal von PortMaster auf \"Alpha\"." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Controller-Modus: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Zwischen verschiedenen Controller-Layouts wechseln." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Geheime Optionen" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Alle Ports: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Zeige alle Ports, ignoriere Voraussetzungen." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "CWTBE Modus: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Aktiviere gptokeyb2 standardmäßig." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "PortMaster Konfiguration löschen" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Griffel weg wenn du kein Plan hast, sonst machst du noch alles kaputt!" -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "PortMaster Laufzeiten löschen" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Zurück" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Bist du sicher, dass du PortMaster wiederherstellen möchtest?\n\n" "Dies wird erfordern, dass du einen speziell erstellten Port ausführst, der installiert wird." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Ein spezieller Port mit dem Namen \"Restore PortMaster.sh\" wurde installiert.\n\n" "Starte diesen Port, um die PortMaster Installation wiederherzustellen." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster wird nun beendet, damit du den Wiederherstellungs-Port ausführen kannst." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,33 +824,33 @@ msgstr "Bist du sicher, dass du zum Alpha-Release-Kanal wechseln möchtest?\n\n" "PortMaster wird entsprechend upgraden oder downgraden.\n\n" "WARNUNG: DIES KANN UND WIRD PROBLEME VERURSACHEN" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Bist du sicher, dass du den Release-Kanal von {current_channel} auf {new_channel} ändern möchtest?\n\n" "PortMaster wird entsprechend upgraden oder downgraden." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Möchten sie wirklich gamelist.xml aktualisieren?\n\n\n\n" "Dadurch werden gespeicherte Designs oder Port-Informationen überschrieben und es wird ein 50+ MB Download benötigt." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Sind Sie sicher, dass Sie Ports von \"{from_mode}\" nach \"{to_mode}\" verschieben möchten" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "SDKARTE 1" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "SDKARTE 2" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" @@ -849,325 +859,325 @@ msgstr "Möchten sie wirklich Ports auf {to_loc} installieren und verwalten?\n\n "Bereits installiere Ports werden nicht verschoben.\n\n" "PortMaster wird neu starten um die Änderungen anzuwenden." -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Lösche Runtimes:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Quellen-Manager" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Alles herunterladen" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Benutzt" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Nicht verwendet" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Überprüfen" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Deinstallieren" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Installieren" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Alle runtimes herunterladen und verifizieren?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Runtime- {runtime} entfernt" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Ausgewählt)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Auswählen" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Herunterladen" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Farbschema auswählen" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Ausgewählt)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Farbschema für das Theme ändern?\n\n" "Neustart erforderlich, damit Änderungen wirksam werden." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Sprachauswahl" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Ausgewählt)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Sprache wechseln?\n\n" "Neustart erforderlich, damit Änderungen wirksam werden." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Löschen" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Großbuchstaben" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Leerzeichen" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Kleinbuchstaben" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Keine empfohlenen Ports gefunden, Internetverbindung erforderlich." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "KEINE PORTS" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** KEINE PORTS GEFUNDEN **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Zuerst Ports herunterladen." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Zuerst Filter entfernen" -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Info anzeigen" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Portliste" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filter" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Port-Info-Popup" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Info ausblenden" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Neuinstallieren" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Port Info" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "{port_name} wirklich deinstallieren?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Filter-Szene" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Alphabetisch" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Zuletzt hinzugefügt" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Vor kurzem aktualisiert" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Aktion" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Adventure" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arcade" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Casino/Card" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "First Person Shooter" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Platformer" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Puzzle" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Racing" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Rhythm" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Role Playing Game" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Simulation" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Sports" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Strategie" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Visual Novel" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Sonstiges" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "Experimentell" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Defekte Ports" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Kostenloses Spiel, alle Dateien enthalten." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Demo-Dateien enthalten." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Kostenlose externe Assets erforderlich." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Kostenpflichtige externe Assets erforderlich." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} Runtime" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Sortieren:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Filter löschen" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Genres:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Attribute:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Verfügbarkeit:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Porter:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Meldungen" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Wirklich abbrechen?" diff --git a/PortMaster/pylibs/locales/es_ES/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/es_ES/LC_MESSAGES/messages.po index 50d4ff4..efdfd54 100644 --- a/PortMaster/pylibs/locales/es_ES/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/es_ES/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Language: es_ES\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Danés" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Alemán" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Inglés" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Español" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Finlandés" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Francés" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Italiano" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Japonés" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Coreano" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Holandés" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Polaco" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Portugués (Portugal)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Portugués (Brasil)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Ruso" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "Sueco" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Ucraniano" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Chino Simplificado" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "IP Desconocida" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/D" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** SIN PORT**" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Listo para Funcionar" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Requiere Archivos" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Instalado" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "No Disponible" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Actualización Disponible" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "No Instalado" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Aceptar" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Cancelar" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Obteniendo los últimos archivos de gameinfo.xml y portadas de imágenes." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Descargando gameinfo.xml para {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Instalando {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Desinstalando {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Actualizando todas las fuentes de ports:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Checkeando {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Estas cambiando de la version {old_release_channel} a la version {new_release_channel}.\n\n" "Quieres hacer el downgrade?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Hay una nueva version de PortMaster ({portmaster_version})\n\n" "Te gustaría actualizarla?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Te gustaría reinstalar PortMaster?\n\n" "Esto va a reinstalar desde el canal {release_channel} al canal {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Cargando..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Cargando información." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Obteniendo los últimos ports destacados." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Obteniendo información más reciente." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Obteniendo los últimos porters." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Cargando Fuentes." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Cargando Ports." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Instalando Tema {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Instalando" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Tema {download_name!r} instalado correctamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Instalando {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Tema {download_name!r} instalado correctamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Instalación fallida, eliminando archivos..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "La instalación del Port {download_name} ha fallado." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Port {download_name!r} y {runtime_name!r} instalados correctamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "¡¡Port {download_name!r} instalado correctamente, pero la instalación de {runtime_name!r} ha fallado!!\n\n" "Reintenta la instalación o revisa la wiki para obtener ayuda." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "El Port {runtime} contiene un tiempo de ejecución defectuoso, el juego puede no ejecutarse correctamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "El Port {runtime} contiene un tiempo de ejecución defectuoso, el juego puede no ejecutarse correctamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Verificado" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Sin verificar" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Dañado" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "No se puede descargar un tiempo de ejecución en modo sin conexión." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Verificando el runtime {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Verificando" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "No se ha podido encontrar una descarga para {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "No se puede descargar {runtime} en {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "Se verificó el {runtime} exitosamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "{runtime} verificado." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Actualizando el {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "El runtime {runtime} esta dañado, reinstalando." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Descargando tiempo de ejecución {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "No se puede descargar {runtime}, es posible que el juego no funcione correctamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "{runtime} Descargado correctamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "No se ha podido encontrar una fuente para {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Port desconocido {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Eliminando {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} Desinstalado correctamente" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Caché Obsoleta." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Primera verificación." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Actualización automática." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Actualizando" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Ya está actualizado" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Obteniendo información más reciente" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Hecho." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "No se puede encontrar {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "No se ha podido encontrar la información de verificación para {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "No se puede descargar la información de verificación para {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "¡Éxito!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Obteniendo información" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Obteniendo los ports más recientes" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Obteniendo información." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "No se puede descargar el archivo de verificación." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "No se pueden descargar archivos de tipo no zip." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "No se ha podido descargar el archivo. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Descargando {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Descargando archivo." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Descarga fallida: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Error al validar la descarga." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Validación de archivo correcta." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Error al validar la descarga." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Menú Principal" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "Aviso legal" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "Aceptar" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Salir" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Estás seguro que deseas salir de PortMaster?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Ports Destacados" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Lista de ports supervisados a mano" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Todos los ports" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Lista de todos los ports disponibles en PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Ports listos para ejecutarse" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Lista de todos los ports que estan listos para jugar!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Administrar Ports" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Actualizar / Desinstalar Ports" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Opciones" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Opciones de PortMaster" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Salir" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Salir de PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Entrar" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Modo Secreto {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Habilitado" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Deshabilitado" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Menu de Opciones" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Interfaz" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Seleccionar idioma" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Elige el idioma que PortMaster usa." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Seleccionar Tema" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Elige el tema de PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Seleccione el Esquema de Color" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Elige un esquema de color para PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Audio" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Música: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Activa o Desactiva la música de fondo de PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Efectos: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Habilita o Deshabilita los efectos de sonido en PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Metadatos del Port" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Actualización de metadatos: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Auto" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Manual" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster actualiza los metadatos de los Ports instalados para que muestre imágenes y descripciones al navegar por los Ports del dispositivo." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Actualizar metadatos" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Actualiza manualmente los metadatos del Port con información faltante/actualizada y artwork." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Ubicación de Ports: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Sección de Roms" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Pestaña de ports" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Ubicación donde deberían instalarse los ports." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "SD 1" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "SD 2" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "Sistema" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Administrador de Runtimes" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Administrar runtimes del port." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Ports experimentales: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Ocultar o mostrar los ports experimentales." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Actualizar Ports" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "Obtener información de ports más reciente." -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Actualizar PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Chequear forzosamente por una nueva versión de PortMaster." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "Restaurar PortMaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Esto restaurará PortMaster a su última versión estable." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Canal de Lanzamiento: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Cambiar el canal de lanzamiento de PortMaster, ya sea beta o estable." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Activar versiones alfa" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Cambiar el canal de lanzamientos de PortMaster a alfa." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Modo Controlador: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Alterna entre varios layouts de controles." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Opciones Secretas" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Todos los ports: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Muestra todos los ports, sin importar los requisitos." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "Modo CWTBE: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Activar gptokeyb2 por defecto." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Eliminar la Configuración de PortMaster" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Esto puede romper cosas, no lo toque a menos que sepas lo que estés haciendo." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Eliminar Runtimes de PortMaster" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Atrás" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "¿Está seguro de que desea restaurar PortMaster?\n\n" "Esto requerirá que ejecute un Port especialmente elaborado que se instalará." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Un Port especial ha sido instalado llamado \"Restaurar PortMaster.sh\"\n\n" "Ejecute este Port para restaurar su instalación de PortMaster." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster se cerrará ahora para que puedas ejecutar el Port de restauración." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,33 +824,33 @@ msgstr "¿Estás seguro de que deseas cambiar al canal de lanzamiento alfa?\n\n" "PortMaster actualizará o descenderá de versión dependiendo de lo que sea necesario.\n\n" "ESTO PUEDE ROMPER (Y ROMPERÁ) COSAS, HAS SIDO ADVERTIDO" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Estas seguro que quieres cambiar el canal de lanzamiento de {current_channel} a {new_channel}?\n\n" "PortMaster se actualizará o hará downgrade en consecuencia." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "¿Estás seguro de que quieres actualizar el gamelist.xml?\n\n" "Esto anulará cualquier artwork o información de ports obtenidos y requerirá una descarga de más de 50 MB." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "¿Estás seguro de que quieres mover los ports de {from_mode} a {to_mode} ?" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "SDCARD 1" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "SDCARD 2" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" @@ -849,326 +859,326 @@ msgstr "¿Estás seguro de que quieres administrar e instalar ports en {to_loc}? "Los ports ya instalados no se moverán.\n" "PortMaster se reiniciará para que surta efecto." -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Eliminando Runtimes:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Administrador de Recursos" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Descargar Todo" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Usado" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Sin Usar" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Comprobado" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Desinstalar" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Instalar" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Estás seguro que quieres descargar y verificar todos los runtimes?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Se elimino el runtime {runtime}" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (seleccionado)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Seleccionar" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Descargar" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "¿Quieres cambiar de tema?\n\n" "Tendrás que reiniciar para que surta efecto." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Elige el Esquema de Color" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (seleccionado)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "¿Quieres cambiar el esquema de color del tema?\n\n" "Tendrás que reiniciar para que surta efecto." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Eligir Idioma" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (seleccionado)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "¿Quieres cambiar de idioma?\n\n" "Tendrás que reiniciar para que surta efecto." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Eliminar" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Mayúsculas" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Espacio" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Minúsculas" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "No se encontraron ports destacados, se requiere conexión a internet." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "SIN PORTS" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** NO SE HAN ENCONTRADO PORTS **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Descarga ports primero." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Prueba a eliminar algunos filtros." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Mostrar información" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Lista de Ports" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filtros" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Popup de Info del Port" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Esconder Info" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Reinstalar" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Info del Port" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Estas seguro que quieres desinstalar el {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Escena de Filtros" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Alfabético" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Recientemente Añadidos" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Recientemente Actualizados" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Acción" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Aventura" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arcade" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Casino/Cartas" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "Disparos en Primera Persona" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Plataformero" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Puzzle" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Carreras" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Ritmo" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Juegos de Rol" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Simulación" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Deportes" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Estrategia" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Novela Visual" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Otros" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "Experimental" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Ports Rotos" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Juego gratis, todos los archivos incluidos." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Archivos de demostración incluidos." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Se necesitan archivos externos gratis." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Se necesitan archivos externos pagos." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} Runtime" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "ARM 32bit" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "ARM 64bit" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "x86 64bit" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Ordenar:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Limpiar Filtros" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Géneros:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Atributos:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "Arquitectura:" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Disponibilidad:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Porters:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Mensajes" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "¿Está seguro de que quiere cancelar?" diff --git a/PortMaster/pylibs/locales/fr_FR/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/fr_FR/LC_MESSAGES/messages.po index 9ed24f6..746b6a5 100644 --- a/PortMaster/pylibs/locales/fr_FR/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/fr_FR/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Danois" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Allemand" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Anglais" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Espagnol" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Finnois" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Français" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Italien" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Japonais" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Coréen" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Néerlandais" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Polonais" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Portugais (Portugal)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Portugais (Brésil)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Russe" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "Suédois" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Ukrainien" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Chinois simplifié" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "IP inconnue" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/A" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** AUCUN RÉSULTAT **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Prêt à Exécuter" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Fichiers Requis" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Installé" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Manquant" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Nouvelle mise à jour disponible" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Non installé" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "D'accord" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Annuler" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Récupération des derniers fichiers gameinfo.xml et des images de couverture." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Téléchargement de gameinfo.xml en cours pour {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Installation de {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Désinstallation de {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Mise à jour de toutes les sources de ports :" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Vérification de {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Vous passez de l' {old_release_channel} à la version {new_release_channel} .\n\n" "Voulez-vous rétrograder ?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Il y a une nouvelle version de PortMaster ({portmaster_version})\n\n" "Voulez-vous mettre à jour ?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Voulez-vous réinstaller PortMaster ?\n\n" "Cela va réinstaller depuis le canal {release_channel} vers {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Chargement..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Chargement des informations." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Récupération des derniers ports recommandés." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Récupération des dernières informations." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Récupération des derniers porteurs." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Chargement des sources." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Chargement des ports." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Installation du thème {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Installation en cours" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Le thème {download_name!r} a été installé avec succès." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Installation de {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Le thème {download_name!r} a été installé avec succès." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Échec de l'installation, suppression des fichiers en cours..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Échec de l'installation du port {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Port {download_name!r} et {runtime_name!r} installé avec succès." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Le port {download_name!r} a été installé avec succès, mais {runtime_name!r} n'a pas pu être installé!!\n\n" "Réinstallez pour essayer à nouveau, ou consultez le wiki pour obtenir de l'aide." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Le port {runtime} contient un runtime corrompu, le jeu pourrait ne pas s'exécuter correctement." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Le port {runtime} contient un runtime corrompu, le jeu pourrait ne pas s'exécuter correctement." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Vérifié" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Non vérifié" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Cassé" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Impossible de télécharger un runtime en mode hors ligne." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Vérification du runtime {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Vérification" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Impossible de trouver un téléchargement pour {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Impossible de télécharger {runtime} dans {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} vérifié avec succès." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "{runtime} vérifié." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Mise à jour de {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Le runtime {runtime} est cassé, réinstallation en cours." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Téléchargement du runtime {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Impossible de télécharger {runtime}, le jeu pourrait ne pas s'exécuter correctement." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "Téléchargement de {runtime} réussi." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "Impossible de télécharger un runtime en mode hors ligne." -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Impossible de trouver une source pour {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Port inconnu {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Suppression de {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} désinstallé avec succès" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Cache obsolète." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Première vérification." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Mise à jour automatique." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Mise à jour en cours" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Déjà à jour" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Récupération des dernières informations" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Terminé." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Impossible de trouver {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Impossible de trouver les informations de vérification pour {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Impossible de télécharger les informations de vérification pour {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Succès !" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Récupération des informations" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name} : Récupération" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Récupération des informations." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Impossible de télécharger le fichier de vérification." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Impossible de télécharger des fichiers non compressés." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Impossible de télécharger le fichier. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Téléchargement de {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Téléchargement du fichier." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Échec du téléchargement : {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Échec de la validation du téléchargement." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Validation du fichier réussie." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Impossible de valider le téléchargement." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Menu principal" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "Avertissement" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "Accepter" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Quitter" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Êtes-vous sûr de vouloir quitter PortMaster ?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Ports recommandés" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Ports sélectionnés" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Tous les ports" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Lister tous les ports disponibles sur PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Ports Prêts à Exécuter" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Lister tous les ports qui sont prêts à jouer !" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Gestion des ports" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Mise à jour / Désinstallation des ports" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Options" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Options de PortMaster" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Quitter" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Quitter PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Entrer" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Mode secret {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Activé" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Désactivé" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Options" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Interface" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Choisir la Langue" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Sélectionnez la langue utilisée par PortMaster." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Sélection du thème" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Sélectionnez un thème pour PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Sélection de la palette de couleurs" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Sélectionnez un schéma de couleurs pour PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Audio" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Musique :" -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Activer ou désactiver la musique de fond dans PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Effets sonores :" -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Activer ou désactiver les effets sonores dans PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Métadonnées du port" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Mise à jour des métadonnées :" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Auto" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Manuel" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster met à jour les métadonnées pour les ports installés, pour que les illustrations et les descriptions de port soient affichées lors de la navigation sur votre appareil." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Mise à jour des métadonnées" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Mettre à jour manuellement les métadonnées du port avec les informations manquantes/mises à jour et les illustrations." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Emplacement des ports :" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Section des roms" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Onglet des ports" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Emplacement où les ports doivent être installés." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "SD 1" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "SD 2" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "Système" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Gestion des runtimes" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Gérer les runtimes des ports." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Ports expérimentaux :" -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Afficher/Masquer les ports expérimentaux." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Mettre à Jour les Ports" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "Récupérer les dernières informations sur les ports." -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Mettre à jour PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Forcer la vérification d'une nouvelle version de PortMaster." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "Restaurer PortMaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Cela restaurera PortMaster à sa dernière version stable." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Canal de publication: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Changer le canal de publication de PortMaster, soit bêta, soit stable." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Activer les versions alpha" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Changer le canal de publication de PortMaster en alpha." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Mode contrôleur : {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Basculer entre les différentes mises en page du contrôleur." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Options secrètes" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Tous les ports : " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Afficher tous les ports, ignorer les exigences." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "Mode CWTBE : " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Activer gptokeyb2 par défaut." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Supprimer la configuration de PortMaster" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Cela peut rendre votre installation inutilisable, n'y touchez pas à moins de savoir ce que vous faites." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Supprimer les runtimes de PortMaster" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Retour" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Êtes-vous sûr de vouloir restaurer PortMaster ?\n\n" "Cela nécessitera que vous exécutiez un port spécialement conçu qui sera installé." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Un port spécial a été installé appelé \"Restorer PortMaster.sh\"\n\n" "Exécutez ce port pour restaurer votre installation PortMaster." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster va maintenant quitter pour que vous puissiez exécuter le port de restauration." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,33 +824,33 @@ msgstr "Êtes-vous sûr de vouloir changer le canal de publication de PortMaster "PortMaster effectuera une mise à jour ou passera à une version antérieure en conséquence.\n\n" "AVERTISSEMENT : CETTE MANIPULATION PEUT ET VA CRÉER DES PROBLÈMES." -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Êtes-vous sûr de vouloir changer le canal de publication de {current_channel} à {new_channel}?\n\n" "PortMaster va être mis à jour ou rétrogradé en conséquence." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Êtes-vous sûr de vouloir mettre à jour votre gamelist.xml ?\n\n" "Ceci remplacera toutes les informations ou images des ports et nécessitera un téléchargement de plus de 50 Mo." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Êtes-vous sûr de vouloir déplacer les ports de la {from_mode} vers la {to_mode}" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "Carte SD 1" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "Carte SD 2" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" @@ -849,326 +859,326 @@ msgstr "Êtes-vous sûr de vouloir gérer et installer des ports sur {to_loc}?\n "Les ports déjà installés ne seront pas déplacés.\n" "PortMaster redémarrera pour que cela prenne effet." -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Suppression des runtimes :" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Gestion des sources" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Tout télécharger" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Utilisé" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Inutilisé" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Vérifier" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Désinstaller" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Installer" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Êtes-vous sûr de vouloir télécharger et vérifier tous les runtimes ?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Runtime {runtime} supprimé" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Sélectionné)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Sélectionner" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Télécharger" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Voulez-vous changer de thème ?\n\n" "Vous devrez redémarrer pour que ce changement prenne effet." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Sélection de la palette de couleurs" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Sélectionné)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Voulez-vous changer le schéma de couleurs du thème ?\n\n" "Vous devrez redémarrer pour que ce changement prenne effet." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Sélection de la langue" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Sélectionné)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Voulez-vous changer de langue ?\n\n" "Vous devrez redémarrer pour que cela prenne effet." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Supprimer" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Majuscule" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Espace" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Minuscule" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Aucun port en vedette trouvé, une connexion internet est requise." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "AUCUN RÉSULTAT" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** AUCUN RÉSULTAT **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Téléchargez d'abord les ports." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Essayez de supprimer certains filtres." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Afficher les Infos" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Liste des Ports" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filtres" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Popup d'informations sur le port" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Masquer les informations" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Réinstaller" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Informations sur le port" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Êtes-vous sûr de vouloir désinstaller {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Filtre Scène" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Ordre alphabétique" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Ajouts récents" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Récemment mis à jour" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Action" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Aventure" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arcade" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Casino/Jeu de cartes" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "Tir à la première personne" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Jeu de plates-formes" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Réflexion" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Jeu de course" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Rythme" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Jeu de rôle" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Simulation" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Sports" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Stratégie" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Visual Novel" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Autres" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "Fichiers nécessaires" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "Expérimental" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Ports endommagés" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Jeu gratuit, tous les fichiers sont inclus." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Fichiers démo inclus." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Des ressources externes gratuites sont nécessaires." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Des ressources externes payantes sont nécessaires." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} runtime" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "ARM 32bits" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "ARM 64bits" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "x86 64bits" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Ordre :" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Réinitialiser les filtres" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Genres :" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Attributs :" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "Architecture :" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Disponibilité :" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Porteurs :" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Messages" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Êtes-vous sûr de vouloir annuler ?" diff --git a/PortMaster/pylibs/locales/it_IT/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/it_IT/LC_MESSAGES/messages.po index df463cb..bf06e75 100644 --- a/PortMaster/pylibs/locales/it_IT/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/it_IT/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -17,1150 +17,1160 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Danese" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Tedesco" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Inglese" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Spagnolo" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Finlandese" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Francese" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Italiano" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Giapponese" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Coreano" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Olandese" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Polacco" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Portoghese (Portogallo)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Portoghese (Brasile)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Russo" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "Svedese" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Ucraino" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Cinese Semplificato" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "IP Ignoto" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/A" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "Nessun Risultato" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Ready to Run" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "File richiesti" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Installato" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Mancante" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Aggiornamento Disponibile" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Non Installato" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Ok" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Annulla" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "" -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Installo {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Disinstallo {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Aggiorno le fonti..." -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Verifico {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Stai passando dalla versione {old_release_channel} alla versione {new_release_channel} .\n\n" "Vuoi tornare alla versione precedente?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "C'è una nuova versione di PortMaster ({portmaster_version})\n\n" "Vuoi aggiornare?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Vuoi reinstallare PortMaster?\n\n" "Proseguendo scaricherai da {release_channel} la versione {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Caricamento..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Caricamento Informazioni" -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Recupero informazioni sugli ultimi ports Raccomandati dal Team." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Cerco nuove informazioni" -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Cerco nuovi porters" -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Caricamento Fonti." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Caricamento Ports." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Installo Tema {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Installo" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Tema {download_name!r} installato con successo." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Installazione {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Port {download_name!r} installato con successo." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Installazione fallita, rimozione file in corso..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "{download_name} fallisce l'installazione." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "{download_name!r} e {runtime_name!r} sono stati installati con successo" -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "{download_name!r} e {runtime_name!r} installazione fallita!\n\n" "Riprova o controlla la Fiji per ulteriori informazioni." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Port {runtime} sembra avere una runtime corrota, il gioco potrebbe avere problemi" -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Verificato" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Non verificato" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Corrotto" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Impossibile scaricare la runtime in modalità offline" -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Verifico runtime {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Verifica in corso" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Impossibile trovare il download per {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} verificata con successo." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "{runtime} Verificata." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Aggiornamento {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Runtime {runtime} è corrotta, reinstallazione." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Scarico {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Impossibile scaricare la runtime {runtime}, il gioco potrebbe presentare dei problemi." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "Scaricato con successo {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Impossibile trovare una fonte per {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Port sconosciuto {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Rimuovo {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} disinstallato con successo." -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Cache Obsoleta." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Controllo d'avvio" -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Aggiornamento automatico." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Aggiorno" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Già aggiornata" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Cerco nuove informazioni" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Fatto." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Impossibile trovare {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Non posso verificare {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Non posso scaricare le informazioni per verificare {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Successo!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Cerco Informazioni" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Controllo Nuovi ports" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Cerco Informazioni" -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Non posso scaricare i file di verifica" -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Non posso scaricare i file non zip" -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Impossibile Scaricare. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Scarico {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Scarico i file" -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Download fallito: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Validazione del download fallita." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "File Validati" -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Impossibile validare il download." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Menu principale" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Indietro" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Raccomandati dal Team" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Selezione di ports raccomandati dal Team" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Tutti i Ports" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Lista con tutti i Ports disponibili su PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Ready To Run" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Selezione di ports già compresivi di tutto il necessario per giocare!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Gestione Ports" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Aggiorna / Disinstalla Ports" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Opzioni" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Configura PortMaster secondo le tue preferenze" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Esci" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Esci Da PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Accetta" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Modalità Segreta {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Attiva" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Disattiva" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Impostazioni" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Interfaccia" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Lingua" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Seleziona la lingua usata da PortMaster." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Seleziona Tema" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Cambia il tuo attuale tema o scaricane di nuovi." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Seleziona Modalità Tema" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Cambia schema colori dell'attuale tema" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Audio" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Musica: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Abilita o disabilita la musica di sottofondo in PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Effetti Sonori: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Abilita o disabilita gli effetti sonori in PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Auto" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Manuale" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "" -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Aggiorna Metadati" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "SD 1" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "SD 2" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "Sistema" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Runtime Manager" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Gestisci Runtimes." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Porte Sperimentali: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Mostra o nascondi le porte sperimentali." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Aggiorna Ports" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "" -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Aggiorna PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Forza il controllo per una nuova versione di PortMaster." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "" -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "" -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "" -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Modalità Controller: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Cambia Schema comandi per la navigazione dei menu." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Opzioni Segrete" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Tutte Le Porte: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Mostra tutte le porte, ignorando i requisiti." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "" -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "" -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Elimina Configurazione Attuale" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Attenzione, non toccare a meno che tu non sappia cosa stai facendo." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Elimina Runtimes installate" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Indietro" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "" -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "" -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "" -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" msgstr "" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "" -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "" -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "SDCARD 1" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "SDCARD 2" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" "PortMaster will restart for this to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Eliminazione Runtimes:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Gestione Fonti" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Scarica tutto" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "In uso" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Non utilizzato" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Verifica" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Disinstalla" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Installa" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Sei sicuro di voler scaricare tutte le runtimes?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Runtime {runtime} eliminata" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Attuale)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Seleziona" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Download" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Vuoi cambiare Tema?\n\n" "Riavvia per applicare le modifiche." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Selezionare schema colori" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Attuale)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Vuoi Cambiare lo Schema Colore?\n\n" "Dovrai riavviare per applicare le modifiche." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Selezione Lingua" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Attuale)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Vuoi cambiare lingua?\n\n" "Riavvia per applicare le modifiche." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Elimina" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Maiuscolo" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Spazio" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Minuscolo" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "" -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "Nessun Risultato" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** Nessun Risultato **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Scarica qualcosa prima." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Rimuovi qualche filtro." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Mostra info" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Lista dei Ports" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filtri" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Reinstalla" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Port Info" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Sei sicuro di voler disinstallare {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Filtri" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Alfabetico" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Aggiunti di Recente" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Aggiornati di recente" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Azione" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Avventura" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arcade" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Casino/Carta" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "Fps" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Platform" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Rompicapo" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Racing" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Musicale" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Gioco Di Ruolo" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Simulazione" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Sport" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Strategia" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Visual Novel" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Altro" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Ports Problematici" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "" -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "" -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "" -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "" -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} Runtime" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Ordina per:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Rimuovi Filtri" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Genere" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Runtime" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Porter" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Avviso" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Sicuro di voler annullare?" diff --git a/PortMaster/pylibs/locales/ja_JP/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/ja_JP/LC_MESSAGES/messages.po index afbda36..f3a71e7 100644 --- a/PortMaster/pylibs/locales/ja_JP/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/ja_JP/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -17,1151 +17,1161 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "デンマーク語" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "ドイツ語" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "英語" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "スペイン語" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "フィンランド語" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "フランス語" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "イタリア語" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "日本語" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "韓国語" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "オランダ語" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "ポーランド語" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "ポルトガル語 (ポルトガル)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "ポルトガル語 (ブラジル)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "ロシア語" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "スウェーデン語" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "ウクライナ語" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "中国語 (簡体字)" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "不明なIP" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/A" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** ポートなし **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "実行準備完了" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "必要なファイル" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "インストール済み" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "欠落" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "アップデートが利用できます" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "インストールされていません" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "了解" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "キャンセル" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "" -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "{port_name} インストール中" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "{port_name} をアンインストール中" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "すべてのポートソースを更新しています:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "{runtime_name} を確認中" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "{old_release_channel} から {new_release_channel} へ切り替えています。\n\n" "ダウングレードしますか?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "PortMaster ({portmaster_version})\n\n" "アップグレードしますか?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "PortMasterを再インストールしますか?\n\n" " {release_channel} チャンネルから {portmaster_version} に再インストールします。" -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "読み込み中..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "情報を読み込み中" -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "最新の注目ポートを取得しています" -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "最新情報を取得中" -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "最新のポーターを取得中" -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "ソースの読み込み中" -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "ポートを読み込み中" -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "テーマ {download_name} のインストール中。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "インストール中" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "テーマ {download_name!r} のインストールに成功しました。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "{download_name} インストール中." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "ポート {download_name!r} が正常にインストールされました。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "インストールに失敗しました。ファイルの削除中..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "ポート {download_name} がインストールされませんでした。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "ポート {download_name!r} と {runtime_name!r} が正常にインストールされました。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "ポート {download_name!r} は正常にインストールされましたが、{runtime_name!r} のインストールに失敗しました!\n\n" "再インストールして再試行するか、ウィキのヘルプを確認してください。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "ポート {runtime} に不正なランタイムが含まれています。ゲームが正しく動作しない可能性があります。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "認証済み" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "未確認" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "損壊" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "オフラインモードではランタイムをダウンロードできません。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "ランタイム {runtime} を確認しています" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "検証中" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "{runtime} のダウンロードが見つかりません。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} 認証された。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "{runtime} 認証済み" -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "{runtime} を更新中" -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "ランタイム {runtime} が壊れています。再インストールします。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "ランタイム {runtime} をダウンロードしています。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "{runtime} をダウンロードできません。ゲームが正しく実行されない可能性があります。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "{runtime} のダウンロードに成功しました。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "{port_name} のソースが見つかりません" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "不明なポート {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "{port_name} を削除中" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} のアンインストールに成功しました" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "キャッシュが古いです。" -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "最初のチェック" -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "自動更新" -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "更新中" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "既に最新の状態です" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "最新情報を取得中" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "完了" -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "{port_name} が見つかりません。" -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "{port_name} の確認情報が見つかりません。" -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "{port_name} の確認情報が見つかりません。" -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "成功!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "情報を取得中" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: 最新のポートを取得中" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "情報を取得中." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "確認情報が見つかりません。" -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "非 zip ファイルをダウンロードできません。" -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "ファイルをダウンロードできません。 [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "{file_url} - ({total_length_mb}) をダウンロード中" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "ファイルをダウンロードしています..." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "ダウンロードに失敗しました: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "ダウンロードの検証に失敗しました。" -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "ファイルの検証が完了しました。" -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "ダウンロードを検証できません。" -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "メインメニュー" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "終了" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "PortMaster を終了しますか?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "注目のポート" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "ポートのハンドキュレーションリスト" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "すべてのポート" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "PortMasterで利用可能なすべてのポートを表示します。" -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "ポートを実行する準備完了" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "プレーする準備ができた、のポートを表示します" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "ポートの管理" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "ポートの更新/アンインストール" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "オプション" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "PortMaster オプション" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "終了" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "PortMasterを終了" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Enter" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "シークレットモード {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "有効" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "無効" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "オプションメニュー" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "インターフェース" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "言語を選択" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "PortMaster のインターフェース言語を選択" -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "テーマを選択" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "PortMasterのテーマを選択" -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "配色を選択" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "PortMasterの配色を選択" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "音声" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "音楽: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "PortMasterでBGMを有効または無効にします。" -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "サウンド効果: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "PortMasterサウンド効果を有効または無効にします。" -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "" -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "システム" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "ランタイムの管理" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "ポートのランタイムを管理" -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "" -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "" -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "ポートを更新" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "" -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "PortMasterを更新" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "新しいPortMasterバージョンを強制的にチェックします。" -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "" -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "リリースチャンネル: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "PortMasterのリリースチャンネルをbetaまたはstableのいずれかに変更します。" -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "" -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "コントローラーモード: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "さまざまなコントローラーレイアウトを切り替えます。" -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "シークレットオプション" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "" -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "" -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "" -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "" -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "ポートマスター設定を削除" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "これは物事を壊すかもしれない、あなたがしていることを知っていない限り、触れないでください。" -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "PortMasterランタイムを削除" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "戻る" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "" -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "" -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "" -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" msgstr "" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "リリースチャンネルを {current_channel} から {new_channel} に変更してもよろしいですか?\n\n" "PortMasterはそれに応じてアップグレードまたはダウングレードされます。" -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "" -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" "PortMaster will restart for this to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "ランタイムを削除中:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "ソースマネージャー" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "全てダウンロード" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "使用済み" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "未使用" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "チェック" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "削除" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "インストール" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "すべてのランタイムをダウンロードして確認しますか?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "ランタイム {runtime} を削除しました" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (選択済み)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "選択" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "ダウンロード" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "テーマを変更しますか?\n\n" "適用するには再起動する必要があります。" -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "配色を選択" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (選択済み)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "テーマを変更しますか?\n\n" "影響を受けるには再起動する必要があります。" -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "言語を選択してください" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (選択済み)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "言語を変更しますか?\n\n" "影響を受けるには再起動する必要があります。" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "削除" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "大文字" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "スペース" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "小文字" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "注目ポートが見つかりません。インターネット接続が必要です。" -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "ポートなし" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** 見つかりませんでした **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "ポートをダウンロードしてください。" -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "フィルターを削除してみてください。" -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "情報を表示" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "ポートリスト" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "フィルター" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "ポート情報ポップアップ" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "情報を非表示にする" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "再インストール" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "ポート情報" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "{port_name} をアンインストールしてもよろしいですか?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "フィルターシーン" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "アルファベット順" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "最近の追加" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "最近のアップデート" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "動作" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "冒険" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "アーケード" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "カジノ/カード" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "一人称射撃" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "プラットフォーム" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "パズル" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "レース" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "リズム" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "RPG" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "シミュレーション" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "スポーツ" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "戦略" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "ビジュアルノベル" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "その他" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "壊れたポート" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "無料ゲーム、すべてのファイルが含まれています。" -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "デモファイルが含まれています。" -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "無料の外部アセットが必要です。" -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "有料の外部アセットが必要です。" -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} ランタイム" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "ソート:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "フィルターをクリアにする" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "ジャンル:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "属性" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "アーキテクチャ:" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "在庫状況:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "ポーター:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "メッセージ" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "取り消しますか?" diff --git a/PortMaster/pylibs/locales/ko_KR/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/ko_KR/LC_MESSAGES/messages.po index 7fa4b71..18ee990 100644 --- a/PortMaster/pylibs/locales/ko_KR/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/ko_KR/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -17,1147 +17,1157 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "덴마크어" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "독일어" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "영어" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "스페인어" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "핀란드어" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "프랑스어" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "이탈리아어" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "일본어" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "한국어" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "네덜란드어" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "폴란드어" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "포르투갈어(포르투갈)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "포르투갈어 (브라질)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "중국어 간체" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "알 수 없는 IP" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/A" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** 포트 없음 **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "실행 준비 완료" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "필요한 파일" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "설치 완료" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "누락" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "업데이트 이용 가능" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "설치되지 않음" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "확인" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "취소" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "마지막의 gameinfo.xml 파일과 cover 이미지를 가져오는 중입니다." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "{source_name}의 gameinfo.xml을 다운로드 중입니다." -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "{port_name} 설치 중" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "{port_name} 제거 중" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "모든 포트 소스 업데이트 중:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "{runtime_name} 확인 중" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "{old_release_channel} 에서 {new_release_channel} 로 변경됩니다.\n\n" "다운그레이드 하겠습니까?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "포트마스터 새 버전({portmaster_version})이 있습니다.\n\n" "업그레이드 하겠습니까?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "포트마스터를 재설치 하겠습니까?\n\n" " {release_channel} 채널에서 {portmaster_version} 로 재설치합니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "불러오는 중..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "정보 불러오는 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "최신 추천 포트를 가져오는 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "최신 정보를 가져오는 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "최신 포터를 가져오는 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "소스 불러오는 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "포트 불러오는 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "{download_name} 테마를 설치 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "설치 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "{download_name!r} 테마 설치에 성공했습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "{download_name} 설치 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "{download_name!r} 포트가 정상적으로 설치되었습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "설치에 실패했습니다. 파일 삭제 중..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "{download_name} 포트 설치에 실패했습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "{download_name!r} 포트와 {runtime_name!r} 가 정상적으로 설치되었습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "{download_name!r} 포트는 정상적으로 설치되었으나, {runtime_name!r} 설치에 실패했습니다!\n\n" "재설치 후에 다시 시도하든지, 위키의 도움말을 확인해 주세요." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "{runtime} 포트에 비정상적인 런타임이 포함되어 있습니다. 게임이 올바르게 동작하지 않을 수 있습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "{runtime} 포트에 알 수 없는 런타임이 포함되어 있습니다. 게임이 올바르게 동작하지 않을 수 있습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "검증 완료" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "미검증" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "파손" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "오프라인 모드에서는 런타임을 다운로드할 수 없습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "런타임 {runtime} 를 검증 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "검증 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "{runtime} 다운로드를 찾을 수 없습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "{device_arch} 에 {runtime} 을 다운로드 할 수 없습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} 검증 성공" -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "{runtime} 검증 완료" -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "{runtime} 업데이트 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "런타임 {runtime} 가 파손되어 있어 다시 설치합니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "런타임 {runtime} 다운로드 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "{runtime} 를 다운로드할 수 없습니다. 게임이 올바르게 동작하지 않을 수 있습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "{runtime} 다운로드 성공" -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "{port_name} 소스를 찾을 수 없습니다." -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "알 수 없는 포트 {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "{port_name} 제거 중" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} 설치 성공" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "캐시 데이터가 오래되었습니다." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "최초 확인" -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "자동 업데이트" -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "업데이트 중" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "이미 최신 버전입니다." -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "최신 정보를 가져오는 중" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "완료" -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "{port_name} 을 찾을 수 없습니다." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "{port_name} 검증 정보를 찾을 수 없습니다." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "{port_name} 검증 정보를 다운로드할 수 없습니다." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "성공!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "정보 가져오는 중" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: 최신 포트 가져오는 중" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "정보 가져오는 중" -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "검증 파일을 다운로드할 수 없습니다." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "zip이 아닌 파일을 다운로드할 수 없습니다." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "파일을 다운로드할 수 없습니다. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "{file_url} - ({total_length_mb}) 다운로드 중" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "파일 다운로드 중" -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "다운로드 실패: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "다운로드 검증에 실패했습니다." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "파일 검증을 완료했습니다." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "다운로드를 검증할 수 없습니다." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "메인 메뉴" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "나가기" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "정말 PortMaster를 종료하시겠습니까?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "추천 포트" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "엄선한 포트 리스트" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "모든 포트" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "포트 마스터에서 사용 가능한 모든 포트 리스트" -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "실행 준비가 된 포트" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "플레이할 수 있는 모든 포트 리스트" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "포트 관리" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "포트 업데이트/제거" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "옵션" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "포트마스터 옵션" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "나가기" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "포트마스터 종료" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "시크릿 모드 {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "켜짐" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "꺼짐" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "언어 선택" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "PortMaster에 사용할 언어를 선택하세요." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "PortMaster에 사용할 테마를 선택하세요." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "PortMaster에 사용할 색상 구성을 선택하세요" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "" -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "PortMaster에서 배경 음악을 활성화 또는 비 활성화." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "효과음: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "PortMaster에서 효과음을 활성화 또는 비 활성화." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "" -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "" -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "" -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "" -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "" -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "" -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "" -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "" -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "" -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "" -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "" -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "" -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "" -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "" -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "" -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "" -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "" -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "" -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" msgstr "" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "" -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "" -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" "PortMaster will restart for this to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "" -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "" -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "" -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "" -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "" -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "" -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "" -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "" diff --git a/PortMaster/pylibs/locales/nl_NL/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/nl_NL/LC_MESSAGES/messages.po index 1334055..4781ba5 100644 --- a/PortMaster/pylibs/locales/nl_NL/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/nl_NL/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Deens" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Duits" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Engels" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Spaans" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Fins" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Frans" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Italiaans" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Japans" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Koreaans" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Nederlands" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Pools" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Portugees (Portugal)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Portugees (Brazilië)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Russisch" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Oekraïens" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Chinees (vereenvoudigd)" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "Onbekend IP-adres" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N.v.t." -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** GEEN PORT **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Klaar om te Spelen" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Bestanden Vereist" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Geïnstalleerd" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Ontbrekend" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Update Beschikbaar" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Niet Geïnstalleerd" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Oké" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Annuleren" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Meest recente gameinfo.xml bestanden en cover afbeeldingen ophalen." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Downloaden van gameinfo.xml voor {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Installeert {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Deïnstalleert {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Alle port bronnen aan het bijwerken:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "{runtime_name} controleren" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "U wisselt van {old_release_channel} naar {new_release_channel} versie.\n\n" "Wilt u downgraden?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Er is een nieuwe versie van PortMaster ({portmaster_version})\n\n" "Wilt u upgraden?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Wilt u PortMaster opnieuw installeren?\n\n" "Dit zal opnieuw installeren van het {release_channel} kanaal naar {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Laden..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Informatie laden." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Ophalen van de nieuwste ports." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Ophalen van de nieuwste informatie." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Nieuwste porters ophalen." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Bronnen worden geladen." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Ports worden geladen." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Thema {download_name} wordt geïnstalleerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Aan het installeren" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Thema {download_name!r} is succesvol geïnstalleerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "{download_name} wordt geïnstalleerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Port {download_name!r} is succesvol geïnstalleerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Installatie mislukt, bestanden verwijderen..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Port {download_name} installatie mislukt." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Port {download_name!r} en {runtime_name!r} succesvol geïnstalleerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Port {download_name!r} is succesvol geïnstalleerd, maar {runtime_name!r} installatie is mislukt!!!\n\n" "Herinstalleer om het opnieuw te proberen, of controleer de wiki voor hulp." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Poot {runtime} bevat een verkeerde runtime en het spel kan mogelijk niet correct worden uitgevoerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Port {runtime} bevat een onbekende runtime, het spel kan mogelijk niet correct worden uitgevoerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Geverifiëerd" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Niet geverifiëerd" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Defect" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Kan geen runtime downloaden in offline modus." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Runtime {runtime} verifiëren" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Verifiëren" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Kan geen download vinden voor {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Kan {runtime} niet downloaden in {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} succesvol geverifieerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "{runtime} geverifiëerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "{runtime} bijwerken." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Runtime {runtime} is defect, herinstalleert." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Runtime {runtime} aan het downloaden." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Kan {runtime} niet downloaden, het spel kan mogelijk niet correct worden uitgevoerd." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "{runtime} succesvol gedownload." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Kan geen bron vinden voor {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Onbekende port {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Verwijderen van {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} succesvol verwijderd" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Cache verouderd." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Eerste controle." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Automatisch Bijwerken." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Bijwerken" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Al bijgewerkt" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Nieuwste informatie ophalen" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Klaar." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Kan {port_name} niet vinden." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Kan de verificatie-informatie voor {port_name} niet vinden." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Kan de verificatie-informatie voor {port_name} niet vinden." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Succes!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Informatie ophalen" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Laatste ports ophalen" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Informatie ophalen." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Kan verificatiebestand niet downloaden." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Kan geen non-zip bestanden downloaden." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Kan bestand niet downloaden. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Downloaden {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Bestand wordt gedownload." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Downloaden mislukt: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Download validatie mislukt." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Bestandsvalidatie goedgekeurd." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Kan download niet valideren." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Hoofdmenu" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Sluiten" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Weet u zeker dat u PortMaster wilt afsluiten?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Aanbevolen Ports" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Hand samengestelde lijst van ports" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Alle ports" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Toon alle beschikbare ports op PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Klaar om te Spelen Ports" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Lijst alle ports die klaar zijn om te spelen!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Beheer Ports" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Update / Verwijder Ports" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Opties" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "PortMaster Opties" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Sluiten" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Sluit PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Ga" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Geheime Modus {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Ingeschakeld" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Uitgeschakeld" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Opties Menu" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Interface" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Kies Taal" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Selecteer de taal voor PortMaster." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Selecteer Thema" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Selecteer een thema voor PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Selecteer Kleurenschema" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Selecteer een kleurenschema voor PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Audio" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Muziek: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Achtergrondmuziek voor PortMaster in- of uitschakelen." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Geluidseffecten: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Geluidseffecten voor PortMaster in- of uitschakelen." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Port Metadata" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Metadata Update: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Auto" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Handmatig" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster updates metadata wanneer ports zijn geïnstalleerd zodat deze portafbeeldingen en -beschrijvingen weergeven tijdens het browsen van ports op uw apparaat." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Metadata Verversen" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Werk handmatig de poortmetagegevens bij met bijgewerkte informatie en opmaak." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Locatie ports: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Roms sectie" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Ports tab" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Locatie waar ports geïnstalleerd moeten worden." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "Systeem" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Runtime Beheerder" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Beheer port runtimes." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Experimentele Ports: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Toon of verberg experimentele ports." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Ports Bijwerken" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "" -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "PortMaster Bijwerken" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Forceer check voor een nieuwe PortMaster versie." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "PortMaster herstellen" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Dit zal PortMaster herstellen naar de laatste stabiele versie van PortMaster." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Release Kanaal: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Verander het release-kanaal van PortMaster, bèta of stabiel." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Activeer Alpha Releases" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Verander het release-kanaal van PortMaster naar alpha." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Controller Modus: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Schakel tussen verschillende controller lay-outs." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Geheime Opties" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Alle Ports: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Toon alle ports, negeer vereisten." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "CWTBE Modus: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Gptokeyb2 als standaard inschakelen." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Verwijder PortMaster Configuratie" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Dit kan dingen breken, raak niet aan tenzij je weet wat je doet." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Verwijder PortMaster Runtimes" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Terug" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Weet u zeker dat u PortMaster wilt herstellen?\n\n" "Hiervoor moet u een speciaal gemaakte port uitvoeren die zal worden geïnstalleerd." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Een speciale port is geïnstalleerd genaamd \"Restore PortMaster.sh\"\n\n" "Voer deze poort uit om uw PortMaster installatie te herstellen." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster wordt nu afgesloten zodat u de herstelport kunt uitvoeren." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,359 +824,359 @@ msgstr "Weet u zeker dat u wilt veranderen naar het alpha-release kanaal?\n\n" "PortMaster zal worden geüpgraded of gedegradeerd.\n\n" "DIT KAN EN ZAL DINGEN BREKEN, U BEN GEWAARSCHUWD" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Weet u zeker dat u het release-kanaal van {current_channel} naar {new_channel} wilt wijzigen?\n\n" "PortMaster zal worden geüpgraded of gedegradeerd naar toepassing." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Weet u zeker dat u uw gamelist.xml wilt updaten?\n\n" "Dit overschrijft alle gescrapede bestands- of portinformatie en vereist een download van 50+ MB." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Weet u zeker dat u ports van {from_mode} naar {to_mode} wilt verplaatsen" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" "PortMaster will restart for this to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Runtimes verwijderen:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Bron Beheerder" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Download Alles" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Gebruikt" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Niet Gebruikt" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Controleer" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Verwijder" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Installeer" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Weet je zeker dat je alle runtimes wilt downloaden en verifiëren?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Runtime {runtime} verwijderd" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Geselecteerd)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Selecteer" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Download" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Wilt u het thema wijzigen?\n\n" "U moet opnieuw opstarten voordat het in effect gaat." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Selecteer Kleurenschema" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Geselecteerd)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Wilt u het thema's kleurenschema wijzigen?\n\n" "U moet opnieuw opstarten voordat het in effect gaat." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Taal selecteren" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Geselecteerd)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Wilt u de taal wijzigen?\n\n" "U moet opnieuw opstarten voordat het in effect gaat." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Verwijder" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Hoofdletters" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Spatie" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Kleine letters" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Geen aanbevolen ports gevonden, internetverbinding is vereist." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "GEEN PORTS" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** GEEN PORTS GEVONDEN **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Download eerst ports." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Probeer enkele filters te verwijderen." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Toon info" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Ports Lijst" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filters" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Port Info Popup" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Verberg informatie" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Herinstalleer" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Port Info" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Weet u zeker dat u {port_name} wilt verwijderen?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Scène Filters" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Alfabetisch" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Recent Toegevoegd" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Recent Bijgewerkt" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Actie" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Avontuur" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arcade" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Casino/Kaart" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "First Person Shooter" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Platformer" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Puzzel" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Racing" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Ritme" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Rollenspel" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Simulatie" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Sporten" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Strategie" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Visuele Roman" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Andere" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Gebroken Ports" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Gratis spel, alle bestanden inbegrepen." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Demo bestanden inbegrepen." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Gratis externe bestanden nodig." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Betaalde externe bestanden nodig." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} Runtime" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Sorteer:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Filters Wissen" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Genres:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Attributen:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Beschikbaarheid:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Porters:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Berichten" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Weet u zeker dat u wilt annuleren?" diff --git a/PortMaster/pylibs/locales/pl_PL/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/pl_PL/LC_MESSAGES/messages.po index 7bdc1ee..ce95a16 100644 --- a/PortMaster/pylibs/locales/pl_PL/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/pl_PL/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Duński" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Niemiecki" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Angielski" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Hiszpański" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Fiński" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Francuski" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Włoski" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Japoński" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Koreański" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Holenderski" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Polski" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Portugalski (Portugalia)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Portugalski (Brazylia)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Rosyjski" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "Szwedzki" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Ukraiński" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Chiński Uproszczony" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "Nieznany adres IP" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "Nie dostępne" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** BRAK PORTU **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Gotowe do uruchomienia" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Wymagane pliki" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Zainstalowane" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Brakujące" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Dostępna aktualizacja" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Nie zainstalowano" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "W porządku" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Anuluj" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Pobieranie najnowszych plików gameinfo.xml i okładek." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Pobieranie gameinfo.xml dla {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Instalacja {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Odinstalowywanie {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Aktualizowanie wszystkich źródeł portów:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Sprawdzanie {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Przechodzisz z {old_release_channel} na wersję {new_release_channel}.\n\n" "Czy chcesz kontynuować?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Dostępna jest nowa wersja PortMaster ({portmaster_version})\n\n" "Czy chcesz zaktualizować?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Czy chcesz ponownie zainstalować PortMaster?\n\n" "Zostanie to ponownie zainstalowane z kanału {release_channel} do {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Ładowanie..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Wczytywanie Informacji." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Pobieranie najnowszych polecanych portów." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Pobieranie najnowszych informacji." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Pobieranie najnowszych portów." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Ładowanie źródeł." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Ładowanie portów." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Instalowanie motywu {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Instalowanie" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Motyw {download_name!r} zainstalowany pomyślnie." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Instalacja {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Port {download_name!r} zainstalowany pomyślnie." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Instalacja nie powiodła się, usuwanie plików..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Port {download_name} nie został zainstalowany." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Port {download_name!r} i {runtime_name!r} zainstalowany pomyślnie." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Port {download_name!r} zainstalowany pomyślnie, ale {runtime_name!r} nie udało się zainstalować!\n\n" "Zainstaluj ponownie, aby spróbować ponownie, lub sprawdź wiki po pomoc." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Port {runtime} zawiera złe działanie, gra może nie działać prawidłowo." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Port {runtime} zawiera nieznany runtime, gra może nie działać prawidłowo." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Zweryfikowane" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Niezweryfikowane" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Uszkodzone" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Nie można pobrać runtime w trybie offline." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Weryfikowanie czasu pracy {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Weryfikowanie" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Nie można znaleźć pobrania dla {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Nie można pobrać {runtime} w {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "Zweryfikowano {runtime} pomyślnie." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "Zweryfikowano {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Aktualizowanie {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Runtime {runtime} jest uszkodzony, reinstalacja." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Pobieranie runtime {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Nie można pobrać {runtime}, gra może nie działać poprawnie." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "Pomyślnie pobrano {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "Nie można pobrać w trybie offline." -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Nie można odnaleźć źródła dla {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Nieznany port {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Usuwanie {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "Pomyślnie pobrano {port_name}" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Pamięć podręczna nieaktualna." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Pierwsze sprawdzenie." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Automatyczna aktualizacja." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Aktualizowanie" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Już aktualne" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Pobieranie najnowszych informacji" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Zrobione." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Nie można znaleźć {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Nie można znaleźć informacji weryfikacyjnych dla {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Nie można pobrać informacji weryfikacyjnych dla {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Udało się!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Pobieram informacje" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Pobieranie najnowszych portów" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Pobieranie informacji." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Nie można pobrać pliku weryfikacyjnego." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Nie można pobrać plików bez zip." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Nie można pobrać pliku. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Pobieranie {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Pobieranie pliku." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Pobieranie nie powiodło się: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Sprawdzanie poprawności pliku nie powiodło się." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Plik przeszedł pomyślnie walidację." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Nie można zweryfikować pobrania." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Menu Główne" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "Akceptuj" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Wyjdź" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Czy na pewno chcesz wyjść z PortMastera?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Polecane porty" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Ręcznie wyselekcjonowane listy portów" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Wszystkie porty" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Lista wszystkich portów dostępnych na PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Gotowe do uruchomienia porty" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Lista wszystkich portów, które są gotowe do gry!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Zarządzaj portami" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Aktualizuj / Odinstaluj porty" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Ustawienia" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Opcje PortMaster" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Wyjście" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Wyjdź z PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Wejdź" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Tryb sekretny {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Włączony" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Wyłączony" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Menu opcji" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Interfejs" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Wybierz język" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Wybierz język używany przez PortMaster." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Wybierz motyw" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Wybierz motyw dla PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Wybierz schemat kolorów" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Wybierz schemat kolorów dla PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Dźwięk" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Muzyka: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Włącz lub wyłącz muzykę w tle w PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Efekty dźwiękowe: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Włącz lub wyłącz efekty dźwiękowe w PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Metadane portu" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Aktualizacja metadanych: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Auto" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Ręcznie" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster aktualizuje metadane po zainstalowaniu portów, dzięki czemu wyświetla obrazy portów i opisy podczas przeglądania portów na twoim urządzeniu." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Odświeżenie metadanych" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Ręcznie aktualizuj metadane portu z brakującymi/zaktualizowanymi informacjami i grafiką." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Miejsce portów: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Sekcja Romów" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Zakładka portów" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Lokalizacja, w której porty powinny być zainstalowane." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "SD 1" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "SD 2" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "System" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Menadżer Runtime" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Zarządzaj runtime porta." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Porty eksperymentalne: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Pokaż lub ukryj porty eksperymentalne." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Aktualizuj porty" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "Pobierz najnowsze informacje o portach." -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Aktualizuj PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Wymuś sprawdzenie nowej wersji PortMaster." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "Przywróć PostMaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "To przywróci PortMaster do najnowszej stabilnej wersji PortMaster." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Kanał Wydania: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Zmień kanał wydania PortMaster, beta lub stabilny." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Włącz wydania Alfa" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Zmień kanał wydania PortMaster na Alpha." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Tryb kontrolera: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Przełącz między różnymi układami kontrolera." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Sekretne Opcje" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Wszystkie porty: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Pokaż wszystkie porty, ignorując wymagania." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "Tryb CWTBE: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Domyślnie włącz gptokeyb2." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Usuń konfigurację PortMaster" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "To może zniszczyć rzeczy, nie dotykaj, chyba że wiesz co robisz." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Usuń runtime PortMastera" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Powrót" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Czy na pewno chcesz przywrócić PortMaster?\n\n" "To będzie wymagało uruchomienia specjalnie stworzonego portu, który zostanie zainstalowany." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Zainstalowano specjalny port o nazwie \"Restore PortMaster.sh\"\n\n" "Uruchom ten port aby przywrócić swoją instalację PortMaster." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster zakończy teraz działanie portu przywracania." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,359 +824,359 @@ msgstr "Czy na pewno chcesz przejść na kanał wersji alfa?\n\n" "PortMaster odpowiednio zaktualizuje lub obniży wersję.\n\n" "TO MOŻE ZEPSUĆ PEWNE RZECZY, ZOSTAŁEŚ OSTRZEŻONY" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Czy na pewno chcesz zmienić kanał wydania z {current_channel} na {new_channel}?\n\n" "PortMaster odpowiednio uaktualni lub obniży wersję." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Czy na pewno chcesz zaktualizować swoją listę gamelist.xml?\n\n" "Zastąpi to wszelkie scrapowane informacje o grafice lub porcie." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Czy na pewno chcesz przenieść porty z {from_mode} do {to_mode}" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "SDCARD 1" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "SDCARD 2" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" "PortMaster will restart for this to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Usuwanie Runtime:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Menedżer źródeł" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Pobierz wszystko" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Używane" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Nieużywane" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Sprawdź" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Odinstaluj" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Zainstaluj" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Czy na pewno chcesz pobrać i zweryfikować wszystkie runtimes?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Usunięto runtime {runtime}" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Wybrany)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Wybierz" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Pobierz" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Czy chcesz zmienić motyw?\n\n" "Będziesz musiał zrestartować, aby go zmienić." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Wybierz schemat kolorów" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Wybrany)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Czy chcesz zmienić schemat kolorów motywu?\n\n" "Będziesz musiał zrestartować, aby go zmienić." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Wybór języka" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Wybrany)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Czy chcesz zmienić język?\n\n" "Będziesz musiał zrestartować, aby zastosować." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Usuń" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Wielkie litery" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Spacja" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Małe litery" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Nie znaleziono polecanych portów, wymagane jest połączenie z Internetem." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "BRAK PORTÓW" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** NIE ZNALEZIONO PORTÓW **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Najpierw pobierz porty." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Spróbuj usunąć kilka filtrów." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Pokaż info" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Listy portów" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filtry" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Wyskakujące okno informacji o porcie" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Ukryj informacje" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Reinstalacja" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Informacje o porcie" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Jesteś pewien, że chcesz odinstalować {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Filtry sceny" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Alfabetycznie" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Ostatnio dodane" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Ostatnio zaktualizowane" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Akcja" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Przygodowe" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arcade" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Kasino/Karta" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "Pierwszoosobowa strzelanka" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Platformówka" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Puzzle" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Wyścigowe" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Rytm" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Role Playing" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Symulacja" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Sportowe" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Strategie" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Wizualna nowela" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Inne" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "Wymagane pliki" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "Eksperymentalne" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Uszkodzone porty" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Darmowa gra, wszystkie pliki załączone." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Załączone pliki demo." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Potrzebne są bezpłatne aktywa zewnętrzne." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Potrzebne płatne aktywa zewnętrzne." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} Czas pracy" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "ARM 32bit" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "ARM 64bit" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "x86 64bit" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Sortuj:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Wyczyść filtry" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Gatunek:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Atrybuty:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "Architektura:" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Dostępność:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Porterzy:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Wiadomości" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Czy na pewno chcesz anulować?" diff --git a/PortMaster/pylibs/locales/pt_BR/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/pt_BR/LC_MESSAGES/messages.po index 46dde0c..f892e11 100644 --- a/PortMaster/pylibs/locales/pt_BR/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/pt_BR/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Dinamarquês" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Alemão" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Inglês" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Espanhol" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Finlandês" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Francês" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Italiano" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Japonês" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Coreano" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Holandês" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Polonês" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Português (Portugal)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Português (Brasil)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Russo" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "Sueco" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Ucraniano" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Chines Simplificado" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "IP desconhecido" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/A" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** SEM JOGO **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Pronto para executar" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Arquivos necessários" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Instalado" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Faltando" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Atualização disponível" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Não instalado" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Ok" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Cancelar" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Obtendo arquivos gameinfo.xml e capas mais recentes." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Baixando gameinfo.xml para {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Instalando {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Desinstalando {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Atualizando todas as fontes de jogos:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Verificando {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Você está trocando da versão {old_release_channel} para a versão {new_release_channel}.\n\n" "Você deseja retroceder a versão?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Há uma nova versão de Portmaster ({portmaster_version})\n\n" "Você deseja atualizar?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Você quer reinstalar PortMaster?\n\n" "Isso irá reinstalar do canal {release_channel} para {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Carregando..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Carregando informação." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Buscando jogos em destaque mais recentes." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Buscando informação mais recente." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Buscando porters mais recentes." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Carregando fontes." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Carregando jogos." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Instalando tema {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Instalando" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Tema {download_name!r} instalado com sucesso." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Instalando {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Jogo {download_name!r} instalado com sucesso." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Instalação falhou, removendo arquivos..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Jogo {download_name} falhou na instalação." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Jogo {download_name!r} e {runtime_name!r} instalados com sucesso." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Jogo {download_name!r} instalado com sucesso, mas {runtime_name!r} falhou em instalar!\n\n" "Reinstale para tentar novamente ou cheque o site para ajuda." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Jogo {runtime} contém um tempo de execução incompatível, jogo pode não executar corretamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Jogo {runtime} contém um tempo de execução desconhecido, jogo talvez não rode corretamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Verificado" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Não verificado" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Corrompido" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Impossível baixar um tempo de execução quando desconectado." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Verificando tempo de execução {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Verificando" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Impossivel encontrar um download para {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Impossível baixar {runtime} em {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "Verificado {runtime} com sucesso." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "Verificado {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Atualizando {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Tempo de execução {runtime} está quebrado, reinstalando." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Baixando tempo de execução {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Impossível baixar {runtime}, jogo pode não funcionar corretamente." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "{runtime} baixado com sucesso." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "Impossível baixar no modo offline." -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Impossível encontrar uma fonte para {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Jogo desconhecido {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Removendo {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} desinstalado com sucesso" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Cache desatualizado." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Primeira verificação." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Atualização automática." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Atualizando" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Já está atualizado" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Buscando informação mais recente" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Concluído." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Impossível encontrar {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Impossível encontrar informação de verificação para {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Impossível baixar informação de verificação para {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Sucesso!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Buscando informação" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Buscando jogos mais recentes" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Buscando informação." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Impossível baixar arquivo de verificação." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Incapaz de baixar arquivos que não sejam zip." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Incapaz de baixar arquivo. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Baixando {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Baixando arquivo." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Download falhou: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Validação do download falhou." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Validação de arquivo passou." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Incapaz de validar download." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Menu Principal" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "Aviso" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "Aceitar" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Sair" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Você tem certeza que quer sair de PortMaster?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Jogos em Destaque" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Listas de jogos selecionados" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Todos os Jogos" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Listar todos os jogos disponíveis em PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Jogos prontos para rodar" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Listar todos os jogos que estão prontos para jogar!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Gerenciar jogos" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Atualizar / desinstalar Jogos" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Opções" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Opções do PortMaster" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Sair" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Sair do PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Entrar" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Modo Secreto {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Ativado" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Desativado" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Menu de Opções" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Interface" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Escolher Idioma" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Selecione o idioma que PortMaster usa." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Selecionar Tema" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Selecione um tema para PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Selecionar Esquema de Cores" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Selecionar um esquema de cores para PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Áudio" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Música: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Ativar ou Desativar música de fundo em PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Efeitos Sonoros: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Ativar ou Desativar efeitos sonoros em PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Metadados de Port" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Atualização de metadados: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Auto" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Manual" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "O PortMaster atualiza metadados quando os port estão instalados para que ele mostre imagens e descrições do port quando estiver navegando pelos ports no seu dispositivo." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Atualização de metadados" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Atualiza manualmente os metadados de ports com informações e artes ausentes/atualizadas." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Localização dos Jogos: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Seção de roms" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Aba de jogos" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Localização onde os jogos devem ser instalados." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "SD 1" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "SD 2" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "Sistema" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Gerenciador de Tempos de Execução" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Gerenciar tempos de execução dos jogos." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Jogos Experimentais: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Exibir ou ocultar jogos experimentais." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Atualizar Jogos" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "Buscar informação de jogos mais recentes." -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Atualizar PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Forçar verificação para uma nova versão de PortMaster." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "Restaurar Portmaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Isso irá restaurar PortMaster para a última versão estável de Portmaster." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Canal de lançamento: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Alterar o canal de lançamento de Portmaster, beta ou estável." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Habilitar lançamentos alpha" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Trocar canal de atualização de Portmaster para alpha." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Modo de controle: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Alternar entre diferentes disposições de controle." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Opções Secretas" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Todos os Jogos: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Exibir todos os jogos, ignorando requisitos." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "Modo CWTBE: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Habilitar gptokeyb2 por padrão." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Deletar Configuração de PortMaster" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Isso pode corromper alguma coisa, não toque a não ser que você saiba o que está fazendo." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Deletar Tempos de Execução de PortMaster" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Voltar" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Você tem certeza que quer restaurar PortMaster?\n\n" "Isso exigirá que você execute um comando especial que será instalado." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Um \"jogo\" especial foi instalado chamado \"Restore PortMaster.sh\"\n\n" "Abra esse \"jogo\" para restaurar sua instalação do PortMaster." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster fechará agora para você poder executar o \"jogo\" de restauração." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,33 +824,33 @@ msgstr "Você tem certeza que quer trocar para o canal alpha de lançamento?\n\n "Portmaster vai atualizar ou reverter de acordo com ele.\n\n" "ISSO PODE E VAI QUEBRAR COISAS, VOCÊ FOI AVISADO" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Você tem certeza que quer alterar o canal de lançamento de {current_channel} para {new_channel}?\n\n" "PortMaster irá atualizar ou regredir de acordo." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Você tem certeza que quer atualizar seu gamelist.xml?\n\n" "Isso vai substituir qualquer arte ou informação baixada e necessitará um download de 50+ MB." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Tem certeza que quer mover jogos de {from_mode} para {to_mode}" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "Cartão SD 1" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "Cartão SD 2" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" @@ -849,326 +859,326 @@ msgstr "Você tem certeza que quer gerenciar e instalar jogos em {to_loc}?\n\n" "Jogos já instalados não serão movidos.\n" "PortMaster irá reiniciar para isso ter efeito." -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Deletando Tempos de Execução:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Gerenciador de Fontes" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Baixar Tudo" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Usado" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Não usado" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Verificar" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Desinstalar" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Instalar" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Você tem certeza que quer baixar e verificar todos os tempos de execução?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Tempo de execução {runtime} deletado" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Selecionado)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Selecionar" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Baixar" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Você quer trocar de tema?\n\n" "Você terá que reiniciar para trocar de tema." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Selecionar Esquema de Cores" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Selecionado)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Você quer trocar o esquema de cores do tema?\n\n" "Você terá que reiniciar para trocar as cores." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Seleção de Idioma" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Selecionado)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Você quer trocar de idioma?\n\n" "Você terá que reiniciar para trocar o idioma." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Apagar" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Letra maiúscula" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Espaço" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Letra minúscula" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Nenhum jogo em destaque encontrado, conexão com a internet é necessária." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "SEM JOGOS" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** NENHUM JOGO ENCONTRADO **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Baixe jogos primeiro." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Tente remover alguns filtros." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Mostrar informação" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Lista de Jogos" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filtros" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Popup de Informação de Jogo" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Ocultar Informação" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Reinstalar" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Informações de Jogo" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Você tem certeza que quer desinstalar {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Cena de Filtros" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Alfabético" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Adicionado Recentemente" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Atualizado Recentemente" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Ação" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Aventura" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arcade" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Cassino/Cartas" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "Tiro em primeira pessoa" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Plataforma" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Quebra-cabeça" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Corrida" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Ritmo" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "RPG" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Simulação" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Esportes" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Estratégia" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Visual Novel" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Outros" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "Arquivos necessários" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "Experimental" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Jogos corrompidos" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Jogo grátis, todos os arquivos incluídos." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Arquivos de demo incluídos." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Recursos externos gratuitos necessários." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Recursos externos pagos necessários." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "Tempo de execução {runtime_name}" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "ARM 32bit" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "ARM 64bit" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "x86 64bit" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Organizar:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Remover Filtros" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Gêneros:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Atributos:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "Arquitetura:" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Disponibilidade:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Porters:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Mensagens" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Tem certeza de que quer cancelar?" diff --git a/PortMaster/pylibs/locales/ru_RU/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/ru_RU/LC_MESSAGES/messages.po index ee8f6e6..83f3465 100644 --- a/PortMaster/pylibs/locales/ru_RU/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/ru_RU/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Датский" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Немецкий" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Английский" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Испанский" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Финский" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Французский" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Итальянский" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Японский" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Корейский" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Нидерландский" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Польский" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Португальский (Португалия)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Португальский (Бразилия)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Русский" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "Шведский" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Украинский" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Китайский упрощенный" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "Неизвестный IP" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "Н/Д" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** НЕТ ПОРТА **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Готов к запуску" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Требуются файлы" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Установлено" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Отсутствует" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Доступно обновление" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Не установлен" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Ок" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Отменить" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Получение последних файлов gameinfo.xml и обложек." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Скачивание gameinfo.xml для {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Установка {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Удаление {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Обновление всех портов:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Проверяем {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Вы переключаетесь с {old_release_channel} на версию {new_release_channel}.\n\n" "Вы желаете сменить версию?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Доступна новая версия PortMaster ({portmaster_version})\n\n" "Вы хотите обновиться?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Вы хотите переустановить PortMaster?\n\n" "Это переустановит канал обновления {release_channel} на {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Загрузка..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Загрузка информации." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Получение последних портов." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Получение последней информации." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Получение последних портеров." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Загрузка портов." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Загрузка портов." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Установка темы {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Установка" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Тема {download_name!r} успешно установлена." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Установка {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Порт {download_name!r} успешно установлен." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Установка не удалась, удаление файлов..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Не удалось установить порт {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Порт {download_name!r} и {runtime_name!r} успешно установлены." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Порт {download_name!r} успешно установлен, но {runtime_name!r} не удалось установить!\n\n" "Попробуйте переустановить или обратитесь за помощью на вики." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Порт {runtime} содержит плохую среду выполнения, игра может работать некорректно." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Порт {runtime} содержит неизвестную среду выполнения, игра может работать некорректно." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Проверенный" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Непроверенный" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Не рабочий" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Невозможно загрузить среду выполнения в автономном режиме." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Проверка времени выполнения {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Проверка" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Не удалось найти загрузку для {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Невозможно загрузить {runtime} в {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} Успешно проверен." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "Проверено {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Обновление {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Runtime {runtime} поврежден, переустановка." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Проверка времени выполнения {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Не удается загрузить {runtime}, игра может работать некорректно." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "{runtime} Успешно загружено." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Не удается найти источник для {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Неизвестный порт {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Удаление {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "{port_name} Успешно удален" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Кэш устарел." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Первая проверка." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Автоматическое обновление." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Обновление" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Актуальная версия уже существует" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Получение последней информации" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Готово." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Не удается найти {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Не удается найти информацию о верификации для {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Не удается найти информацию о верификации для {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Успешно!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Получение информации" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Загрузка последних портов" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Получение информации." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Не удается найти информацию о верификации для." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Невозможно загрузить не zip-файлы." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Невозможно загрузить {status_code} в]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Загрузка {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Загрузка файла." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Ошибка загрузки: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Ошибка проверки загрузки." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Проверка файла пройдена." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Не удалось проверить загрузку." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Главное меню" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "Отказ от ответственности" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "Принять" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Выйти" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Вы хотите выйти из PortMaster?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Рекомендуемые порты" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Создать вручную списки портов" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Все порты" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Список всех портов на PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Готовые к запуску" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Список всех портов, готовых к игре!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Управление портами" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Обновить / Удалить порт" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Настройки" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Настройки PortMaster" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Выход" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Выйти из PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Выбрать" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Секретный режим {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Включено" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Выключено" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Настройки" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Интерфейс" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Язык" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Изменить используемый язык PortMaster." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Выбрать тему" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Изменить тему PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Выбрать цветовую схему" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Изменить цветовую схему PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Звук" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Музыка: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Включить или отключить фоновую музыку в PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Звуковые эффекты: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Включить или выключить звуковые эффекты в PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Метаданные порта" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Обновление метаданных: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Авто" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Руководство" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster обновляет метаданные при установке портов так, чтобы при просмотре портов на вашем устройстве отображались изображения и описания портов." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Обновить метаданные" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Ручное обновление метаданных порта с пропущенной/обновленной информацией и обложкой." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Местоположение портов: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Roms раздел" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Закладка портов" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Местоположение, в котором должны быть установлены порты." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "SD 1" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "SD 2" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "Система" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Менеджер среды выполнения" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Управление запуском портов." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Экспериментальные порты: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Показать или скрыть экспериментальные порты." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Обновить порты" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "Получить последнюю информацию о портах." -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Обновить порты" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Проверить новую версию PortMaster." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "Восстановить PortMaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Это восстановит PortMaster до последней стабильной версии PortMaster." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Канал выпуска: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Изменить канал релизов PortMaster, бета или стабильный." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Включить альфа-релизы" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Изменить канал релизов PortMaster, бета или стабильный." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Режим контроллера: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Переключение между различными раскладками контроллеров." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Секретные параметры" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Все порты: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Показать все порты, игнорировать требования." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "CWTBE режим: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "По умолчанию включить gptokeyb2." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Удалить PortMaster Config" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Это может сломать вещи, не трогать, если вы не знаете, что делаете." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Удалить PortMaster Config" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Назад" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Вы уверены, что хотите восстановить ПортМастер?\n\n" "Для этого вам потребуется запустить специально созданный порт, который будет установлен." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Был установлен специальный порт под названием \"Restore PortMaster.sh\"\n\n" "Запустите этот порт для восстановления вашей установки PortMaster." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster теперь будет закрыт, так что вы можете запустить порт восстановления." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,33 +824,33 @@ msgstr "Вы уверены, что хотите изменить канал в "PortMaster обновится или понизится соответствующим образом.\n\n" "ЭТО МОЖЕТ СЛОМАТЬ НЕКОТОРЫЕ ФУНКЦИИ, ВАС ПРЕДУПРЕЖДАЛИ" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Вы уверены, что хотите изменить канал релиза с {current_channel} на {new_channel}?\n\n" "PortMaster обновится или понизится соответствующим образом." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Вы уверены, что хотите обновить файл gamelist.xml?\n\n" "Это переопределит любые изображения или информацию о порте, и потребуется загрузка объемом более 50 МБ." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Вы уверены, что хотите переместить порты из {from_mode} в {to_mode}" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "SDCARD 1" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "SDCARD 2" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" @@ -849,326 +859,326 @@ msgstr "Вы уверены, что хотите управлять и уста "Уже установленные порты не будут перемещены.\n" "PortMaster перезагрузится чтобы это вступило в силу." -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Удаление файлов:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Менеджер источника" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Скачать все" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Используется" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Не используется" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Проверить" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Удалить" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Установить" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Вы уверены, что хотите загрузить и проверить все выполняемые файлы?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Проверка времени выполнения {runtime}" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Выбрана)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Выбрать" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Скачать" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Вы хотите сменить тему?\n\n" "Вам придется перезагрузиться, чтобы изменения вступили в силу." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Выбрать цветовую схему" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Выбранная)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Хотите изменить цветовую схему темы?\n\n" "Вам придется перезагрузиться, чтобы изменения вступили в силу." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Выберите язык" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Выбранный)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Вы хотите сменить тему?\n\n" "Вам придется перезагрузиться, чтобы изменения вступили в силу." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Удалить" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Верхний регистр" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Пробел" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Нижний регистр" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Порты не найдены, необходимо подключение к Интернету." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "НЕТ ПОРТОВ" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** ПОРТОВ НЕ НАЙДЕНО **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Сначала загрузите порты." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Попробуйте удалить некоторые фильтры." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Показать информацию" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Списки портов" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Фильтры" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Всплывающая информация о порте" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Скрыть информацию" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Переустановить" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Информация о порте" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Вы уверены, что хотите удалить {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Вкладка фильтров" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "По алфавиту" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Недавно добавленные" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Недавно обновленные" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Экшен" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Приключение" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Аркада" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Казино/Карты" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "Шутер от первого лица" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Платформер" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Головоломка" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Гонки" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Ритм" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Ролевая игра" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Симулятор" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Спорт" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Стратегия" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Визуальная новелла" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Прочие" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "Экспериментально" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Сломанные порты" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Бесплатная игра, все файлы включены." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Демо файлы включены." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Необходимы бесплатные внешние ресурсы." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Необходимы платные внешние ресурсы." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} Запуск" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Сортировка:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Очистить фильтры" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Жанры:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Атрибуты:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Доступность:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Портеры:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Сообщения" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Прервать установку?" diff --git a/PortMaster/pylibs/locales/sv_SE/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/sv_SE/LC_MESSAGES/messages.po index 2e22c05..811f93f 100644 --- a/PortMaster/pylibs/locales/sv_SE/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/sv_SE/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Danska" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Tyska" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Engelska" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Spanska" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Finska" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Franska" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Italienska" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Japanska" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Koreanska" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Holländska" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Polska" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Portugisiska (Portugal)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Portugisiska (Brasilien)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "Ryska" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Ukrainska" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Kinesiska, förenklad" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "Okänt IP" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "N/A" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** INGEN PORT **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Redo att köras" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Kräver filer" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Installerad" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Saknas" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Uppdatering tillgänglig" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Ej installerad" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Okej" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Avbryt" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Hämtar senaste gameinfo.xml-filer och omslagsbilder." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Hämtar gameinfo.xml för {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Installerar {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Avinstallerar {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Uppdaterar alla portkällor:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Kontrollerar {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Du kommer byta från {old_release_channel} till {new_release_channel}.\n\n" "Vill du nedgradera?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Det finns en ny version av PortMaster ({portmaster_version})\n\n" "Vill du uppgradera?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Vill du ominstallera PortMaster?\n\n" "Detta kommer ominstallera {portmaster_version} från {release_channel}-kanalen." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Laddar..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Laddar Info." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Hämtar senaste utvalda portar." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Hämtar senaste information." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Hämtar senaste portutvecklare." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Laddar Källor." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Laddar Portar." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Installerar Tema {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Installerar" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Tema {download_name!r} har installerats." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Installerar {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Port {download_name!r} installerades." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Installationen misslyckades, raderar filer..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Installation av {download_name} misslyckades." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Port {download_name!r} och {runtime_name!r} har installerats." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Port {download_name!r} installerades, men {runtime_name!r} kunde inte installeras!!\n\n" "Antingen installera om för att försöka igen, eller kolla wikin för hjälp." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Port {runtime} innehåller en dålig körtid, spelet kanske inte körs korrekt." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Port {runtime} innehåller en okänd körtid, spelet kanske inte körs korrekt." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Verifierad" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Overifierad" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Trasig" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Kan inte ladda ner en körtid i offlineläge." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Verifierar körtid {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Verifierar" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Kunde inte hitta en nedladdning för {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Kunde inte ladda ner {runtime} för {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "Verifiering av {runtime} lyckades." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "Verifierat {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Uppdaterar {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Körtid {runtime} är trasig, ominstalleras." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Hämtar körtid {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Kunde inte ladda ner {runtime}, spelet kanske inte körs korrekt." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "Hämtat {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Kunde inte hitta en nedladdning för {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Okänd port {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Raderar {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "Avinstallerat {port_name}" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Cache är föråldrad." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Första kontroll." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Automatisk uppdatering." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Uppdaterar" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Redan uppdaterad" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Hämtar senaste information" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Färdig." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Kunde inte hitta {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Kunde inte hitta verifieringsinfo för {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Kunde inte hämta verifieringsinfo för {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Klart!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Hämtar information" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Hämtar senaste portar" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Hämtar information." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Kunde inte hämta verifieringsfilen." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Kan inte hämta icke-zip-filer." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Kunde inte hämta filen. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Hämtar {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Hämtar fil." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Nedladdning misslyckades: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Validering av nedladdning misslyckades." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Godkänd filvalidering." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Kunde inte validera nedladdning." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Huvudmeny" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Avsluta" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Är du säker på att du vill lämna PortMaster?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Utvalda portar" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Listor av handplockade portar" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Alla portar" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Visa alla portar tillgängliga på PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Redo att köras" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Visa alla portar som är redo att köras!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Hantera Portar" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Uppdatera / Avinstallera portar" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Inställningar" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "PortMaster-inställningar" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Stäng" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Avsluta PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Öppna" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Hemligt Läge {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "På" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Av" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Alternativ" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Gränssnitt" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Välj språk" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Välj det språk PortMaster använder." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Välj tema" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Välj ett tema för PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Välj färgschema" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Välj färgschema för PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Ljud" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Musik: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Aktivera eller inaktivera bakgrundsmusik i PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Ljudeffekter: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Aktivera eller inaktivera ljudeffekter i PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Port-metadata" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Uppdatera metadata: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Automatisk" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Manuell" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster uppdaterar metadata när portar är installeras så att portbilder och beskrivningar visas när du surfar på din enhet." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Uppdatera metadata" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Uppdatera portmetadata manuellt med saknad/uppdaterad information och illustrationer." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Lagringsplats för Portar: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Portfliken" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Plats där portar ska installeras till." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "System" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Körtidshanterare" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Hantera portkörtider." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Experimentella portar: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Visa eller dölj experimentella portar." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Uppdatera Portar" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "" -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Uppdatera PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Tvinga sökning av en ny PortMaster-version." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "Återställ PortMaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Detta kommer återställa PortMaster till den senaste stabila versionen." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Släppkanal: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Ändra släppkanal för PortMaster, antingen beta eller stabil." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Aktivera alfaversioner" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Ändra släppkanalen för PortMaster till alpha." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Styrläge: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Växla mellan olika kontrollayouter." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Hemliga alternativ" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Alla portar: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Visa alla portar, ignorera krav." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "CWTBE Läge: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Aktivera gptokeyb2 som standard." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Radera PortMaster-konfiguration" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Detta kan sabba saker, rör ej om inte du vet vad du gör." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Radera PortMaster-körtider" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Tillbaka" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Är du säker på att du vill återställa PortMaster?\n\n" "Detta kräver att du kör en speciellt skapad port som kommer att installeras." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "En speciell port vid namn \"Restore PortMaster.sh\" har installerats.\n\n" "Kör denna port för att återställa din PortMaster-installation." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster kommer nu avslutas så att du kan köra återställningsporten." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,359 +824,359 @@ msgstr "Är du säker på att du vill ändra till alfa-kanalen?\n\n" "PortMaster kommer att uppgraderas eller nedgraderas i enlighet med detta.\n\n" "DETTA KAN OCH KOMMER ATT SABBA SAKER, DU HAR BLIVIT VARNAD" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Är du säker på att du vill ändra releasekanalen från {current_channel} till {new_channel}?\n\n" "PortMaster kommer att uppgraderas eller nedgraderas i enlighet med detta." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Är du säker på att du vill uppdatera din spellista.xml?\n\n" "Detta kommer att åsidosätta alla skrapade konstverk eller portinformation och kräver en nedladdning på 50+ MB." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Är du säker på att du vill flytta portar från {from_mode} till {to_mode}" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" "PortMaster will restart for this to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Raderar körtider:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Källhanterare" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Hämta Alla" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Används" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Används ej" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Kontrollera" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Avinstallera" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Installera" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Är du säker på att du vill ladda ner och verifiera alla körtider?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Raderat körtid {runtime}" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Vald)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Välj" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Hämta" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Vill du ändra tema?\n\n" "Omstart krävs för att visa ändringar." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Välj färgschema" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Vald)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Vill du ändra temats färgschema?\n\n" "Omstart krävs för att visa ändringar." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Välj Språk" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Vald)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Vill du ändra språk?\n\n" "Omstart krävs för att visa ändringar." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Radera" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Versaler" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Mellanslag" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Gemener" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Inga utvalda portar hittades, internetanslutning krävs." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "INGA PORTAR" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** INGA PORTER HITTADES **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Ladda ner portar först." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Prova att ta bort några filter." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Visa info" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Portlista" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Filter" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Dölj info" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Ominstallera" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Portinformation" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Är du säker på att du vill avinstallera {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "Alfabetisk" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Nyligen tillagda" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Senast uppdaterade" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Action" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Äventyr" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Arkad" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Kasino/Kortspel" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Platformer" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Pussel" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Racing" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Rytm" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Rollspel" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Simulering" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Sport" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Strategi" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Visuell roman" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Övrigt" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Trasiga Portar" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Gratis spel, alla filer ingår." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Demofiler ingår." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Gratis externa tillgångar krävs." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Betalda externa tillgångar krävs." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name}" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Sortera:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Rensa Filter" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Genrer:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Attribut:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Tillgänglighet:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Portutvecklare:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Meddelanden" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Vill du verkligen avbryta?" diff --git a/PortMaster/pylibs/locales/uk_UA/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/uk_UA/LC_MESSAGES/messages.po index 0d22a66..ef64fe2 100644 --- a/PortMaster/pylibs/locales/uk_UA/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/uk_UA/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Language: uk_UA\n" @@ -17,796 +17,806 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "Данська" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "Німецька" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "Англійська" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "Іспанська" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "Фінська" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "Французька" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "Італійська" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "Японська" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "Корейська" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "Нідерландська" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "Польська" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "Португальська (Португалія)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "Португальська (Бразилія)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "російська" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "Українська" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "Китайська спрощена" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "Невідома IP-адреса" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "Н/Д" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** НЕМАЄ ПОРТУ **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "Готовий до запуску" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "Необхідні файли" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "Встановлено" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "Відсутній" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "Доступне оновлення" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "Не встановлено" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "Гаразд" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "Скасувати" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "Отримання останніх файлів gameinfo.xml і обкладинок." -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "Завантаження gameinfo.xml для {source_name}" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "Встановлення {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "Видалення {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "Оновлення всіх джерел порту:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "Перевірка {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "Ви переходите з {old_release_channel} на {new_release_channel} версію.\n\n" "Хочете знизити версію?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "Доступна нова версія PortMaster ({portmaster_version})\n\n" "Хочете оновити?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "Хочете перевстановити PortMaster?\n\n" "Це перевстановить застосунок з {release_channel} каналу до {portmaster_version}." -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "Завантаження..." -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "Завантаження інформації." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "Отримання останніх рекомендованих портів." -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "Отримання останньої інформації." -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "Отримання останніх портувальників." -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "Завантаження джерел." -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "Завантаження портів." -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "Встановлення теми {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "Встановлення" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "Тема {download_name!r} успішно встановлена." -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "Встановлення {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "Порт {download_name!r} успішно встановлено." -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "Помилка встановлення, видалення файлів..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "Не вдалося встановити порт {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "Порт {download_name!r} та {runtime_name!r} успішно встановлено." -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "Порт {download_name!r} успішно встановлено, але встановити {runtime_name!r} не вдалося!\n\n" "Спробуйте перевстановити, або зверніться до вікі за допомогою." -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "Порт {runtime} містить неправильний Runtime, гра може працювати некоректно." -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "Порт {runtime} містить невідомий Runtime, гра може працювати некоректно." -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "Підтверджено" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "Не підтверджено" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "Не працює" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "Неможливо завантажити Runtime в офлайн режимі." -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "Verifying runtime {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "Підтвердження" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "Не вдалося знайти завантаження для {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "Не вдалося завантажити {runtime} з {device_arch}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} успішно підтверджено." -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "Підтверджено {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "Оновлення {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "Runtime {runtime} пошкоджено, виконується перевстановлення." -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "Завантаження Runtime {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "Не вдалося завантажити {runtime}, гра може працювати некоректно." -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "Успішно завантажено {runtime}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "Не вдалося знайти джерело для {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "Невідомий порт {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "Видалення {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "Успішно видалено {port_name}" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "Кеш застарілий." -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "Перша перевірка." -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "Автоматичне оновлення." -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "Оновлення" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "Вже оновлено" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "Отримання останньої інформації" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "Готово." -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "Не вдалося знайти {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "Не вдалося знайти інформацію для перевірки {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "Не вдалося завантажити інформацію для перевірки для {port_name}." -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "Успіх!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "Отримання інформації" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}: Отримання останніх портів" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "Отримання інформації." -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "Не вдалося завантажити інформацію для перевірки." -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "Не вдалося завантажити не zip-файли." -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "Не вдалося завантажити файл. [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "Завантаження {file_url} - ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "Завантаження файлу." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "Не вдалося завантажити: {err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "Помилка при перевірці завантаження." -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "Файл перевірено." -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "Не вдалося перевірити завантаження." -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "Головне меню" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "Вийти" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "Ви впевнені, що хочете вийти з PortMaster?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "Рекомендовані порти" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "Кураторський список портів" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "Всі порти" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "Список усіх портів доступних на PortMaster." -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "Порти готові до запуску" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "Показати всі порти, готові до гри!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "Керування портами" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "Оновити / видалити порти" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "Налаштування" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Налаштування PortMaster" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "Вихід" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "Вийти з PortMaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "Підтвердити" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "Таємний режим {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "Увімкнено" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "Вимкнено" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "Меню налаштувань" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "Інтерфейс" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "Обрати мову" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "Оберіть мову, яку використовує PortMaster." -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "Оберіть тему" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "Оберіть тему для PortMaster." -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "Оберіть кольорову палітру" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "Оберіть кольорову палітру для PortMaster" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "Аудіо" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "Музика: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "Увімкнення чи вимкнення фонової музики в PortMaster." -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "Звукові ефекти: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "Увімкнення чи вимкнення звукових ефектів в PortMaster." -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "Метадані портів" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "Оновлення метаданих: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "Автоматично" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "Вручну" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster оновлює метадані під час встановлення портів, щоб показувати обкладинки та опис портів під час перегляду портів на Вашому пристрої." -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "Оновити метадані" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "Оновити метадані портів вручну, з відсутніми/оновленими інформацією та обкладинками." -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "Розташування портів: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "Секція ROM-файлів" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "Вкладка портів" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "Місце встановлення портів." -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "Система" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "Керування Runtime" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "Керувати Runtime портів." -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "Експериментальні порти: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "Показати або приховати експериментальні порти." -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "Оновити порти" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "" -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "Оновити PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "Примусовий пошук нової версії PortMaster." -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "Відновлення PortMaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "Це відновить PortMaster до останньої стабільної версії." -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "Канал релізів: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "Змінити канал релізів PortMaster — або бета, або стабільний." -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "Увімкнути альфа релізи" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "Змінити канал релізів PortMaster на альфа." -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "Режим контролеру: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "Перемикання між різними розкладками контролеру." -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "Таємні налаштування" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "Всі порти: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "Показати всі порти, ігноруючи вимоги." -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "Режим CWTBE: " -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "Увімкнути gptokeyb2 за замовчуванням." -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "Видалити конфігурацію PortMaster" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "Це може щось зламати, не чіпайте, якщо ви не знаєте, що робите." -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "Видалити Runtime PortMaster" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "Назад" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "Ви дійсно бажаєте відновити PortMaster?\n\n" "Для цього знадобиться запустити спеціально створений порт, який буде встановлено." -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "Встановлено спеціальний порт під назвою \"Restore PortMaster.sh\"\n\n" "Запустіть цей порт для відновлення інсталяції PortMaster." -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster зараз закриється, щоб запустити відновлювальний порт." -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -814,359 +824,359 @@ msgstr "Ви впевнені, що хочете перейти на канал "Версію PortMaster буде відповідно оновлено або знижено.\n\n" "ЦЕ МОЖЕ І ПОШКОДИТЬ ФУНКЦІОНАЛ, ВИ БУЛИ ПОПЕРЕДЖЕНІ" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "Ви впевнені, що хочете змінити канал релізу з {current_channel} на {new_channel}?\n\n" "Версію PortMaster буде відповідно оновлено або знижено." -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "Ви дійсно бажаєте оновити свій gamelist.xml?\n\n" "Це перезапише всі завантажені обкладинки або дані порту, і потребуватиме завантаження понад 50 МБ." -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "Ви впевнені, що хочете перемістити порти з {from_mode} до {to_mode}" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" "PortMaster will restart for this to take effect." msgstr "" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "Видалення Runtime:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "Менеджер джерел" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "Завантажити все" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "Використовується" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "Не використовується" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "Перевірити" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "Видалити" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "Встановити" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "Ви впевнені, що хочете завантажити та перевірити всі Runtime?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "Видалено Runtime {runtime}" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (Обрано)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "Обрати" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "Завантажити" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "Ви хочете змінити тему?\n\n" "Вам доведеться перезапустити застосунок, щоб вона набула чинності." -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "Оберіть кольорову палітру" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (Обрано)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "Ви хочете змінити кольорову палітру?\n\n" "Вам доведеться перезапустити застосунок, щоб вона набула чинності." -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "Вибір мови" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (Обрано)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "Ви хочете змінити мову?\n\n" "Вам доведеться перезапустити застосунок, щоб вона набула чинності." -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "Видалити" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "Верхній регістр" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "Пробіл" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "Нижній регістр" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "Рекомендовані порти не знайдено, потрібно підключення до інтернету." -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "НЕМАЄ ПОРТІВ" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** ПОРТИ НЕ ЗНАЙДЕНО **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "Спершу звантажте порти." -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "Спробуйте видалити деякі фільтри." -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "Показати відомості" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "Список портів" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "Фільтри" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "Спливаюче вікно відомостей про порт" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "Сховати відомості" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "Перевстановити" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "Відомості про порт" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "Ви впевнені, що бажаєте видалити {port_name}?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "Вкладка фільтрів" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "За абеткою" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "Нещодавно додані" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "Нещодавно оновлені" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "Бойовик" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "Пригоди" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "Аркада" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "Казино/карткова гра" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "Стрілянка від першої особи" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "Платформер" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "Головоломка" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "Перегони" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "Ритм-гра" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "Рольова гра" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "Симулятор" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "Спорт" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "Стратегія" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "Візуальна новела" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "Інше" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "Пошкоджені порти" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "Безкоштовна гра, усі файли включені." -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "Демо-файли включені." -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "Потрібне завантаження безплатних зовнішніх ресурсів." -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "Потрібне завантаження платних зовнішніх ресурсів." -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "{runtime_name} Runtime" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "Сортувати:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "Скинути фільтри" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "Жанри:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "Атрибути:" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "Наявність:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "Портувальники:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "Сповіщення" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "Ви справді бажаєте скасувати?" diff --git a/PortMaster/pylibs/locales/zh_CN/LC_MESSAGES/messages.po b/PortMaster/pylibs/locales/zh_CN/LC_MESSAGES/messages.po index a88eb2a..f668f6c 100644 --- a/PortMaster/pylibs/locales/zh_CN/LC_MESSAGES/messages.po +++ b/PortMaster/pylibs/locales/zh_CN/LC_MESSAGES/messages.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: portmaster\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-23 17:29+0800\n" -"PO-Revision-Date: 2024-11-23 09:30\n" +"POT-Creation-Date: 2024-12-09 20:58+0800\n" +"PO-Revision-Date: 2024-12-09 12:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -17,794 +17,804 @@ msgstr "" "X-Crowdin-File: messages.pot\n" "X-Crowdin-File-ID: 1\n" -#: PortMaster/pugwash:130 +#: PortMaster/pugwash:134 msgid "Danish" msgstr "丹麦语" -#: PortMaster/pugwash:131 +#: PortMaster/pugwash:135 msgid "German" msgstr "德语" -#: PortMaster/pugwash:132 +#: PortMaster/pugwash:136 msgid "English" msgstr "英语" -#: PortMaster/pugwash:133 +#: PortMaster/pugwash:137 msgid "Spanish" msgstr "西班牙语" -#: PortMaster/pugwash:134 +#: PortMaster/pugwash:138 msgid "Finnish" msgstr "芬兰语" -#: PortMaster/pugwash:135 +#: PortMaster/pugwash:139 msgid "French" msgstr "法语" -#: PortMaster/pugwash:136 +#: PortMaster/pugwash:140 msgid "Italian" msgstr "意大利语" -#: PortMaster/pugwash:137 +#: PortMaster/pugwash:141 msgid "Japanese" msgstr "日语" -#: PortMaster/pugwash:138 +#: PortMaster/pugwash:142 msgid "Korean" msgstr "韩语" -#: PortMaster/pugwash:139 +#: PortMaster/pugwash:143 msgid "Dutch" msgstr "荷兰语" -#: PortMaster/pugwash:140 +#: PortMaster/pugwash:144 msgid "Polish" msgstr "波兰语" -#: PortMaster/pugwash:141 +#: PortMaster/pugwash:145 msgid "Portuguese (Portugal)" msgstr "葡萄牙语(葡萄牙)" -#: PortMaster/pugwash:142 +#: PortMaster/pugwash:146 msgid "Portuguese (Brazil)" msgstr "葡萄牙语 (巴西)" -#: PortMaster/pugwash:144 +#: PortMaster/pugwash:148 msgid "Russian" msgstr "俄语" -#: PortMaster/pugwash:145 +#: PortMaster/pugwash:149 msgid "Swedish" msgstr "瑞典语" -#: PortMaster/pugwash:146 +#: PortMaster/pugwash:150 msgid "Ukrainian" msgstr "乌克兰语" -#: PortMaster/pugwash:147 +#: PortMaster/pugwash:151 msgid "Chinese Simplified" msgstr "简体中文" -#: PortMaster/pugwash:664 +#: PortMaster/pugwash:697 msgid "Unknown IP" msgstr "未知IP地址" -#: PortMaster/pugwash:793 PortMaster/pugwash:934 +#: PortMaster/pugwash:826 PortMaster/pugwash:967 msgid "N/A" msgstr "不适用" -#: PortMaster/pugwash:902 +#: PortMaster/pugwash:935 msgid "** NO PORT **" msgstr "** 无移植作品 **" -#: PortMaster/pugwash:921 PortMaster/pylibs/pugscene.py:2009 +#: PortMaster/pugwash:954 PortMaster/pylibs/pugscene.py:2012 msgid "Ready to Run" msgstr "可直接运行" -#: PortMaster/pugwash:921 +#: PortMaster/pugwash:954 msgid "Requires Files" msgstr "需要用户提供文件" -#: PortMaster/pugwash:928 PortMaster/pugwash:955 -#: PortMaster/pylibs/pugscene.py:1120 +#: PortMaster/pugwash:961 PortMaster/pugwash:988 +#: PortMaster/pylibs/pugscene.py:1123 msgid "Installed" msgstr "已安装" -#: PortMaster/pugwash:930 +#: PortMaster/pugwash:963 msgid "Missing" msgstr "缺失" -#: PortMaster/pugwash:956 PortMaster/pylibs/harbourmaster/harbour.py:1659 -#: PortMaster/pylibs/pugscene.py:2013 +#: PortMaster/pugwash:989 PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/pugscene.py:2016 msgid "Update Available" msgstr "有可用更新" -#: PortMaster/pugwash:957 PortMaster/pylibs/harbourmaster/harbour.py:1658 -#: PortMaster/pylibs/pugscene.py:1120 PortMaster/pylibs/pugscene.py:2012 +#: PortMaster/pugwash:990 PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/pugscene.py:1123 PortMaster/pylibs/pugscene.py:2015 msgid "Not Installed" msgstr "未安装" -#: PortMaster/pugwash:1133 PortMaster/pugwash:1507 -#: PortMaster/pylibs/pugscene.py:2347 PortMaster/pylibs/pugscene.py:2395 -#: PortMaster/pylibs/pugscene.py:2397 +#: PortMaster/pugwash:1166 PortMaster/pugwash:1540 +#: PortMaster/pylibs/pugscene.py:2350 PortMaster/pylibs/pugscene.py:2398 +#: PortMaster/pylibs/pugscene.py:2400 msgid "Okay" msgstr "确定" -#: PortMaster/pugwash:1136 PortMaster/pugwash:1508 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 -#: PortMaster/pylibs/pugscene.py:2316 PortMaster/pylibs/pugscene.py:2350 -#: PortMaster/pylibs/pugscene.py:2395 +#: PortMaster/pugwash:1169 PortMaster/pugwash:1541 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 +#: PortMaster/pylibs/pugscene.py:2319 PortMaster/pylibs/pugscene.py:2353 +#: PortMaster/pylibs/pugscene.py:2398 msgid "Cancel" msgstr "取消" -#: PortMaster/pugwash:1359 +#: PortMaster/pugwash:1392 msgid "Fetching latest gameinfo.xml files and cover images." msgstr "正在获取最新的gameinfo.xml文件与封面。" -#: PortMaster/pugwash:1380 +#: PortMaster/pugwash:1413 #, python-brace-format msgid "Downloading gameinfo.xml for {source_name}" msgstr "正在下载{source_name}的gameinfo.xml文件。" -#: PortMaster/pugwash:1413 +#: PortMaster/pugwash:1446 #, python-brace-format msgid "Installing {port_name}" msgstr "正在安装 {port_name}" -#: PortMaster/pugwash:1422 +#: PortMaster/pugwash:1455 #, python-brace-format msgid "Uninstalling {port_name}" msgstr "正在卸载 {port_name}" -#: PortMaster/pugwash:1433 +#: PortMaster/pugwash:1466 msgid "Updating all port sources:" msgstr "正在更新所有移植作品源:" -#: PortMaster/pugwash:1443 +#: PortMaster/pugwash:1476 #, python-brace-format msgid "Checking {runtime_name}" msgstr "正在检查 {runtime_name}" -#: PortMaster/pugwash:1871 +#: PortMaster/pugwash:1904 #, python-brace-format msgid "You are switching from the {old_release_channel} to the {new_release_channel} version.\n\n" "Do you want to downgrade?" msgstr "正在从 {old_release_channel} 切换到 {new_release_channel} 版本。希望退回吗?" -#: PortMaster/pugwash:1877 +#: PortMaster/pugwash:1910 #, python-brace-format msgid "There is a new version of PortMaster ({portmaster_version})\n\n" "Do you want to upgrade?" msgstr "PortMaster有新版本 ({portmaster_version}) 可用,希望升级吗?" -#: PortMaster/pugwash:1882 +#: PortMaster/pugwash:1915 #, python-brace-format msgid "Do you want to reinstall PortMaster?\n\n" "This will reinstall from the {release_channel} channel to {portmaster_version}." msgstr "您希望重装PortMaster吗?\n\n" "这会安装来自 {release_channel} 的 {portmaster_version} 版本。" -#: PortMaster/pylibs/harbourmaster/harbour.py:120 +#: PortMaster/pugwash:2054 +msgid "Ports have been added or removed, update your games list to see the new games or remove the uninstalled ones." +msgstr "" + +#: PortMaster/pylibs/harbourmaster/harbour.py:122 msgid "Loading..." msgstr "加载中…" -#: PortMaster/pylibs/harbourmaster/harbour.py:215 +#: PortMaster/pylibs/harbourmaster/harbour.py:217 msgid "Loading Info." msgstr "正在载入信息..." -#: PortMaster/pylibs/harbourmaster/harbour.py:253 +#: PortMaster/pylibs/harbourmaster/harbour.py:255 msgid "Fetching latest featured ports." msgstr "正在获取最新的优秀移植作品。" -#: PortMaster/pylibs/harbourmaster/harbour.py:270 -#: PortMaster/pylibs/harbourmaster/harbour.py:293 +#: PortMaster/pylibs/harbourmaster/harbour.py:272 +#: PortMaster/pylibs/harbourmaster/harbour.py:295 msgid "Fetching latest info." msgstr "正在获取最新信息。" -#: PortMaster/pylibs/harbourmaster/harbour.py:314 +#: PortMaster/pylibs/harbourmaster/harbour.py:316 msgid "Fetching latest porters." msgstr "正在获取最新的移植人员信息。" -#: PortMaster/pylibs/harbourmaster/harbour.py:330 +#: PortMaster/pylibs/harbourmaster/harbour.py:332 msgid "Loading Sources." msgstr "正在加载资源。" -#: PortMaster/pylibs/harbourmaster/harbour.py:548 +#: PortMaster/pylibs/harbourmaster/harbour.py:550 msgid "Loading Ports." msgstr "正在加载移植作品。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1354 +#: PortMaster/pylibs/harbourmaster/harbour.py:1356 #, python-brace-format msgid "Installing Theme {download_name}." msgstr "正在安装 {download_name} 主题。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1361 -#: PortMaster/pylibs/harbourmaster/harbour.py:1406 -#: PortMaster/pylibs/harbourmaster/harbour.py:1486 +#: PortMaster/pylibs/harbourmaster/harbour.py:1363 +#: PortMaster/pylibs/harbourmaster/harbour.py:1408 +#: PortMaster/pylibs/harbourmaster/harbour.py:1488 msgid "Installing" msgstr "正在安装" -#: PortMaster/pylibs/harbourmaster/harbour.py:1374 +#: PortMaster/pylibs/harbourmaster/harbour.py:1376 msgid "Theme {download_name!r} installed successfully." msgstr "主题 {download_name!r} 安装成功。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1397 -#: PortMaster/pylibs/harbourmaster/harbour.py:1470 +#: PortMaster/pylibs/harbourmaster/harbour.py:1399 +#: PortMaster/pylibs/harbourmaster/harbour.py:1472 #, python-brace-format msgid "Installing {download_name}." msgstr "正在安装 {download_name}." -#: PortMaster/pylibs/harbourmaster/harbour.py:1426 -#: PortMaster/pylibs/harbourmaster/harbour.py:1617 +#: PortMaster/pylibs/harbourmaster/harbour.py:1428 +#: PortMaster/pylibs/harbourmaster/harbour.py:1619 msgid "Port {download_name!r} installed successfully." msgstr "已成功安装了移植作品 {download_name!r} 。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1580 +#: PortMaster/pylibs/harbourmaster/harbour.py:1582 msgid "Installation failed, removing files..." msgstr "安装失败,正在移除文件..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1592 +#: PortMaster/pylibs/harbourmaster/harbour.py:1594 #, python-brace-format msgid "Port {download_name} installed failed." msgstr "移植作品 {download_name} 安装失败。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1607 +#: PortMaster/pylibs/harbourmaster/harbour.py:1609 msgid "Port {download_name!r} and {runtime_name!r} installed successfully." msgstr "移植作品 {download_name!r} 和 {runtime_name!r} 安装成功。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1612 +#: PortMaster/pylibs/harbourmaster/harbour.py:1614 msgid "Port {download_name!r} installed sucessfully, but {runtime_name!r} failed to install!!\n\n" "Either reinstall to try again, or check the wiki for help." msgstr "移植作品 {download_name!r} 安装成功,但 {runtime_name!r} 运行时安装失败!\n\n" "请尝试重新安装,或者查阅wiki以获得帮助。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1627 +#: PortMaster/pylibs/harbourmaster/harbour.py:1629 #, python-brace-format msgid "Port {runtime} contains a bad runtime, game may not run correctly." msgstr "移植作品 {runtime} 包含了一个不适用的运行时,游戏可能无法正常运行。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1641 +#: PortMaster/pylibs/harbourmaster/harbour.py:1643 #, python-brace-format msgid "Port {runtime} contains an unknown runtime, game may not run correctly." msgstr "移植作品 {runtime} 包含了一个未知的运行时,游戏可能无法正常运行。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1660 +#: PortMaster/pylibs/harbourmaster/harbour.py:1662 msgid "Verified" msgstr "已验证" -#: PortMaster/pylibs/harbourmaster/harbour.py:1661 +#: PortMaster/pylibs/harbourmaster/harbour.py:1663 msgid "Unverified" msgstr "未验证" -#: PortMaster/pylibs/harbourmaster/harbour.py:1662 +#: PortMaster/pylibs/harbourmaster/harbour.py:1664 msgid "Broken" msgstr "损坏" -#: PortMaster/pylibs/harbourmaster/harbour.py:1669 +#: PortMaster/pylibs/harbourmaster/harbour.py:1671 msgid "Unable do download a runtime when in offline mode." msgstr "在离线模式下无法下载运行时。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1675 +#: PortMaster/pylibs/harbourmaster/harbour.py:1677 #, python-brace-format msgid "Verifying runtime {runtime}" msgstr "正在检查运行时 {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1684 -#: PortMaster/pylibs/harbourmaster/harbour.py:1687 +#: PortMaster/pylibs/harbourmaster/harbour.py:1686 +#: PortMaster/pylibs/harbourmaster/harbour.py:1689 msgid "Verifying" msgstr "正在验证" -#: PortMaster/pylibs/harbourmaster/harbour.py:1712 +#: PortMaster/pylibs/harbourmaster/harbour.py:1714 #, python-brace-format msgid "Unable to find a download for {runtime}." msgstr "无法找到 {runtime} 的下载链接。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1718 +#: PortMaster/pylibs/harbourmaster/harbour.py:1720 #, python-brace-format msgid "Unable to download {runtime} in {device_arch}." msgstr "无法下载适用于 {device_arch} 的运行时 {runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1739 +#: PortMaster/pylibs/harbourmaster/harbour.py:1741 #, python-brace-format msgid "Verified {runtime} successfully." msgstr "{runtime} 验证通过。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1742 +#: PortMaster/pylibs/harbourmaster/harbour.py:1744 #, python-brace-format msgid "Verified {runtime}." msgstr "已验证 {runtime}。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1748 +#: PortMaster/pylibs/harbourmaster/harbour.py:1750 #, python-brace-format msgid "Updating {runtime}." msgstr "正在更新{runtime}..." -#: PortMaster/pylibs/harbourmaster/harbour.py:1752 +#: PortMaster/pylibs/harbourmaster/harbour.py:1754 #, python-brace-format msgid "Runtime {runtime} is broken, reinstalling." msgstr "运行时{runtime} 损坏,正在重装。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1756 +#: PortMaster/pylibs/harbourmaster/harbour.py:1758 #, python-brace-format msgid "Downloading runtime {runtime}." msgstr "正在下载运行时{runtime}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1785 -#: PortMaster/pylibs/harbourmaster/harbour.py:1795 +#: PortMaster/pylibs/harbourmaster/harbour.py:1787 +#: PortMaster/pylibs/harbourmaster/harbour.py:1797 #, python-brace-format msgid "Unable to download {runtime}, game may not run correctly." msgstr "无法下载 {runtime},游戏可能无法正常运行。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1804 +#: PortMaster/pylibs/harbourmaster/harbour.py:1806 #, python-brace-format msgid "Successfully downloaded {runtime}." msgstr "成功下载 {runtime}。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1813 -#: PortMaster/pylibs/harbourmaster/harbour.py:1892 +#: PortMaster/pylibs/harbourmaster/harbour.py:1815 +#: PortMaster/pylibs/harbourmaster/harbour.py:1894 msgid "Unable to download in offline mode." msgstr "" -#: PortMaster/pylibs/harbourmaster/harbour.py:1910 +#: PortMaster/pylibs/harbourmaster/harbour.py:1912 #, python-brace-format msgid "Unable to find a source for {port_name}" msgstr "无法找到{port_name} 的下载资源。" -#: PortMaster/pylibs/harbourmaster/harbour.py:1924 +#: PortMaster/pylibs/harbourmaster/harbour.py:1926 #, python-brace-format msgid "Unknown port {port_name}" msgstr "未知移植作品 {port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1957 +#: PortMaster/pylibs/harbourmaster/harbour.py:1959 #, python-brace-format msgid "Removing {port_name}" msgstr "正在移除{port_name}" -#: PortMaster/pylibs/harbourmaster/harbour.py:1998 +#: PortMaster/pylibs/harbourmaster/harbour.py:2000 #, python-brace-format msgid "Successfully uninstalled {port_name}" msgstr "成功卸载 {port_name}" -#: PortMaster/pylibs/harbourmaster/source.py:46 +#: PortMaster/pylibs/harbourmaster/platform.py:467 +msgid "\n\n" +"In order to do so:\n" +"MENU -> UTILITIES -> Rescan Rom Directory" +msgstr "" + +#: PortMaster/pylibs/harbourmaster/source.py:48 msgid "Cache out of date." msgstr "缓存过期。" -#: PortMaster/pylibs/harbourmaster/source.py:51 +#: PortMaster/pylibs/harbourmaster/source.py:53 msgid "First check." msgstr "首次检查" -#: PortMaster/pylibs/harbourmaster/source.py:54 +#: PortMaster/pylibs/harbourmaster/source.py:56 msgid "Auto Update." msgstr "自动更新" -#: PortMaster/pylibs/harbourmaster/source.py:149 -#: PortMaster/pylibs/harbourmaster/source.py:884 +#: PortMaster/pylibs/harbourmaster/source.py:151 +#: PortMaster/pylibs/harbourmaster/source.py:886 msgid "Updating" msgstr "正在更新" -#: PortMaster/pylibs/harbourmaster/source.py:160 -#: PortMaster/pylibs/harbourmaster/source.py:896 +#: PortMaster/pylibs/harbourmaster/source.py:162 +#: PortMaster/pylibs/harbourmaster/source.py:898 msgid "Up to date already" msgstr "已经更新" -#: PortMaster/pylibs/harbourmaster/source.py:165 -#: PortMaster/pylibs/harbourmaster/source.py:901 +#: PortMaster/pylibs/harbourmaster/source.py:167 +#: PortMaster/pylibs/harbourmaster/source.py:903 msgid "Fetching latest info" msgstr "正在获取最新信息。" -#: PortMaster/pylibs/harbourmaster/source.py:199 -#: PortMaster/pylibs/harbourmaster/source.py:973 +#: PortMaster/pylibs/harbourmaster/source.py:201 +#: PortMaster/pylibs/harbourmaster/source.py:975 msgid "Done." msgstr "完成。" -#: PortMaster/pylibs/harbourmaster/source.py:207 -#: PortMaster/pylibs/harbourmaster/source.py:541 -#: PortMaster/pylibs/harbourmaster/source.py:981 +#: PortMaster/pylibs/harbourmaster/source.py:209 +#: PortMaster/pylibs/harbourmaster/source.py:543 +#: PortMaster/pylibs/harbourmaster/source.py:983 #, python-brace-format msgid "Unable to find {port_name}." msgstr "无法找到 {port_name}。" -#: PortMaster/pylibs/harbourmaster/source.py:218 +#: PortMaster/pylibs/harbourmaster/source.py:220 #, python-brace-format msgid "Unable to find verification info for {port_name}." msgstr "无法找到{port_name} 的验证信息。" -#: PortMaster/pylibs/harbourmaster/source.py:225 +#: PortMaster/pylibs/harbourmaster/source.py:227 #, python-brace-format msgid "Unable to download verification info for {port_name}." msgstr "无法下载 {port_name} 的验证信息。" -#: PortMaster/pylibs/harbourmaster/source.py:235 +#: PortMaster/pylibs/harbourmaster/source.py:237 msgid "Success!" msgstr "成功!" -#: PortMaster/pylibs/harbourmaster/source.py:290 -#: PortMaster/pylibs/harbourmaster/source.py:454 -#: PortMaster/pylibs/harbourmaster/source.py:823 -#: PortMaster/pylibs/pugtheme.py:420 +#: PortMaster/pylibs/harbourmaster/source.py:292 +#: PortMaster/pylibs/harbourmaster/source.py:456 +#: PortMaster/pylibs/harbourmaster/source.py:825 +#: PortMaster/pylibs/pugtheme.py:423 msgid "Fetching info" msgstr "正在获取信息" -#: PortMaster/pylibs/harbourmaster/source.py:602 +#: PortMaster/pylibs/harbourmaster/source.py:604 #, python-brace-format msgid "{source_name}: Fetching latest ports" msgstr "{source_name}:正在获取最新的移植作品" -#: PortMaster/pylibs/harbourmaster/source.py:641 +#: PortMaster/pylibs/harbourmaster/source.py:643 msgid "Fetching info." msgstr "正在获取信息。" -#: PortMaster/pylibs/harbourmaster/source.py:1073 +#: PortMaster/pylibs/harbourmaster/source.py:1075 msgid "Unable to download verification file." msgstr "无法下载验证信息。" -#: PortMaster/pylibs/harbourmaster/source.py:1084 +#: PortMaster/pylibs/harbourmaster/source.py:1086 msgid "Unable to download non zip files." msgstr "无法下载非zip文件。" -#: PortMaster/pylibs/harbourmaster/util.py:338 +#: PortMaster/pylibs/harbourmaster/util.py:340 #, python-brace-format msgid "Unable to download file. [{status_code}]" msgstr "无法下载文件。错误代码 [{status_code}]" -#: PortMaster/pylibs/harbourmaster/util.py:354 +#: PortMaster/pylibs/harbourmaster/util.py:356 #, python-brace-format msgid "Downloading {file_url} - ({total_length_mb})" msgstr "正在从 {file_url} 下载 ({total_length_mb})" -#: PortMaster/pylibs/harbourmaster/util.py:366 -#: PortMaster/pylibs/harbourmaster/util.py:380 +#: PortMaster/pylibs/harbourmaster/util.py:368 +#: PortMaster/pylibs/harbourmaster/util.py:382 msgid "Downloading file." msgstr "下载文件中..." -#: PortMaster/pylibs/harbourmaster/util.py:397 +#: PortMaster/pylibs/harbourmaster/util.py:399 #, python-brace-format msgid "Download failed: {err}" msgstr "下载失败,{err}" -#: PortMaster/pylibs/harbourmaster/util.py:409 +#: PortMaster/pylibs/harbourmaster/util.py:411 msgid "Download validation failed." msgstr "下载验证失败。" -#: PortMaster/pylibs/harbourmaster/util.py:415 +#: PortMaster/pylibs/harbourmaster/util.py:417 msgid "Passed file validation." msgstr "已通过文件验证。" -#: PortMaster/pylibs/harbourmaster/util.py:420 +#: PortMaster/pylibs/harbourmaster/util.py:422 msgid "Unable to validate download." msgstr "无法验证下载。" -#: PortMaster/pylibs/pugscene.py:377 PortMaster/pylibs/pugscene.py:473 +#: PortMaster/pylibs/pugscene.py:380 PortMaster/pylibs/pugscene.py:476 msgid "Main Menu" msgstr "主菜单" -#: PortMaster/pylibs/pugscene.py:405 +#: PortMaster/pylibs/pugscene.py:408 msgid "Disclaimer" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 +#: PortMaster/pylibs/pugscene.py:434 msgid "Accept" msgstr "" -#: PortMaster/pylibs/pugscene.py:431 PortMaster/pylibs/pugscene.py:511 +#: PortMaster/pylibs/pugscene.py:434 PortMaster/pylibs/pugscene.py:514 msgid "Quit" msgstr "退出" -#: PortMaster/pylibs/pugscene.py:461 PortMaster/pylibs/pugscene.py:575 +#: PortMaster/pylibs/pugscene.py:464 PortMaster/pylibs/pugscene.py:578 msgid "Are you sure you want to exit PortMaster?" msgstr "您确定要退出PortMaster吗?" -#: PortMaster/pylibs/pugscene.py:486 PortMaster/pylibs/pugscene.py:1500 +#: PortMaster/pylibs/pugscene.py:489 PortMaster/pylibs/pugscene.py:1503 msgid "Featured Ports" msgstr "精选移植作品" -#: PortMaster/pylibs/pugscene.py:487 +#: PortMaster/pylibs/pugscene.py:490 msgid "Hand curated lists of ports" msgstr "社区推荐的移植作品" -#: PortMaster/pylibs/pugscene.py:490 +#: PortMaster/pylibs/pugscene.py:493 msgid "All Ports" msgstr "所有移植作品" -#: PortMaster/pylibs/pugscene.py:491 +#: PortMaster/pylibs/pugscene.py:494 msgid "List all ports available on PortMaster." msgstr "列出PortMaster所有可用的移植作品。" -#: PortMaster/pylibs/pugscene.py:494 +#: PortMaster/pylibs/pugscene.py:497 msgid "Ready to Run Ports" msgstr "可直接运行移植作品" -#: PortMaster/pylibs/pugscene.py:495 +#: PortMaster/pylibs/pugscene.py:498 msgid "List all ports that are ready to play!" msgstr "列出所有可以直接运行的移植作品!" -#: PortMaster/pylibs/pugscene.py:498 +#: PortMaster/pylibs/pugscene.py:501 msgid "Manage Ports" msgstr "管理移植作品" -#: PortMaster/pylibs/pugscene.py:499 +#: PortMaster/pylibs/pugscene.py:502 msgid "Update / Uninstall Ports" msgstr "更新 / 卸载移植作品" -#: PortMaster/pylibs/pugscene.py:504 +#: PortMaster/pylibs/pugscene.py:507 msgid "Options" msgstr "设置" -#: PortMaster/pylibs/pugscene.py:505 +#: PortMaster/pylibs/pugscene.py:508 msgid "PortMaster Options" msgstr "Portmaster 选项" -#: PortMaster/pylibs/pugscene.py:508 +#: PortMaster/pylibs/pugscene.py:511 msgid "Exit" msgstr "退出" -#: PortMaster/pylibs/pugscene.py:509 +#: PortMaster/pylibs/pugscene.py:512 msgid "Quit PortMaster" msgstr "退出 Portmaster" -#: PortMaster/pylibs/pugscene.py:511 PortMaster/pylibs/pugscene.py:718 -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:514 PortMaster/pylibs/pugscene.py:721 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Enter" msgstr "进入" -#: PortMaster/pylibs/pugscene.py:531 +#: PortMaster/pylibs/pugscene.py:534 #, python-brace-format msgid "Secret Mode {secret_mode}" msgstr "秘密模式 {secret_mode}" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Enabled" msgstr "已启用" -#: PortMaster/pylibs/pugscene.py:532 PortMaster/pylibs/pugscene.py:613 -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:657 -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:704 -#: PortMaster/pylibs/pugscene.py:758 PortMaster/pylibs/pugscene.py:768 -#: PortMaster/pylibs/pugscene.py:782 PortMaster/pylibs/pugscene.py:858 -#: PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:535 PortMaster/pylibs/pugscene.py:616 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:660 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:707 +#: PortMaster/pylibs/pugscene.py:761 PortMaster/pylibs/pugscene.py:771 +#: PortMaster/pylibs/pugscene.py:785 PortMaster/pylibs/pugscene.py:861 +#: PortMaster/pylibs/pugscene.py:870 msgid "Disabled" msgstr "已禁用" -#: PortMaster/pylibs/pugscene.py:585 +#: PortMaster/pylibs/pugscene.py:588 msgid "Options Menu" msgstr "选项菜单" -#: PortMaster/pylibs/pugscene.py:591 +#: PortMaster/pylibs/pugscene.py:594 msgid "Interface" msgstr "用户界面" -#: PortMaster/pylibs/pugscene.py:595 +#: PortMaster/pylibs/pugscene.py:598 msgid "Choose Language" msgstr "选择语言" -#: PortMaster/pylibs/pugscene.py:596 +#: PortMaster/pylibs/pugscene.py:599 msgid "Select the language PortMaster uses." msgstr "选择 PortMaster 语言。" -#: PortMaster/pylibs/pugscene.py:599 PortMaster/pylibs/pugscene.py:1213 +#: PortMaster/pylibs/pugscene.py:602 PortMaster/pylibs/pugscene.py:1216 msgid "Select Theme" msgstr "选择主题" -#: PortMaster/pylibs/pugscene.py:600 +#: PortMaster/pylibs/pugscene.py:603 msgid "Select a theme for PortMaster." msgstr "选择一个PortMaster主题。" -#: PortMaster/pylibs/pugscene.py:606 +#: PortMaster/pylibs/pugscene.py:609 msgid "Select Color Scheme" msgstr "选择配色方案" -#: PortMaster/pylibs/pugscene.py:607 +#: PortMaster/pylibs/pugscene.py:610 msgid "Select a colour scheme for PortMaster" msgstr "选择一个PortMaster配色方案" -#: PortMaster/pylibs/pugscene.py:609 +#: PortMaster/pylibs/pugscene.py:612 msgid "Audio" msgstr "音频:" -#: PortMaster/pylibs/pugscene.py:613 PortMaster/pylibs/pugscene.py:858 +#: PortMaster/pylibs/pugscene.py:616 PortMaster/pylibs/pugscene.py:861 msgid "Music: " msgstr "音乐: " -#: PortMaster/pylibs/pugscene.py:614 +#: PortMaster/pylibs/pugscene.py:617 msgid "Enable or Disable background music in PortMaster." msgstr "在 PortMaster中启用或禁用背景音乐" -#: PortMaster/pylibs/pugscene.py:617 PortMaster/pylibs/pugscene.py:867 +#: PortMaster/pylibs/pugscene.py:620 PortMaster/pylibs/pugscene.py:870 msgid "Sound FX: " msgstr "音效: " -#: PortMaster/pylibs/pugscene.py:618 +#: PortMaster/pylibs/pugscene.py:621 msgid "Enable or Disable soundfx in PortMaster." msgstr "在 PortMaster中启用或禁用音效" -#: PortMaster/pylibs/pugscene.py:621 +#: PortMaster/pylibs/pugscene.py:624 msgid "Port Metadata" msgstr "移植作品元数据" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Metadata Update: " msgstr "元数据更新: " -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Auto" msgstr "自动" -#: PortMaster/pylibs/pugscene.py:625 PortMaster/pylibs/pugscene.py:895 +#: PortMaster/pylibs/pugscene.py:628 PortMaster/pylibs/pugscene.py:898 msgid "Manual" msgstr "手动" -#: PortMaster/pylibs/pugscene.py:626 +#: PortMaster/pylibs/pugscene.py:629 msgid "PortMaster updates metadata when ports are installed so that it shows port images and descriptions when browsing ports on your device." msgstr "PortMaster在安装移植作品时会更新元数据,以便您浏览移植作品时可见图片和描述。" -#: PortMaster/pylibs/pugscene.py:630 +#: PortMaster/pylibs/pugscene.py:633 msgid "Metadata Refresh" msgstr "元数据重置" -#: PortMaster/pylibs/pugscene.py:631 +#: PortMaster/pylibs/pugscene.py:634 msgid "Manually update port metadata with missing/updated information and artwork." msgstr "手动更新缺失或需要更新的移植作品元数据" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:645 -#: PortMaster/pylibs/pugscene.py:932 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:935 msgid "Ports Location: " msgstr "移植作品位置: " -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:910 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:913 msgid "Roms section" msgstr "" -#: PortMaster/pylibs/pugscene.py:636 PortMaster/pylibs/pugscene.py:911 +#: PortMaster/pylibs/pugscene.py:639 PortMaster/pylibs/pugscene.py:914 msgid "Ports tab" msgstr "" -#: PortMaster/pylibs/pugscene.py:637 PortMaster/pylibs/pugscene.py:646 +#: PortMaster/pylibs/pugscene.py:640 PortMaster/pylibs/pugscene.py:649 msgid "Location where ports should be installed to." msgstr "移植作品将安装的位置目录。" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:645 +#: PortMaster/pylibs/pugscene.py:648 msgid "SD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:648 +#: PortMaster/pylibs/pugscene.py:651 msgid "System" msgstr "系统" -#: PortMaster/pylibs/pugscene.py:652 PortMaster/pylibs/pugscene.py:1043 +#: PortMaster/pylibs/pugscene.py:655 PortMaster/pylibs/pugscene.py:1046 msgid "Runtime Manager" msgstr "运行时管理器" -#: PortMaster/pylibs/pugscene.py:653 +#: PortMaster/pylibs/pugscene.py:656 msgid "Manage port runtimes." msgstr "管理移植作品的运行时。" -#: PortMaster/pylibs/pugscene.py:657 PortMaster/pylibs/pugscene.py:768 +#: PortMaster/pylibs/pugscene.py:660 PortMaster/pylibs/pugscene.py:771 msgid "Experimental Ports: " msgstr "实验性移植作品: " -#: PortMaster/pylibs/pugscene.py:658 +#: PortMaster/pylibs/pugscene.py:661 msgid "Show or hide experimental ports." msgstr "是否显示实验性移植作品" -#: PortMaster/pylibs/pugscene.py:662 +#: PortMaster/pylibs/pugscene.py:665 msgid "Update Ports" msgstr "更新移植作品" -#: PortMaster/pylibs/pugscene.py:663 +#: PortMaster/pylibs/pugscene.py:666 msgid "Fetch latest ports information." msgstr "" -#: PortMaster/pylibs/pugscene.py:667 +#: PortMaster/pylibs/pugscene.py:670 msgid "Update PortMaster" msgstr "更新PortMaster" -#: PortMaster/pylibs/pugscene.py:668 +#: PortMaster/pylibs/pugscene.py:671 msgid "Force check for a new PortMaster version." msgstr "强制检查新的 PortMaster 版本。" -#: PortMaster/pylibs/pugscene.py:673 +#: PortMaster/pylibs/pugscene.py:676 msgid "Restore PortMaster" msgstr "恢复PortMaster" -#: PortMaster/pylibs/pugscene.py:674 +#: PortMaster/pylibs/pugscene.py:677 msgid "This will restore PortMaster to the latest stable version of PortMaster." msgstr "将恢复PortMaster为最新稳定版本。" -#: PortMaster/pylibs/pugscene.py:678 +#: PortMaster/pylibs/pugscene.py:681 #, python-brace-format msgid "Release Channel: {channel}" msgstr "发布通道: {channel}" -#: PortMaster/pylibs/pugscene.py:680 +#: PortMaster/pylibs/pugscene.py:683 msgid "Change release channel of PortMaster, either beta or stable." msgstr "更改PortMaster的发布通道,可选beta(测试)或者stable(稳定)。" -#: PortMaster/pylibs/pugscene.py:686 +#: PortMaster/pylibs/pugscene.py:689 msgid "Enable Alpha Releases" msgstr "启用 Alpha 版本" -#: PortMaster/pylibs/pugscene.py:687 +#: PortMaster/pylibs/pugscene.py:690 msgid "Change release channel of PortMaster to alpha." msgstr "更改PortMaster的发行频道为Alpha" -#: PortMaster/pylibs/pugscene.py:693 PortMaster/pylibs/pugscene.py:885 +#: PortMaster/pylibs/pugscene.py:696 PortMaster/pylibs/pugscene.py:888 #, python-brace-format msgid "Controller Mode: {controller_mode}" msgstr "控制器模式: {controller_mode}" -#: PortMaster/pylibs/pugscene.py:694 +#: PortMaster/pylibs/pugscene.py:697 msgid "Toggle between various controller layouts." msgstr "切换不同控制器布局。" -#: PortMaster/pylibs/pugscene.py:697 +#: PortMaster/pylibs/pugscene.py:700 msgid "Secret Options" msgstr "秘密选项" -#: PortMaster/pylibs/pugscene.py:700 PortMaster/pylibs/pugscene.py:758 +#: PortMaster/pylibs/pugscene.py:703 PortMaster/pylibs/pugscene.py:761 msgid "All Ports: " msgstr "所有移植作品: " -#: PortMaster/pylibs/pugscene.py:701 +#: PortMaster/pylibs/pugscene.py:704 msgid "Show all ports, ignoring requirements." msgstr "显示所有移植作品,忽略系统需求。" -#: PortMaster/pylibs/pugscene.py:704 PortMaster/pylibs/pugscene.py:782 +#: PortMaster/pylibs/pugscene.py:707 PortMaster/pylibs/pugscene.py:785 msgid "CWTBE Mode: " msgstr "" -#: PortMaster/pylibs/pugscene.py:705 +#: PortMaster/pylibs/pugscene.py:708 msgid "Enable gptokeyb2 by default." msgstr "默认启用gptokeyb2。" -#: PortMaster/pylibs/pugscene.py:708 +#: PortMaster/pylibs/pugscene.py:711 msgid "Delete PortMaster Config" msgstr "删除 PortMaster 配置" -#: PortMaster/pylibs/pugscene.py:709 PortMaster/pylibs/pugscene.py:713 +#: PortMaster/pylibs/pugscene.py:712 PortMaster/pylibs/pugscene.py:716 msgid "This can break stuff, don't touch unless you know what you are doing." msgstr "如果您不知道此选择的后果,请勿继续,损失自负!" -#: PortMaster/pylibs/pugscene.py:712 +#: PortMaster/pylibs/pugscene.py:715 msgid "Delete PortMaster Runtimes" msgstr "删除 PortMaster 运行时" -#: PortMaster/pylibs/pugscene.py:718 PortMaster/pylibs/pugscene.py:1136 -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1247 -#: PortMaster/pylibs/pugscene.py:1329 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1383 PortMaster/pylibs/pugscene.py:1384 -#: PortMaster/pylibs/pugscene.py:1511 PortMaster/pylibs/pugscene.py:1746 -#: PortMaster/pylibs/pugscene.py:1770 PortMaster/pylibs/pugscene.py:1772 -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1892 PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:721 PortMaster/pylibs/pugscene.py:1139 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1332 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1386 PortMaster/pylibs/pugscene.py:1387 +#: PortMaster/pylibs/pugscene.py:1514 PortMaster/pylibs/pugscene.py:1749 +#: PortMaster/pylibs/pugscene.py:1773 PortMaster/pylibs/pugscene.py:1775 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1895 PortMaster/pylibs/pugscene.py:1897 msgid "Back" msgstr "返回" -#: PortMaster/pylibs/pugscene.py:786 +#: PortMaster/pylibs/pugscene.py:789 msgid "Are you sure you want to restore PortMaster?\n\n" "This will require you to run a specially crafted port that will be installed." msgstr "您确定需要还原PortMaster吗?\n\n" "该操作需要安装一个特殊配置的“移植作品”文件。" -#: PortMaster/pylibs/pugscene.py:796 +#: PortMaster/pylibs/pugscene.py:799 msgid "A special port has been installed called \"Restore PortMaster.sh\"\n\n" "Run this port to restore your PortMaster installation." msgstr "特殊“移植作品”已安装,名为“Restore PortMaster.sh”\n\n" "运行该文件以还原PortMaster。" -#: PortMaster/pylibs/pugscene.py:799 +#: PortMaster/pylibs/pugscene.py:802 msgid "PortMaster will now quit so you can run the restoration port." msgstr "PortMaster将退出以运行还原程序。" -#: PortMaster/pylibs/pugscene.py:806 +#: PortMaster/pylibs/pugscene.py:809 msgid "Are you sure you want to change to the alpha release channel?\n\n" "PortMaster will upgrade or downgrade accordingly.\n\n" "THIS CAN AND WILL BREAK STUFF, YOU HAVE BEEN WARNED" @@ -812,33 +822,33 @@ msgstr "您确定要切换到Alpha通道吗?\n" "PortMaster会按需升级或降级。\n" "【现有设置会损坏,后果自负!!】" -#: PortMaster/pylibs/pugscene.py:833 +#: PortMaster/pylibs/pugscene.py:836 #, python-brace-format msgid "Are you sure you want to change the release channel from {current_channel} to {new_channel}?\n\n" "PortMaster will upgrade or downgrade accordingly." msgstr "您确定要把发布通道从 {current_channel} 改为 {new_channel}?\n\n" "PortMaster会按需升级或者降级。" -#: PortMaster/pylibs/pugscene.py:901 +#: PortMaster/pylibs/pugscene.py:904 msgid "Are you sure you want to update your gamelist.xml?\n\n" "This will override any scraped artwork or port information and will require a 50+ MB download." msgstr "您确定希望更新gamelist.xml文件吗?\n" "将覆盖现有所有移植作品的封面和其他信息,且需要下载50MB以上的数据。" -#: PortMaster/pylibs/pugscene.py:922 +#: PortMaster/pylibs/pugscene.py:925 #, python-brace-format msgid "Are you sure you want to move ports from the {from_mode} to the {to_mode}" msgstr "您确定希望将移植作品从{from_mode} 移动到{to_mode} ?" -#: PortMaster/pylibs/pugscene.py:941 +#: PortMaster/pylibs/pugscene.py:944 msgid "SDCARD 1" msgstr "" -#: PortMaster/pylibs/pugscene.py:942 +#: PortMaster/pylibs/pugscene.py:945 msgid "SDCARD 2" msgstr "" -#: PortMaster/pylibs/pugscene.py:946 +#: PortMaster/pylibs/pugscene.py:949 #, python-brace-format msgid "Are you sure you want to manage and install ports on {to_loc}?\n\n" "Already installed ports will not be moved.\n" @@ -847,326 +857,326 @@ msgstr "您确定希望在{to_loc} 目录管理安装移植作品吗?\n" "已经安装的移植作品不会被移动。\n" "PortMaster需要重启以适用更改。" -#: PortMaster/pylibs/pugscene.py:1010 +#: PortMaster/pylibs/pugscene.py:1013 msgid "Deleting Runtimes:" msgstr "删除运行时:" -#: PortMaster/pylibs/pugscene.py:1035 +#: PortMaster/pylibs/pugscene.py:1038 msgid "Source Manager" msgstr "源管理器" -#: PortMaster/pylibs/pugscene.py:1077 +#: PortMaster/pylibs/pugscene.py:1080 msgid "Download All" msgstr "下载全部" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Used" msgstr "已用" -#: PortMaster/pylibs/pugscene.py:1121 +#: PortMaster/pylibs/pugscene.py:1124 msgid "Not Used" msgstr "未使用" -#: PortMaster/pylibs/pugscene.py:1136 +#: PortMaster/pylibs/pugscene.py:1139 msgid "Check" msgstr "检查" -#: PortMaster/pylibs/pugscene.py:1136 PortMaster/pylibs/pugscene.py:1801 -#: PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 +#: PortMaster/pylibs/pugscene.py:1895 msgid "Uninstall" msgstr "卸载" -#: PortMaster/pylibs/pugscene.py:1139 PortMaster/pylibs/pugscene.py:1804 -#: PortMaster/pylibs/pugscene.py:1894 +#: PortMaster/pylibs/pugscene.py:1142 PortMaster/pylibs/pugscene.py:1807 +#: PortMaster/pylibs/pugscene.py:1897 msgid "Install" msgstr "安装" -#: PortMaster/pylibs/pugscene.py:1154 +#: PortMaster/pylibs/pugscene.py:1157 msgid "Are you sure you want to download and verify all runtimes?" msgstr "您确定要下载并验证所有运行时吗?" -#: PortMaster/pylibs/pugscene.py:1196 +#: PortMaster/pylibs/pugscene.py:1199 #, python-brace-format msgid "Deleted runtime {runtime}" msgstr "删除运行时 {runtime}" -#: PortMaster/pylibs/pugscene.py:1231 +#: PortMaster/pylibs/pugscene.py:1234 #, python-brace-format msgid "{theme_name} (Selected)" msgstr "{theme_name} (已选)" -#: PortMaster/pylibs/pugscene.py:1245 PortMaster/pylibs/pugscene.py:1330 -#: PortMaster/pylibs/pugscene.py:1384 PortMaster/pylibs/pugscene.py:1448 -#: PortMaster/pylibs/pugscene.py:1456 PortMaster/pylibs/pugscene.py:1511 +#: PortMaster/pylibs/pugscene.py:1248 PortMaster/pylibs/pugscene.py:1333 +#: PortMaster/pylibs/pugscene.py:1387 PortMaster/pylibs/pugscene.py:1451 +#: PortMaster/pylibs/pugscene.py:1459 PortMaster/pylibs/pugscene.py:1514 msgid "Select" msgstr "选择" -#: PortMaster/pylibs/pugscene.py:1250 +#: PortMaster/pylibs/pugscene.py:1253 msgid "Download" msgstr "下载" -#: PortMaster/pylibs/pugscene.py:1269 +#: PortMaster/pylibs/pugscene.py:1272 msgid "Do you want to change theme?\n\n" "You will have to restart for it to take effect." msgstr "您确定想更换主题吗?\n\n" "需要重启程序以适用更改。" -#: PortMaster/pylibs/pugscene.py:1310 +#: PortMaster/pylibs/pugscene.py:1313 msgid "Select Colour Scheme" msgstr "选择配色方案" -#: PortMaster/pylibs/pugscene.py:1324 +#: PortMaster/pylibs/pugscene.py:1327 #, python-brace-format msgid "{item_name} (Selected)" msgstr "{item_name} (已选)" -#: PortMaster/pylibs/pugscene.py:1347 +#: PortMaster/pylibs/pugscene.py:1350 msgid "Do you want to change the themes color scheme?\n\n" "You will have to restart for it to take affect." msgstr "您确定想更改主题颜色方案吗?\n\n" "需要重启程序以适用更改。" -#: PortMaster/pylibs/pugscene.py:1368 +#: PortMaster/pylibs/pugscene.py:1371 msgid "Language Select" msgstr "选择语言" -#: PortMaster/pylibs/pugscene.py:1378 +#: PortMaster/pylibs/pugscene.py:1381 #, python-brace-format msgid "{lang_name} (Selected)" msgstr "{lang_name} (已选)" -#: PortMaster/pylibs/pugscene.py:1401 +#: PortMaster/pylibs/pugscene.py:1404 msgid "Do you want to change language?\n\n" "You will have to restart for it to take affect." msgstr "您想要更改语言吗?\n\n" "需要重启程序以适用更改。" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Delete" msgstr "删除" -#: PortMaster/pylibs/pugscene.py:1448 +#: PortMaster/pylibs/pugscene.py:1451 msgid "Upper Case" msgstr "大写" -#: PortMaster/pylibs/pugscene.py:1448 PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1451 PortMaster/pylibs/pugscene.py:1459 msgid "Space" msgstr "空格" -#: PortMaster/pylibs/pugscene.py:1456 +#: PortMaster/pylibs/pugscene.py:1459 msgid "Lower Case" msgstr "小写" -#: PortMaster/pylibs/pugscene.py:1528 +#: PortMaster/pylibs/pugscene.py:1531 msgid "No featured ports found, internet connection is required." msgstr "未找到精选移植作品,需要网络连接。" -#: PortMaster/pylibs/pugscene.py:1556 PortMaster/pylibs/pugscene.py:1579 +#: PortMaster/pylibs/pugscene.py:1559 PortMaster/pylibs/pugscene.py:1582 msgid "NO PORTS" msgstr "无移植作品" -#: PortMaster/pylibs/pugscene.py:1560 PortMaster/pylibs/pugscene.py:1586 +#: PortMaster/pylibs/pugscene.py:1563 PortMaster/pylibs/pugscene.py:1589 msgid "** NO PORTS FOUND **" msgstr "** 没有发现移植作品 **" -#: PortMaster/pylibs/pugscene.py:1562 PortMaster/pylibs/pugscene.py:1589 +#: PortMaster/pylibs/pugscene.py:1565 PortMaster/pylibs/pugscene.py:1592 msgid "Download ports first." msgstr "请先下载移植作品。" -#: PortMaster/pylibs/pugscene.py:1591 +#: PortMaster/pylibs/pugscene.py:1594 msgid "Try removing some filters." msgstr "试试去除一些筛选条件。" -#: PortMaster/pylibs/pugscene.py:1746 PortMaster/pylibs/pugscene.py:1770 -#: PortMaster/pylibs/pugscene.py:1772 PortMaster/pylibs/pugscene.py:1859 -#: PortMaster/pylibs/pugscene.py:1864 +#: PortMaster/pylibs/pugscene.py:1749 PortMaster/pylibs/pugscene.py:1773 +#: PortMaster/pylibs/pugscene.py:1775 PortMaster/pylibs/pugscene.py:1862 +#: PortMaster/pylibs/pugscene.py:1867 msgid "Show Info" msgstr "显示详情" -#: PortMaster/pylibs/pugscene.py:1751 +#: PortMaster/pylibs/pugscene.py:1754 msgid "Ports List" msgstr "移植作品列表" -#: PortMaster/pylibs/pugscene.py:1770 +#: PortMaster/pylibs/pugscene.py:1773 msgid "Filters" msgstr "筛选条件" -#: PortMaster/pylibs/pugscene.py:1778 +#: PortMaster/pylibs/pugscene.py:1781 msgid "Port Info Popup" msgstr "移植作品信息弹出" -#: PortMaster/pylibs/pugscene.py:1789 PortMaster/pylibs/pugscene.py:1792 +#: PortMaster/pylibs/pugscene.py:1792 PortMaster/pylibs/pugscene.py:1795 msgid "Hide Info" msgstr "隐藏信息" -#: PortMaster/pylibs/pugscene.py:1801 PortMaster/pylibs/pugscene.py:1892 +#: PortMaster/pylibs/pugscene.py:1804 PortMaster/pylibs/pugscene.py:1895 msgid "Reinstall" msgstr "重新安装" -#: PortMaster/pylibs/pugscene.py:1828 +#: PortMaster/pylibs/pugscene.py:1831 msgid "Port Info" msgstr "移植作品信息" -#: PortMaster/pylibs/pugscene.py:1914 +#: PortMaster/pylibs/pugscene.py:1917 #, python-brace-format msgid "Are you sure you want to uninstall {port_name}?" msgstr "您确定要卸载 {port_name} 吗?" -#: PortMaster/pylibs/pugscene.py:1958 +#: PortMaster/pylibs/pugscene.py:1961 msgid "Filters Scene" msgstr "筛选场景" -#: PortMaster/pylibs/pugscene.py:1987 +#: PortMaster/pylibs/pugscene.py:1990 msgid "Alphabetical" msgstr "按字母顺序" -#: PortMaster/pylibs/pugscene.py:1988 +#: PortMaster/pylibs/pugscene.py:1991 msgid "Recently Added" msgstr "最近添加" -#: PortMaster/pylibs/pugscene.py:1989 +#: PortMaster/pylibs/pugscene.py:1992 msgid "Recently Updated" msgstr "最近更新" -#: PortMaster/pylibs/pugscene.py:1992 +#: PortMaster/pylibs/pugscene.py:1995 msgid "Action" msgstr "动作" -#: PortMaster/pylibs/pugscene.py:1993 +#: PortMaster/pylibs/pugscene.py:1996 msgid "Adventure" msgstr "冒险" -#: PortMaster/pylibs/pugscene.py:1994 +#: PortMaster/pylibs/pugscene.py:1997 msgid "Arcade" msgstr "街机" -#: PortMaster/pylibs/pugscene.py:1995 +#: PortMaster/pylibs/pugscene.py:1998 msgid "Casino/Card" msgstr "赌博/卡牌" -#: PortMaster/pylibs/pugscene.py:1996 +#: PortMaster/pylibs/pugscene.py:1999 msgid "First Person Shooter" msgstr "FPS" -#: PortMaster/pylibs/pugscene.py:1997 +#: PortMaster/pylibs/pugscene.py:2000 msgid "Platformer" msgstr "平台跳跃" -#: PortMaster/pylibs/pugscene.py:1998 +#: PortMaster/pylibs/pugscene.py:2001 msgid "Puzzle" msgstr "解谜" -#: PortMaster/pylibs/pugscene.py:1999 +#: PortMaster/pylibs/pugscene.py:2002 msgid "Racing" msgstr "竞速" -#: PortMaster/pylibs/pugscene.py:2000 +#: PortMaster/pylibs/pugscene.py:2003 msgid "Rhythm" msgstr "节奏" -#: PortMaster/pylibs/pugscene.py:2001 +#: PortMaster/pylibs/pugscene.py:2004 msgid "Role Playing Game" msgstr "RPG" -#: PortMaster/pylibs/pugscene.py:2002 +#: PortMaster/pylibs/pugscene.py:2005 msgid "Simulation" msgstr "模拟" -#: PortMaster/pylibs/pugscene.py:2003 +#: PortMaster/pylibs/pugscene.py:2006 msgid "Sports" msgstr "运动" -#: PortMaster/pylibs/pugscene.py:2004 +#: PortMaster/pylibs/pugscene.py:2007 msgid "Strategy" msgstr "策略" -#: PortMaster/pylibs/pugscene.py:2005 +#: PortMaster/pylibs/pugscene.py:2008 msgid "Visual Novel" msgstr "视觉小说" -#: PortMaster/pylibs/pugscene.py:2006 +#: PortMaster/pylibs/pugscene.py:2009 msgid "Other" msgstr "其他" -#: PortMaster/pylibs/pugscene.py:2010 +#: PortMaster/pylibs/pugscene.py:2013 msgid "Files Required" msgstr "" -#: PortMaster/pylibs/pugscene.py:2011 +#: PortMaster/pylibs/pugscene.py:2014 msgid "Experimental" msgstr "" -#: PortMaster/pylibs/pugscene.py:2014 +#: PortMaster/pylibs/pugscene.py:2017 msgid "Broken Ports" msgstr "损坏的移植作品" -#: PortMaster/pylibs/pugscene.py:2017 +#: PortMaster/pylibs/pugscene.py:2020 msgid "Free game, all files included." msgstr "免费游戏,包含所有文件。" -#: PortMaster/pylibs/pugscene.py:2018 +#: PortMaster/pylibs/pugscene.py:2021 msgid "Demo files included." msgstr "包含试玩游戏文件。" -#: PortMaster/pylibs/pugscene.py:2019 +#: PortMaster/pylibs/pugscene.py:2022 msgid "Free external assets needed." msgstr "需要可免费下载的外部资源。" -#: PortMaster/pylibs/pugscene.py:2020 +#: PortMaster/pylibs/pugscene.py:2023 msgid "Paid external assets needed." msgstr "需要付费下载的外部资源。" -#: PortMaster/pylibs/pugscene.py:2023 PortMaster/pylibs/pugscene.py:2024 -#: PortMaster/pylibs/pugscene.py:2025 PortMaster/pylibs/pugscene.py:2026 +#: PortMaster/pylibs/pugscene.py:2026 PortMaster/pylibs/pugscene.py:2027 +#: PortMaster/pylibs/pugscene.py:2028 PortMaster/pylibs/pugscene.py:2029 #, python-brace-format msgid "{runtime_name} Runtime" msgstr "运行时 {runtime_name}" -#: PortMaster/pylibs/pugscene.py:2029 +#: PortMaster/pylibs/pugscene.py:2032 msgid "ARM 32bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2030 +#: PortMaster/pylibs/pugscene.py:2033 msgid "ARM 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2031 +#: PortMaster/pylibs/pugscene.py:2034 msgid "x86 64bit" msgstr "" -#: PortMaster/pylibs/pugscene.py:2076 +#: PortMaster/pylibs/pugscene.py:2079 msgid "Sort:" msgstr "排序:" -#: PortMaster/pylibs/pugscene.py:2091 +#: PortMaster/pylibs/pugscene.py:2094 msgid "Clear Filters" msgstr "重置筛选" -#: PortMaster/pylibs/pugscene.py:2115 +#: PortMaster/pylibs/pugscene.py:2118 msgid "Genres:" msgstr "类型:" -#: PortMaster/pylibs/pugscene.py:2145 +#: PortMaster/pylibs/pugscene.py:2148 msgid "Attributes:" msgstr "属性" -#: PortMaster/pylibs/pugscene.py:2174 +#: PortMaster/pylibs/pugscene.py:2177 msgid "Architecture:" msgstr "" -#: PortMaster/pylibs/pugscene.py:2203 +#: PortMaster/pylibs/pugscene.py:2206 msgid "Availability:" msgstr "可用性:" -#: PortMaster/pylibs/pugscene.py:2232 +#: PortMaster/pylibs/pugscene.py:2235 msgid "Porters:" msgstr "移植人员:" -#: PortMaster/pylibs/pugscene.py:2300 +#: PortMaster/pylibs/pugscene.py:2303 msgid "Messages" msgstr "消息" -#: PortMaster/pylibs/pugscene.py:2335 +#: PortMaster/pylibs/pugscene.py:2338 msgid "Are you sure you want to cancel?" msgstr "您确定要取消吗?"