Some updates for Qt6.

This commit is contained in:
Mikaël Capelle
2022-04-21 23:58:05 +02:00
parent 67ea7deb00
commit 4937fe9cc9
6 changed files with 64 additions and 108 deletions
+10 -22
View File
@@ -3,18 +3,6 @@
<TS version="2.1" language="en_US">
<context>
<name>ProxyPython</name>
<message>
<location filename="proxypython.cpp" line="81"/>
<source>Python Initialization failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="82"/>
<source>On a previous start the Python Plugin failed to initialize.
Do you want to try initializing python again (at the risk of another crash)?
Suggestion: Select &quot;no&quot;, and click the warning sign for further help. Afterwards you have to re-enable the python plugin.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="118"/>
<source>Python Proxy</source>
@@ -26,48 +14,48 @@ Suggestion: Select &quot;no&quot;, and click the warning sign for further help.
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="201"/>
<location filename="proxypython.cpp" line="204"/>
<source>ModOrganizer path contains a semicolon</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="203"/>
<location filename="proxypython.cpp" line="206"/>
<source>Python DLL not found</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="205"/>
<location filename="proxypython.cpp" line="208"/>
<source>Invalid Python DLL</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="207"/>
<location filename="proxypython.cpp" line="210"/>
<source>Initializing Python failed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="209"/>
<location filename="proxypython.cpp" line="231"/>
<location filename="proxypython.cpp" line="212"/>
<location filename="proxypython.cpp" line="234"/>
<source>invalid problem key %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="218"/>
<location filename="proxypython.cpp" line="221"/>
<source>The path to Mod Organizer (%1) contains a semicolon. &lt;br&gt;While this is legal on NTFS drives, many softwares do not handle it correctly.&lt;br&gt;Unfortunately MO depends on libraries that seem to fall into that group.&lt;br&gt;As a result the python plugin cannot be loaded, and the only solution we canoffer is to remove the semicolon or move MO to a path without a semicolon.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="224"/>
<location filename="proxypython.cpp" line="227"/>
<source>The Python plugin DLL was not found, maybe your antivirus deleted it. Re-installing MO2 might fix the problem.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="226"/>
<location filename="proxypython.cpp" line="229"/>
<source>The Python plugin DLL is invalid, maybe your antivirus is blocking it. Re-installing MO2 and adding exclusions for it to your AV might fix the problem.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="proxypython.cpp" line="229"/>
<location filename="proxypython.cpp" line="232"/>
<source>The initialization of the Python plugin DLL failed, unfortunately without any details.</source>
<translation type="unfinished"></translation>
</message>