summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/installationmanager.cpp6
-rw-r--r--src/organizer_en.ts1536
2 files changed, 830 insertions, 712 deletions
diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp
index b11f5667..e443a8f2 100644
--- a/src/installationmanager.cpp
+++ b/src/installationmanager.cpp
@@ -713,6 +713,8 @@ bool InstallationManager::install(const QString &fileName,
int modID)
{
m_IsRunning = true;
+ ON_BLOCK_EXIT([this]() { m_IsRunning = false; });
+
QFileInfo fileInfo(fileName);
if (m_SupportedExtensions.find(fileInfo.suffix()) == m_SupportedExtensions.end()) {
reportError(tr("File format \"%1\" not supported").arg(fileInfo.suffix()));
@@ -863,7 +865,6 @@ bool InstallationManager::install(const QString &fileName,
switch (installResult) {
case IPluginInstaller::RESULT_CANCELED:
case IPluginInstaller::RESULT_FAILED: {
- m_IsRunning = false;
return false;
} break;
case IPluginInstaller::RESULT_SUCCESS:
@@ -872,10 +873,8 @@ bool InstallationManager::install(const QString &fileName,
DirectoryTree::node_iterator iniTweakNode = filesTree->nodeFind(DirectoryTreeInformation("INI Tweaks"));
hasIniTweaks = (iniTweakNode != filesTree->nodesEnd()) &&
((*iniTweakNode)->numLeafs() != 0);
- m_IsRunning = false;
return true;
} else {
- m_IsRunning = false;
return false;
}
} break;
@@ -885,7 +884,6 @@ bool InstallationManager::install(const QString &fileName,
reportError(tr("None of the available installer plugins were able to handle that archive.\n"
"This is likely due to a corrupted or incompatible download or unrecognized archive format."));
- m_IsRunning = false;
return false;
}
diff --git a/src/organizer_en.ts b/src/organizer_en.ts
index 0d63c34c..21f15bfd 100644
--- a/src/organizer_en.ts
+++ b/src/organizer_en.ts
@@ -304,12 +304,12 @@ p, li { white-space: pre-wrap; }
<context>
<name>DirectoryRefresher</name>
<message>
- <location filename="directoryrefresher.cpp" line="112"/>
+ <location filename="directoryrefresher.cpp" line="113"/>
<source>failed to parse bsa %1: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="directoryrefresher.cpp" line="178"/>
+ <location filename="directoryrefresher.cpp" line="189"/>
<source>failed to read mod (%1): %2</source>
<translation type="unfinished"></translation>
</message>
@@ -571,301 +571,316 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="388"/>
+ <location filename="downloadmanager.cpp" line="389"/>
<source>Memory allocation error (in refreshing directory).</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="478"/>
+ <location filename="downloadmanager.cpp" line="489"/>
<source>failed to download %1: could not open output file: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="501"/>
+ <location filename="downloadmanager.cpp" line="512"/>
<source>Download again?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="501"/>
+ <location filename="downloadmanager.cpp" line="512"/>
<source>A file with the same name &quot;%1&quot; has already been downloaded. Do you want to download it again? The new file will receive a different name.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="545"/>
+ <location filename="downloadmanager.cpp" line="556"/>
<source>Wrong Game</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="545"/>
+ <location filename="downloadmanager.cpp" line="556"/>
<source>The download link is for a mod for &quot;%1&quot; but this instance of MO has been set up for &quot;%2&quot;.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="553"/>
<location filename="downloadmanager.cpp" line="564"/>
- <source>Already Started</source>
+ <source>There is already a download queued for this file.
+
+Mod %1
+File %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="553"/>
- <source>A download for this mod file has already been queued.</source>
+ <location filename="downloadmanager.cpp" line="570"/>
+ <source>Already Queued</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="564"/>
- <source>There is already a download started for this file (mod: %1, file: %2).</source>
+ <location filename="downloadmanager.cpp" line="579"/>
+ <source>There is already a download started for this file.
+
+Mod %1: %2
+File %3: %4</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="587"/>
- <location filename="downloadmanager.cpp" line="720"/>
+ <location filename="downloadmanager.cpp" line="614"/>
+ <source>Already Started</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="642"/>
+ <location filename="downloadmanager.cpp" line="775"/>
<source>remove: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="606"/>
+ <location filename="downloadmanager.cpp" line="661"/>
<source>failed to delete %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="613"/>
+ <location filename="downloadmanager.cpp" line="668"/>
<source>failed to delete meta file for %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="673"/>
+ <location filename="downloadmanager.cpp" line="728"/>
<source>restore: invalid download index: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="742"/>
+ <location filename="downloadmanager.cpp" line="797"/>
<source>cancel: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="755"/>
+ <location filename="downloadmanager.cpp" line="810"/>
<source>pause: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="775"/>
+ <location filename="downloadmanager.cpp" line="830"/>
<source>resume: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="786"/>
+ <location filename="downloadmanager.cpp" line="841"/>
<source>resume (int): invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="810"/>
+ <location filename="downloadmanager.cpp" line="865"/>
<source>No known download urls. Sorry, this download can&apos;t be resumed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="851"/>
+ <location filename="downloadmanager.cpp" line="906"/>
<source>query: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="873"/>
+ <location filename="downloadmanager.cpp" line="928"/>
<source>Please enter the nexus mod id</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="873"/>
+ <location filename="downloadmanager.cpp" line="928"/>
<source>Mod ID:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="883"/>
+ <location filename="downloadmanager.cpp" line="939"/>
<source>Please select the source game code for %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="902"/>
+ <location filename="downloadmanager.cpp" line="958"/>
<source>VisitNexus: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="923"/>
+ <location filename="downloadmanager.cpp" line="979"/>
<source>Nexus ID for this Mod is unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="930"/>
+ <location filename="downloadmanager.cpp" line="986"/>
<source>OpenFile: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="947"/>
+ <location filename="downloadmanager.cpp" line="1003"/>
<source>OpenFileInDownloadsFolder: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="983"/>
+ <location filename="downloadmanager.cpp" line="1039"/>
<source>get pending: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="992"/>
+ <location filename="downloadmanager.cpp" line="1048"/>
<source>get path: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1001"/>
+ <location filename="downloadmanager.cpp" line="1057"/>
<source>Main</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1002"/>
+ <location filename="downloadmanager.cpp" line="1058"/>
<source>Update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1003"/>
+ <location filename="downloadmanager.cpp" line="1059"/>
<source>Optional</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1004"/>
+ <location filename="downloadmanager.cpp" line="1060"/>
<source>Old</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1005"/>
- <source>Misc</source>
+ <location filename="downloadmanager.cpp" line="1061"/>
+ <source>Miscellaneous</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="downloadmanager.cpp" line="1062"/>
+ <source>Deleted</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1006"/>
+ <location filename="downloadmanager.cpp" line="1063"/>
<source>Unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1013"/>
+ <location filename="downloadmanager.cpp" line="1070"/>
<source>display name: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1033"/>
+ <location filename="downloadmanager.cpp" line="1090"/>
<source>file name: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1042"/>
+ <location filename="downloadmanager.cpp" line="1099"/>
<source>file time: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1056"/>
+ <location filename="downloadmanager.cpp" line="1113"/>
<source>file size: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1066"/>
+ <location filename="downloadmanager.cpp" line="1123"/>
<source>progress: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1076"/>
+ <location filename="downloadmanager.cpp" line="1133"/>
<source>state: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1086"/>
+ <location filename="downloadmanager.cpp" line="1143"/>
<source>infocomplete: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1101"/>
- <location filename="downloadmanager.cpp" line="1109"/>
+ <location filename="downloadmanager.cpp" line="1158"/>
+ <location filename="downloadmanager.cpp" line="1166"/>
<source>mod id: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1117"/>
+ <location filename="downloadmanager.cpp" line="1174"/>
<source>ishidden: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1126"/>
+ <location filename="downloadmanager.cpp" line="1183"/>
<source>file info: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1136"/>
+ <location filename="downloadmanager.cpp" line="1193"/>
<source>mark installed: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1181"/>
+ <location filename="downloadmanager.cpp" line="1238"/>
<source>mark uninstalled: invalid download index %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1354"/>
+ <location filename="downloadmanager.cpp" line="1411"/>
<source>Memory allocation error (in processing progress event).</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1364"/>
+ <location filename="downloadmanager.cpp" line="1421"/>
<source>Memory allocation error (in processing downloaded data).</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1480"/>
+ <location filename="downloadmanager.cpp" line="1537"/>
<source>Information updated</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1482"/>
- <location filename="downloadmanager.cpp" line="1496"/>
+ <location filename="downloadmanager.cpp" line="1539"/>
+ <location filename="downloadmanager.cpp" line="1554"/>
<source>No matching file found on Nexus! Maybe this file is no longer available or it was renamed?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1484"/>
+ <location filename="downloadmanager.cpp" line="1541"/>
<source>No file on Nexus matches the selected file by name. Please manually choose the correct one.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1602"/>
+ <location filename="downloadmanager.cpp" line="1669"/>
<source>No download server available. Please try again later.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1645"/>
+ <location filename="downloadmanager.cpp" line="1712"/>
<source>Failed to request file info from nexus: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1672"/>
+ <location filename="downloadmanager.cpp" line="1739"/>
<source>Warning: Content type is: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1677"/>
+ <location filename="downloadmanager.cpp" line="1744"/>
<source>Download header content length: %1 downloaded file size: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1679"/>
+ <location filename="downloadmanager.cpp" line="1746"/>
<source>Download failed: %1 (%2)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1701"/>
+ <location filename="downloadmanager.cpp" line="1768"/>
<source>We were unable to download the file due to errors after four retries. There may be an issue with the Nexus servers.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1784"/>
+ <location filename="downloadmanager.cpp" line="1851"/>
<source>failed to re-open %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="downloadmanager.cpp" line="1825"/>
+ <location filename="downloadmanager.cpp" line="1892"/>
<source>Unable to write download to drive (return %1).
Check the drive&apos;s available storage.
@@ -1016,7 +1031,7 @@ Right now the only case I know of where this needs to be overwritten is for the
</message>
<message>
<location filename="editexecutablesdialog.ui" line="256"/>
- <location filename="editexecutablesdialog.cpp" line="243"/>
+ <location filename="editexecutablesdialog.cpp" line="247"/>
<source>Add</source>
<translation type="unfinished"></translation>
</message>
@@ -1057,34 +1072,34 @@ Right now the only case I know of where this needs to be overwritten is for the
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="213"/>
+ <location filename="editexecutablesdialog.cpp" line="217"/>
<source>Select a directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="220"/>
+ <location filename="editexecutablesdialog.cpp" line="224"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="220"/>
+ <location filename="editexecutablesdialog.cpp" line="224"/>
<source>Really remove &quot;%1&quot; from executables?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="247"/>
+ <location filename="editexecutablesdialog.cpp" line="251"/>
<source>Modify</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="309"/>
- <location filename="editexecutablesdialog.cpp" line="329"/>
+ <location filename="editexecutablesdialog.cpp" line="313"/>
+ <location filename="editexecutablesdialog.cpp" line="333"/>
<source>Save Changes?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="editexecutablesdialog.cpp" line="310"/>
- <location filename="editexecutablesdialog.cpp" line="330"/>
+ <location filename="editexecutablesdialog.cpp" line="314"/>
+ <location filename="editexecutablesdialog.cpp" line="334"/>
<source>You made changes to the current executable, do you want to save them?</source>
<translation type="unfinished"></translation>
</message>
@@ -1280,99 +1295,99 @@ p, li { white-space: pre-wrap; }
<context>
<name>InstallationManager</name>
<message>
- <location filename="installationmanager.cpp" line="119"/>
+ <location filename="installationmanager.cpp" line="120"/>
<source>Password required</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="120"/>
+ <location filename="installationmanager.cpp" line="121"/>
<source>Password</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="190"/>
- <location filename="installationmanager.cpp" line="289"/>
+ <location filename="installationmanager.cpp" line="191"/>
+ <location filename="installationmanager.cpp" line="290"/>
<source>Extracting files</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="488"/>
+ <location filename="installationmanager.cpp" line="489"/>
<source>failed to create backup</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="497"/>
+ <location filename="installationmanager.cpp" line="498"/>
<source>Mod Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="497"/>
+ <location filename="installationmanager.cpp" line="498"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="550"/>
+ <location filename="installationmanager.cpp" line="551"/>
<source>Invalid name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="551"/>
+ <location filename="installationmanager.cpp" line="552"/>
<source>The name you entered is invalid, please enter a different one.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="710"/>
+ <location filename="installationmanager.cpp" line="720"/>
<source>File format &quot;%1&quot; not supported</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="872"/>
+ <location filename="installationmanager.cpp" line="884"/>
<source>None of the available installer plugins were able to handle that archive.
This is likely due to a corrupted or incompatible download or unrecognized archive format.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="883"/>
+ <location filename="installationmanager.cpp" line="896"/>
<source>no error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="886"/>
+ <location filename="installationmanager.cpp" line="899"/>
<source>7z.dll not found</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="889"/>
+ <location filename="installationmanager.cpp" line="902"/>
<source>7z.dll isn&apos;t valid</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="892"/>
+ <location filename="installationmanager.cpp" line="905"/>
<source>archive not found</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="895"/>
+ <location filename="installationmanager.cpp" line="908"/>
<source>failed to open archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="898"/>
+ <location filename="installationmanager.cpp" line="911"/>
<source>unsupported archive type</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="901"/>
+ <location filename="installationmanager.cpp" line="914"/>
<source>internal library error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="904"/>
+ <location filename="installationmanager.cpp" line="917"/>
<source>archive invalid</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="908"/>
+ <location filename="installationmanager.cpp" line="921"/>
<source>unknown archive error</source>
<translation type="unfinished"></translation>
</message>
@@ -1482,7 +1497,7 @@ This is likely due to a corrupted or incompatible download or unrecognized archi
<name>MainWindow</name>
<message>
<location filename="mainwindow.ui" line="46"/>
- <location filename="mainwindow.ui" line="625"/>
+ <location filename="mainwindow.ui" line="656"/>
<source>Categories</source>
<translation type="unfinished"></translation>
</message>
@@ -1548,20 +1563,20 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="mainwindow.ui" line="273"/>
- <location filename="mainwindow.ui" line="891"/>
+ <location filename="mainwindow.ui" line="922"/>
<source>Restore Backup...</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.ui" line="287"/>
- <location filename="mainwindow.ui" line="911"/>
- <location filename="mainwindow.cpp" line="4515"/>
+ <location filename="mainwindow.ui" line="942"/>
+ <location filename="mainwindow.cpp" line="4567"/>
<source>Create Backup</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="mainwindow.ui" line="301"/>
- <location filename="mainwindow.ui" line="925"/>
+ <location filename="mainwindow.ui" line="956"/>
<source>Active:</source>
<translation type="unfinished"></translation>
</message>
@@ -1582,34 +1597,49 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="mainwindow.ui" line="523"/>
- <location filename="mainwindow.ui" line="644"/>
- <location filename="mainwindow.ui" line="1063"/>
- <location filename="mainwindow.ui" line="1404"/>
+ <location filename="mainwindow.ui" line="675"/>
+ <location filename="mainwindow.ui" line="1094"/>
+ <location filename="mainwindow.ui" line="1435"/>
<source>Filter</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="580"/>
+ <location filename="mainwindow.ui" line="553"/>
+ <source>Nexus API Queued and Remaining Requests</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="556"/>
+ <source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This tracks the number of queued Nexus API requests on the left (&lt;span style=&quot; font-weight:600;&quot;&gt;Q&lt;/span&gt;) and the remaining daily (&lt;span style=&quot; font-weight:600;&quot;&gt;D&lt;/span&gt;) and hourly (&lt;span style=&quot; font-weight:600;&quot;&gt;H&lt;/span&gt;) requests on the right. The Nexus API limits you to a pool of requests per day and requests per hour. It is dynamically updated every time a request is completed. If you run out of requests, you will be unable to queue downloads, check updates, parse mod info, or even log in. Both pools must be consumed before this happens.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="571"/>
+ <source>API: Q: 0 | D: 0 | H: 0</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.ui" line="611"/>
<source>Clear all Filters</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="620"/>
+ <location filename="mainwindow.ui" line="651"/>
<source>No groups</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="630"/>
+ <location filename="mainwindow.ui" line="661"/>
<source>Nexus IDs</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="679"/>
+ <location filename="mainwindow.ui" line="710"/>
<source>Pick a program to run.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="682"/>
+ <location filename="mainwindow.ui" line="713"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
@@ -1619,12 +1649,12 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="730"/>
+ <location filename="mainwindow.ui" line="761"/>
<source>Run program</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="733"/>
+ <location filename="mainwindow.ui" line="764"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
@@ -1633,17 +1663,17 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="743"/>
+ <location filename="mainwindow.ui" line="774"/>
<source>Run</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="784"/>
+ <location filename="mainwindow.ui" line="815"/>
<source>Create a shortcut in your start menu or on the desktop to the specified program</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="787"/>
+ <location filename="mainwindow.ui" line="818"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
@@ -1652,32 +1682,32 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="794"/>
+ <location filename="mainwindow.ui" line="825"/>
<source>Shortcut</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="844"/>
+ <location filename="mainwindow.ui" line="875"/>
<source>Plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="867"/>
+ <location filename="mainwindow.ui" line="898"/>
<source>Sort</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="938"/>
+ <location filename="mainwindow.ui" line="969"/>
<source>This provides statistics about the plugin list. The total number of active plugins is normally displayed. Other statistics may be accessed with the tooltip of this counter.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1002"/>
+ <location filename="mainwindow.ui" line="1033"/>
<source>List of available esp/esm files</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1005"/>
+ <location filename="mainwindow.ui" line="1036"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
@@ -1686,27 +1716,27 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1076"/>
+ <location filename="mainwindow.ui" line="1107"/>
<source>Archives</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1096"/>
+ <location filename="mainwindow.ui" line="1127"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;BSAs / BA2s are bundles of game assets (textures, scripts, etc.). By default, the engine loads these bundles in a separate step from loose files. &lt;p&gt;Their load order is specified by the priority of the corresponding plugin (right pane, plugins tab).&lt;/p&gt;&lt;p&gt;If there is a matching plugin, the game will load them no matter what.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1099"/>
+ <location filename="mainwindow.ui" line="1130"/>
<source>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Currently detected archives. (&lt;a href=&quot;#&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;What is an archive?&lt;/span&gt;&lt;/a&gt;)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1114"/>
+ <location filename="mainwindow.ui" line="1145"/>
<source>List of available BS Archives. Archives not checked here are not managed by MO and ignore installation order.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1117"/>
+ <location filename="mainwindow.ui" line="1148"/>
<source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they &quot;compete&quot; with loose files in your data directory over which is loaded.
By default, BSAs that share their base name with an enabled ESP (i.e. plugin.esp and plugin.bsa) are automatically loaded and will have precedence over all loose files, the installation order you set up to the left is then ignored!
@@ -1714,72 +1744,72 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1151"/>
+ <location filename="mainwindow.ui" line="1182"/>
<source>Data</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1169"/>
+ <location filename="mainwindow.ui" line="1200"/>
<source>refresh data-directory overview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1172"/>
+ <location filename="mainwindow.ui" line="1203"/>
<source>Refresh the overview. This may take a moment.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1175"/>
- <location filename="mainwindow.ui" line="1318"/>
- <location filename="mainwindow.cpp" line="4389"/>
- <location filename="mainwindow.cpp" line="5324"/>
+ <location filename="mainwindow.ui" line="1206"/>
+ <location filename="mainwindow.ui" line="1349"/>
+ <location filename="mainwindow.cpp" line="4440"/>
+ <location filename="mainwindow.cpp" line="5366"/>
<source>Refresh</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1191"/>
+ <location filename="mainwindow.ui" line="1222"/>
<source>This is an overview of your data directory as visible to the game (and tools). </source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1204"/>
+ <location filename="mainwindow.ui" line="1235"/>
<source>File</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1209"/>
+ <location filename="mainwindow.ui" line="1240"/>
<source>Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1221"/>
- <location filename="mainwindow.ui" line="1224"/>
+ <location filename="mainwindow.ui" line="1252"/>
+ <location filename="mainwindow.ui" line="1255"/>
<source>Filters the above list so that only conflicts are displayed.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1227"/>
+ <location filename="mainwindow.ui" line="1258"/>
<source>Show only conflicts</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1234"/>
- <location filename="mainwindow.ui" line="1240"/>
+ <location filename="mainwindow.ui" line="1265"/>
+ <location filename="mainwindow.ui" line="1271"/>
<source>Filters the above list so that files from archives are not shown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1243"/>
+ <location filename="mainwindow.ui" line="1274"/>
<source>Show files from Archives</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1253"/>
+ <location filename="mainwindow.ui" line="1284"/>
<source>Saves</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1277"/>
+ <location filename="mainwindow.ui" line="1308"/>
<source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
@@ -1790,1078 +1820,1075 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1297"/>
+ <location filename="mainwindow.ui" line="1328"/>
<source>Downloads</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1315"/>
+ <location filename="mainwindow.ui" line="1346"/>
<source>Refresh downloads view</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1346"/>
+ <location filename="mainwindow.ui" line="1377"/>
<source>This is a list of mods you downloaded from Nexus. Double click one to install it. You can also drag an archive into here.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1384"/>
+ <location filename="mainwindow.ui" line="1415"/>
<source>Show Hidden</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1449"/>
+ <location filename="mainwindow.ui" line="1480"/>
<source>Tool Bar</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1492"/>
+ <location filename="mainwindow.ui" line="1523"/>
<source>Install Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1495"/>
+ <location filename="mainwindow.ui" line="1526"/>
<source>Install &amp;Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1498"/>
+ <location filename="mainwindow.ui" line="1529"/>
<source>Install a new mod from an archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1501"/>
+ <location filename="mainwindow.ui" line="1532"/>
<source>Ctrl+M</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1510"/>
+ <location filename="mainwindow.ui" line="1541"/>
<source>Profiles</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1513"/>
+ <location filename="mainwindow.ui" line="1544"/>
<source>&amp;Profiles</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1516"/>
+ <location filename="mainwindow.ui" line="1547"/>
<source>Configure Profiles</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1519"/>
+ <location filename="mainwindow.ui" line="1550"/>
<source>Ctrl+P</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1528"/>
+ <location filename="mainwindow.ui" line="1559"/>
<source>Executables</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1531"/>
+ <location filename="mainwindow.ui" line="1562"/>
<source>&amp;Executables</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1534"/>
+ <location filename="mainwindow.ui" line="1565"/>
<source>Configure the executables that can be started through Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1537"/>
+ <location filename="mainwindow.ui" line="1568"/>
<source>Ctrl+E</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1546"/>
- <location filename="mainwindow.ui" line="1552"/>
+ <location filename="mainwindow.ui" line="1577"/>
+ <location filename="mainwindow.ui" line="1583"/>
<source>Tools</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1549"/>
+ <location filename="mainwindow.ui" line="1580"/>
<source>&amp;Tools</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1555"/>
+ <location filename="mainwindow.ui" line="1586"/>
<source>Ctrl+I</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1564"/>
+ <location filename="mainwindow.ui" line="1595"/>
<source>Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1567"/>
+ <location filename="mainwindow.ui" line="1598"/>
<source>&amp;Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1570"/>
+ <location filename="mainwindow.ui" line="1601"/>
<source>Configure settings and workarounds</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1573"/>
+ <location filename="mainwindow.ui" line="1604"/>
<source>Ctrl+S</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1582"/>
+ <location filename="mainwindow.ui" line="1613"/>
<source>Nexus</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1585"/>
+ <location filename="mainwindow.ui" line="1616"/>
<source>Search nexus network for more mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1588"/>
+ <location filename="mainwindow.ui" line="1619"/>
<source>Ctrl+N</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1600"/>
- <location filename="mainwindow.cpp" line="5255"/>
+ <location filename="mainwindow.ui" line="1631"/>
+ <location filename="mainwindow.cpp" line="5315"/>
<source>Update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1603"/>
+ <location filename="mainwindow.ui" line="1634"/>
<source>Mod Organizer is up-to-date</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1615"/>
- <location filename="mainwindow.cpp" line="674"/>
- <source>No Problems</source>
+ <location filename="mainwindow.ui" line="1646"/>
+ <location filename="mainwindow.cpp" line="688"/>
+ <source>No Notifications</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1618"/>
- <source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.
-
-!Work in progress!
-Right now this has very limited functionality</source>
+ <location filename="mainwindow.ui" line="1649"/>
+ <source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1630"/>
- <location filename="mainwindow.ui" line="1633"/>
+ <location filename="mainwindow.ui" line="1658"/>
+ <location filename="mainwindow.ui" line="1661"/>
<source>Help</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1636"/>
+ <location filename="mainwindow.ui" line="1664"/>
<source>Ctrl+H</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1645"/>
+ <location filename="mainwindow.ui" line="1673"/>
<source>Endorse MO</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1648"/>
- <location filename="mainwindow.cpp" line="5347"/>
+ <location filename="mainwindow.ui" line="1676"/>
+ <location filename="mainwindow.cpp" line="5389"/>
<source>Endorse Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1653"/>
+ <location filename="mainwindow.ui" line="1681"/>
<source>Copy Log to Clipboard</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1662"/>
+ <location filename="mainwindow.ui" line="1690"/>
<source>Change Game</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.ui" line="1665"/>
+ <location filename="mainwindow.ui" line="1693"/>
<source>Open the Instance selection dialog to manage a different Game</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="334"/>
+ <location filename="mainwindow.cpp" line="337"/>
<source>Toolbar</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="335"/>
+ <location filename="mainwindow.cpp" line="338"/>
<source>Desktop</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="336"/>
+ <location filename="mainwindow.cpp" line="339"/>
<source>Start Menu</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="359"/>
+ <location filename="mainwindow.cpp" line="364"/>
<source>There is no supported sort mechanism for this game. You will probably have to use a third-party tool.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="494"/>
+ <location filename="mainwindow.cpp" line="508"/>
<source>Crash on exit</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="495"/>
+ <location filename="mainwindow.cpp" line="509"/>
<source>MO crashed while exiting. Some settings may not be saved.
Error: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="662"/>
- <source>Problems</source>
+ <location filename="mainwindow.cpp" line="676"/>
+ <source>Notifications</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="663"/>
- <source>There are potential problems with your setup</source>
+ <location filename="mainwindow.cpp" line="677"/>
+ <source>There are notifications to read</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="675"/>
- <source>Everything seems to be in order</source>
+ <location filename="mainwindow.cpp" line="689"/>
+ <source>There are no notifications</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="737"/>
- <location filename="mainwindow.cpp" line="4525"/>
- <location filename="mainwindow.cpp" line="4529"/>
+ <location filename="mainwindow.cpp" line="751"/>
+ <location filename="mainwindow.cpp" line="4577"/>
+ <location filename="mainwindow.cpp" line="4581"/>
<source>Endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="741"/>
+ <location filename="mainwindow.cpp" line="755"/>
<source>Won&apos;t Endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="756"/>
+ <location filename="mainwindow.cpp" line="770"/>
<source>Help on UI</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="760"/>
+ <location filename="mainwindow.cpp" line="774"/>
<source>Documentation</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="764"/>
+ <location filename="mainwindow.cpp" line="778"/>
<source>Chat on Discord</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="768"/>
+ <location filename="mainwindow.cpp" line="782"/>
<source>Report Issue</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="772"/>
+ <location filename="mainwindow.cpp" line="786"/>
<source>Tutorials</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="811"/>
+ <location filename="mainwindow.cpp" line="825"/>
<source>About</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="812"/>
+ <location filename="mainwindow.cpp" line="826"/>
<source>About Qt</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="871"/>
+ <location filename="mainwindow.cpp" line="885"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="872"/>
+ <location filename="mainwindow.cpp" line="886"/>
<source>Please enter a name for the new profile</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="880"/>
+ <location filename="mainwindow.cpp" line="894"/>
<source>failed to create profile: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="924"/>
+ <location filename="mainwindow.cpp" line="938"/>
<source>Show tutorial?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="925"/>
+ <location filename="mainwindow.cpp" line="939"/>
<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="961"/>
+ <location filename="mainwindow.cpp" line="975"/>
<source>Downloads in progress</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="962"/>
+ <location filename="mainwindow.cpp" line="976"/>
<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="1079"/>
+ <location filename="mainwindow.cpp" line="1093"/>
<source>Plugin &quot;%1&quot; failed: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1081"/>
+ <location filename="mainwindow.cpp" line="1095"/>
<source>Plugin &quot;%1&quot; failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1159"/>
+ <location filename="mainwindow.cpp" line="1173"/>
<source>Browse Mod Page</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1366"/>
+ <location filename="mainwindow.cpp" line="1380"/>
<source>Also in: &lt;br&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1377"/>
+ <location filename="mainwindow.cpp" line="1391"/>
<source>No conflict</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1462"/>
+ <location filename="mainwindow.cpp" line="1476"/>
<source>&lt;Edit...&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1740"/>
+ <location filename="mainwindow.cpp" line="1754"/>
<source>This bsa is enabled in the ini file so it may be required!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1802"/>
+ <location filename="mainwindow.cpp" line="1816"/>
<source>Activating Network Proxy</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1863"/>
+ <location filename="mainwindow.cpp" line="1891"/>
<source>Notice: Your current MO version (%1) is lower than the previously used one (%2). The GUI may not downgrade gracefully, so you may experience oddities. However, there should be no serious issues.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1969"/>
+ <location filename="mainwindow.cpp" line="1993"/>
<source>Choose Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1970"/>
+ <location filename="mainwindow.cpp" line="1994"/>
<source>Mod Archive</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2157"/>
+ <location filename="mainwindow.cpp" line="2181"/>
<source>Start Tutorial?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2158"/>
+ <location filename="mainwindow.cpp" line="2182"/>
<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="2331"/>
+ <location filename="mainwindow.cpp" line="2355"/>
<source>failed to spawn notepad.exe: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2371"/>
+ <location filename="mainwindow.cpp" line="2395"/>
<source>failed to change origin name: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2395"/>
+ <location filename="mainwindow.cpp" line="2419"/>
<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="2419"/>
+ <location filename="mainwindow.cpp" line="2443"/>
<source>&lt;Contains %1&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2454"/>
+ <location filename="mainwindow.cpp" line="2478"/>
<source>&lt;Checked&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2455"/>
+ <location filename="mainwindow.cpp" line="2479"/>
<source>&lt;Unchecked&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2456"/>
+ <location filename="mainwindow.cpp" line="2480"/>
<source>&lt;Update&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2457"/>
+ <location filename="mainwindow.cpp" line="2481"/>
<source>&lt;Mod Backup&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2458"/>
+ <location filename="mainwindow.cpp" line="2482"/>
<source>&lt;Managed by MO&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2459"/>
+ <location filename="mainwindow.cpp" line="2483"/>
<source>&lt;Managed outside MO&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2460"/>
+ <location filename="mainwindow.cpp" line="2484"/>
<source>&lt;No category&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2461"/>
+ <location filename="mainwindow.cpp" line="2485"/>
<source>&lt;Conflicted&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2462"/>
+ <location filename="mainwindow.cpp" line="2486"/>
<source>&lt;Not Endorsed&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2508"/>
+ <location filename="mainwindow.cpp" line="2532"/>
<source>failed to rename mod: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2521"/>
+ <location filename="mainwindow.cpp" line="2545"/>
<source>Overwrite?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2522"/>
+ <location filename="mainwindow.cpp" line="2546"/>
<source>This will replace the existing mod &quot;%1&quot;. Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2525"/>
+ <location filename="mainwindow.cpp" line="2549"/>
<source>failed to remove mod &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2529"/>
- <location filename="mainwindow.cpp" line="5081"/>
- <location filename="mainwindow.cpp" line="5105"/>
+ <location filename="mainwindow.cpp" line="2553"/>
+ <location filename="mainwindow.cpp" line="5141"/>
+ <location filename="mainwindow.cpp" line="5165"/>
<source>failed to rename &quot;%1&quot; to &quot;%2&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2606"/>
- <location filename="mainwindow.cpp" line="4087"/>
- <location filename="mainwindow.cpp" line="4095"/>
- <location filename="mainwindow.cpp" line="4638"/>
+ <location filename="mainwindow.cpp" line="2630"/>
+ <location filename="mainwindow.cpp" line="4143"/>
+ <location filename="mainwindow.cpp" line="4151"/>
+ <location filename="mainwindow.cpp" line="4690"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2607"/>
+ <location filename="mainwindow.cpp" line="2631"/>
<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="2622"/>
+ <location filename="mainwindow.cpp" line="2646"/>
<source>failed to remove mod: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2654"/>
- <location filename="mainwindow.cpp" line="2657"/>
- <location filename="mainwindow.cpp" line="2667"/>
+ <location filename="mainwindow.cpp" line="2678"/>
+ <location filename="mainwindow.cpp" line="2681"/>
+ <location filename="mainwindow.cpp" line="2691"/>
<source>Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2654"/>
+ <location filename="mainwindow.cpp" line="2678"/>
<source>Installation file no longer exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2658"/>
+ <location filename="mainwindow.cpp" line="2682"/>
<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="2668"/>
+ <location filename="mainwindow.cpp" line="2692"/>
<source>Failed to create backup.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2685"/>
+ <location filename="mainwindow.cpp" line="2709"/>
<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="2701"/>
- <location filename="mainwindow.cpp" line="2727"/>
- <location filename="mainwindow.cpp" line="2761"/>
- <location filename="mainwindow.cpp" line="2786"/>
+ <location filename="mainwindow.cpp" line="2725"/>
+ <location filename="mainwindow.cpp" line="2751"/>
+ <location filename="mainwindow.cpp" line="2785"/>
+ <location filename="mainwindow.cpp" line="2810"/>
<source>You need to be logged in with Nexus to endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2712"/>
- <location filename="mainwindow.cpp" line="2720"/>
+ <location filename="mainwindow.cpp" line="2736"/>
+ <location filename="mainwindow.cpp" line="2744"/>
<source>Endorsing multiple mods will take a while. Please wait...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2772"/>
- <location filename="mainwindow.cpp" line="2779"/>
+ <location filename="mainwindow.cpp" line="2796"/>
+ <location filename="mainwindow.cpp" line="2803"/>
<source>Unendorsing multiple mods will take a while. Please wait...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="2847"/>
+ <location filename="mainwindow.cpp" line="2871"/>
<source>Failed to display overwrite dialog: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3034"/>
+ <location filename="mainwindow.cpp" line="3058"/>
<source>Opening Nexus Links</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3035"/>
+ <location filename="mainwindow.cpp" line="3059"/>
<source>You are trying to open %1 links to Nexus Mods. Are you sure you want to do this?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3064"/>
+ <location filename="mainwindow.cpp" line="3088"/>
<source>Nexus ID for this Mod is unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3076"/>
+ <location filename="mainwindow.cpp" line="3100"/>
<source>Opening Web Pages</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3077"/>
+ <location filename="mainwindow.cpp" line="3101"/>
<source>You are trying to open %1 Web Pages. Are you sure you want to do this?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3106"/>
+ <location filename="mainwindow.cpp" line="3130"/>
<source>Web page for this mod is unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3289"/>
+ <location filename="mainwindow.cpp" line="3317"/>
<source>&lt;table cellspacing=&quot;5&quot;&gt;&lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;All&lt;/th&gt;&lt;th&gt;Visible&lt;/th&gt;&lt;tr&gt;&lt;td&gt;Enabled mods:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%1 / %2&lt;/td&gt;&lt;td align=right&gt;%3 / %4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Unmanaged/DLCs:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%5&lt;/td&gt;&lt;td align=right&gt;%6&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Mod backups:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%7&lt;/td&gt;&lt;td align=right&gt;%8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Separators:&amp;emsp;&lt;/td&gt;&lt;td align=right&gt;%9&lt;/td&gt;&lt;td align=right&gt;%10&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3344"/>
+ <location filename="mainwindow.cpp" line="3372"/>
<source>&lt;table cellspacing=&quot;6&quot;&gt;&lt;tr&gt;&lt;th&gt;Type&lt;/th&gt;&lt;th&gt;Active &lt;/th&gt;&lt;th&gt;Total&lt;/th&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;All plugins:&lt;/td&gt;&lt;td align=right&gt;%1 &lt;/td&gt;&lt;td align=right&gt;%2&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESMs:&lt;/td&gt;&lt;td align=right&gt;%3 &lt;/td&gt;&lt;td align=right&gt;%4&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESPs:&lt;/td&gt;&lt;td align=right&gt;%7 &lt;/td&gt;&lt;td align=right&gt;%8&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESMs+ESPs:&lt;/td&gt;&lt;td align=right&gt;%9 &lt;/td&gt;&lt;td align=right&gt;%10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;ESLs:&lt;/td&gt;&lt;td align=right&gt;%5 &lt;/td&gt;&lt;td align=right&gt;%6&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3376"/>
- <location filename="mainwindow.cpp" line="3514"/>
- <location filename="mainwindow.cpp" line="4451"/>
+ <location filename="mainwindow.cpp" line="3404"/>
+ <location filename="mainwindow.cpp" line="3542"/>
+ <location filename="mainwindow.cpp" line="4502"/>
<source>Create Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3377"/>
+ <location filename="mainwindow.cpp" line="3405"/>
<source>This will create an empty mod.
Please enter a name:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3386"/>
- <location filename="mainwindow.cpp" line="3524"/>
+ <location filename="mainwindow.cpp" line="3414"/>
+ <location filename="mainwindow.cpp" line="3552"/>
<source>A mod with this name already exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3414"/>
+ <location filename="mainwindow.cpp" line="3442"/>
<source>Create Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3415"/>
+ <location filename="mainwindow.cpp" line="3443"/>
<source>This will create a new separator.
Please enter a name:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3422"/>
+ <location filename="mainwindow.cpp" line="3450"/>
<source>A separator with this name already exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3515"/>
+ <location filename="mainwindow.cpp" line="3543"/>
<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="3596"/>
+ <location filename="mainwindow.cpp" line="3624"/>
<source>Move successful.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3617"/>
- <location filename="mainwindow.cpp" line="5731"/>
+ <location filename="mainwindow.cpp" line="3645"/>
+ <location filename="mainwindow.cpp" line="5945"/>
<source>Are you sure?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3618"/>
+ <location filename="mainwindow.cpp" line="3646"/>
<source>About to recursively delete:
</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3981"/>
- <source>Not logged in, endorsement information will be wrong</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <location filename="mainwindow.cpp" line="3989"/>
+ <location filename="mainwindow.cpp" line="4023"/>
<source>Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="3990"/>
+ <location filename="mainwindow.cpp" line="4024"/>
<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="4010"/>
- <location filename="mainwindow.cpp" line="5223"/>
+ <location filename="mainwindow.cpp" line="4044"/>
+ <location filename="mainwindow.cpp" line="5283"/>
<source>Sorry</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4011"/>
+ <location filename="mainwindow.cpp" line="4045"/>
<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="4087"/>
+ <location filename="mainwindow.cpp" line="4143"/>
<source>Really enable all visible mods?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4095"/>
+ <location filename="mainwindow.cpp" line="4151"/>
<source>Really disable all visible mods?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4175"/>
+ <location filename="mainwindow.cpp" line="4231"/>
<source>Export to csv</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4178"/>
+ <location filename="mainwindow.cpp" line="4234"/>
<source>CSV (Comma Separated Values) is a format that can be imported in programs like Excel to create a spreadsheet.
You can also use online editors and converters instead.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4181"/>
+ <location filename="mainwindow.cpp" line="4237"/>
<source>Select what mods you want export:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4182"/>
+ <location filename="mainwindow.cpp" line="4238"/>
<source>All installed mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4183"/>
+ <location filename="mainwindow.cpp" line="4239"/>
<source>Only active (checked) mods from your current profile</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4184"/>
+ <location filename="mainwindow.cpp" line="4240"/>
<source>All currently visible mods in the mod list</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4205"/>
+ <location filename="mainwindow.cpp" line="4261"/>
<source>Choose what Columns to export:</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4208"/>
+ <location filename="mainwindow.cpp" line="4264"/>
<source>Mod_Priority</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4210"/>
+ <location filename="mainwindow.cpp" line="4266"/>
<source>Mod_Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4212"/>
+ <location filename="mainwindow.cpp" line="4268"/>
<source>Notes_column</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4213"/>
+ <location filename="mainwindow.cpp" line="4269"/>
<source>Mod_Status</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4214"/>
+ <location filename="mainwindow.cpp" line="4270"/>
<source>Primary_Category</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4215"/>
+ <location filename="mainwindow.cpp" line="4271"/>
<source>Nexus_ID</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4216"/>
+ <location filename="mainwindow.cpp" line="4272"/>
<source>Mod_Nexus_URL</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4217"/>
+ <location filename="mainwindow.cpp" line="4273"/>
<source>Mod_Version</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4218"/>
+ <location filename="mainwindow.cpp" line="4274"/>
<source>Install_Date</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4219"/>
+ <location filename="mainwindow.cpp" line="4275"/>
<source>Download_File_Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4326"/>
+ <location filename="mainwindow.cpp" line="4382"/>
<source>export failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4345"/>
+ <location filename="mainwindow.cpp" line="4401"/>
<source>Open Game folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4347"/>
+ <location filename="mainwindow.cpp" line="4403"/>
<source>Open MyGames folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4349"/>
+ <location filename="mainwindow.cpp" line="4405"/>
<source>Open INIs folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4353"/>
+ <location filename="mainwindow.cpp" line="4409"/>
<source>Open Instance folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4355"/>
+ <location filename="mainwindow.cpp" line="4411"/>
<source>Open Mods folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4357"/>
+ <location filename="mainwindow.cpp" line="4413"/>
<source>Open Profile folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4359"/>
+ <location filename="mainwindow.cpp" line="4415"/>
<source>Open Downloads folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4363"/>
+ <location filename="mainwindow.cpp" line="4419"/>
<source>Open MO2 Install folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4365"/>
+ <location filename="mainwindow.cpp" line="4421"/>
<source>Open MO2 Plugins folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4367"/>
+ <location filename="mainwindow.cpp" line="4423"/>
<source>Open MO2 Logs folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4376"/>
+ <location filename="mainwindow.cpp" line="4431"/>
<source>Install Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4378"/>
+ <location filename="mainwindow.cpp" line="4432"/>
<source>Create empty mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4380"/>
+ <location filename="mainwindow.cpp" line="4433"/>
<source>Create Separator</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4384"/>
+ <location filename="mainwindow.cpp" line="4437"/>
<source>Enable all visible</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4385"/>
+ <location filename="mainwindow.cpp" line="4438"/>
<source>Disable all visible</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4387"/>
- <source>Check all for update</source>
+ <location filename="mainwindow.cpp" line="4439"/>
+ <source>Check for updates</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4391"/>
+ <location filename="mainwindow.cpp" line="4441"/>
<source>Export to csv...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4403"/>
- <location filename="mainwindow.cpp" line="4419"/>
+ <location filename="mainwindow.cpp" line="4450"/>
+ <location filename="mainwindow.cpp" line="4466"/>
<source>Send to</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4404"/>
- <location filename="mainwindow.cpp" line="4420"/>
+ <location filename="mainwindow.cpp" line="4451"/>
+ <location filename="mainwindow.cpp" line="4467"/>
<source>Top</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4405"/>
- <location filename="mainwindow.cpp" line="4421"/>
+ <location filename="mainwindow.cpp" line="4452"/>
+ <location filename="mainwindow.cpp" line="4468"/>
<source>Bottom</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4406"/>
- <location filename="mainwindow.cpp" line="4422"/>
+ <location filename="mainwindow.cpp" line="4453"/>
+ <location filename="mainwindow.cpp" line="4469"/>
<source>Priority...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4407"/>
+ <location filename="mainwindow.cpp" line="4454"/>
<source>Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4443"/>
+ <location filename="mainwindow.cpp" line="4493"/>
<source>All Mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4450"/>
+ <location filename="mainwindow.cpp" line="4501"/>
<source>Sync to Mods...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4452"/>
+ <location filename="mainwindow.cpp" line="4503"/>
<source>Move content to Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4453"/>
+ <location filename="mainwindow.cpp" line="4504"/>
<source>Clear Overwrite...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4455"/>
- <location filename="mainwindow.cpp" line="4556"/>
+ <location filename="mainwindow.cpp" line="4506"/>
+ <location filename="mainwindow.cpp" line="4608"/>
<source>Open in Explorer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4457"/>
+ <location filename="mainwindow.cpp" line="4508"/>
<source>Restore Backup</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4458"/>
+ <location filename="mainwindow.cpp" line="4509"/>
<source>Remove Backup...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4461"/>
- <location filename="mainwindow.cpp" line="4480"/>
+ <location filename="mainwindow.cpp" line="4512"/>
+ <location filename="mainwindow.cpp" line="4531"/>
<source>Change Categories</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4465"/>
- <location filename="mainwindow.cpp" line="4485"/>
+ <location filename="mainwindow.cpp" line="4516"/>
+ <location filename="mainwindow.cpp" line="4536"/>
<source>Primary Category</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4469"/>
+ <location filename="mainwindow.cpp" line="4520"/>
<source>Rename Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4470"/>
+ <location filename="mainwindow.cpp" line="4521"/>
<source>Remove Separator...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4473"/>
+ <location filename="mainwindow.cpp" line="4524"/>
<source>Select Color...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4475"/>
+ <location filename="mainwindow.cpp" line="4526"/>
<source>Reset Color</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4492"/>
+ <location filename="mainwindow.cpp" line="4543"/>
<source>Change versioning scheme</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4496"/>
+ <location filename="mainwindow.cpp" line="4547"/>
+ <source>Force-check updates</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="4549"/>
<source>Un-ignore update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4500"/>
+ <location filename="mainwindow.cpp" line="4552"/>
<source>Ignore update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4505"/>
- <location filename="mainwindow.cpp" line="5842"/>
+ <location filename="mainwindow.cpp" line="4557"/>
+ <location filename="mainwindow.cpp" line="6058"/>
<source>Enable selected</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4506"/>
- <location filename="mainwindow.cpp" line="5843"/>
+ <location filename="mainwindow.cpp" line="4558"/>
+ <location filename="mainwindow.cpp" line="6059"/>
<source>Disable selected</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4512"/>
+ <location filename="mainwindow.cpp" line="4564"/>
<source>Rename Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4513"/>
+ <location filename="mainwindow.cpp" line="4565"/>
<source>Reinstall Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4514"/>
+ <location filename="mainwindow.cpp" line="4566"/>
<source>Remove Mod...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4522"/>
+ <location filename="mainwindow.cpp" line="4574"/>
<source>Un-Endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4526"/>
+ <location filename="mainwindow.cpp" line="4578"/>
<source>Won&apos;t endorse</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4532"/>
+ <location filename="mainwindow.cpp" line="4584"/>
<source>Endorsement state unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4543"/>
+ <location filename="mainwindow.cpp" line="4595"/>
<source>Ignore missing data</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4547"/>
+ <location filename="mainwindow.cpp" line="4599"/>
<source>Mark as converted/working</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4551"/>
+ <location filename="mainwindow.cpp" line="4603"/>
<source>Visit on Nexus</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4553"/>
+ <location filename="mainwindow.cpp" line="4605"/>
<source>Visit web page</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4560"/>
+ <location filename="mainwindow.cpp" line="4612"/>
<source>Information...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4567"/>
- <location filename="mainwindow.cpp" line="5890"/>
+ <location filename="mainwindow.cpp" line="4619"/>
+ <location filename="mainwindow.cpp" line="6111"/>
<source>Exception: </source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4569"/>
- <location filename="mainwindow.cpp" line="5892"/>
+ <location filename="mainwindow.cpp" line="4621"/>
+ <location filename="mainwindow.cpp" line="6113"/>
<source>Unknown exception</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4598"/>
+ <location filename="mainwindow.cpp" line="4650"/>
<source>&lt;All&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4600"/>
+ <location filename="mainwindow.cpp" line="4652"/>
<source>&lt;Multiple&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4635"/>
+ <location filename="mainwindow.cpp" line="4687"/>
<source>%1 more</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location filename="mainwindow.cpp" line="4639"/>
+ <location filename="mainwindow.cpp" line="4691"/>
<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>
@@ -2869,12 +2896,12 @@ You can also use online editors and converters instead.</source>
</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4684"/>
+ <location filename="mainwindow.cpp" line="4736"/>
<source>Enable Mods...</source>
<translation type="unfinished"></translation>
</message>
<message numerus="yes">
- <location filename="mainwindow.cpp" line="4699"/>
+ <location filename="mainwindow.cpp" line="4751"/>
<source>Delete %n save(s)</source>
<translation type="unfinished">
<numerusform></numerusform>
@@ -2882,22 +2909,22 @@ You can also use online editors and converters instead.</source>
</translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4741"/>
+ <location filename="mainwindow.cpp" line="4793"/>
<source>failed to remove %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4763"/>
+ <location filename="mainwindow.cpp" line="4815"/>
<source>failed to create %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4793"/>
+ <location filename="mainwindow.cpp" line="4845"/>
<source>Restarting MO</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4794"/>
+ <location filename="mainwindow.cpp" line="4846"/>
<source>Changing the managed game directory requires restarting MO.
Any pending downloads will be paused.
@@ -2905,345 +2932,373 @@ Click OK to restart MO now.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4814"/>
+ <location filename="mainwindow.cpp" line="4866"/>
<source>Can&apos;t change download directory while downloads are in progress!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4953"/>
+ <location filename="mainwindow.cpp" line="5012"/>
<source>failed to write to file %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="4959"/>
+ <location filename="mainwindow.cpp" line="5018"/>
<source>%1 written</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5000"/>
+ <location filename="mainwindow.cpp" line="5060"/>
<source>Select binary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5000"/>
+ <location filename="mainwindow.cpp" line="5060"/>
<source>Binary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5026"/>
+ <location filename="mainwindow.cpp" line="5086"/>
<source>Enter Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5027"/>
+ <location filename="mainwindow.cpp" line="5087"/>
<source>Please enter a name for the executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5041"/>
+ <location filename="mainwindow.cpp" line="5101"/>
<source>Not an executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5041"/>
+ <location filename="mainwindow.cpp" line="5101"/>
<source>This is not a recognized executable.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5066"/>
- <location filename="mainwindow.cpp" line="5091"/>
+ <location filename="mainwindow.cpp" line="5126"/>
+ <location filename="mainwindow.cpp" line="5151"/>
<source>Replace file?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5066"/>
+ <location filename="mainwindow.cpp" line="5126"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5069"/>
- <location filename="mainwindow.cpp" line="5094"/>
+ <location filename="mainwindow.cpp" line="5129"/>
+ <location filename="mainwindow.cpp" line="5154"/>
<source>File operation failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5069"/>
- <location filename="mainwindow.cpp" line="5094"/>
+ <location filename="mainwindow.cpp" line="5129"/>
+ <location filename="mainwindow.cpp" line="5154"/>
<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="5091"/>
+ <location filename="mainwindow.cpp" line="5151"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5135"/>
- <location filename="mainwindow.cpp" line="6504"/>
+ <location filename="mainwindow.cpp" line="5195"/>
+ <location filename="mainwindow.cpp" line="6725"/>
<source>Set Priority</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5135"/>
+ <location filename="mainwindow.cpp" line="5195"/>
<source>Set the priority of the selected plugins</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5190"/>
+ <location filename="mainwindow.cpp" line="5250"/>
<source>file not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5203"/>
+ <location filename="mainwindow.cpp" line="5263"/>
<source>failed to generate preview for %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5223"/>
+ <location filename="mainwindow.cpp" line="5283"/>
<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="5257"/>
+ <location filename="mainwindow.cpp" line="5317"/>
<source>Update available</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5304"/>
+ <location filename="mainwindow.cpp" line="5346"/>
<source>Open/Execute</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5305"/>
+ <location filename="mainwindow.cpp" line="5347"/>
<source>Add as Executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5309"/>
+ <location filename="mainwindow.cpp" line="5351"/>
<source>Preview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5315"/>
+ <location filename="mainwindow.cpp" line="5357"/>
<source>Un-Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5317"/>
+ <location filename="mainwindow.cpp" line="5359"/>
<source>Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5323"/>
+ <location filename="mainwindow.cpp" line="5365"/>
<source>Write To File...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5348"/>
+ <location filename="mainwindow.cpp" line="5390"/>
<source>Do you want to endorse Mod Organizer on %1 now?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5537"/>
+ <location filename="mainwindow.cpp" line="5404"/>
+ <source>Abstain from Endorsing Mod Organizer</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5405"/>
+ <source>Are you sure you want to abstain from endorsing Mod Organizer 2?
+You will have to visit the mod page on the %1 Nexus site to change your mind.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5485"/>
+ <location filename="mainwindow.cpp" line="5486"/>
+ <source>Thank you for endorsing MO2! :)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5488"/>
+ <location filename="mainwindow.cpp" line="5489"/>
+ <source>Please reconsider endorsing MO2 on Nexus!</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5716"/>
<source>Thank you!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5537"/>
+ <location filename="mainwindow.cpp" line="5716"/>
<source>Thank you for your endorsement!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5539"/>
+ <location filename="mainwindow.cpp" line="5718"/>
<source>Okay.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5539"/>
+ <location filename="mainwindow.cpp" line="5718"/>
<source>This mod will not be endorsed and will no longer ask you to endorse.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5575"/>
+ <location filename="mainwindow.cpp" line="5759"/>
+ <source>Mod ID %1 no longer seems to be available on Nexus.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="mainwindow.cpp" line="5761"/>
<source>Request to Nexus failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5590"/>
- <location filename="mainwindow.cpp" line="5652"/>
+ <location filename="mainwindow.cpp" line="5797"/>
+ <location filename="mainwindow.cpp" line="5859"/>
<source>failed to read %1: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5602"/>
- <location filename="mainwindow.cpp" line="6080"/>
+ <location filename="mainwindow.cpp" line="5809"/>
+ <location filename="mainwindow.cpp" line="6301"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5602"/>
+ <location filename="mainwindow.cpp" line="5809"/>
<source>failed to extract %1 (errorcode %2)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5634"/>
+ <location filename="mainwindow.cpp" line="5841"/>
<source>Extract BSA</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5663"/>
+ <location filename="mainwindow.cpp" line="5870"/>
<source>This archive contains invalid hashes. Some files may be broken.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5709"/>
+ <location filename="mainwindow.cpp" line="5916"/>
<source>Extract...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5732"/>
+ <location filename="mainwindow.cpp" line="5946"/>
<source>This will restart MO, continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5779"/>
+ <location filename="mainwindow.cpp" line="5993"/>
<source>Edit Categories...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5780"/>
+ <location filename="mainwindow.cpp" line="5994"/>
<source>Deselect filter</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5831"/>
+ <location filename="mainwindow.cpp" line="6047"/>
<source>Remove</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5847"/>
+ <location filename="mainwindow.cpp" line="6063"/>
<source>Enable all</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5848"/>
+ <location filename="mainwindow.cpp" line="6064"/>
<source>Disable all</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5869"/>
+ <location filename="mainwindow.cpp" line="6085"/>
<source>Unlock load order</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5872"/>
+ <location filename="mainwindow.cpp" line="6088"/>
<source>Lock load order</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5876"/>
+ <location filename="mainwindow.cpp" line="6098"/>
<source>Open Origin in Explorer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="5883"/>
+ <location filename="mainwindow.cpp" line="6103"/>
<source>Open Origin Info...</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6026"/>
+ <location filename="mainwindow.cpp" line="6247"/>
<source>depends on missing &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6030"/>
+ <location filename="mainwindow.cpp" line="6251"/>
<source>incompatible with &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6056"/>
+ <location filename="mainwindow.cpp" line="6277"/>
<source>Please wait while LOOT is running</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6153"/>
+ <location filename="mainwindow.cpp" line="6374"/>
<source>loot failed. Exit code was: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6175"/>
+ <location filename="mainwindow.cpp" line="6396"/>
<source>failed to start loot</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6178"/>
+ <location filename="mainwindow.cpp" line="6399"/>
<source>failed to run loot: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6182"/>
+ <location filename="mainwindow.cpp" line="6403"/>
<source>Errors occured</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6229"/>
+ <location filename="mainwindow.cpp" line="6450"/>
<source>Backup of load order created</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6239"/>
+ <location filename="mainwindow.cpp" line="6460"/>
<source>Choose backup to restore</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6252"/>
+ <location filename="mainwindow.cpp" line="6473"/>
<source>No Backups</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6252"/>
+ <location filename="mainwindow.cpp" line="6473"/>
<source>There are no backups to restore</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6273"/>
- <location filename="mainwindow.cpp" line="6295"/>
+ <location filename="mainwindow.cpp" line="6494"/>
+ <location filename="mainwindow.cpp" line="6516"/>
<source>Restore failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6274"/>
- <location filename="mainwindow.cpp" line="6296"/>
+ <location filename="mainwindow.cpp" line="6495"/>
+ <location filename="mainwindow.cpp" line="6517"/>
<source>Failed to restore the backup. Errorcode: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6285"/>
+ <location filename="mainwindow.cpp" line="6506"/>
<source>Backup of modlist created</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6391"/>
+ <location filename="mainwindow.cpp" line="6612"/>
<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="6393"/>
+ <location filename="mainwindow.cpp" line="6614"/>
<source>Overwrite</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6394"/>
+ <location filename="mainwindow.cpp" line="6615"/>
<source>Rename new file</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6395"/>
+ <location filename="mainwindow.cpp" line="6616"/>
<source>Ignore file</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="6504"/>
+ <location filename="mainwindow.cpp" line="6725"/>
<source>Set the priority of the selected mods</source>
<translation type="unfinished"></translation>
</message>
@@ -3251,8 +3306,8 @@ Click OK to restart MO now.</source>
<context>
<name>MessageDialog</name>
<message>
- <location filename="messagedialog.ui" line="150"/>
- <location filename="messagedialog.ui" line="180"/>
+ <location filename="messagedialog.ui" line="32"/>
+ <location filename="messagedialog.ui" line="71"/>
<source>Placeholder</source>
<translation type="unfinished"></translation>
</message>
@@ -3326,16 +3381,16 @@ Click OK to restart MO now.</source>
</message>
<message>
<location filename="modinfo.cpp" line="113"/>
- <source>invalid content type %1</source>
+ <source>invalid content type: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="modinfo.cpp" line="136"/>
- <source>invalid mod index %1</source>
+ <source>invalid mod index: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfo.cpp" line="166"/>
+ <location filename="modinfo.cpp" line="173"/>
<source>remove: invalid mod index %1</source>
<translation type="unfinished"></translation>
</message>
@@ -3742,210 +3797,214 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location filename="modinfodialog.cpp" line="796"/>
- <location filename="modinfodialog.cpp" line="1525"/>
<source>Info requested, please wait</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="850"/>
+ <location filename="modinfodialog.cpp" line="804"/>
<source>Main</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="851"/>
+ <location filename="modinfodialog.cpp" line="805"/>
<source>Update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="852"/>
+ <location filename="modinfodialog.cpp" line="806"/>
<source>Optional</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="853"/>
+ <location filename="modinfodialog.cpp" line="807"/>
<source>Old</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="854"/>
+ <location filename="modinfodialog.cpp" line="808"/>
+ <source>Miscellaneous</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="modinfodialog.cpp" line="809"/>
<source>Deleted</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="855"/>
+ <location filename="modinfodialog.cpp" line="810"/>
<source>Unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="866"/>
+ <location filename="modinfodialog.cpp" line="821"/>
<source>Current Version: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="870"/>
+ <location filename="modinfodialog.cpp" line="825"/>
<source>No update available</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="913"/>
- <source>(description incomplete, please visit nexus)</source>
+ <location filename="modinfodialog.cpp" line="842"/>
+ <source>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;h1&gt;Uh oh!&lt;/h1&gt;&lt;p&gt;Sorry, there is no description available for this mod. :(&lt;/p&gt;&lt;/div&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="928"/>
+ <location filename="modinfodialog.cpp" line="858"/>
<source>&lt;a href=&quot;%1&quot;&gt;Visit on Nexus&lt;/a&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1026"/>
+ <location filename="modinfodialog.cpp" line="956"/>
<source>Failed to delete %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1042"/>
- <location filename="modinfodialog.cpp" line="1048"/>
- <location filename="modinfodialog.cpp" line="1067"/>
- <location filename="modinfodialog.cpp" line="1072"/>
+ <location filename="modinfodialog.cpp" line="972"/>
+ <location filename="modinfodialog.cpp" line="978"/>
+ <location filename="modinfodialog.cpp" line="997"/>
+ <location filename="modinfodialog.cpp" line="1002"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1042"/>
- <location filename="modinfodialog.cpp" line="1067"/>
+ <location filename="modinfodialog.cpp" line="972"/>
+ <location filename="modinfodialog.cpp" line="997"/>
<source>Are sure you want to delete &quot;%1&quot;?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1048"/>
- <location filename="modinfodialog.cpp" line="1072"/>
+ <location filename="modinfodialog.cpp" line="978"/>
+ <location filename="modinfodialog.cpp" line="1002"/>
<source>Are sure you want to delete the selected files?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1146"/>
- <location filename="modinfodialog.cpp" line="1152"/>
+ <location filename="modinfodialog.cpp" line="1076"/>
+ <location filename="modinfodialog.cpp" line="1082"/>
<source>New Folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1158"/>
+ <location filename="modinfodialog.cpp" line="1088"/>
<source>Failed to create &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1262"/>
- <location filename="modinfodialog.cpp" line="1286"/>
+ <location filename="modinfodialog.cpp" line="1192"/>
+ <location filename="modinfodialog.cpp" line="1216"/>
<source>Replace file?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1262"/>
+ <location filename="modinfodialog.cpp" line="1192"/>
<source>There already is a hidden version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1265"/>
- <location filename="modinfodialog.cpp" line="1289"/>
+ <location filename="modinfodialog.cpp" line="1195"/>
+ <location filename="modinfodialog.cpp" line="1219"/>
<source>File operation failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1265"/>
- <location filename="modinfodialog.cpp" line="1289"/>
+ <location filename="modinfodialog.cpp" line="1195"/>
+ <location filename="modinfodialog.cpp" line="1219"/>
<source>Failed to remove &quot;%1&quot;. Maybe you lack the required file permissions?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1276"/>
- <location filename="modinfodialog.cpp" line="1299"/>
+ <location filename="modinfodialog.cpp" line="1206"/>
+ <location filename="modinfodialog.cpp" line="1229"/>
<source>failed to rename %1 to %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1286"/>
+ <location filename="modinfodialog.cpp" line="1216"/>
<source>There already is a visible version of this file. Replace it?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1362"/>
+ <location filename="modinfodialog.cpp" line="1292"/>
<source>Select binary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1362"/>
+ <location filename="modinfodialog.cpp" line="1292"/>
<source>Binary</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1434"/>
+ <location filename="modinfodialog.cpp" line="1364"/>
<source>file not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1447"/>
+ <location filename="modinfodialog.cpp" line="1377"/>
<source>failed to generate preview for %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1463"/>
+ <location filename="modinfodialog.cpp" line="1393"/>
<source>Sorry</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1463"/>
+ <location filename="modinfodialog.cpp" line="1393"/>
<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="modinfodialog.cpp" line="1477"/>
+ <location filename="modinfodialog.cpp" line="1407"/>
<source>Un-Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1479"/>
+ <location filename="modinfodialog.cpp" line="1409"/>
<source>Hide</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1482"/>
- <location filename="modinfodialog.cpp" line="1502"/>
+ <location filename="modinfodialog.cpp" line="1412"/>
+ <location filename="modinfodialog.cpp" line="1432"/>
<source>Open/Execute</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1486"/>
- <location filename="modinfodialog.cpp" line="1506"/>
+ <location filename="modinfodialog.cpp" line="1416"/>
+ <location filename="modinfodialog.cpp" line="1436"/>
<source>Preview</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1554"/>
+ <location filename="modinfodialog.cpp" line="1487"/>
<source>Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1554"/>
+ <location filename="modinfodialog.cpp" line="1487"/>
<source>Please enter a name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1558"/>
- <location filename="modinfodialog.cpp" line="1561"/>
+ <location filename="modinfodialog.cpp" line="1491"/>
+ <location filename="modinfodialog.cpp" line="1494"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1558"/>
+ <location filename="modinfodialog.cpp" line="1491"/>
<source>Invalid name. Must be a valid file name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1561"/>
+ <location filename="modinfodialog.cpp" line="1494"/>
<source>A tweak by that name exists</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinfodialog.cpp" line="1575"/>
+ <location filename="modinfodialog.cpp" line="1508"/>
<source>Create Tweak</source>
<translation type="unfinished"></translation>
</message>
@@ -3984,18 +4043,18 @@ p, li { white-space: pre-wrap; }
<context>
<name>ModInfoRegular</name>
<message>
- <location filename="modinforegular.cpp" line="184"/>
- <location filename="modinforegular.cpp" line="187"/>
+ <location filename="modinforegular.cpp" line="192"/>
+ <location filename="modinforegular.cpp" line="195"/>
<source>failed to write %1/meta.ini: error %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinforegular.cpp" line="583"/>
+ <location filename="modinforegular.cpp" line="609"/>
<source>%1 contains no esp/esm/esl and no asset (textures, meshes, interface, ...) directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modinforegular.cpp" line="587"/>
+ <location filename="modinforegular.cpp" line="613"/>
<source>Categories: &lt;br&gt;</source>
<translation type="unfinished"></translation>
</message>
@@ -4156,148 +4215,168 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="452"/>
+ <location filename="modlist.cpp" line="455"/>
<source>installed version: &quot;%1&quot;, newest version: &quot;%2&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="454"/>
+ <location filename="modlist.cpp" line="457"/>
<source>The newest version on Nexus seems to be older than the one you have installed. This could either mean the version you have has been withdrawn (i.e. due to a bug) or the author uses a non-standard versioning scheme and that newest version is actually newer. Either way you may want to &quot;upgrade&quot;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="modlist.cpp" line="462"/>
+ <source>This file has been marked as &quot;Old&quot;. There is most likely an updated version of this file available.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="464"/>
+ <source>This file has been marked as &quot;Deleted&quot;! You may want to check for an update or remove the nexus ID from this mod!</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="471"/>
+ <source>%1 minute(s) and %2 second(s)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="472"/>
+ <source>This mod will be available to check in %2.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="modlist.cpp" line="480"/>
<source>Categories: &lt;br&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="493"/>
+ <location filename="modlist.cpp" line="511"/>
<source>Invalid name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="498"/>
+ <location filename="modlist.cpp" line="516"/>
<source>Name is already in use by another mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1058"/>
+ <location filename="modlist.cpp" line="1076"/>
<source>drag&amp;drop failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1137"/>
+ <location filename="modlist.cpp" line="1155"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1138"/>
+ <location filename="modlist.cpp" line="1156"/>
<source>Are you sure you want to remove &quot;%1&quot;?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1205"/>
+ <location filename="modlist.cpp" line="1223"/>
<source>Flags</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1206"/>
+ <location filename="modlist.cpp" line="1224"/>
<source>Content</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1207"/>
+ <location filename="modlist.cpp" line="1225"/>
<source>Mod Name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1208"/>
+ <location filename="modlist.cpp" line="1226"/>
<source>Version</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1209"/>
+ <location filename="modlist.cpp" line="1227"/>
<source>Priority</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1210"/>
+ <location filename="modlist.cpp" line="1228"/>
<source>Category</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1211"/>
+ <location filename="modlist.cpp" line="1229"/>
<source>Source Game</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1212"/>
+ <location filename="modlist.cpp" line="1230"/>
<source>Nexus ID</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1213"/>
+ <location filename="modlist.cpp" line="1231"/>
<source>Installation</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1214"/>
+ <location filename="modlist.cpp" line="1232"/>
<source>Notes</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1215"/>
- <location filename="modlist.cpp" line="1251"/>
+ <location filename="modlist.cpp" line="1233"/>
+ <location filename="modlist.cpp" line="1269"/>
<source>unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1223"/>
+ <location filename="modlist.cpp" line="1241"/>
<source>Name of your mods</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1224"/>
+ <location filename="modlist.cpp" line="1242"/>
<source>Version of the mod (if available)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1225"/>
+ <location filename="modlist.cpp" line="1243"/>
<source>Installation priority of your mod. The higher, the more &quot;important&quot; it is and thus overwrites files from mods with lower priority.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1227"/>
+ <location filename="modlist.cpp" line="1245"/>
<source>Category of the mod.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1228"/>
+ <location filename="modlist.cpp" line="1246"/>
<source>The source game which was the origin of this mod.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1229"/>
+ <location filename="modlist.cpp" line="1247"/>
<source>Id of the mod as used on Nexus.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1230"/>
+ <location filename="modlist.cpp" line="1248"/>
<source>Emblemes to highlight things that might require attention.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1231"/>
+ <location filename="modlist.cpp" line="1249"/>
<source>Depicts the content of the mod:&lt;br&gt;&lt;table cellspacing=7&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/plugin&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Game plugins (esp/esm/esl)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/interface&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Interface&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/mesh&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Meshes&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/bsa&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;BSA&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/texture&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Textures&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/sound&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Sounds&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/music&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Music&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/string&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Strings&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/script&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Scripts (Papyrus)&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/skse&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Script Extender plugins&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/skyproc&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;SkyProc Patcher&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/menu&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;Mod Configuration Menu&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/inifile&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;INI files&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;:/MO/gui/content/modgroup&quot; width=32/&gt;&lt;/td&gt;&lt;td&gt;ModGroup files&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1249"/>
+ <location filename="modlist.cpp" line="1267"/>
<source>Time this mod was installed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="modlist.cpp" line="1250"/>
+ <location filename="modlist.cpp" line="1268"/>
<source>User notes about the mod</source>
<translation type="unfinished"></translation>
</message>
@@ -4339,30 +4418,45 @@ p, li { white-space: pre-wrap; }
<context>
<name>NXMAccessManager</name>
<message>
- <location filename="nxmaccessmanager.cpp" line="128"/>
+ <location filename="nxmaccessmanager.cpp" line="132"/>
<source>Validating Nexus Connection</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="146"/>
+ <location filename="nxmaccessmanager.cpp" line="150"/>
<source>Verifying Nexus login</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="218"/>
+ <location filename="nxmaccessmanager.cpp" line="229"/>
<source>There was a timeout during the request</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="nxmaccessmanager.cpp" line="237"/>
+ <location filename="nxmaccessmanager.cpp" line="248"/>
<source>Unknown error</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="285"/>
+ <source>Validation failed, please reauthenticate in the Settings -&gt; Nexus tab: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="290"/>
+ <source>Could not parse response. Invalid JSON.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="nxmaccessmanager.cpp" line="296"/>
+ <source>Unknown error.</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>NXMUrl</name>
<message>
- <location filename="../../uibase/src/nxmurl.cpp" line="30"/>
+ <location filename="../../uibase/src/nxmurl.cpp" line="33"/>
<source>invalid nxm-link: %1</source>
<translation type="unfinished"></translation>
</message>
@@ -4370,17 +4464,17 @@ p, li { white-space: pre-wrap; }
<context>
<name>NexusInterface</name>
<message>
- <location filename="nexusinterface.cpp" line="212"/>
+ <location filename="nexusinterface.cpp" line="228"/>
<source>Failed to guess mod id for &quot;%1&quot;, please pick the correct one</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="553"/>
+ <location filename="nexusinterface.cpp" line="674"/>
<source>empty response</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="nexusinterface.cpp" line="582"/>
+ <location filename="nexusinterface.cpp" line="724"/>
<source>invalid response</source>
<translation type="unfinished"></translation>
</message>
@@ -4388,214 +4482,234 @@ p, li { white-space: pre-wrap; }
<context>
<name>OrganizerCore</name>
<message>
- <location filename="organizercore.cpp" line="408"/>
- <location filename="organizercore.cpp" line="435"/>
+ <location filename="organizercore.cpp" line="409"/>
+ <location filename="organizercore.cpp" line="436"/>
<source>Failed to write settings</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="409"/>
+ <location filename="organizercore.cpp" line="410"/>
<source>An error occured trying to update MO settings to %1: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="430"/>
+ <location filename="organizercore.cpp" line="431"/>
<source>File is write protected</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="432"/>
+ <location filename="organizercore.cpp" line="433"/>
<source>Invalid file format (probably a bug)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="433"/>
+ <location filename="organizercore.cpp" line="434"/>
<source>Unknown error %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="436"/>
+ <location filename="organizercore.cpp" line="437"/>
<source>An error occured trying to write back MO settings to %1: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="677"/>
- <location filename="organizercore.cpp" line="688"/>
+ <location filename="organizercore.cpp" line="685"/>
+ <location filename="organizercore.cpp" line="696"/>
<source>Download started</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="691"/>
+ <location filename="organizercore.cpp" line="699"/>
<source>Download failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="968"/>
+ <location filename="organizercore.cpp" line="977"/>
+ <location filename="organizercore.cpp" line="1014"/>
+ <location filename="organizercore.cpp" line="1025"/>
+ <location filename="organizercore.cpp" line="1083"/>
+ <source>Installation cancelled</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="organizercore.cpp" line="978"/>
<location filename="organizercore.cpp" line="1026"/>
- <source>Installation successful</source>
+ <source>Another installation is currently in progress.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="976"/>
- <location filename="organizercore.cpp" line="1036"/>
- <source>Configure Mod</source>
+ <location filename="organizercore.cpp" line="990"/>
+ <location filename="organizercore.cpp" line="1055"/>
+ <source>Installation successful</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="977"/>
- <location filename="organizercore.cpp" line="1037"/>
- <source>This mod contains ini tweaks. Do you want to configure them now?</source>
+ <location filename="organizercore.cpp" line="998"/>
+ <location filename="organizercore.cpp" line="1065"/>
+ <source>Configure Mod</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="989"/>
- <location filename="organizercore.cpp" line="1047"/>
- <source>mod &quot;%1&quot; not found</source>
+ <location filename="organizercore.cpp" line="999"/>
+ <location filename="organizercore.cpp" line="1066"/>
+ <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="992"/>
- <location filename="organizercore.cpp" line="1054"/>
- <source>Installation cancelled</source>
+ <location filename="organizercore.cpp" line="1011"/>
+ <location filename="organizercore.cpp" line="1076"/>
+ <source>mod not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="993"/>
- <location filename="organizercore.cpp" line="1055"/>
+ <location filename="organizercore.cpp" line="1015"/>
+ <location filename="organizercore.cpp" line="1084"/>
<source>The mod was not installed completely.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1269"/>
- <source>Executable &quot;%1&quot; not found</source>
+ <location filename="organizercore.cpp" line="1302"/>
+ <source>Executable not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1297"/>
+ <location filename="organizercore.cpp" line="1337"/>
<source>Start Steam?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1298"/>
+ <location filename="organizercore.cpp" line="1338"/>
<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="1329"/>
+ <location filename="organizercore.cpp" line="1361"/>
+ <source>Steam: Access Denied</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="organizercore.cpp" line="1362"/>
+ <source>MO was denied access to the Steam process. This normally indicates that Steam is being run as administrator while MO is not. This can cause issues launching the game. It is recommended to not run Steam as administrator unless absolutely neccessary.
+
+Restart MO as administrator?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="organizercore.cpp" line="1409"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1337"/>
+ <location filename="organizercore.cpp" line="1417"/>
<source>Windows Event Log Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1338"/>
+ <location filename="organizercore.cpp" line="1418"/>
<source>The Windows Event Log service is disabled and/or not running. This prevents USVFS from running properly. Your mods may not be working in the executable that you are launching. Note that you may have to restart MO and/or your PC after the service is fixed.
Continue launching %1?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1350"/>
+ <location filename="organizercore.cpp" line="1430"/>
<source>Blacklisted Executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1351"/>
+ <location filename="organizercore.cpp" line="1431"/>
<source>The executable you are attempted to launch is blacklisted in the virtual file system. This will likely prevent the executable, and any executables that are launched by this one, from seeing any mods. This could extend to INI files, save games and any other virtualized files.
Continue launching %1?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1446"/>
+ <location filename="organizercore.cpp" line="1526"/>
<source>No profile set</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1742"/>
+ <location filename="organizercore.cpp" line="1822"/>
<source>Failed to refresh list of esps: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1851"/>
+ <location filename="organizercore.cpp" line="1931"/>
<source>Multiple esps/esls activated, please check that they don&apos;t conflict.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1939"/>
+ <location filename="organizercore.cpp" line="2019"/>
<source>Download?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="1940"/>
+ <location filename="organizercore.cpp" line="2020"/>
<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="2075"/>
- <location filename="organizercore.cpp" line="2124"/>
+ <location filename="organizercore.cpp" line="2155"/>
+ <location filename="organizercore.cpp" line="2204"/>
<source>failed to update mod list: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2131"/>
- <location filename="organizercore.cpp" line="2148"/>
+ <location filename="organizercore.cpp" line="2211"/>
+ <location filename="organizercore.cpp" line="2228"/>
<source>login successful</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2155"/>
+ <location filename="organizercore.cpp" line="2235"/>
<source>Login failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2156"/>
+ <location filename="organizercore.cpp" line="2236"/>
<source>Login failed, try again?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2165"/>
+ <location filename="organizercore.cpp" line="2245"/>
<source>login failed: %1. Download will not be associated with an account</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2173"/>
+ <location filename="organizercore.cpp" line="2253"/>
<source>login failed: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2183"/>
+ <location filename="organizercore.cpp" line="2263"/>
<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="2236"/>
+ <location filename="organizercore.cpp" line="2316"/>
<source>MO1 &quot;Script Extender&quot; load mechanism has left hook.dll in your game folder</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2239"/>
- <location filename="organizercore.cpp" line="2255"/>
+ <location filename="organizercore.cpp" line="2319"/>
+ <location filename="organizercore.cpp" line="2335"/>
<source>Description missing</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2248"/>
+ <location filename="organizercore.cpp" line="2328"/>
<source>&lt;a href=&quot;%1&quot;&gt;hook.dll&lt;/a&gt; has been found in your game folder (right click to copy the full path). This is most likely a leftover of setting the ModOrganizer 1 load mechanism to &quot;Script Extender&quot;, in which case you must remove this file either by changing the load mechanism in ModOrganizer 1 or manually removing the file, otherwise the game is likely to crash and burn.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2282"/>
+ <location filename="organizercore.cpp" line="2362"/>
<source>failed to save load order: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="2354"/>
+ <location filename="organizercore.cpp" line="2434"/>
<source>The designated write target &quot;%1&quot; is not enabled.</source>
<translation type="unfinished"></translation>
</message>
@@ -4639,7 +4753,7 @@ Continue?</source>
</message>
<message>
<location filename="overwriteinfodialog.cpp" line="113"/>
- <source>%1 not found</source>
+ <source>mod not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -4742,94 +4856,94 @@ Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="228"/>
+ <location filename="pluginlist.cpp" line="229"/>
<source>failed to update esp info for file %1 (source id: %2), error: %3</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="301"/>
- <source>esp not found: %1</source>
+ <location filename="pluginlist.cpp" line="302"/>
+ <source>Plugin not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="349"/>
- <location filename="pluginlist.cpp" line="361"/>
+ <location filename="pluginlist.cpp" line="350"/>
+ <location filename="pluginlist.cpp" line="362"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="349"/>
+ <location filename="pluginlist.cpp" line="350"/>
<source>Really enable all plugins?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="361"/>
+ <location filename="pluginlist.cpp" line="362"/>
<source>Really disable all plugins?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="466"/>
+ <location filename="pluginlist.cpp" line="467"/>
<source>The file containing locked plugin indices is broken</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="963"/>
- <location filename="pluginlist.cpp" line="967"/>
+ <location filename="pluginlist.cpp" line="964"/>
+ <location filename="pluginlist.cpp" line="968"/>
<source>&lt;b&gt;Origin&lt;/b&gt;: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="964"/>
+ <location filename="pluginlist.cpp" line="965"/>
<source>&lt;br&gt;&lt;b&gt;&lt;i&gt;This plugin can&apos;t be disabled (enforced by the game).&lt;/i&gt;&lt;/b&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="969"/>
+ <location filename="pluginlist.cpp" line="970"/>
<source>Author</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="972"/>
+ <location filename="pluginlist.cpp" line="973"/>
<source>Description</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="975"/>
+ <location filename="pluginlist.cpp" line="976"/>
<source>Missing Masters</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="982"/>
+ <location filename="pluginlist.cpp" line="983"/>
<source>Enabled Masters</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="985"/>
+ <location filename="pluginlist.cpp" line="986"/>
<source>Loads Archives</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="986"/>
+ <location filename="pluginlist.cpp" line="987"/>
<source>There are Archives connected to this plugin. Their assets will be added to your game, overwriting in case of conflicts following the plugin order. Loose files will always overwrite assets from Archives. (This flag only checks for Archives from the same mod as the plugin)</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="991"/>
+ <location filename="pluginlist.cpp" line="992"/>
<source>Loads INI settings</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="992"/>
+ <location filename="pluginlist.cpp" line="993"/>
<source>There is an ini file connected to this plugin. Its settings will be added to your game settings, overwriting in case of conflicts.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="996"/>
+ <location filename="pluginlist.cpp" line="997"/>
<source>This ESP is flagged as an ESL. It will adhere to the ESP load order but the records will be loaded in ESL space.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="1171"/>
+ <location filename="pluginlist.cpp" line="1172"/>
<source>failed to restore load order for %1</source>
<translation type="unfinished"></translation>
</message>
@@ -4859,7 +4973,7 @@ Continue?</source>
<name>ProblemsDialog</name>
<message>
<location filename="problemsdialog.ui" line="14"/>
- <source>Problems</source>
+ <source>Notifications</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -4892,7 +5006,7 @@ p, li { white-space: pre-wrap; }
<name>Profile</name>
<message>
<location filename="profile.cpp" line="81"/>
- <source>invalid profile name %1</source>
+ <source>invalid profile name: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -4933,7 +5047,7 @@ p, li { white-space: pre-wrap; }
<location filename="profile.cpp" line="586"/>
<location filename="profile.cpp" line="605"/>
<location filename="profile.cpp" line="615"/>
- <source>invalid index %1</source>
+ <source>invalid mod index: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -5253,7 +5367,7 @@ p, li { white-space: pre-wrap; }
<location filename="../../uibase/src/report.cpp" line="34"/>
<location filename="../../uibase/src/report.cpp" line="37"/>
<location filename="main.cpp" line="98"/>
- <location filename="organizercore.cpp" line="715"/>
+ <location filename="organizercore.cpp" line="723"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
@@ -5299,12 +5413,12 @@ p, li { white-space: pre-wrap; }
<location filename="categories.cpp" line="306"/>
<location filename="categories.cpp" line="316"/>
<location filename="categories.cpp" line="326"/>
- <source>invalid index %1</source>
+ <source>invalid category index: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="categories.cpp" line="337"/>
- <source>invalid category id %1</source>
+ <source>invalid category id: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -5370,7 +5484,7 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="installationmanager.cpp" line="87"/>
+ <location filename="installationmanager.cpp" line="88"/>
<source>archive.dll not loaded: &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
@@ -5517,7 +5631,7 @@ If the folder was still in use, restart MO and try again.</source>
<message>
<location filename="loadmechanism.cpp" line="103"/>
<location filename="loadmechanism.cpp" line="112"/>
- <source>%1 not found</source>
+ <source>file not found: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -5575,7 +5689,7 @@ If the folder was still in use, restart MO and try again.</source>
</message>
<message>
<location filename="main.cpp" line="99"/>
- <location filename="organizercore.cpp" line="716"/>
+ <location filename="organizercore.cpp" line="724"/>
<source>Failed to create &quot;%1&quot;. Your user account probably lacks permission.</source>
<translation type="unfinished"></translation>
</message>
@@ -5592,73 +5706,79 @@ If the folder was still in use, restart MO and try again.</source>
<message>
<location filename="main.cpp" line="357"/>
<location filename="main.cpp" line="375"/>
+ <location filename="main.cpp" line="388"/>
<source>Please select the game to manage</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="385"/>
+ <location filename="main.cpp" line="396"/>
+ <source>Canceled finding game in &quot;%1&quot;.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="main.cpp" line="401"/>
<source>No game identified in &quot;%1&quot;. The directory is required to contain the game binary.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="537"/>
+ <location filename="main.cpp" line="554"/>
<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="574"/>
+ <location filename="main.cpp" line="591"/>
<source>failed to start shortcut: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="596"/>
+ <location filename="main.cpp" line="613"/>
<source>failed to start application: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="685"/>
- <location filename="settings.cpp" line="1143"/>
+ <location filename="main.cpp" line="702"/>
+ <location filename="settings.cpp" line="1195"/>
<source>Mod Organizer</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="686"/>
+ <location filename="main.cpp" line="703"/>
<source>An instance of Mod Organizer is already running</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="main.cpp" line="701"/>
+ <location filename="main.cpp" line="718"/>
<source>Failed to set up instance</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="937"/>
+ <location filename="mainwindow.cpp" line="951"/>
<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="1426"/>
- <location filename="mainwindow.cpp" line="4911"/>
+ <location filename="mainwindow.cpp" line="1440"/>
+ <location filename="mainwindow.cpp" line="4967"/>
<source>&lt;Manage...&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="mainwindow.cpp" line="1438"/>
+ <location filename="mainwindow.cpp" line="1452"/>
<source>failed to parse profile %1: %2</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="170"/>
+ <location filename="organizercore.cpp" line="171"/>
<source>Failed to start &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="173"/>
+ <location filename="organizercore.cpp" line="174"/>
<source>Waiting</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="organizercore.cpp" line="174"/>
+ <location filename="organizercore.cpp" line="175"/>
<source>Please press OK once you&apos;re logged into steam.</source>
<translation type="unfinished"></translation>
</message>
@@ -5679,12 +5799,12 @@ If the folder was still in use, restart MO and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="542"/>
+ <location filename="pluginlist.cpp" line="543"/>
<source>failed to access %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="pluginlist.cpp" line="556"/>
+ <location filename="pluginlist.cpp" line="557"/>
<source>failed to set file time %1</source>
<translation type="unfinished"></translation>
</message>
@@ -5694,12 +5814,12 @@ If the folder was still in use, restart MO and try again.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="1150"/>
+ <location filename="settings.cpp" line="1202"/>
<source>Script Extender</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="1157"/>
+ <location filename="settings.cpp" line="1209"/>
<source>Proxy DLL</source>
<translation type="unfinished"></translation>
</message>
@@ -5905,44 +6025,44 @@ Select Show Details option to see the full change-log.</source>
<context>
<name>Settings</name>
<message>
- <location filename="settings.cpp" line="146"/>
+ <location filename="settings.cpp" line="143"/>
<source>Failed</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="147"/>
+ <location filename="settings.cpp" line="144"/>
<source>Sorry, failed to start the helper application</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="513"/>
- <location filename="settings.cpp" line="532"/>
+ <location filename="settings.cpp" line="557"/>
+ <location filename="settings.cpp" line="576"/>
<source>attempt to store setting for unknown plugin &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="686"/>
- <location filename="settings.cpp" line="922"/>
+ <location filename="settings.cpp" line="736"/>
+ <location filename="settings.cpp" line="972"/>
<source>Error</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="687"/>
+ <location filename="settings.cpp" line="737"/>
<source>Failed to retrieve a Nexus API key! Please try again.A browser window should open asking you to authorize.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="923"/>
+ <location filename="settings.cpp" line="973"/>
<source>Failed to create &quot;%1&quot;, you may not have the necessary permission. path remains unchanged.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="1196"/>
+ <location filename="settings.cpp" line="1248"/>
<source>Restart Mod Organizer?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settings.cpp" line="1197"/>
+ <location filename="settings.cpp" line="1249"/>
<source>In order to reset the window geometries, MO must be restarted.
Restart it now?</source>
<translation type="unfinished"></translation>
@@ -6473,7 +6593,7 @@ Uncheck this if you want to use Mod Organizer with total conversions (like Nehri
</message>
<message>
<location filename="settingsdialog.ui" line="1083"/>
- <source>Enable parsing of Archives. Has negative effects on performance.</source>
+ <source>Enable parsing of Archives. This is an Experimental Feature. Has negative effects on performance and known incorrectness.</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -6483,7 +6603,7 @@ Uncheck this if you want to use Mod Organizer with total conversions (like Nehri
</message>
<message>
<location filename="settingsdialog.ui" line="1089"/>
- <source>Enable parsing of Archives</source>
+ <source>Enable parsing of Archives (Experimental Feature)</source>
<translation type="unfinished"></translation>
</message>
<message>
@@ -6651,22 +6771,22 @@ programs you are intentionally running.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="109"/>
+ <location filename="settingsdialog.cpp" line="115"/>
<source>Confirm</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="110"/>
+ <location filename="settingsdialog.cpp" line="116"/>
<source>Changing the mod directory affects all your profiles! Mods not present (or named differently) in the new location will be disabled in all profiles. There is no way to undo this unless you backed up your profiles manually. Proceed?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="154"/>
+ <location filename="settingsdialog.cpp" line="160"/>
<source>Executables Blacklist</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="155"/>
+ <location filename="settingsdialog.cpp" line="161"/>
<source>Enter one executable per line to be blacklisted from the virtual file system.
Mods and other virtualized files will not be visible to these executables and
any executables launched by them.
@@ -6677,47 +6797,47 @@ Example:
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="188"/>
+ <location filename="settingsdialog.cpp" line="194"/>
<source>Select base directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="199"/>
+ <location filename="settingsdialog.cpp" line="205"/>
<source>Select download directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="210"/>
+ <location filename="settingsdialog.cpp" line="216"/>
<source>Select mod directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="221"/>
+ <location filename="settingsdialog.cpp" line="227"/>
<source>Select cache directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="232"/>
+ <location filename="settingsdialog.cpp" line="238"/>
<source>Select profiles directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="243"/>
+ <location filename="settingsdialog.cpp" line="249"/>
<source>Select overwrite directory</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="253"/>
+ <location filename="settingsdialog.cpp" line="259"/>
<source>Select game executable</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="332"/>
+ <location filename="settingsdialog.cpp" line="338"/>
<source>Confirm?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="settingsdialog.cpp" line="333"/>
+ <location filename="settingsdialog.cpp" line="339"/>
<source>This will make all dialogs show up again where you checked the &quot;Remember selection&quot;-box. Continue?</source>
<translation type="unfinished"></translation>
</message>