summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-06-30 18:56:41 +0200
committerTannin <sherb@gmx.net>2016-06-30 18:56:41 +0200
commita00cda607cd9115d06c1185f78bcdded28c8b09d (patch)
treeb739f8a8ef83b1d783912d8c4dbb2212cdbd3688 /src
parent33b544112cb06a5cb7d25ee0e723e42ebb509df6 (diff)
updated to changed usvfs api
Diffstat (limited to 'src')
-rw-r--r--src/installationmanager.cpp14
-rw-r--r--src/organizer_en.ts599
-rw-r--r--src/usvfsconnector.cpp2
3 files changed, 315 insertions, 300 deletions
diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp
index 1c9d8a42..9be4cdd9 100644
--- a/src/installationmanager.cpp
+++ b/src/installationmanager.cpp
@@ -77,16 +77,14 @@ static T resolveFunction(QLibrary &lib, const char *name)
return temp;
}
-
InstallationManager::InstallationManager()
- : m_ParentWidget(nullptr)
- , m_SupportedExtensions({ "zip", "rar", "7z", "fomod", "001" })
-{
- QLibrary archiveLib(QCoreApplication::applicationDirPath()
- + "\\dlls\\archive.dll");
+ : m_ParentWidget(nullptr),
+ m_SupportedExtensions({"zip", "rar", "7z", "fomod", "001"}) {
+ QLibrary archiveLib(QCoreApplication::applicationDirPath() +
+ "\\dlls\\archive.dll");
if (!archiveLib.load()) {
- throw MyException(
- tr("archive.dll not loaded: \"%1\"").arg(archiveLib.errorString()));
+ throw MyException(QObject::tr("archive.dll not loaded: \"%1\"")
+ .arg(archiveLib.errorString()));
}
CreateArchiveType CreateArchiveFunc
diff --git a/src/organizer_en.ts b/src/organizer_en.ts
index 686e15db..c3e523c4 100644
--- a/src/organizer_en.ts
+++ b/src/organizer_en.ts
@@ -1120,98 +1120,98 @@ p, li { white-space: pre-wrap; }
<context>
<name>InstallationManager</name>
<message>
- <location filename="installationmanager.cpp" line="120"/>
+ <location filename="installationmanager.cpp" line="118"/>
<source>Password required</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="121"/>
+ <location filename="installationmanager.cpp" line="119"/>
<source>Password</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="190"/>
- <location filename="installationmanager.cpp" line="277"/>
+ <location filename="installationmanager.cpp" line="188"/>
+ <location filename="installationmanager.cpp" line="275"/>
<source>Extracting files</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="466"/>
+ <location filename="installationmanager.cpp" line="464"/>
<source>failed to create backup</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="475"/>
+ <location filename="installationmanager.cpp" line="473"/>
<source>Mod Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="475"/>
+ <location filename="installationmanager.cpp" line="473"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="528"/>
+ <location filename="installationmanager.cpp" line="526"/>
<source>Invalid name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="529"/>
+ <location filename="installationmanager.cpp" line="527"/>
<source>The name you entered is invalid, please enter a different one.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="654"/>
+ <location filename="installationmanager.cpp" line="652"/>
<source>File format &quot;%1&quot; not supported</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="815"/>
+ <location filename="installationmanager.cpp" line="813"/>
<source>None of the available installer plugins were able to handle that archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="825"/>
+ <location filename="installationmanager.cpp" line="823"/>
<source>no error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="828"/>
+ <location filename="installationmanager.cpp" line="826"/>
<source>7z.dll not found</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="831"/>
+ <location filename="installationmanager.cpp" line="829"/>
<source>7z.dll isn&apos;t valid</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="834"/>
+ <location filename="installationmanager.cpp" line="832"/>
<source>archive not found</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="837"/>
+ <location filename="installationmanager.cpp" line="835"/>
<source>failed to open archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="840"/>
+ <location filename="installationmanager.cpp" line="838"/>
<source>unsupported archive type</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="843"/>
+ <location filename="installationmanager.cpp" line="841"/>
<source>internal library error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="846"/>
+ <location filename="installationmanager.cpp" line="844"/>
<source>archive invalid</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="850"/>
+ <location filename="installationmanager.cpp" line="848"/>
<source>unknown archive error</source>
<translation type="unfinished"></translation>
</message>
@@ -1461,8 +1461,8 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="mainwindow.ui" line="928"/>
- <location filename="mainwindow.cpp" line="2872"/>
- <location filename="mainwindow.cpp" line="3611"/>
+ <location filename="mainwindow.cpp" line="2875"/>
+ <location filename="mainwindow.cpp" line="3630"/>
<source>Refresh</source>
<translation type="unfinished"></translation>
</message>
@@ -1641,7 +1641,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="mainwindow.ui" line="1328"/>
- <location filename="mainwindow.cpp" line="3552"/>
+ <location filename="mainwindow.cpp" line="3571"/>
<source>Update</source>
<translation type="unfinished"></translation>
</message>
@@ -1652,7 +1652,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="mainwindow.ui" line="1343"/>
- <location filename="mainwindow.cpp" line="593"/>
+ <location filename="mainwindow.cpp" line="596"/>
<source>No Problems</source>
<translation type="unfinished"></translation>
</message>
@@ -1682,7 +1682,7 @@ Right now this has very limited functionality</source>
</message>
<message>
<location filename="mainwindow.ui" line="1376"/>
- <location filename="mainwindow.cpp" line="3630"/>
+ <location filename="mainwindow.cpp" line="3649"/>
<source>Endorse Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
@@ -1707,579 +1707,579 @@ Right now this has very limited functionality</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="282"/>
+ <location filename="mainwindow.cpp" line="285"/>
<source>Toolbar</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="283"/>
+ <location filename="mainwindow.cpp" line="286"/>
<source>Desktop</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="284"/>
+ <location filename="mainwindow.cpp" line="287"/>
<source>Start Menu</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="581"/>
+ <location filename="mainwindow.cpp" line="584"/>
<source>Problems</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="582"/>
+ <location filename="mainwindow.cpp" line="585"/>
<source>There are potential problems with your setup</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="594"/>
+ <location filename="mainwindow.cpp" line="597"/>
<source>Everything seems to be in order</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="655"/>
+ <location filename="mainwindow.cpp" line="658"/>
<source>Help on UI</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="659"/>
+ <location filename="mainwindow.cpp" line="662"/>
<source>Documentation Wiki</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="663"/>
+ <location filename="mainwindow.cpp" line="666"/>
<source>Report Issue</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="667"/>
+ <location filename="mainwindow.cpp" line="670"/>
<source>Tutorials</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="706"/>
+ <location filename="mainwindow.cpp" line="709"/>
<source>About</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="707"/>
+ <location filename="mainwindow.cpp" line="710"/>
<source>About Qt</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="759"/>
+ <location filename="mainwindow.cpp" line="762"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="760"/>
+ <location filename="mainwindow.cpp" line="763"/>
<source>Please enter a name for the new profile</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="768"/>
+ <location filename="mainwindow.cpp" line="771"/>
<source>failed to create profile: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="812"/>
+ <location filename="mainwindow.cpp" line="815"/>
<source>Show tutorial?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="813"/>
+ <location filename="mainwindow.cpp" line="816"/>
<source>You are starting Mod Organizer for the first time. Do you want to show a tutorial of its basic features? If you choose no you can always start the tutorial from the &quot;Help&quot;-menu.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="846"/>
+ <location filename="mainwindow.cpp" line="849"/>
<source>Downloads in progress</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="847"/>
+ <location filename="mainwindow.cpp" line="850"/>
<source>There are still downloads in progress, do you really want to quit?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="949"/>
+ <location filename="mainwindow.cpp" line="952"/>
<source>Plugin &quot;%1&quot; failed: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="951"/>
+ <location filename="mainwindow.cpp" line="954"/>
<source>Plugin &quot;%1&quot; failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="988"/>
+ <location filename="mainwindow.cpp" line="991"/>
<source>Browse Mod Page</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1116"/>
+ <location filename="mainwindow.cpp" line="1119"/>
<source>Also in: &lt;br&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1127"/>
+ <location filename="mainwindow.cpp" line="1130"/>
<source>No conflict</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1239"/>
+ <location filename="mainwindow.cpp" line="1242"/>
<source>&lt;Edit...&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1388"/>
+ <location filename="mainwindow.cpp" line="1391"/>
<source>Activating Network Proxy</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1501"/>
+ <location filename="mainwindow.cpp" line="1504"/>
<source>Choose Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1502"/>
+ <location filename="mainwindow.cpp" line="1505"/>
<source>Mod Archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1660"/>
+ <location filename="mainwindow.cpp" line="1663"/>
<source>Start Tutorial?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1661"/>
+ <location filename="mainwindow.cpp" line="1664"/>
<source>You&apos;re about to start a tutorial. For technical reasons it&apos;s not possible to end the tutorial early. Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1796"/>
+ <location filename="mainwindow.cpp" line="1799"/>
<source>failed to spawn notepad.exe: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1824"/>
+ <location filename="mainwindow.cpp" line="1827"/>
<source>failed to open %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1898"/>
+ <location filename="mainwindow.cpp" line="1901"/>
<source>failed to change origin name: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1921"/>
+ <location filename="mainwindow.cpp" line="1924"/>
<source>failed to move &quot;%1&quot; from mod &quot;%2&quot; to &quot;%3&quot;: %4</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1945"/>
+ <location filename="mainwindow.cpp" line="1948"/>
<source>&lt;Contains %1&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1980"/>
+ <location filename="mainwindow.cpp" line="1983"/>
<source>&lt;Checked&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1981"/>
+ <location filename="mainwindow.cpp" line="1984"/>
<source>&lt;Unchecked&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1982"/>
+ <location filename="mainwindow.cpp" line="1985"/>
<source>&lt;Update&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1983"/>
+ <location filename="mainwindow.cpp" line="1986"/>
<source>&lt;Managed by MO&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1984"/>
+ <location filename="mainwindow.cpp" line="1987"/>
<source>&lt;Managed outside MO&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1985"/>
+ <location filename="mainwindow.cpp" line="1988"/>
<source>&lt;No category&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1986"/>
+ <location filename="mainwindow.cpp" line="1989"/>
<source>&lt;Conflicted&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1987"/>
+ <location filename="mainwindow.cpp" line="1990"/>
<source>&lt;Not Endorsed&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2033"/>
+ <location filename="mainwindow.cpp" line="2036"/>
<source>failed to rename mod: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2046"/>
+ <location filename="mainwindow.cpp" line="2049"/>
<source>Overwrite?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2047"/>
+ <location filename="mainwindow.cpp" line="2050"/>
<source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2050"/>
+ <location filename="mainwindow.cpp" line="2053"/>
<source>failed to remove mod &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2054"/>
- <location filename="mainwindow.cpp" line="3450"/>
- <location filename="mainwindow.cpp" line="3474"/>
+ <location filename="mainwindow.cpp" line="2057"/>
+ <location filename="mainwindow.cpp" line="3469"/>
+ <location filename="mainwindow.cpp" line="3493"/>
<source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2102"/>
- <location filename="mainwindow.cpp" line="2783"/>
- <location filename="mainwindow.cpp" line="2791"/>
- <location filename="mainwindow.cpp" line="3049"/>
+ <location filename="mainwindow.cpp" line="2105"/>
+ <location filename="mainwindow.cpp" line="2786"/>
+ <location filename="mainwindow.cpp" line="2794"/>
+ <location filename="mainwindow.cpp" line="3052"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2103"/>
+ <location filename="mainwindow.cpp" line="2106"/>
<source>Remove the following mods?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2114"/>
+ <location filename="mainwindow.cpp" line="2117"/>
<source>failed to remove mod: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2149"/>
<location filename="mainwindow.cpp" line="2152"/>
+ <location filename="mainwindow.cpp" line="2155"/>
<source>Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2149"/>
+ <location filename="mainwindow.cpp" line="2152"/>
<source>Installation file no longer exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2153"/>
+ <location filename="mainwindow.cpp" line="2156"/>
<source>Mods installed with old versions of MO can&apos;t be reinstalled in this way.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2170"/>
+ <location filename="mainwindow.cpp" line="2173"/>
<source>You need to be logged in with Nexus to resume a download</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2186"/>
- <location filename="mainwindow.cpp" line="2213"/>
+ <location filename="mainwindow.cpp" line="2189"/>
+ <location filename="mainwindow.cpp" line="2216"/>
<source>You need to be logged in with Nexus to endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2261"/>
+ <location filename="mainwindow.cpp" line="2264"/>
<source>Failed to display overwrite dialog: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2390"/>
+ <location filename="mainwindow.cpp" line="2393"/>
<source>Nexus ID for this Mod is unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2400"/>
+ <location filename="mainwindow.cpp" line="2403"/>
<source>Web page for this mod is unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2427"/>
- <location filename="mainwindow.cpp" line="2454"/>
- <location filename="mainwindow.cpp" line="2900"/>
+ <location filename="mainwindow.cpp" line="2430"/>
+ <location filename="mainwindow.cpp" line="2457"/>
+ <location filename="mainwindow.cpp" line="2903"/>
<source>Create Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2428"/>
+ <location filename="mainwindow.cpp" line="2431"/>
<source>This will create an empty mod.
Please enter a name:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2437"/>
- <location filename="mainwindow.cpp" line="2464"/>
+ <location filename="mainwindow.cpp" line="2440"/>
+ <location filename="mainwindow.cpp" line="2467"/>
<source>A mod with this name already exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2455"/>
+ <location filename="mainwindow.cpp" line="2458"/>
<source>This will move all files from overwrite into a new, regular mod.
Please enter a name:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2695"/>
+ <location filename="mainwindow.cpp" line="2698"/>
<source>Not logged in, endorsement information will be wrong</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2703"/>
+ <location filename="mainwindow.cpp" line="2706"/>
<source>Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2704"/>
+ <location filename="mainwindow.cpp" line="2707"/>
<source>The versioning scheme decides which version is considered newer than another.
This function will guess the versioning scheme under the assumption that the installed version is outdated.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2724"/>
- <location filename="mainwindow.cpp" line="3520"/>
+ <location filename="mainwindow.cpp" line="2727"/>
+ <location filename="mainwindow.cpp" line="3539"/>
<source>Sorry</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2725"/>
+ <location filename="mainwindow.cpp" line="2728"/>
<source>I don&apos;t know a versioning scheme where %1 is newer than %2.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2783"/>
+ <location filename="mainwindow.cpp" line="2786"/>
<source>Really enable all visible mods?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2791"/>
+ <location filename="mainwindow.cpp" line="2794"/>
<source>Really disable all visible mods?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2799"/>
+ <location filename="mainwindow.cpp" line="2802"/>
<source>Choose what to export</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2801"/>
+ <location filename="mainwindow.cpp" line="2804"/>
<source>Everything</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2801"/>
+ <location filename="mainwindow.cpp" line="2804"/>
<source>All installed mods are included in the list</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2802"/>
+ <location filename="mainwindow.cpp" line="2805"/>
<source>Active Mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2802"/>
+ <location filename="mainwindow.cpp" line="2805"/>
<source>Only active (checked) mods from your current profile are included</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2803"/>
+ <location filename="mainwindow.cpp" line="2806"/>
<source>Visible</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2803"/>
+ <location filename="mainwindow.cpp" line="2806"/>
<source>All mods visible in the mod list are included</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2846"/>
+ <location filename="mainwindow.cpp" line="2849"/>
<source>export failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2863"/>
+ <location filename="mainwindow.cpp" line="2866"/>
<source>Install Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2865"/>
+ <location filename="mainwindow.cpp" line="2868"/>
<source>Create empty mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2867"/>
+ <location filename="mainwindow.cpp" line="2870"/>
<source>Enable all visible</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2868"/>
+ <location filename="mainwindow.cpp" line="2871"/>
<source>Disable all visible</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2870"/>
+ <location filename="mainwindow.cpp" line="2873"/>
<source>Check all for update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2874"/>
+ <location filename="mainwindow.cpp" line="2877"/>
<source>Export to csv...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2893"/>
+ <location filename="mainwindow.cpp" line="2896"/>
<source>All Mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2899"/>
+ <location filename="mainwindow.cpp" line="2902"/>
<source>Sync to Mods...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2903"/>
+ <location filename="mainwindow.cpp" line="2906"/>
<source>Restore Backup</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2904"/>
+ <location filename="mainwindow.cpp" line="2907"/>
<source>Remove Backup...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2908"/>
+ <location filename="mainwindow.cpp" line="2911"/>
<source>Add/Remove Categories</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2913"/>
+ <location filename="mainwindow.cpp" line="2916"/>
<source>Replace Categories</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2918"/>
+ <location filename="mainwindow.cpp" line="2921"/>
<source>Primary Category</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2924"/>
+ <location filename="mainwindow.cpp" line="2927"/>
<source>Change versioning scheme</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2928"/>
+ <location filename="mainwindow.cpp" line="2931"/>
<source>Un-ignore update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2930"/>
+ <location filename="mainwindow.cpp" line="2933"/>
<source>Ignore update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2935"/>
+ <location filename="mainwindow.cpp" line="2938"/>
<source>Rename Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2936"/>
+ <location filename="mainwindow.cpp" line="2939"/>
<source>Remove Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2937"/>
+ <location filename="mainwindow.cpp" line="2940"/>
<source>Reinstall Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2941"/>
+ <location filename="mainwindow.cpp" line="2944"/>
<source>Un-Endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2944"/>
- <location filename="mainwindow.cpp" line="2948"/>
+ <location filename="mainwindow.cpp" line="2947"/>
+ <location filename="mainwindow.cpp" line="2951"/>
<source>Endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2945"/>
+ <location filename="mainwindow.cpp" line="2948"/>
<source>Won&apos;t endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2951"/>
+ <location filename="mainwindow.cpp" line="2954"/>
<source>Endorsement state unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2960"/>
+ <location filename="mainwindow.cpp" line="2963"/>
<source>Ignore missing data</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2964"/>
+ <location filename="mainwindow.cpp" line="2967"/>
<source>Visit on Nexus</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2966"/>
+ <location filename="mainwindow.cpp" line="2969"/>
<source>Visit web page</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2969"/>
+ <location filename="mainwindow.cpp" line="2972"/>
<source>Open in explorer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2973"/>
+ <location filename="mainwindow.cpp" line="2976"/>
<source>Information...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2980"/>
- <location filename="mainwindow.cpp" line="4027"/>
+ <location filename="mainwindow.cpp" line="2983"/>
+ <location filename="mainwindow.cpp" line="4046"/>
<source>Exception: </source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2982"/>
- <location filename="mainwindow.cpp" line="4029"/>
+ <location filename="mainwindow.cpp" line="2985"/>
+ <location filename="mainwindow.cpp" line="4048"/>
<source>Unknown exception</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3010"/>
+ <location filename="mainwindow.cpp" line="3013"/>
<source>&lt;All&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3012"/>
+ <location filename="mainwindow.cpp" line="3015"/>
<source>&lt;Multiple&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3046"/>
+ <location filename="mainwindow.cpp" line="3049"/>
<source>%1 more</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location filename="mainwindow.cpp" line="3050"/>
+ <location filename="mainwindow.cpp" line="3053"/>
<source>Are you sure you want to remove the following %n save(s)?&lt;br&gt;&lt;ul&gt;%1&lt;/ul&gt;&lt;br&gt;Removed saves will be sent to the Recycle Bin.</source>
<translation type="unfinished">
<numerusform></numerusform>
@@ -2287,12 +2287,12 @@ This function will guess the versioning scheme under the assumption that the ins
</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3095"/>
+ <location filename="mainwindow.cpp" line="3098"/>
<source>Enable Mods...</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location filename="mainwindow.cpp" line="3110"/>
+ <location filename="mainwindow.cpp" line="3113"/>
<source>Delete %n save(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
@@ -2300,319 +2300,319 @@ This function will guess the versioning scheme under the assumption that the ins
</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3152"/>
+ <location filename="mainwindow.cpp" line="3155"/>
<source>failed to remove %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3174"/>
+ <location filename="mainwindow.cpp" line="3177"/>
<source>failed to create %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3202"/>
+ <location filename="mainwindow.cpp" line="3219"/>
<source>Can&apos;t change download directory while downloads are in progress!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3322"/>
+ <location filename="mainwindow.cpp" line="3341"/>
<source>failed to write to file %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3328"/>
+ <location filename="mainwindow.cpp" line="3347"/>
<source>%1 written</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3369"/>
+ <location filename="mainwindow.cpp" line="3388"/>
<source>Select binary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3369"/>
+ <location filename="mainwindow.cpp" line="3388"/>
<source>Binary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3395"/>
+ <location filename="mainwindow.cpp" line="3414"/>
<source>Enter Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3396"/>
+ <location filename="mainwindow.cpp" line="3415"/>
<source>Please enter a name for the executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3410"/>
+ <location filename="mainwindow.cpp" line="3429"/>
<source>Not an executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3410"/>
+ <location filename="mainwindow.cpp" line="3429"/>
<source>This is not a recognized executable.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3435"/>
- <location filename="mainwindow.cpp" line="3460"/>
+ <location filename="mainwindow.cpp" line="3454"/>
+ <location filename="mainwindow.cpp" line="3479"/>
<source>Replace file?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3435"/>
+ <location filename="mainwindow.cpp" line="3454"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3438"/>
- <location filename="mainwindow.cpp" line="3463"/>
+ <location filename="mainwindow.cpp" line="3457"/>
+ <location filename="mainwindow.cpp" line="3482"/>
<source>File operation failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3438"/>
- <location filename="mainwindow.cpp" line="3463"/>
+ <location filename="mainwindow.cpp" line="3457"/>
+ <location filename="mainwindow.cpp" line="3482"/>
<source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3460"/>
+ <location filename="mainwindow.cpp" line="3479"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3493"/>
+ <location filename="mainwindow.cpp" line="3512"/>
<source>file not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3506"/>
+ <location filename="mainwindow.cpp" line="3525"/>
<source>failed to generate preview for %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3520"/>
+ <location filename="mainwindow.cpp" line="3539"/>
<source>Sorry, can&apos;t preview anything. This function currently does not support extracting from bsas.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3554"/>
+ <location filename="mainwindow.cpp" line="3573"/>
<source>Update available</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3591"/>
+ <location filename="mainwindow.cpp" line="3610"/>
<source>Open/Execute</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3592"/>
+ <location filename="mainwindow.cpp" line="3611"/>
<source>Add as Executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3596"/>
+ <location filename="mainwindow.cpp" line="3615"/>
<source>Preview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3602"/>
+ <location filename="mainwindow.cpp" line="3621"/>
<source>Un-Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3604"/>
+ <location filename="mainwindow.cpp" line="3623"/>
<source>Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3610"/>
+ <location filename="mainwindow.cpp" line="3629"/>
<source>Write To File...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3631"/>
+ <location filename="mainwindow.cpp" line="3650"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3734"/>
+ <location filename="mainwindow.cpp" line="3753"/>
<source>Thank you!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3734"/>
+ <location filename="mainwindow.cpp" line="3753"/>
<source>Thank you for your endorsement!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3769"/>
+ <location filename="mainwindow.cpp" line="3788"/>
<source>Request to Nexus failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3784"/>
- <location filename="mainwindow.cpp" line="3835"/>
+ <location filename="mainwindow.cpp" line="3803"/>
+ <location filename="mainwindow.cpp" line="3854"/>
<source>failed to read %1: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3796"/>
- <location filename="mainwindow.cpp" line="4214"/>
+ <location filename="mainwindow.cpp" line="3815"/>
+ <location filename="mainwindow.cpp" line="4233"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3796"/>
+ <location filename="mainwindow.cpp" line="3815"/>
<source>failed to extract %1 (errorcode %2)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3827"/>
+ <location filename="mainwindow.cpp" line="3846"/>
<source>Extract BSA</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3846"/>
+ <location filename="mainwindow.cpp" line="3865"/>
<source>This archive contains invalid hashes. Some files may be broken.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3894"/>
+ <location filename="mainwindow.cpp" line="3913"/>
<source>Are you sure?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3895"/>
+ <location filename="mainwindow.cpp" line="3914"/>
<source>This will restart MO, continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3935"/>
+ <location filename="mainwindow.cpp" line="3954"/>
<source>Edit Categories...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3936"/>
+ <location filename="mainwindow.cpp" line="3955"/>
<source>Deselect filter</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3987"/>
+ <location filename="mainwindow.cpp" line="4006"/>
<source>Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3998"/>
+ <location filename="mainwindow.cpp" line="4017"/>
<source>Enable all</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3999"/>
+ <location filename="mainwindow.cpp" line="4018"/>
<source>Disable all</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4018"/>
+ <location filename="mainwindow.cpp" line="4037"/>
<source>Unlock load order</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4021"/>
+ <location filename="mainwindow.cpp" line="4040"/>
<source>Lock load order</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4163"/>
+ <location filename="mainwindow.cpp" line="4182"/>
<source>depends on missing &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4167"/>
+ <location filename="mainwindow.cpp" line="4186"/>
<source>incompatible with &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4189"/>
+ <location filename="mainwindow.cpp" line="4208"/>
<source>Please wait while LOOT is running</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4287"/>
+ <location filename="mainwindow.cpp" line="4306"/>
<source>loot failed. Exit code was: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4309"/>
+ <location filename="mainwindow.cpp" line="4328"/>
<source>failed to start loot</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4312"/>
+ <location filename="mainwindow.cpp" line="4331"/>
<source>failed to run loot: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4316"/>
+ <location filename="mainwindow.cpp" line="4335"/>
<source>Errors occured</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4369"/>
+ <location filename="mainwindow.cpp" line="4388"/>
<source>Backup of load order created</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4379"/>
+ <location filename="mainwindow.cpp" line="4398"/>
<source>Choose backup to restore</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4392"/>
+ <location filename="mainwindow.cpp" line="4411"/>
<source>No Backups</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4392"/>
+ <location filename="mainwindow.cpp" line="4411"/>
<source>There are no backups to restore</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4413"/>
- <location filename="mainwindow.cpp" line="4435"/>
+ <location filename="mainwindow.cpp" line="4432"/>
+ <location filename="mainwindow.cpp" line="4454"/>
<source>Restore failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4414"/>
- <location filename="mainwindow.cpp" line="4436"/>
+ <location filename="mainwindow.cpp" line="4433"/>
+ <location filename="mainwindow.cpp" line="4455"/>
<source>Failed to restore the backup. Errorcode: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4425"/>
+ <location filename="mainwindow.cpp" line="4444"/>
<source>Backup of modlist created</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4525"/>
+ <location filename="mainwindow.cpp" line="4544"/>
<source>A file with the same name has already been downloaded. What would you like to do?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4527"/>
+ <location filename="mainwindow.cpp" line="4546"/>
<source>Overwrite</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4528"/>
+ <location filename="mainwindow.cpp" line="4547"/>
<source>Rename new file</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4529"/>
+ <location filename="mainwindow.cpp" line="4548"/>
<source>Ignore file</source>
<translation type="unfinished"></translation>
</message>
@@ -3593,147 +3593,147 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="762"/>
- <location filename="organizercore.cpp" line="817"/>
+ <location filename="organizercore.cpp" line="793"/>
+ <location filename="organizercore.cpp" line="848"/>
<source>Installation successful</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="770"/>
- <location filename="organizercore.cpp" line="827"/>
+ <location filename="organizercore.cpp" line="801"/>
+ <location filename="organizercore.cpp" line="858"/>
<source>Configure Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="771"/>
- <location filename="organizercore.cpp" line="828"/>
+ <location filename="organizercore.cpp" line="802"/>
+ <location filename="organizercore.cpp" line="859"/>
<source>This mod contains ini tweaks. Do you want to configure them now?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="781"/>
- <location filename="organizercore.cpp" line="838"/>
+ <location filename="organizercore.cpp" line="812"/>
+ <location filename="organizercore.cpp" line="869"/>
<source>mod &quot;%1&quot; not found</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="784"/>
- <location filename="organizercore.cpp" line="845"/>
+ <location filename="organizercore.cpp" line="815"/>
+ <location filename="organizercore.cpp" line="876"/>
<source>Installation cancelled</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="785"/>
- <location filename="organizercore.cpp" line="846"/>
+ <location filename="organizercore.cpp" line="816"/>
+ <location filename="organizercore.cpp" line="877"/>
<source>The mod was not installed completely.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1105"/>
+ <location filename="organizercore.cpp" line="1136"/>
<source>Executable &quot;%1&quot; not found</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1130"/>
+ <location filename="organizercore.cpp" line="1161"/>
<source>Start Steam?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1131"/>
+ <location filename="organizercore.cpp" line="1162"/>
<source>Steam is required to be running already to correctly start the game. Should MO try to start steam now?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1155"/>
+ <location filename="organizercore.cpp" line="1186"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1203"/>
+ <location filename="organizercore.cpp" line="1234"/>
<source>No profile set</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1378"/>
+ <location filename="organizercore.cpp" line="1409"/>
<source>Failed to refresh list of esps: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1444"/>
+ <location filename="organizercore.cpp" line="1475"/>
<source>Multiple esps activated, please check that they don&apos;t conflict.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1511"/>
+ <location filename="organizercore.cpp" line="1542"/>
<source>Download?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1512"/>
+ <location filename="organizercore.cpp" line="1543"/>
<source>A download has been started but no installed page plugin recognizes it.
If you download anyway no information (i.e. version) will be associated with the download.
Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1643"/>
+ <location filename="organizercore.cpp" line="1674"/>
<source>failed to update mod list: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1650"/>
- <location filename="organizercore.cpp" line="1667"/>
+ <location filename="organizercore.cpp" line="1681"/>
+ <location filename="organizercore.cpp" line="1698"/>
<source>login successful</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1674"/>
+ <location filename="organizercore.cpp" line="1705"/>
<source>Login failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1675"/>
+ <location filename="organizercore.cpp" line="1706"/>
<source>Login failed, try again?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1684"/>
+ <location filename="organizercore.cpp" line="1715"/>
<source>login failed: %1. Download will not be associated with an account</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1692"/>
+ <location filename="organizercore.cpp" line="1723"/>
<source>login failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1702"/>
+ <location filename="organizercore.cpp" line="1733"/>
<source>login failed: %1. You need to log-in with Nexus to update MO.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1738"/>
+ <location filename="organizercore.cpp" line="1769"/>
<source>Too many esps and esms enabled</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1741"/>
- <location filename="organizercore.cpp" line="1759"/>
+ <location filename="organizercore.cpp" line="1772"/>
+ <location filename="organizercore.cpp" line="1790"/>
<source>Description missing</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1750"/>
+ <location filename="organizercore.cpp" line="1781"/>
<source>The game doesn&apos;t allow more than 255 active plugins (including the official ones) to be loaded. You have to disable some unused plugins or merge some plugins into one. You can find a guide here: &lt;a href=&quot;http://wiki.step-project.com/Guide:Merging_Plugins&quot;&gt;http://wiki.step-project.com/Guide:Merging_Plugins&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1783"/>
+ <location filename="organizercore.cpp" line="1814"/>
<source>failed to save load order: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1855"/>
+ <location filename="organizercore.cpp" line="1886"/>
<source>The designated write target &quot;%1&quot; is not enabled.</source>
<translation type="unfinished"></translation>
</message>
@@ -4280,20 +4280,20 @@ p, li { white-space: pre-wrap; }
<context>
<name>QObject</name>
<message>
- <location filename="categories.cpp" line="145"/>
+ <location filename="categories.cpp" line="149"/>
<source>Failed to save custom categories</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="categories.cpp" line="246"/>
- <location filename="categories.cpp" line="281"/>
- <location filename="categories.cpp" line="291"/>
- <location filename="categories.cpp" line="301"/>
+ <location filename="categories.cpp" line="250"/>
+ <location filename="categories.cpp" line="285"/>
+ <location filename="categories.cpp" line="295"/>
+ <location filename="categories.cpp" line="305"/>
<source>invalid index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="categories.cpp" line="312"/>
+ <location filename="categories.cpp" line="316"/>
<source>invalid category id %1</source>
<translation type="unfinished"></translation>
</message>
@@ -4359,6 +4359,11 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
+ <location filename="installationmanager.cpp" line="86"/>
+ <source>archive.dll not loaded: &quot;%1&quot;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
<location filename="instancemanager.cpp" line="78"/>
<source>Enter Instance Name</source>
<translation type="unfinished"></translation>
@@ -4485,91 +4490,93 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="100"/>
- <source>Permissions required</source>
+ <location filename="main.cpp" line="93"/>
+ <location filename="organizercore.cpp" line="591"/>
+ <source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="101"/>
- <source>The current user account doesn&apos;t have the required access rights to run Mod Organizer. The neccessary changes can be made automatically (the MO directory will be made writable for the current user account). You will be asked to run &quot;helper.exe&quot; with administrative rights.</source>
+ <location filename="main.cpp" line="94"/>
+ <location filename="organizercore.cpp" line="592"/>
+ <source>Failed to create &quot;%1&quot;. Your user account probably lacks permission.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="168"/>
- <location filename="main.cpp" line="211"/>
+ <location filename="main.cpp" line="149"/>
+ <location filename="main.cpp" line="192"/>
<source>Woops</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="169"/>
+ <location filename="main.cpp" line="150"/>
<source>ModOrganizer has crashed! Should a diagnostic file be created? If you send me this file (%1) to sherb@gmx.net, the bug is a lot more likely to be fixed. Please include a short description of what you were doing when the crash happened</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="212"/>
+ <location filename="main.cpp" line="193"/>
<source>ModOrganizer has crashed! Unfortunately I was not able to write a diagnostic file: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="313"/>
+ <location filename="main.cpp" line="294"/>
<source>Plugin to handle %1 no longer installed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="366"/>
+ <location filename="main.cpp" line="347"/>
<source>Could not use configuration settings for game &quot;%1&quot;, path &quot;%2&quot;.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="370"/>
- <location filename="main.cpp" line="388"/>
+ <location filename="main.cpp" line="351"/>
+ <location filename="main.cpp" line="369"/>
<source>Please select the game to manage</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="398"/>
+ <location filename="main.cpp" line="379"/>
<source>No game identified in &quot;%1&quot;. The directory is required to contain the game binary and its launcher.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="496"/>
+ <location filename="main.cpp" line="481"/>
<source>Please select the game edition you have (MO can&apos;t start the game correctly if this is set incorrectly!)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="539"/>
+ <location filename="main.cpp" line="524"/>
<source>failed to start application: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="623"/>
- <location filename="settings.cpp" line="881"/>
+ <location filename="main.cpp" line="608"/>
+ <location filename="settings.cpp" line="887"/>
<source>Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="624"/>
+ <location filename="main.cpp" line="609"/>
<source>An instance of Mod Organizer is already running</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="635"/>
+ <location filename="main.cpp" line="620"/>
<source>Failed to set up instance</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="825"/>
+ <location filename="mainwindow.cpp" line="828"/>
<source>Please use &quot;Help&quot; from the toolbar to get usage instructions to all elements</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1203"/>
- <location filename="mainwindow.cpp" line="3282"/>
+ <location filename="mainwindow.cpp" line="1206"/>
+ <location filename="mainwindow.cpp" line="3301"/>
<source>&lt;Manage...&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1215"/>
+ <location filename="mainwindow.cpp" line="1218"/>
<source>failed to parse profile %1: %2</source>
<translation type="unfinished"></translation>
</message>
@@ -4620,12 +4627,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="888"/>
+ <location filename="settings.cpp" line="894"/>
<source>Script Extender</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="895"/>
+ <location filename="settings.cpp" line="901"/>
<source>Proxy DLL</source>
<translation type="unfinished"></translation>
</message>
@@ -4810,21 +4817,31 @@ Start elevated anyway? (you will be asked if you want to allow ModOrganizer.exe
<context>
<name>Settings</name>
<message>
- <location filename="settings.cpp" line="114"/>
+ <location filename="settings.cpp" line="115"/>
<source>Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="115"/>
+ <location filename="settings.cpp" line="116"/>
<source>Sorry, failed to start the helper application</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="397"/>
- <location filename="settings.cpp" line="416"/>
+ <location filename="settings.cpp" line="398"/>
+ <location filename="settings.cpp" line="417"/>
<source>attempt to store setting for unknown plugin &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <location filename="settings.cpp" line="709"/>
+ <source>Error</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="settings.cpp" line="710"/>
+ <source>Failed to create &quot;%1&quot;, you may not have the necessary permission. path remains unchanged.</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>SettingsDialog</name>
diff --git a/src/usvfsconnector.cpp b/src/usvfsconnector.cpp
index 0fe3567c..0420ddc2 100644
--- a/src/usvfsconnector.cpp
+++ b/src/usvfsconnector.cpp
@@ -107,7 +107,7 @@ UsvfsConnector::UsvfsConnector()
LogLevel level = logLevel(Settings::instance().logLevel());
USVFSInitParameters(&params, SHMID, false, level);
InitLogging(false);
- ConnectVFS(&params);
+ CreateVFS(&params);
SetLogLevel(level);
BlacklistExecutable(L"TSVNCache.exe");