forked from NinjaCheetah/NUSGet
Updated the way the output dir is handled internally
No longer a global variable, wow! This change means that the "open output directory" button will always open the appropriate directory based on your current settings and simplifies output dir validation.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<translation>Version {nusget_version}</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/py/ui_AboutDialog.py" line="44"/>
|
||||
<location filename="../../qt/py/ui_AboutDialog.py" line="43"/>
|
||||
<source>Using libWiiPy {libwiipy_version} & libTWLPy {libtwlpy_version}</source>
|
||||
<translation>Mit libWiiPy {libwiipy_version} & libTWLPy {libtwlpy_version}</translation>
|
||||
</message>
|
||||
@@ -78,7 +78,7 @@
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="119"/>
|
||||
<location filename="../../NUSGet.py" line="116"/>
|
||||
<source>Select a title from the list on the left, or enter a Title ID to begin.
|
||||
|
||||
Titles marked with a checkmark are free and have a ticket available, and can be decrypted and/or packed into a WAD or TAD. Titles with an X do not have a ticket, and only their encrypted contents can be saved.
|
||||
@@ -92,257 +92,254 @@ Titel, welche in der Liste mit einem Haken markiert sind, haben ein frei verfüg
|
||||
Standartmäßig werden alle Inhalte und Archive in einen "NUSGet Downloads"-Ordner im Downloads-Order gespeichert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="218"/>
|
||||
<location filename="../../NUSGet.py" line="230"/>
|
||||
<source>Pack installable archive (WAD/TAD)</source>
|
||||
<translation>Als installierbares Archiv verpacken (WAD/TAD)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="220"/>
|
||||
<location filename="../../NUSGet.py" line="232"/>
|
||||
<source>Keep encrypted contents</source>
|
||||
<translatorcomment>"speichern" is more like "save" than "keep", but "behalten" would sound stupid</translatorcomment>
|
||||
<translation>Verschlüsselte Inhalte speichern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="222"/>
|
||||
<location filename="../../NUSGet.py" line="234"/>
|
||||
<source>Create decrypted contents (*.app)</source>
|
||||
<translatorcomment>Similar situation as with "Keep encrypted contents", means more like "Decrypt contents" because it sounds better</translatorcomment>
|
||||
<translation>Inhalte entschlüsseln (*.app)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="223"/>
|
||||
<location filename="../../NUSGet.py" line="235"/>
|
||||
<source>Use local files, if they exist</source>
|
||||
<translation>Vorhandene Dateien nutzen, sofern verfügbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="224"/>
|
||||
<location filename="../../NUSGet.py" line="236"/>
|
||||
<source>Use the Wii U NUS (faster, only affects Wii/vWii)</source>
|
||||
<translation>Wii U-NUS benutzen (schneller, betrifft nur Wii/vWii)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="226"/>
|
||||
<location filename="../../NUSGet.py" line="238"/>
|
||||
<source>Apply patches to IOS (Applies to WADs only)</source>
|
||||
<translation>Patches für IOS anwenden (Betrifft nur WADs)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="227"/>
|
||||
<location filename="../../NUSGet.py" line="239"/>
|
||||
<source>Re-encrypt title using the Wii Common Key</source>
|
||||
<translation>Inhalte des Titels mit dem Wii Common-Key neu verschlüsseln</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="228"/>
|
||||
<location filename="../../NUSGet.py" line="240"/>
|
||||
<source>Check for updates on startup</source>
|
||||
<translation>Beim Start nach Updates suchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="229"/>
|
||||
<location filename="../../NUSGet.py" line="241"/>
|
||||
<source>Use a custom download directory</source>
|
||||
<translation>Benutzerspezifischen Downloads-Ordner nutzen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="305"/>
|
||||
<location filename="../../NUSGet.py" line="317"/>
|
||||
<source>NUSGet Update Available</source>
|
||||
<translation>NUSGet-Update verfügbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="306"/>
|
||||
<location filename="../../NUSGet.py" line="318"/>
|
||||
<source><b>There's a newer version of NUSGet available!</b></source>
|
||||
<translation><b>Eine neue version von NUSGet ist verfügbar!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="407"/>
|
||||
<location filename="../../NUSGet.py" line="419"/>
|
||||
<source>No Output Selected</source>
|
||||
<translatorcomment>"Output" is quite difficult to translate into anything sensical, so I added "format" to make it specifically refer to the type of output the user wants, which keeps it consistent with the rest of the text</translatorcomment>
|
||||
<translation>Kein Ausgabeformat ausgewählt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="408"/>
|
||||
<location filename="../../NUSGet.py" line="420"/>
|
||||
<source>You have not selected any format to output the data in!</source>
|
||||
<translation>Es wurde kein Ausgabeformat für die Inhalte ausgewählt!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="410"/>
|
||||
<location filename="../../NUSGet.py" line="421"/>
|
||||
<source>Please select at least one option for how you would like the download to be saved.</source>
|
||||
<translation>Bitte wählen Sie mindestens ein Format aus für den herunterzuladenen Titel.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="422"/>
|
||||
<location filename="../../NUSGet.py" line="628"/>
|
||||
<location filename="../../NUSGet.py" line="667"/>
|
||||
<source>Invalid Download Directory</source>
|
||||
<translation>Fehlerhafter Downloads-Ordner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="423"/>
|
||||
<source>The specified download directory does not exist!</source>
|
||||
<translation>Der ausgewählte Downloads-Ordner konnte nicht gefunden werden!</translation>
|
||||
<translation type="vanished">Der ausgewählte Downloads-Ordner konnte nicht gefunden werden!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="426"/>
|
||||
<location filename="../../NUSGet.py" line="669"/>
|
||||
<source>Please make sure the specified download directory exists, and that you have permission to access it.</source>
|
||||
<translation>Bitte stellen Sie sicher, dass der Downloads-Ordner existiert und dass Sie Zugriff auf diesen haben.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="456"/>
|
||||
<location filename="../../NUSGet.py" line="453"/>
|
||||
<source>Invalid Title ID</source>
|
||||
<translation>Fehlerhafte Title-ID</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="457"/>
|
||||
<location filename="../../NUSGet.py" line="454"/>
|
||||
<source><b>The Title ID you have entered is not in a valid format!</b></source>
|
||||
<translation><b>Die angegebene Title-ID ist fehlerhaft!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="459"/>
|
||||
<location filename="../../NUSGet.py" line="455"/>
|
||||
<source>Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left.</source>
|
||||
<translation>Title-IDs müssen aus 16 alphanumerischen Zeichen bestehen. Bitte geben Sie eine korrekte Title-ID ein oder wählen Sie einen Titel aus der Liste links.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="461"/>
|
||||
<location filename="../../NUSGet.py" line="458"/>
|
||||
<source>Title ID/Version Not Found</source>
|
||||
<translation>Title-ID/Version nicht gefunden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="462"/>
|
||||
<location filename="../../NUSGet.py" line="459"/>
|
||||
<source><b>No title with the provided Title ID or version could be found!</b></source>
|
||||
<translation><b>Es konnte kein Titel mit der gegebenen Title-ID bzw. Version gefunden werden!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="464"/>
|
||||
<location filename="../../NUSGet.py" line="460"/>
|
||||
<source>Please make sure that you have entered a valid Title ID, or selected one from the title database, and that the provided version exists for the title you are attempting to download.</source>
|
||||
<translation>Bitte stellen Sie sicher, dass Sie eine korrekte Title-ID eingegeben haben und dass die Version auch existiert. Alternativ können Sie diese auch in der Liste links finden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="466"/>
|
||||
<location filename="../../NUSGet.py" line="463"/>
|
||||
<source>Content Decryption Failed</source>
|
||||
<translation>Inhaltsentschlüsselung fehlgeschlagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="467"/>
|
||||
<location filename="../../NUSGet.py" line="464"/>
|
||||
<source><b>Content decryption was not successful! Decrypted contents could not be created.</b></source>
|
||||
<translation><b>Die Inhalte konnten nicht entschlüsselt werden.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="470"/>
|
||||
<location filename="../../NUSGet.py" line="465"/>
|
||||
<source>Your TMD or Ticket may be damaged, or they may not correspond with the content being decrypted. If you have checked "Use local files, if they exist", try disabling that option before trying the download again to fix potential issues with local data.</source>
|
||||
<translation>Das TMD oder Ticket könnten wohlmöglich beschädigt sein oder stimmen nicht mit dem ausgewählten Titel überein, sofern "Vorhandene Dateien nutzen, sofern verfügbar" aktiviert wurde. Im letzteren Fall sollten Sie versuchen, diese Option auszuschalten und die Inhalte neu herunterzuladen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="473"/>
|
||||
<location filename="../../NUSGet.py" line="470"/>
|
||||
<source>Ticket Not Available</source>
|
||||
<translation>Ticket nicht verfügbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="474"/>
|
||||
<location filename="../../NUSGet.py" line="471"/>
|
||||
<source><b>No Ticket is Available for the Requested Title!</b></source>
|
||||
<translation><b>Es konnte kein Ticket für den angegebenen TItel gefunden werden!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="477"/>
|
||||
<location filename="../../NUSGet.py" line="472"/>
|
||||
<source>A ticket could not be downloaded for the requested title, but you have selected "Pack installable archive" or "Create decrypted contents". These options are not available for titles without a ticket. Only encrypted contents have been saved.</source>
|
||||
<translation>Es konnte kein Ticket für den ausgewählten Titel heruntergeladen werden, jedoch wurde "Als installierbares Archiv verpacken" bzw. "Inhalte entschlüsseln" ausgewählt. Diese Optionen erfordern ein Ticket. Es wurden nur verschlüsselte Inhalte gespeichert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="479"/>
|
||||
<location filename="../../NUSGet.py" line="476"/>
|
||||
<source>Unknown Error</source>
|
||||
<translation>Unbekannter Fehler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="480"/>
|
||||
<location filename="../../NUSGet.py" line="477"/>
|
||||
<source><b>An Unknown Error has Occurred!</b></source>
|
||||
<translation><b>Ein unbekannter Fehler ist aufgetreten!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="482"/>
|
||||
<location filename="../../NUSGet.py" line="478"/>
|
||||
<source>Please try again. If this issue persists, please open a new issue on GitHub detailing what you were trying to do when this error occurred.</source>
|
||||
<translation>Bitte versuchen Sie noch einmal. Sofern das Problem weiter besteht, wenden Sie sich bitte an den Issue-Tracker auf GitHub mit Details dazu, was Sie versucht haben.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="501"/>
|
||||
<location filename="../../NUSGet.py" line="499"/>
|
||||
<source>Script Issues Occurred</source>
|
||||
<translation>Script-Fehler aufgetreten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="502"/>
|
||||
<location filename="../../NUSGet.py" line="500"/>
|
||||
<source><b>Some issues occurred while running the download script.</b></source>
|
||||
<translation><b>Fehler sind während der Ausführung von Scripten aufgetreten.</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="504"/>
|
||||
<location filename="../../NUSGet.py" line="502"/>
|
||||
<source>Check the log for more details about what issues were encountered.</source>
|
||||
<translation>Bitte schauen Sie im Log nach, welche Fehler aufgetreten sind.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="511"/>
|
||||
<location filename="../../NUSGet.py" line="506"/>
|
||||
<source>The following titles could not be downloaded due to an error. Please ensure that the Title ID and version listed in the script are valid.</source>
|
||||
<translation>Die angegebenen Titel konnten wegen Fehlern nicht heruntergeladen werden. Bitte stellen Sie sicher, dass die Title-IDs und Versionen im Script korrekt sind.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="521"/>
|
||||
<location filename="../../NUSGet.py" line="515"/>
|
||||
<source>You enabled "Create decrypted contents" or "Pack installable archive", but the following titles in the script do not have tickets available. If enabled, encrypted contents were still downloaded.</source>
|
||||
<translation>Sie haben "Inhalte entschlüsseln" bzw. "Als installierbares Archiv verpacken" ausgewählt, aber die angegebenen Titel im Script haben kein verfügbares Ticket. Sofern "Verschlüsselte Inhalte speichern" aktiv ist, wurden verschlüsselte Daten noch gespeichert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="540"/>
|
||||
<location filename="../../NUSGet.py" line="538"/>
|
||||
<source>Script Download Failed</source>
|
||||
<translation>Script-Download fehlgeschlagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="541"/>
|
||||
<location filename="../../NUSGet.py" line="539"/>
|
||||
<source>Open NUS Script</source>
|
||||
<translation>NUS-Script öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="542"/>
|
||||
<location filename="../../NUSGet.py" line="540"/>
|
||||
<source>NUS Scripts (*.nus *.json)</source>
|
||||
<translation>NUS-Scripts (*.nus *.json)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="552"/>
|
||||
<location filename="../../NUSGet.py" line="550"/>
|
||||
<source><b>An error occurred while parsing the script file!</b></source>
|
||||
<translation><b>Ein Fehler ist beim Lesen des Scripts aufgetreten!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="554"/>
|
||||
<location filename="../../NUSGet.py" line="551"/>
|
||||
<source>Error encountered at line {lineno}, column {colno}. Please double-check the script and try again.</source>
|
||||
<translation>Der Fehler ist bei Linie {lineno}, Zeile {colno} aufgetreten. Bitte überprüfen Sie ihr Script und versuchen Sie es erneut.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="563"/>
|
||||
<location filename="../../NUSGet.py" line="561"/>
|
||||
<source><b>An error occurred while parsing Title IDs!</b></source>
|
||||
<translation><b>Ein Fehler ist beim Lesen der Title-IDs aufgetreten!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="565"/>
|
||||
<location filename="../../NUSGet.py" line="562"/>
|
||||
<source>The title at index {index} does not have a Title ID!</source>
|
||||
<translation>Der Titel an Stelle {index} hat keine Title-ID!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="618"/>
|
||||
<location filename="../../NUSGet.py" line="632"/>
|
||||
<source>Open Directory</source>
|
||||
<translation>Ordner öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="629"/>
|
||||
<location filename="../../NUSGet.py" line="668"/>
|
||||
<source><b>The specified download directory does not exist!</b></source>
|
||||
<translation><b>Der angegebene Downloads-Ordner konnte nicht gefunden werden!</b></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="632"/>
|
||||
<source>Please make sure the download directory you want to use exists, and that you have permission to access it.</source>
|
||||
<translation>Bitte stellen Sie sicher, dass der Downloads-Ordner, den Sie nutzen möchten, existiert und dass Sie darauf auch Zugriffen haben.</translation>
|
||||
<translation type="vanished">Bitte stellen Sie sicher, dass der Downloads-Ordner, den Sie nutzen möchten, existiert und dass Sie darauf auch Zugriffen haben.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="661"/>
|
||||
<location filename="../../NUSGet.py" line="671"/>
|
||||
<location filename="../../NUSGet.py" line="704"/>
|
||||
<location filename="../../NUSGet.py" line="714"/>
|
||||
<source>Restart Required</source>
|
||||
<translation>Neustart erforderlich</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="662"/>
|
||||
<location filename="../../NUSGet.py" line="705"/>
|
||||
<source>NUSGet must be restarted for the selected language to take effect.</source>
|
||||
<translation>NUSGet muss erneut gestartet werden, um die ausgewählte Sprache zu nutzen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="672"/>
|
||||
<location filename="../../NUSGet.py" line="715"/>
|
||||
<source>NUSGet must be restarted for the selected theme to take effect.</source>
|
||||
<translation>NUSGet muss erneut gestartet werden, um die ausgewählte Darstellung zu nutzen.</translation>
|
||||
</message>
|
||||
@@ -430,42 +427,60 @@ Sie nutzen bereits die neuste Version von NUSGet.</translation>
|
||||
<translation>Herunterladen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="211"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="221"/>
|
||||
<source>Run Script</source>
|
||||
<translation>Script ausführen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="238"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="248"/>
|
||||
<source>General Settings</source>
|
||||
<translation>Einstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="251"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="261"/>
|
||||
<source>File Name</source>
|
||||
<translation>Datei-Name</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="324"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="334"/>
|
||||
<source>vWii Title Settings</source>
|
||||
<translation>vWii-Titeleinstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="343"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="353"/>
|
||||
<source>App Settings</source>
|
||||
<translation>App-Einstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="368"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="378"/>
|
||||
<source>Output Path</source>
|
||||
<translation>Downloads-Ordner</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="378"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="388"/>
|
||||
<source>Select...</source>
|
||||
<translation>Auswählen...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="432"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="442"/>
|
||||
<source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
hr { height: 1px; border-width: 0; }
|
||||
li.unchecked::marker { content: "\2610"; }
|
||||
li.checked::marker { content: "\2612"; }
|
||||
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html></source>
|
||||
<translation><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
hr { height: 1px; border-width: 0; }
|
||||
li.unchecked::marker { content: "\2610"; }
|
||||
li.checked::marker { content: "\2612"; }
|
||||
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
@@ -474,7 +489,7 @@ li.unchecked::marker { content: "\2610"; }
|
||||
li.checked::marker { content: "\2612"; }
|
||||
</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html></source>
|
||||
<translation><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<translation type="vanished"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
hr { height: 1px; border-width: 0; }
|
||||
@@ -484,48 +499,48 @@ li.checked::marker { content: "\2612"; }
|
||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="477"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="487"/>
|
||||
<source>Help</source>
|
||||
<translation>Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="485"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="495"/>
|
||||
<source>Options</source>
|
||||
<translation>Optionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="489"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="499"/>
|
||||
<source>Language</source>
|
||||
<translation>Sprache</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="503"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="513"/>
|
||||
<source>Theme</source>
|
||||
<translation>Darstellung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="520"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="530"/>
|
||||
<source>About NUSGet</source>
|
||||
<translation>Über NUSGet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="531"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="541"/>
|
||||
<source>About Qt</source>
|
||||
<translation>Über Qt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="545"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="617"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="555"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="627"/>
|
||||
<source>System (Default)</source>
|
||||
<translation>System (Standart)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="625"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="635"/>
|
||||
<source>Light</source>
|
||||
<translation>Hell</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="633"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="643"/>
|
||||
<source>Dark</source>
|
||||
<translation>Dunkel</translation>
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user