diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-06-19 01:57:16 +0200 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-06-19 01:57:16 +0200 |
| commit | f883a14823bdc3ed853b23d425f73ff55068ec55 (patch) | |
| tree | 46afce554fe9eb9fd4e4a9c7cfda6d0d140dc5ea | |
| parent | 27815282f782d1ca25d173e24befcc5bec024094 (diff) | |
Improved downloads tab deletion and hiding warnings.
| -rw-r--r-- | src/downloadlistwidget.cpp | 22 | ||||
| -rw-r--r-- | src/organizer_en.ts | 2222 |
2 files changed, 1255 insertions, 989 deletions
diff --git a/src/downloadlistwidget.cpp b/src/downloadlistwidget.cpp index e6029270..be3adc5f 100644 --- a/src/downloadlistwidget.cpp +++ b/src/downloadlistwidget.cpp @@ -268,8 +268,8 @@ void DownloadListWidget::issueQueryInfoMd5() void DownloadListWidget::issueDelete()
{
- if (QMessageBox::question(nullptr, tr("Delete Files?"),
- tr("This will permanently delete the selected download."),
+ if (QMessageBox::warning(nullptr, tr("Delete Files?"),
+ tr("This will permanently delete the selected download.\n\nAre you absolutely sure you want to proceed?"),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
emit removeDownload(m_ContextRow, true);
}
@@ -323,8 +323,8 @@ void DownloadListWidget::issueResume() void DownloadListWidget::issueDeleteAll()
{
- if (QMessageBox::question(nullptr, tr("Delete Files?"),
- tr("This will remove all finished downloads from this list and from disk."),
+ if (QMessageBox::warning(nullptr, tr("Delete Files?"),
+ tr("This will remove all finished downloads from this list and from disk.\n\nAre you absolutely sure you want to proceed?"),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
emit removeDownload(-1, true);
}
@@ -332,8 +332,8 @@ void DownloadListWidget::issueDeleteAll() void DownloadListWidget::issueDeleteCompleted()
{
- if (QMessageBox::question(nullptr, tr("Delete Files?"),
- tr("This will remove all installed downloads from this list and from disk."),
+ if (QMessageBox::warning(nullptr, tr("Delete Files?"),
+ tr("This will remove all installed downloads from this list and from disk.\n\nAre you absolutely sure you want to proceed?"),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
emit removeDownload(-2, true);
}
@@ -341,8 +341,8 @@ void DownloadListWidget::issueDeleteCompleted() void DownloadListWidget::issueDeleteUninstalled()
{
- if (QMessageBox::question(nullptr, tr("Delete Files?"),
- tr("This will remove all uninstalled downloads from this list and from disk."),
+ if (QMessageBox::warning(nullptr, tr("Delete Files?"),
+ tr("This will remove all uninstalled downloads from this list and from disk.\n\nAre you absolutely sure you want to proceed?"),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
emit removeDownload(-3, true);
}
@@ -350,7 +350,7 @@ void DownloadListWidget::issueDeleteUninstalled() void DownloadListWidget::issueRemoveFromViewAll()
{
- if (QMessageBox::question(nullptr, tr("Are you sure?"),
+ if (QMessageBox::question(nullptr, tr("Hide Files?"),
tr("This will remove all finished downloads from this list (but NOT from disk)."),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
emit removeDownload(-1, false);
@@ -359,7 +359,7 @@ void DownloadListWidget::issueRemoveFromViewAll() void DownloadListWidget::issueRemoveFromViewCompleted()
{
- if (QMessageBox::question(nullptr, tr("Are you sure?"),
+ if (QMessageBox::question(nullptr, tr("Hide Files?"),
tr("This will remove all installed downloads from this list (but NOT from disk)."),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
emit removeDownload(-2, false);
@@ -368,7 +368,7 @@ void DownloadListWidget::issueRemoveFromViewCompleted() void DownloadListWidget::issueRemoveFromViewUninstalled()
{
- if (QMessageBox::question(nullptr, tr("Are you sure?"),
+ if (QMessageBox::question(nullptr, tr("Hide Files?"),
tr("This will remove all uninstalled downloads from this list (but NOT from disk)."),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes) {
emit removeDownload(-3, false);
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index e4a134a5..ae71eefa 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -96,7 +96,8 @@ </message> <message> <location filename="aboutdialog.ui" line="340"/> - <source>Jax, Nubbie (Swedish)</source> + <source>Jax (Swedish)</source> + <oldsource>Jax, Nubbie (Swedish)</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -111,7 +112,8 @@ </message> <message> <location filename="aboutdialog.ui" line="364"/> - <source>Other Supporters & Contributors</source> + <source>Other Supporters && Contributors</source> + <oldsource>Other Supporters & Contributors</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -534,29 +536,49 @@ p, li { white-space: pre-wrap; } </message> <message> <location filename="downloadlistwidget.cpp" line="272"/> - <source>This will permanently delete the selected download.</source> + <source>This will permanently delete the selected download. + +Are you absolutely sure you want to proceed?</source> + <oldsource>This will permanently delete the selected download. + +Are you absolutely sure you want to procede?</oldsource> <translation type="unfinished"></translation> </message> <message> <location filename="downloadlistwidget.cpp" line="327"/> - <source>This will remove all finished downloads from this list and from disk.</source> + <source>This will remove all finished downloads from this list and from disk. + +Are you absolutely sure you want to proceed?</source> + <oldsource>This will remove all finished downloads from this list and from disk. + +Are you absolutely sure you want to procede?</oldsource> <translation type="unfinished"></translation> </message> <message> <location filename="downloadlistwidget.cpp" line="336"/> - <source>This will remove all installed downloads from this list and from disk.</source> + <source>This will remove all installed downloads from this list and from disk. + +Are you absolutely sure you want to proceed?</source> + <oldsource>This will remove all installed downloads from this list and from disk. + +Are you absolutely sure you want to procede?</oldsource> <translation type="unfinished"></translation> </message> <message> <location filename="downloadlistwidget.cpp" line="345"/> - <source>This will remove all uninstalled downloads from this list and from disk.</source> + <source>This will remove all uninstalled downloads from this list and from disk. + +Are you absolutely sure you want to proceed?</source> + <oldsource>This will remove all uninstalled downloads from this list and from disk. + +Are you absolutely sure you want to procede?</oldsource> <translation type="unfinished"></translation> </message> <message> <location filename="downloadlistwidget.cpp" line="353"/> <location filename="downloadlistwidget.cpp" line="362"/> <location filename="downloadlistwidget.cpp" line="371"/> - <source>Are you sure?</source> + <source>Hide Files?</source> <translation type="unfinished"></translation> </message> <message> @@ -726,174 +748,174 @@ File %3: %4</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1094"/> + <location filename="downloadmanager.cpp" line="1093"/> <source>get pending: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1103"/> + <location filename="downloadmanager.cpp" line="1102"/> <source>get path: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1112"/> + <location filename="downloadmanager.cpp" line="1111"/> <source>Main</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1113"/> + <location filename="downloadmanager.cpp" line="1112"/> <source>Update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1114"/> + <location filename="downloadmanager.cpp" line="1113"/> <source>Optional</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1115"/> + <location filename="downloadmanager.cpp" line="1114"/> <source>Old</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1116"/> + <location filename="downloadmanager.cpp" line="1115"/> <source>Miscellaneous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1117"/> + <location filename="downloadmanager.cpp" line="1116"/> <source>Deleted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1118"/> + <location filename="downloadmanager.cpp" line="1117"/> <source>Unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1125"/> + <location filename="downloadmanager.cpp" line="1124"/> <source>display name: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1145"/> + <location filename="downloadmanager.cpp" line="1144"/> <source>file name: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1154"/> + <location filename="downloadmanager.cpp" line="1153"/> <source>file time: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1168"/> + <location filename="downloadmanager.cpp" line="1167"/> <source>file size: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1178"/> + <location filename="downloadmanager.cpp" line="1177"/> <source>progress: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1188"/> + <location filename="downloadmanager.cpp" line="1187"/> <source>state: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1198"/> + <location filename="downloadmanager.cpp" line="1197"/> <source>infocomplete: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1213"/> - <location filename="downloadmanager.cpp" line="1221"/> + <location filename="downloadmanager.cpp" line="1212"/> + <location filename="downloadmanager.cpp" line="1220"/> <source>mod id: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1229"/> + <location filename="downloadmanager.cpp" line="1228"/> <source>ishidden: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1238"/> + <location filename="downloadmanager.cpp" line="1237"/> <source>file info: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1248"/> + <location filename="downloadmanager.cpp" line="1247"/> <source>mark installed: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1293"/> + <location filename="downloadmanager.cpp" line="1292"/> <source>mark uninstalled: invalid download index %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1470"/> + <location filename="downloadmanager.cpp" line="1469"/> <source>Memory allocation error (in processing progress event).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1480"/> + <location filename="downloadmanager.cpp" line="1479"/> <source>Memory allocation error (in processing downloaded data).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1596"/> + <location filename="downloadmanager.cpp" line="1595"/> <source>Information updated</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1598"/> - <location filename="downloadmanager.cpp" line="1613"/> + <location filename="downloadmanager.cpp" line="1597"/> + <location filename="downloadmanager.cpp" line="1612"/> <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="1600"/> + <location filename="downloadmanager.cpp" line="1599"/> <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="1728"/> + <location filename="downloadmanager.cpp" line="1727"/> <source>No download server available. Please try again later.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1893"/> + <location filename="downloadmanager.cpp" line="1892"/> <source>Failed to request file info from nexus: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1920"/> + <location filename="downloadmanager.cpp" line="1919"/> <source>Warning: Content type is: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1925"/> + <location filename="downloadmanager.cpp" line="1924"/> <source>Download header content length: %1 downloaded file size: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1927"/> + <location filename="downloadmanager.cpp" line="1926"/> <source>Download failed: %1 (%2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="1949"/> + <location filename="downloadmanager.cpp" line="1948"/> <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="2032"/> + <location filename="downloadmanager.cpp" line="2031"/> <source>failed to re-open %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="downloadmanager.cpp" line="2073"/> + <location filename="downloadmanager.cpp" line="2072"/> <source>Unable to write download to drive (return %1). Check the drive's available storage. @@ -904,216 +926,233 @@ Canceling download "%2"...</source> <context> <name>EditExecutablesDialog</name> <message> - <location filename="editexecutablesdialog.ui" line="20"/> + <location filename="editexecutablesdialog.ui" line="14"/> <source>Modify Executables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="26"/> + <location filename="editexecutablesdialog.ui" line="74"/> + <source>Executables</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="editexecutablesdialog.ui" line="134"/> + <location filename="editexecutablesdialog.ui" line="137"/> + <location filename="editexecutablesdialog.ui" line="140"/> + <location filename="editexecutablesdialog.ui" line="143"/> + <source>Move the executable up in the list</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="editexecutablesdialog.ui" line="154"/> + <location filename="editexecutablesdialog.ui" line="157"/> + <location filename="editexecutablesdialog.ui" line="160"/> + <location filename="editexecutablesdialog.ui" line="163"/> + <source>Move the executable down in the list</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="editexecutablesdialog.ui" line="174"/> + <location filename="editexecutablesdialog.ui" line="177"/> + <location filename="editexecutablesdialog.ui" line="180"/> + <source>Adds the executables provided by the game plugin and moves any existing executables out of the way</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="editexecutablesdialog.ui" line="183"/> + <source>Reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="editexecutablesdialog.ui" line="196"/> <source>List of configured executables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="29"/> + <location filename="editexecutablesdialog.ui" line="199"/> <source>This is a list of your configured executables. Executables in grey are automatically recognised and can not be modified.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="47"/> + <location filename="editexecutablesdialog.ui" line="248"/> <source>Title</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="54"/> - <location filename="editexecutablesdialog.ui" line="57"/> + <location filename="editexecutablesdialog.ui" line="255"/> + <location filename="editexecutablesdialog.ui" line="258"/> <source>Name of the executable. This is only for display purposes.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="68"/> + <location filename="editexecutablesdialog.ui" line="265"/> <source>Binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="75"/> - <location filename="editexecutablesdialog.ui" line="78"/> + <location filename="editexecutablesdialog.ui" line="274"/> + <location filename="editexecutablesdialog.ui" line="277"/> <source>Binary to run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="85"/> + <location filename="editexecutablesdialog.ui" line="284"/> <source>Browse filesystem</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="88"/> + <location filename="editexecutablesdialog.ui" line="287"/> <source>Browse filesystem for the executable to run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="91"/> - <location filename="editexecutablesdialog.ui" line="112"/> + <location filename="editexecutablesdialog.ui" line="290"/> + <location filename="editexecutablesdialog.ui" line="311"/> <source>...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="102"/> + <location filename="editexecutablesdialog.ui" line="299"/> <source>Start in</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="123"/> + <location filename="editexecutablesdialog.ui" line="320"/> <source>Arguments</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="130"/> - <location filename="editexecutablesdialog.ui" line="133"/> + <location filename="editexecutablesdialog.ui" line="327"/> + <location filename="editexecutablesdialog.ui" line="330"/> <source>Arguments to pass to the application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="144"/> + <location filename="editexecutablesdialog.ui" line="341"/> <source>Allow the Steam AppID to be used for this executable to be changed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="147"/> + <location filename="editexecutablesdialog.ui" line="344"/> <source>Allow the Steam AppID to be used for this executable to be changed. Every game/tool distributed through Steam has a unique ID. MO needs to know this ID to start those programs directly, otherwise the program is started by steam and then MO will not work. By default, MO will use the AppID for the game. Right now the only case I know of where this needs to be overwritten is for the Skyrim Creation Kit which has its own AppID. This overwrite is already preconfigured.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="152"/> + <location filename="editexecutablesdialog.ui" line="349"/> <source>Overwrite Steam AppID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="162"/> + <location filename="editexecutablesdialog.ui" line="359"/> <source>Steam AppID to use for this executable that differs from the games AppID.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="165"/> + <location filename="editexecutablesdialog.ui" line="362"/> <source>Steam AppID to use for this executable that differs from the games AppID. Every game/tool distributed through Steam has a unique ID. MO needs to know this ID to start those programs directly, otherwise the program is started by steam and then MO will not work. By default, MO will use the AppID for the game (usually 72850). Right now the only case I know of where this needs to be overwritten is for the Skyrim Creation Kit which has its own AppID (usually 202480). This overwrite is already preconfigured.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="178"/> + <location filename="editexecutablesdialog.ui" line="375"/> <source>If this is enabled, new files are created in the specified mod instead of the "Overwrite" mod.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="181"/> + <location filename="editexecutablesdialog.ui" line="378"/> <source>Create Files in Mod instead of Overwrite (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="199"/> + <location filename="editexecutablesdialog.ui" line="396"/> <source>If this is enabled, the configured libraries will be automatically loaded when this executable is launched.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="202"/> + <location filename="editexecutablesdialog.ui" line="399"/> <source>Force Load Libraries (*)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="225"/> + <location filename="editexecutablesdialog.ui" line="422"/> <source>Configure Libraries</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="234"/> + <location filename="editexecutablesdialog.ui" line="431"/> <source>Use Application's Icon for shortcuts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="241"/> - <source>(*) This setting is profile-specific</source> + <location filename="editexecutablesdialog.ui" line="438"/> + <source>(*) Profile Specific</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="250"/> - <location filename="editexecutablesdialog.ui" line="253"/> + <location filename="editexecutablesdialog.ui" line="94"/> + <location filename="editexecutablesdialog.ui" line="97"/> + <location filename="editexecutablesdialog.ui" line="100"/> <source>Add an executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="256"/> - <location filename="editexecutablesdialog.cpp" line="272"/> + <location filename="editexecutablesdialog.ui" line="103"/> <source>Add</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="267"/> - <location filename="editexecutablesdialog.ui" line="270"/> + <location filename="editexecutablesdialog.ui" line="114"/> + <location filename="editexecutablesdialog.ui" line="117"/> + <location filename="editexecutablesdialog.ui" line="120"/> <source>Remove the selected executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="273"/> + <location filename="editexecutablesdialog.ui" line="123"/> <source>Remove</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.ui" line="301"/> - <source>Close</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="editexecutablesdialog.cpp" line="195"/> - <source>Select a binary</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="editexecutablesdialog.cpp" line="196"/> - <source>Executable (%1)</source> + <location filename="editexecutablesdialog.cpp" line="437"/> + <source>Reset plugin executables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.cpp" line="221"/> - <source>Java (32-bit) required</source> + <location filename="editexecutablesdialog.cpp" line="439"/> + <source>This will restore all the executables provided by the game plugin. If there are existing executables with the same names, they will be automatically renamed and left unchanged.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.cpp" line="222"/> - <source>MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary.</source> + <location filename="editexecutablesdialog.cpp" line="458"/> + <source>New Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.cpp" line="242"/> - <source>Select a directory</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="editexecutablesdialog.cpp" line="249"/> - <source>Confirm</source> + <location filename="editexecutablesdialog.cpp" line="602"/> + <source>Select a binary</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.cpp" line="249"/> - <source>Really remove "%1" from executables?</source> + <location filename="editexecutablesdialog.cpp" line="603"/> + <source>Executable (%1)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.cpp" line="276"/> - <source>Modify</source> + <location filename="editexecutablesdialog.cpp" line="683"/> + <source>Java (32-bit) required</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.cpp" line="337"/> - <location filename="editexecutablesdialog.cpp" line="357"/> - <source>Save Changes?</source> + <location filename="editexecutablesdialog.cpp" line="684"/> + <source>MO requires 32-bit java to run this application. If you already have it installed, select javaw.exe from that installation as the binary.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="editexecutablesdialog.cpp" line="338"/> - <location filename="editexecutablesdialog.cpp" line="358"/> - <source>You made changes to the current executable, do you want to save them?</source> + <location filename="editexecutablesdialog.cpp" line="634"/> + <source>Select a directory</source> <translation type="unfinished"></translation> </message> </context> @@ -1453,12 +1492,14 @@ This is likely due to a corrupted or incompatible download or unrecognized archi <name>MOApplication</name> <message> <location filename="moapplication.cpp" line="119"/> - <source>an error occurred: %1</source> + <source>an error occured: %1</source> + <oldsource>an error occurred: %1</oldsource> <translation type="unfinished"></translation> </message> <message> <location filename="moapplication.cpp" line="124"/> - <source>an error occurred</source> + <source>an error occured</source> + <oldsource>an error occurred</oldsource> <translation type="unfinished"></translation> </message> </context> @@ -1509,150 +1550,125 @@ This is likely due to a corrupted or incompatible download or unrecognized archi <context> <name>MainWindow</name> <message> - <location filename="mainwindow.ui" line="46"/> - <location filename="mainwindow.ui" line="565"/> + <location filename="mainwindow.ui" line="61"/> + <location filename="mainwindow.ui" line="536"/> <source>Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="118"/> + <location filename="mainwindow.ui" line="133"/> <source>Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="137"/> + <location filename="mainwindow.ui" line="152"/> <source>If checked, only mods that match all selected categories are displayed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="140"/> + <location filename="mainwindow.ui" line="155"/> <source>And</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="150"/> + <location filename="mainwindow.ui" line="165"/> <source>If checked, all mods that match at least one of the selected categories are displayed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="153"/> + <location filename="mainwindow.ui" line="168"/> <source>Or</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="192"/> + <location filename="mainwindow.ui" line="207"/> <source>Profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="202"/> + <location filename="mainwindow.ui" line="217"/> <source>Pick a module collection</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="205"/> - <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different playthroughs.</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept separate for different profiles.</span></p></body></html></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.ui" line="236"/> + <location filename="mainwindow.ui" line="251"/> <source>Open list options...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="239"/> + <location filename="mainwindow.ui" line="254"/> <source>Refresh list. This is usually not necessary unless you modified data outside the program.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="259"/> + <location filename="mainwindow.ui" line="274"/> <source>Show Open Folders menu...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="273"/> - <location filename="mainwindow.ui" line="831"/> + <location filename="mainwindow.ui" line="288"/> + <location filename="mainwindow.ui" line="802"/> <source>Restore Backup...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="287"/> - <location filename="mainwindow.ui" line="851"/> - <location filename="mainwindow.cpp" line="4685"/> + <location filename="mainwindow.ui" line="302"/> + <location filename="mainwindow.ui" line="822"/> + <location filename="mainwindow.cpp" line="5014"/> <source>Create Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="301"/> - <location filename="mainwindow.ui" line="865"/> + <location filename="mainwindow.ui" line="316"/> + <location filename="mainwindow.ui" line="836"/> <source>Active:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="314"/> + <location filename="mainwindow.ui" line="329"/> <source>This provides statistics about the mod list. The total number of active mod 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="341"/> + <location filename="mainwindow.ui" line="356"/> <source>List of available mods.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="344"/> + <location filename="mainwindow.ui" line="359"/> <source>This is a list of installed mods. Use the checkboxes to activate/deactivate mods and drag & drop mods to change their "installation" orders.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="432"/> - <location filename="mainwindow.ui" line="584"/> - <location filename="mainwindow.ui" line="966"/> - <location filename="mainwindow.ui" line="1302"/> + <location filename="mainwindow.ui" line="447"/> + <location filename="mainwindow.ui" line="555"/> + <location filename="mainwindow.ui" line="937"/> + <location filename="mainwindow.ui" line="1273"/> <source>Filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="462"/> - <source>Nexus API Queued and Remaining Requests</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.ui" line="465"/> - <source><html><head/><body><p>This tracks the number of queued Nexus API requests on the left (<span style=" font-weight:600;">Q</span>) and the remaining daily (<span style=" font-weight:600;">D</span>) and hourly (<span style=" font-weight:600;">H</span>) 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.</p></body></html></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.ui" line="480"/> - <source>API: Q: 0 | D: 0 | H: 0</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.ui" line="520"/> + <location filename="mainwindow.ui" line="504"/> <source>Clear all Filters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="560"/> + <location filename="mainwindow.ui" line="531"/> <source>No groups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="570"/> + <location filename="mainwindow.ui" line="541"/> <source>Nexus IDs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="619"/> + <location filename="mainwindow.ui" line="590"/> <source>Pick a program to run.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="622"/> + <location filename="mainwindow.ui" line="593"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1662,12 +1678,12 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="670"/> + <location filename="mainwindow.ui" line="641"/> <source>Run program</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="673"/> + <location filename="mainwindow.ui" line="644"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1676,17 +1692,17 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="683"/> + <location filename="mainwindow.ui" line="654"/> <source>Run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="724"/> + <location filename="mainwindow.ui" line="695"/> <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="727"/> + <location filename="mainwindow.ui" line="698"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1695,32 +1711,32 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="734"/> + <location filename="mainwindow.ui" line="705"/> <source>Shortcut</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="784"/> + <location filename="mainwindow.ui" line="755"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="807"/> + <location filename="mainwindow.ui" line="778"/> <source>Sort</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="878"/> + <location filename="mainwindow.ui" line="849"/> <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="905"/> + <location filename="mainwindow.ui" line="876"/> <source>List of available esp/esm files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="908"/> + <location filename="mainwindow.ui" line="879"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1729,27 +1745,27 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="979"/> + <location filename="mainwindow.ui" line="950"/> <source>Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="999"/> + <location filename="mainwindow.ui" line="970"/> <source><html><head/><body><p>BSAs / BA2s are bundles of game assets (textures, scripts, etc.). By default, the engine loads these bundles in a separate step from loose files. <p>Their load order is specified by the priority of the corresponding plugin (right pane, plugins tab).</p><p>If there is a matching plugin, the game will load them no matter what.</p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1002"/> + <location filename="mainwindow.ui" line="973"/> <source><html><head/><body><p>Currently detected archives. (<a href="#"><span style=" text-decoration: underline; color:#0000ff;">What is an archive?</span></a>)</p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1017"/> + <location filename="mainwindow.ui" line="988"/> <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="1020"/> + <location filename="mainwindow.ui" line="991"/> <source>BSA files are archives (comparable to .zip files) that contain data assets (meshes, textures, ...) to be used by the game. As such they "compete" 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! @@ -1757,72 +1773,72 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1049"/> + <location filename="mainwindow.ui" line="1020"/> <source>Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1067"/> + <location filename="mainwindow.ui" line="1038"/> <source>refresh data-directory overview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1070"/> + <location filename="mainwindow.ui" line="1041"/> <source>Refresh the overview. This may take a moment.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1073"/> - <location filename="mainwindow.ui" line="1216"/> - <location filename="mainwindow.cpp" line="4558"/> - <location filename="mainwindow.cpp" line="5500"/> + <location filename="mainwindow.ui" line="1044"/> + <location filename="mainwindow.ui" line="1187"/> + <location filename="mainwindow.cpp" line="4887"/> + <location filename="mainwindow.cpp" line="5735"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1089"/> + <location filename="mainwindow.ui" line="1060"/> <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="1102"/> + <location filename="mainwindow.ui" line="1073"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1107"/> + <location filename="mainwindow.ui" line="1078"/> <source>Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1119"/> - <location filename="mainwindow.ui" line="1122"/> + <location filename="mainwindow.ui" line="1090"/> + <location filename="mainwindow.ui" line="1093"/> <source>Filters the above list so that only conflicts are displayed.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1125"/> + <location filename="mainwindow.ui" line="1096"/> <source>Show only conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1132"/> - <location filename="mainwindow.ui" line="1138"/> + <location filename="mainwindow.ui" line="1103"/> + <location filename="mainwindow.ui" line="1109"/> <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="1141"/> + <location filename="mainwindow.ui" line="1112"/> <source>Show files from Archives</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1151"/> + <location filename="mainwindow.ui" line="1122"/> <source>Saves</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1175"/> + <location filename="mainwindow.ui" line="1146"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -1833,1097 +1849,1218 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1195"/> + <location filename="mainwindow.ui" line="1166"/> <source>Downloads</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1213"/> + <location filename="mainwindow.ui" line="1184"/> <source>Refresh downloads view</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1244"/> + <location filename="mainwindow.ui" line="1215"/> <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="1282"/> + <location filename="mainwindow.ui" line="1253"/> <source>Show Hidden</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1347"/> - <source>Tool Bar</source> + <location filename="mainwindow.ui" line="1512"/> + <source>&Settings...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1390"/> - <source>Install Mod</source> + <location filename="mainwindow.ui" line="1533"/> + <location filename="mainwindow.ui" line="1536"/> + <source>Visit &Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1393"/> - <source>Install &Mod</source> + <location filename="mainwindow.ui" line="1539"/> + <location filename="mainwindow.ui" line="1542"/> + <source>Visit the Nexus website in your browser for more mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1396"/> - <source>Install a new mod from an archive</source> + <location filename="mainwindow.ui" line="1557"/> + <location filename="mainwindow.ui" line="1560"/> + <source>&Update Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1399"/> - <source>Ctrl+M</source> + <location filename="mainwindow.ui" line="1575"/> + <source>&Notifications...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1408"/> - <source>Profiles</source> + <location filename="mainwindow.ui" line="1578"/> + <location filename="mainwindow.ui" line="1581"/> + <source>Open the notifications dialog</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1411"/> - <source>&Profiles</source> + <location filename="mainwindow.ui" line="1584"/> + <source>This button will be highlighted on the toolbar 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="1414"/> - <source>Configure Profiles</source> + <location filename="mainwindow.ui" line="1599"/> + <location filename="mainwindow.ui" line="1602"/> + <source>Show help options</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1417"/> - <source>Ctrl+P</source> + <location filename="mainwindow.ui" line="1614"/> + <location filename="mainwindow.ui" line="1617"/> + <source>&Endorse ModOrganizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1426"/> - <source>Executables</source> + <location filename="mainwindow.ui" line="1628"/> + <location filename="mainwindow.ui" line="1631"/> + <source>Copy &Log</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1634"/> + <location filename="mainwindow.ui" line="1637"/> + <source>Copy log to clipboard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1646"/> + <source>&Change Game...</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1649"/> + <source>&Change Game</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1660"/> + <location filename="mainwindow.ui" line="1663"/> + <source>E&xit</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1666"/> + <location filename="mainwindow.ui" line="1669"/> + <source>Exits Mod Organizer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1677"/> + <source>M&ain Toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1685"/> + <source>&Small Icons</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1693"/> + <source>Lar&ge Icons</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1429"/> + <location filename="mainwindow.ui" line="1701"/> + <source>&Icons Only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1709"/> + <source>&Text Only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1717"/> + <source>I&cons and Text</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1725"/> + <source>M&edium Icons</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1733"/> + <source>&Menu</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1741"/> + <source>St&atus bar</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1434"/> + <source>Install &Mod</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1437"/> + <location filename="mainwindow.ui" line="1440"/> + <source>Install a new mod from an archive</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1443"/> + <source>Ctrl+M</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1455"/> + <source>&Profiles</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1464"/> + <source>Ctrl+P</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.ui" line="1476"/> <source>&Executables</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1432"/> + <location filename="mainwindow.ui" line="1479"/> + <location filename="mainwindow.ui" line="1482"/> <source>Configure the executables that can be started through Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1435"/> + <location filename="mainwindow.ui" line="1485"/> <source>Ctrl+E</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1444"/> - <location filename="mainwindow.ui" line="1450"/> + <location filename="mainwindow.ui" line="1500"/> <source>Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1447"/> + <location filename="mainwindow.ui" line="1367"/> + <location filename="mainwindow.ui" line="1494"/> + <location filename="mainwindow.ui" line="1497"/> <source>&Tools</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1453"/> - <source>Ctrl+I</source> + <location filename="mainwindow.ui" line="220"/> + <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Create profiles here. Each profile contains its own list of active mods and esps. This way you can quickly switch between setups for different play throughs.</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Please note that right now your esp load order is not kept seperate for different profiles.</span></p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1462"/> - <source>Settings</source> + <location filename="mainwindow.ui" line="1315"/> + <source>Main ToolBar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1465"/> - <source>&Settings</source> + <location filename="mainwindow.ui" line="1357"/> + <source>&File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1468"/> - <source>Configure settings and workarounds</source> + <location filename="mainwindow.ui" line="1378"/> + <location filename="mainwindow.ui" line="1593"/> + <location filename="mainwindow.ui" line="1596"/> + <source>&Help</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1471"/> - <source>Ctrl+S</source> + <location filename="mainwindow.ui" line="1386"/> + <source>&Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1480"/> - <source>Nexus</source> + <location filename="mainwindow.ui" line="1392"/> + <source>&View</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1483"/> - <source>Search nexus network for more mods</source> + <location filename="mainwindow.ui" line="1396"/> + <source>&Toolbars</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1486"/> - <source>Ctrl+N</source> + <location filename="mainwindow.ui" line="1415"/> + <source>&Run</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1498"/> - <location filename="mainwindow.cpp" line="5449"/> - <source>Update</source> + <location filename="mainwindow.ui" line="1431"/> + <source>Install &Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1501"/> - <source>Mod Organizer is up-to-date</source> + <location filename="mainwindow.ui" line="1452"/> + <source>&Profiles...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1513"/> - <location filename="mainwindow.cpp" line="690"/> - <source>No Notifications</source> + <location filename="mainwindow.ui" line="1458"/> + <location filename="mainwindow.ui" line="1461"/> + <source>Configure profiles</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1516"/> - <source>This button will be highlighted if MO discovered potential problems in your setup and provide tips on how to fix them.</source> + <location filename="mainwindow.ui" line="1473"/> + <source>&Executables...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1525"/> - <location filename="mainwindow.ui" line="1528"/> - <source>Help</source> + <location filename="mainwindow.ui" line="1503"/> + <source>Ctrl+I</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1531"/> - <source>Ctrl+H</source> + <location filename="mainwindow.ui" line="1515"/> + <source>&Settings</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1540"/> - <source>Endorse MO</source> + <location filename="mainwindow.ui" line="1518"/> + <location filename="mainwindow.ui" line="1521"/> + <source>Configure settings and workarounds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1543"/> - <location filename="mainwindow.cpp" line="5523"/> - <source>Endorse Mod Organizer</source> + <location filename="mainwindow.ui" line="1524"/> + <source>Ctrl+S</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1548"/> - <source>Copy Log to Clipboard</source> + <location filename="mainwindow.ui" line="1545"/> + <source>Ctrl+N</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1557"/> - <source>Change Game</source> + <location filename="mainwindow.ui" line="1563"/> + <location filename="mainwindow.ui" line="1566"/> + <source>Mod Organizer is up-to-date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.ui" line="1560"/> - <source>Open the Instance selection dialog to manage a different Game</source> + <location filename="mainwindow.ui" line="1605"/> + <source>Ctrl+H</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="337"/> - <source>Toolbar</source> + <location filename="mainwindow.ui" line="1620"/> + <location filename="mainwindow.ui" line="1623"/> + <location filename="mainwindow.cpp" line="5763"/> + <source>Endorse Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="338"/> - <source>Desktop</source> + <location filename="mainwindow.ui" line="1652"/> + <location filename="mainwindow.ui" line="1655"/> + <source>Open the Instance selection dialog to manage a different Game</source> <translation type="unfinished"></translation> </message> <message> <location filename="mainwindow.cpp" line="339"/> + <source>Desktop</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.cpp" line="340"/> <source>Start Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="364"/> + <location filename="mainwindow.cpp" line="365"/> <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="510"/> + <location filename="mainwindow.cpp" line="575"/> <source>Crash on exit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="511"/> + <location filename="mainwindow.cpp" line="576"/> <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="678"/> - <source>Notifications</source> + <location filename="mainwindow.cpp" line="338"/> + <source>Toolbar and Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="679"/> + <location filename="mainwindow.cpp" line="926"/> <source>There are notifications to read</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="691"/> + <location filename="mainwindow.cpp" line="945"/> <source>There are no notifications</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="758"/> - <location filename="mainwindow.cpp" line="4695"/> - <location filename="mainwindow.cpp" line="4699"/> + <location filename="mainwindow.cpp" line="1032"/> + <location filename="mainwindow.cpp" line="5024"/> + <location filename="mainwindow.cpp" line="5028"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="762"/> + <location filename="mainwindow.cpp" line="1036"/> <source>Won't Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="777"/> + <location filename="mainwindow.cpp" line="1053"/> <source>Help on UI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="781"/> + <location filename="mainwindow.cpp" line="1057"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="785"/> + <location filename="mainwindow.cpp" line="1061"/> <source>Chat on Discord</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="789"/> + <location filename="mainwindow.cpp" line="1065"/> <source>Report Issue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="793"/> + <location filename="mainwindow.cpp" line="1069"/> <source>Tutorials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="832"/> + <location filename="mainwindow.cpp" line="1108"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="833"/> + <location filename="mainwindow.cpp" line="1109"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="892"/> + <location filename="mainwindow.cpp" line="1168"/> <source>Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="893"/> + <location filename="mainwindow.cpp" line="1169"/> <source>Please enter a name for the new profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="901"/> + <location filename="mainwindow.cpp" line="1177"/> <source>failed to create profile: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="945"/> + <location filename="mainwindow.cpp" line="1231"/> <source>Show tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="946"/> + <location filename="mainwindow.cpp" line="1232"/> <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 "Help"-menu.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="982"/> + <location filename="mainwindow.cpp" line="1275"/> <source>Downloads in progress</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="983"/> + <location filename="mainwindow.cpp" line="1276"/> <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="1100"/> + <location filename="mainwindow.cpp" line="1400"/> <source>Plugin "%1" failed: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1102"/> + <location filename="mainwindow.cpp" line="1402"/> <source>Plugin "%1" failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1186"/> + <location filename="mainwindow.cpp" line="1482"/> <source>Browse Mod Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1393"/> + <location filename="mainwindow.cpp" line="1707"/> <source>Also in: <br></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1404"/> + <location filename="mainwindow.cpp" line="1718"/> <source>No conflict</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1489"/> + <location filename="mainwindow.cpp" line="1803"/> <source><Edit...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1767"/> + <location filename="mainwindow.cpp" line="2081"/> <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="1829"/> + <location filename="mainwindow.cpp" line="2143"/> <source>Activating Network Proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1911"/> + <location filename="mainwindow.cpp" line="2246"/> <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="2013"/> + <location filename="mainwindow.cpp" line="2359"/> <source>Choose Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2014"/> + <location filename="mainwindow.cpp" line="2360"/> <source>Mod Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2201"/> + <location filename="mainwindow.cpp" line="2549"/> <source>Start Tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2202"/> + <location filename="mainwindow.cpp" line="2550"/> <source>You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2380"/> + <location filename="mainwindow.cpp" line="2718"/> <source>failed to spawn notepad.exe: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2420"/> + <location filename="mainwindow.cpp" line="2758"/> <source>failed to change origin name: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2444"/> + <location filename="mainwindow.cpp" line="2782"/> <source>failed to move "%1" from mod "%2" to "%3": %4</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2468"/> + <location filename="mainwindow.cpp" line="2806"/> <source><Contains %1></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2503"/> + <location filename="mainwindow.cpp" line="2841"/> <source><Checked></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2504"/> + <location filename="mainwindow.cpp" line="2842"/> <source><Unchecked></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2505"/> + <location filename="mainwindow.cpp" line="2843"/> <source><Update></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2506"/> + <location filename="mainwindow.cpp" line="2844"/> <source><Mod Backup></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2507"/> + <location filename="mainwindow.cpp" line="2845"/> <source><Managed by MO></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2508"/> + <location filename="mainwindow.cpp" line="2846"/> <source><Managed outside MO></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2509"/> + <location filename="mainwindow.cpp" line="2847"/> <source><No category></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2510"/> + <location filename="mainwindow.cpp" line="2848"/> <source><Conflicted></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2511"/> + <location filename="mainwindow.cpp" line="2849"/> <source><Not Endorsed></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2557"/> + <location filename="mainwindow.cpp" line="2895"/> <source>failed to rename mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2570"/> + <location filename="mainwindow.cpp" line="2908"/> <source>Overwrite?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2571"/> + <location filename="mainwindow.cpp" line="2909"/> <source>This will replace the existing mod "%1". Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2574"/> + <location filename="mainwindow.cpp" line="2912"/> <source>failed to remove mod "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2578"/> - <location filename="mainwindow.cpp" line="5275"/> - <location filename="mainwindow.cpp" line="5299"/> + <location filename="mainwindow.cpp" line="2916"/> + <location filename="mainwindow.cpp" line="5563"/> + <location filename="mainwindow.cpp" line="5587"/> <source>failed to rename "%1" to "%2"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2666"/> - <location filename="mainwindow.cpp" line="4261"/> - <location filename="mainwindow.cpp" line="4269"/> - <location filename="mainwindow.cpp" line="4824"/> + <location filename="mainwindow.cpp" line="3004"/> + <location filename="mainwindow.cpp" line="4593"/> + <location filename="mainwindow.cpp" line="4601"/> + <location filename="mainwindow.cpp" line="5153"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2667"/> + <location filename="mainwindow.cpp" line="3005"/> <source>Remove the following mods?<br><ul>%1</ul></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2682"/> + <location filename="mainwindow.cpp" line="3020"/> <source>failed to remove mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2714"/> - <location filename="mainwindow.cpp" line="2717"/> - <location filename="mainwindow.cpp" line="2727"/> + <location filename="mainwindow.cpp" line="3052"/> + <location filename="mainwindow.cpp" line="3055"/> + <location filename="mainwindow.cpp" line="3065"/> <source>Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2714"/> + <location filename="mainwindow.cpp" line="3052"/> <source>Installation file no longer exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2718"/> + <location filename="mainwindow.cpp" line="3056"/> <source>Mods installed with old versions of MO can't be reinstalled in this way.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2728"/> + <location filename="mainwindow.cpp" line="3066"/> <source>Failed to create backup.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2745"/> + <location filename="mainwindow.cpp" line="3083"/> <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="2761"/> - <location filename="mainwindow.cpp" line="2787"/> - <location filename="mainwindow.cpp" line="2821"/> - <location filename="mainwindow.cpp" line="2846"/> + <location filename="mainwindow.cpp" line="3099"/> + <location filename="mainwindow.cpp" line="3125"/> + <location filename="mainwindow.cpp" line="3159"/> + <location filename="mainwindow.cpp" line="3184"/> <source>You need to be logged in with Nexus to endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2772"/> - <location filename="mainwindow.cpp" line="2780"/> + <location filename="mainwindow.cpp" line="3110"/> + <location filename="mainwindow.cpp" line="3118"/> <source>Endorsing multiple mods will take a while. Please wait...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2832"/> - <location filename="mainwindow.cpp" line="2839"/> + <location filename="mainwindow.cpp" line="3170"/> + <location filename="mainwindow.cpp" line="3177"/> <source>Unendorsing multiple mods will take a while. Please wait...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2867"/> - <location filename="mainwindow.cpp" line="2890"/> - <location filename="mainwindow.cpp" line="2915"/> + <location filename="mainwindow.cpp" line="3205"/> + <location filename="mainwindow.cpp" line="3228"/> + <location filename="mainwindow.cpp" line="3253"/> <source>You need to be logged in with Nexus to track</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2974"/> + <location filename="mainwindow.cpp" line="3311"/> <source>Failed to display overwrite dialog: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3161"/> + <location filename="mainwindow.cpp" line="3498"/> <source>Opening Nexus Links</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3162"/> + <location filename="mainwindow.cpp" line="3499"/> <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="3191"/> + <location filename="mainwindow.cpp" line="3528"/> <source>Nexus ID for this Mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3203"/> + <location filename="mainwindow.cpp" line="3540"/> <source>Opening Web Pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3204"/> + <location filename="mainwindow.cpp" line="3541"/> <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="3233"/> + <location filename="mainwindow.cpp" line="3570"/> <source>Web page for this mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3420"/> + <location filename="mainwindow.cpp" line="3753"/> <source><table cellspacing="5"><tr><th>Type</th><th>All</th><th>Visible</th><tr><td>Enabled mods:&emsp;</td><td align=right>%1 / %2</td><td align=right>%3 / %4</td></tr><tr><td>Unmanaged/DLCs:&emsp;</td><td align=right>%5</td><td align=right>%6</td></tr><tr><td>Mod backups:&emsp;</td><td align=right>%7</td><td align=right>%8</td></tr><tr><td>Separators:&emsp;</td><td align=right>%9</td><td align=right>%10</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3475"/> + <location filename="mainwindow.cpp" line="3808"/> <source><table cellspacing="6"><tr><th>Type</th><th>Active </th><th>Total</th></tr><tr><td>All plugins:</td><td align=right>%1 </td><td align=right>%2</td></tr><tr><td>ESMs:</td><td align=right>%3 </td><td align=right>%4</td></tr><tr><td>ESPs:</td><td align=right>%7 </td><td align=right>%8</td></tr><tr><td>ESMs+ESPs:</td><td align=right>%9 </td><td align=right>%10</td></tr><tr><td>ESLs:</td><td align=right>%5 </td><td align=right>%6</td></tr></table></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3507"/> - <location filename="mainwindow.cpp" line="3645"/> - <location filename="mainwindow.cpp" line="4620"/> + <location filename="mainwindow.cpp" line="3840"/> + <location filename="mainwindow.cpp" line="3978"/> + <location filename="mainwindow.cpp" line="4949"/> <source>Create Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3508"/> + <location filename="mainwindow.cpp" line="3841"/> <source>This will create an empty mod. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3517"/> - <location filename="mainwindow.cpp" line="3655"/> + <location filename="mainwindow.cpp" line="3850"/> + <location filename="mainwindow.cpp" line="3988"/> <source>A mod with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3545"/> + <location filename="mainwindow.cpp" line="3878"/> <source>Create Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3546"/> + <location filename="mainwindow.cpp" line="3879"/> <source>This will create a new separator. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3553"/> + <location filename="mainwindow.cpp" line="3886"/> <source>A separator with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3646"/> + <location filename="mainwindow.cpp" line="3979"/> <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="3727"/> + <location filename="mainwindow.cpp" line="4060"/> <source>Move successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3748"/> - <location filename="mainwindow.cpp" line="6107"/> + <location filename="mainwindow.cpp" line="4081"/> + <location filename="mainwindow.cpp" line="6325"/> <source>Are you sure?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3749"/> + <location filename="mainwindow.cpp" line="4082"/> <source>About to recursively delete: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4143"/> + <location filename="mainwindow.cpp" line="4475"/> <source>Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4144"/> + <location filename="mainwindow.cpp" line="4476"/> <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="4164"/> - <location filename="mainwindow.cpp" line="5417"/> + <location filename="mainwindow.cpp" line="4496"/> <source>Sorry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4165"/> + <location filename="mainwindow.cpp" line="4497"/> <source>I don't know a versioning scheme where %1 is newer than %2.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4261"/> + <location filename="mainwindow.cpp" line="4593"/> <source>Really enable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4269"/> + <location filename="mainwindow.cpp" line="4601"/> <source>Really disable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4349"/> + <location filename="mainwindow.cpp" line="4678"/> <source>Export to csv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4352"/> + <location filename="mainwindow.cpp" line="4681"/> <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="4355"/> + <location filename="mainwindow.cpp" line="4684"/> <source>Select what mods you want export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4356"/> + <location filename="mainwindow.cpp" line="4685"/> <source>All installed mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4357"/> + <location filename="mainwindow.cpp" line="4686"/> <source>Only active (checked) mods from your current profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4358"/> + <location filename="mainwindow.cpp" line="4687"/> <source>All currently visible mods in the mod list</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4379"/> + <location filename="mainwindow.cpp" line="4708"/> <source>Choose what Columns to export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4382"/> + <location filename="mainwindow.cpp" line="4711"/> <source>Mod_Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4384"/> + <location filename="mainwindow.cpp" line="4713"/> <source>Mod_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4386"/> + <location filename="mainwindow.cpp" line="4715"/> <source>Notes_column</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4387"/> + <location filename="mainwindow.cpp" line="4716"/> <source>Mod_Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4388"/> + <location filename="mainwindow.cpp" line="4717"/> <source>Primary_Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4389"/> + <location filename="mainwindow.cpp" line="4718"/> <source>Nexus_ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4390"/> + <location filename="mainwindow.cpp" line="4719"/> <source>Mod_Nexus_URL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4391"/> + <location filename="mainwindow.cpp" line="4720"/> <source>Mod_Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4392"/> + <location filename="mainwindow.cpp" line="4721"/> <source>Install_Date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4393"/> + <location filename="mainwindow.cpp" line="4722"/> <source>Download_File_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4500"/> + <location filename="mainwindow.cpp" line="4829"/> <source>export failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4519"/> + <location filename="mainwindow.cpp" line="4848"/> <source>Open Game folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4521"/> + <location filename="mainwindow.cpp" line="4850"/> <source>Open MyGames folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4523"/> + <location filename="mainwindow.cpp" line="4852"/> <source>Open INIs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4527"/> + <location filename="mainwindow.cpp" line="4856"/> <source>Open Instance folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4529"/> + <location filename="mainwindow.cpp" line="4858"/> <source>Open Mods folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4531"/> + <location filename="mainwindow.cpp" line="4860"/> <source>Open Profile folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4533"/> + <location filename="mainwindow.cpp" line="4862"/> <source>Open Downloads folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4537"/> + <location filename="mainwindow.cpp" line="4866"/> <source>Open MO2 Install folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4539"/> + <location filename="mainwindow.cpp" line="4868"/> <source>Open MO2 Plugins folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4541"/> + <location filename="mainwindow.cpp" line="4870"/> <source>Open MO2 Logs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4549"/> + <location filename="mainwindow.cpp" line="4878"/> <source>Install Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4550"/> + <location filename="mainwindow.cpp" line="4879"/> <source>Create empty mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4551"/> + <location filename="mainwindow.cpp" line="4880"/> <source>Create Separator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4555"/> + <location filename="mainwindow.cpp" line="4884"/> <source>Enable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4556"/> + <location filename="mainwindow.cpp" line="4885"/> <source>Disable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4557"/> + <location filename="mainwindow.cpp" line="4886"/> <source>Check for updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4559"/> + <location filename="mainwindow.cpp" line="4888"/> <source>Export to csv...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4568"/> - <location filename="mainwindow.cpp" line="4584"/> + <location filename="mainwindow.cpp" line="4897"/> + <location filename="mainwindow.cpp" line="4913"/> <source>Send to</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4569"/> - <location filename="mainwindow.cpp" line="4585"/> + <location filename="mainwindow.cpp" line="4898"/> + <location filename="mainwindow.cpp" line="4914"/> <source>Top</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4570"/> - <location filename="mainwindow.cpp" line="4586"/> + <location filename="mainwindow.cpp" line="4899"/> + <location filename="mainwindow.cpp" line="4915"/> <source>Bottom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4571"/> - <location filename="mainwindow.cpp" line="4587"/> + <location filename="mainwindow.cpp" line="4900"/> + <location filename="mainwindow.cpp" line="4916"/> <source>Priority...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4572"/> + <location filename="mainwindow.cpp" line="4901"/> <source>Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4611"/> + <location filename="mainwindow.cpp" line="4940"/> <source>All Mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4619"/> + <location filename="mainwindow.cpp" line="4948"/> <source>Sync to Mods...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4621"/> + <location filename="mainwindow.cpp" line="4950"/> <source>Move content to Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4622"/> + <location filename="mainwindow.cpp" line="4951"/> <source>Clear Overwrite...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4624"/> - <location filename="mainwindow.cpp" line="4742"/> + <location filename="mainwindow.cpp" line="4953"/> + <location filename="mainwindow.cpp" line="5071"/> <source>Open in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4626"/> + <location filename="mainwindow.cpp" line="4955"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4627"/> + <location filename="mainwindow.cpp" line="4956"/> <source>Remove Backup...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4630"/> - <location filename="mainwindow.cpp" line="4649"/> + <location filename="mainwindow.cpp" line="4959"/> + <location filename="mainwindow.cpp" line="4978"/> <source>Change Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4634"/> - <location filename="mainwindow.cpp" line="4654"/> + <location filename="mainwindow.cpp" line="4963"/> + <location filename="mainwindow.cpp" line="4983"/> <source>Primary Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4638"/> + <location filename="mainwindow.cpp" line="4967"/> <source>Rename Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4639"/> + <location filename="mainwindow.cpp" line="4968"/> <source>Remove Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4642"/> + <location filename="mainwindow.cpp" line="4971"/> <source>Select Color...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4644"/> + <location filename="mainwindow.cpp" line="4973"/> <source>Reset Color</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4661"/> + <location filename="mainwindow.cpp" line="4990"/> <source>Change versioning scheme</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4665"/> + <location filename="mainwindow.cpp" line="4994"/> <source>Force-check updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4667"/> + <location filename="mainwindow.cpp" line="4996"/> <source>Un-ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4670"/> + <location filename="mainwindow.cpp" line="4999"/> <source>Ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4675"/> - <location filename="mainwindow.cpp" line="6220"/> + <location filename="mainwindow.cpp" line="5004"/> + <location filename="mainwindow.cpp" line="6449"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4676"/> - <location filename="mainwindow.cpp" line="6221"/> + <location filename="mainwindow.cpp" line="5005"/> + <location filename="mainwindow.cpp" line="6450"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4682"/> + <location filename="mainwindow.cpp" line="5011"/> <source>Rename Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4683"/> + <location filename="mainwindow.cpp" line="5012"/> <source>Reinstall Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4684"/> + <location filename="mainwindow.cpp" line="5013"/> <source>Remove Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4692"/> + <location filename="mainwindow.cpp" line="5021"/> <source>Un-Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4696"/> + <location filename="mainwindow.cpp" line="5025"/> <source>Won't endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4702"/> + <location filename="mainwindow.cpp" line="5031"/> <source>Endorsement state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4712"/> + <location filename="mainwindow.cpp" line="5041"/> <source>Start tracking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4715"/> + <location filename="mainwindow.cpp" line="5044"/> <source>Stop tracking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4718"/> + <location filename="mainwindow.cpp" line="5047"/> <source>Tracked state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4729"/> + <location filename="mainwindow.cpp" line="5058"/> <source>Ignore missing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4733"/> + <location filename="mainwindow.cpp" line="5062"/> <source>Mark as converted/working</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4737"/> + <location filename="mainwindow.cpp" line="5066"/> <source>Visit on Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4739"/> + <location filename="mainwindow.cpp" line="5068"/> <source>Visit web page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4746"/> + <location filename="mainwindow.cpp" line="5075"/> <source>Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4753"/> - <location filename="mainwindow.cpp" line="6273"/> + <location filename="mainwindow.cpp" line="5082"/> + <location filename="mainwindow.cpp" line="6502"/> <source>Exception: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4755"/> - <location filename="mainwindow.cpp" line="6275"/> + <location filename="mainwindow.cpp" line="5084"/> + <location filename="mainwindow.cpp" line="6504"/> <source>Unknown exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4784"/> + <location filename="mainwindow.cpp" line="5113"/> <source><All></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4786"/> + <location filename="mainwindow.cpp" line="5115"/> <source><Multiple></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4821"/> + <location filename="mainwindow.cpp" line="5150"/> <source>%1 more</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4825"/> + <location filename="mainwindow.cpp" line="5154"/> <source>Are you sure you want to remove the following %n save(s)?<br><ul>%1</ul><br>Removed saves will be sent to the Recycle Bin.</source> <translation type="unfinished"> <numerusform></numerusform> @@ -2931,12 +3068,12 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="4870"/> + <location filename="mainwindow.cpp" line="5199"/> <source>Enable Mods...</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4885"/> + <location filename="mainwindow.cpp" line="5214"/> <source>Delete %n save(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -2944,22 +3081,22 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="4927"/> + <location filename="mainwindow.cpp" line="5256"/> <source>failed to remove %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4949"/> + <location filename="mainwindow.cpp" line="5278"/> <source>failed to create %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4979"/> + <location filename="mainwindow.cpp" line="5308"/> <source>Restarting MO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4980"/> + <location filename="mainwindow.cpp" line="5309"/> <source>Changing the managed game directory requires restarting MO. Any pending downloads will be paused. @@ -2967,373 +3104,348 @@ Click OK to restart MO now.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5000"/> + <location filename="mainwindow.cpp" line="5329"/> <source>Can't change download directory while downloads are in progress!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5146"/> + <location filename="mainwindow.cpp" line="5476"/> <source>failed to write to file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5152"/> + <location filename="mainwindow.cpp" line="5482"/> <source>%1 written</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5194"/> - <source>Select binary</source> + <location filename="mainwindow.cpp" line="6433"/> + <source>Remove '%1' from the toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5194"/> - <source>Binary</source> + <location filename="mainwindow.cpp" line="6794"/> + <source>Errors occured</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5220"/> + <location filename="mainwindow.cpp" line="6897"/> + <source>Backup of modlist created</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="mainwindow.cpp" line="5506"/> <source>Enter Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5221"/> + <location filename="mainwindow.cpp" line="5507"/> <source>Please enter a name for the executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5235"/> + <location filename="mainwindow.cpp" line="5526"/> <source>Not an executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5235"/> + <location filename="mainwindow.cpp" line="5526"/> <source>This is not a recognized executable.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5260"/> - <location filename="mainwindow.cpp" line="5285"/> + <location filename="mainwindow.cpp" line="5548"/> + <location filename="mainwindow.cpp" line="5573"/> <source>Replace file?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5260"/> + <location filename="mainwindow.cpp" line="5548"/> <source>There already is a hidden version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5263"/> - <location filename="mainwindow.cpp" line="5288"/> + <location filename="mainwindow.cpp" line="5551"/> + <location filename="mainwindow.cpp" line="5576"/> <source>File operation failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5263"/> - <location filename="mainwindow.cpp" line="5288"/> + <location filename="mainwindow.cpp" line="5551"/> + <location filename="mainwindow.cpp" line="5576"/> <source>Failed to remove "%1". Maybe you lack the required file permissions?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5285"/> + <location filename="mainwindow.cpp" line="5573"/> <source>There already is a visible version of this file. Replace it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5329"/> - <location filename="mainwindow.cpp" line="6887"/> + <location filename="mainwindow.cpp" line="5617"/> + <location filename="mainwindow.cpp" line="7127"/> <source>Set Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5329"/> + <location filename="mainwindow.cpp" line="5617"/> <source>Set the priority of the selected plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5384"/> - <source>file not found: %1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.cpp" line="5397"/> - <source>failed to generate preview for %1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.cpp" line="5417"/> - <source>Sorry, can't preview anything. This function currently does not support extracting from bsas.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.cpp" line="5451"/> + <location filename="mainwindow.cpp" line="5681"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5480"/> + <location filename="mainwindow.cpp" line="5708"/> <source>Open/Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5481"/> + <location filename="mainwindow.cpp" line="5709"/> <source>Add as Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5485"/> + <location filename="mainwindow.cpp" line="5713"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5491"/> + <location filename="mainwindow.cpp" line="5726"/> <source>Un-Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5493"/> + <location filename="mainwindow.cpp" line="5728"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5499"/> + <location filename="mainwindow.cpp" line="5734"/> <source>Write To File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5524"/> + <location filename="mainwindow.cpp" line="5764"/> <source>Do you want to endorse Mod Organizer on %1 now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5538"/> + <location filename="mainwindow.cpp" line="5778"/> <source>Abstain from Endorsing Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5539"/> + <location filename="mainwindow.cpp" line="5779"/> <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="5620"/> - <location filename="mainwindow.cpp" line="5621"/> + <location filename="mainwindow.cpp" line="5859"/> + <location filename="mainwindow.cpp" line="5860"/> <source>Thank you for endorsing MO2! :)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5623"/> - <location filename="mainwindow.cpp" line="5624"/> + <location filename="mainwindow.cpp" line="5862"/> + <location filename="mainwindow.cpp" line="5863"/> <source>Please reconsider endorsing MO2 on Nexus!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5859"/> + <location filename="mainwindow.cpp" line="6098"/> <source>Thank you!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5859"/> + <location filename="mainwindow.cpp" line="6098"/> <source>Thank you for your endorsement!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5862"/> + <location filename="mainwindow.cpp" line="6101"/> <source>Okay.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5862"/> + <location filename="mainwindow.cpp" line="6101"/> <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="5921"/> + <location filename="mainwindow.cpp" line="6160"/> <source>Mod ID %1 no longer seems to be available on Nexus.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5923"/> + <location filename="mainwindow.cpp" line="6162"/> <source>Request to Nexus failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5959"/> - <location filename="mainwindow.cpp" line="6021"/> + <location filename="mainwindow.cpp" line="6178"/> + <location filename="mainwindow.cpp" line="6240"/> <source>failed to read %1: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5971"/> - <location filename="mainwindow.cpp" line="6463"/> + <location filename="mainwindow.cpp" line="6190"/> + <location filename="mainwindow.cpp" line="6692"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5971"/> + <location filename="mainwindow.cpp" line="6190"/> <source>failed to extract %1 (errorcode %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6003"/> + <location filename="mainwindow.cpp" line="6222"/> <source>Extract BSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6032"/> + <location filename="mainwindow.cpp" line="6251"/> <source>This archive contains invalid hashes. Some files may be broken.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6078"/> + <location filename="mainwindow.cpp" line="6297"/> <source>Extract...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6108"/> + <location filename="mainwindow.cpp" line="6326"/> <source>This will restart MO, continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6155"/> + <location filename="mainwindow.cpp" line="6373"/> <source>Edit Categories...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6156"/> + <location filename="mainwindow.cpp" line="6374"/> <source>Deselect filter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6209"/> - <source>Remove</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.cpp" line="6225"/> + <location filename="mainwindow.cpp" line="6454"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6226"/> + <location filename="mainwindow.cpp" line="6455"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6247"/> + <location filename="mainwindow.cpp" line="6476"/> <source>Unlock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6250"/> + <location filename="mainwindow.cpp" line="6479"/> <source>Lock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6260"/> + <location filename="mainwindow.cpp" line="6489"/> <source>Open Origin in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6265"/> + <location filename="mainwindow.cpp" line="6494"/> <source>Open Origin Info...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6409"/> + <location filename="mainwindow.cpp" line="6638"/> <source>depends on missing "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6413"/> + <location filename="mainwindow.cpp" line="6642"/> <source>incompatible with "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6439"/> + <location filename="mainwindow.cpp" line="6668"/> <source>Please wait while LOOT is running</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6536"/> + <location filename="mainwindow.cpp" line="6765"/> <source>loot failed. Exit code was: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6558"/> + <location filename="mainwindow.cpp" line="6787"/> <source>failed to start loot</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6561"/> + <location filename="mainwindow.cpp" line="6790"/> <source>failed to run loot: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6565"/> - <source>Errors occurred</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.cpp" line="6612"/> + <location filename="mainwindow.cpp" line="6841"/> <source>Backup of load order created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6622"/> + <location filename="mainwindow.cpp" line="6851"/> <source>Choose backup to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6635"/> + <location filename="mainwindow.cpp" line="6864"/> <source>No Backups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6635"/> + <location filename="mainwindow.cpp" line="6864"/> <source>There are no backups to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6656"/> - <location filename="mainwindow.cpp" line="6678"/> + <location filename="mainwindow.cpp" line="6885"/> + <location filename="mainwindow.cpp" line="6907"/> <source>Restore failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6657"/> - <location filename="mainwindow.cpp" line="6679"/> + <location filename="mainwindow.cpp" line="6886"/> + <location filename="mainwindow.cpp" line="6908"/> <source>Failed to restore the backup. Errorcode: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6668"/> - <source>Backup of mod list created</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="mainwindow.cpp" line="6774"/> + <location filename="mainwindow.cpp" line="7003"/> <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="6776"/> + <location filename="mainwindow.cpp" line="7005"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6777"/> + <location filename="mainwindow.cpp" line="7006"/> <source>Rename new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6778"/> + <location filename="mainwindow.cpp" line="7007"/> <source>Ignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6887"/> + <location filename="mainwindow.cpp" line="7127"/> <source>Set the priority of the selected mods</source> <translation type="unfinished"></translation> </message> @@ -3508,7 +3620,8 @@ You will have to visit the mod page on the %1 Nexus site to change your mind.</s </message> <message> <location filename="modinfodialog.ui" line="139"/> - <source>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod whether the tweaks are really optional.</source> + <source>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod wether the tweaks are really optional.</source> + <oldsource>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod whether the tweaks are really optional.</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -3582,7 +3695,8 @@ Most mods do not have optional esps, so chances are good you are looking at an e </message> <message> <location filename="modinfodialog.ui" line="386"/> - <source>These are the mod files that are in the (virtual) data directory of your game and will thus be selectable in the esp list in the main window.</source> + <source>These are the mod files that are in the (virtual) data directory of your game and will thus be selecteable in the esp list in the main window.</source> + <oldsource>These are the mod files that are in the (virtual) data directory of your game and will thus be selectable in the esp list in the main window.</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -3596,88 +3710,149 @@ Most mods do not have optional esps, so chances are good you are looking at an e <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="424"/> + <location filename="modinfodialog.ui" line="411"/> + <source>General</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="452"/> <source>The following conflicted files are provided by this mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="479"/> - <location filename="modinfodialog.ui" line="549"/> - <location filename="modinfodialog.ui" line="613"/> + <location filename="modinfodialog.ui" line="504"/> + <location filename="modinfodialog.ui" line="580"/> + <location filename="modinfodialog.ui" line="650"/> + <location filename="modinfodialog.ui" line="735"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="484"/> + <location filename="modinfodialog.ui" line="509"/> <source>Overwritten Mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="506"/> + <location filename="modinfodialog.ui" line="531"/> <source>The following conflicted files are provided by other mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="554"/> + <location filename="modinfodialog.ui" line="585"/> <source>Providing Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="576"/> + <location filename="modinfodialog.ui" line="607"/> <source>The following files have no conflicts</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="635"/> + <location filename="modinfodialog.ui" line="675"/> + <source>Advanced</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="730"/> + <source>Overwrites</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="740"/> + <source>Overwritten by</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="766"/> + <source>Whether files that have no conflicts should be visible in the list</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="769"/> + <source>Show files that have no conflicts</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="779"/> + <source>Shows all mods overwriting or being overwritten by this mod</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="782"/> + <source>Show all conflicting mods</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="792"/> + <source>Shows only the nearest conflicting mods, in order of priority</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="795"/> + <source>Show nearest conflicting mod</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="817"/> + <source>Filter</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="838"/> <source>Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="658"/> + <location filename="modinfodialog.ui" line="861"/> <source>Primary Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="675"/> + <location filename="modinfodialog.ui" line="878"/> <source>Nexus Info</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="683"/> + <location filename="modinfodialog.ui" line="886"/> <source>Mod ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="690"/> + <location filename="modinfodialog.ui" line="893"/> <source>Mod ID for this mod on Nexus.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="693"/> + <location filename="modinfodialog.ui" line="896"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: <a href=" https://www.nexusmods.com/skyrimspecialedition/mods/6194"><span style=" text-decoration: underline; color:#0000ff;">https://www.nexusmods.com/skyrimspecialedition/mods/6194</span></a>. In this example, 6194 is the id you're looking for. Besides: The above is the link to Mod Organizer 2 on Nexus. Why not go there now and endorse us?</p></body></html></source> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Mod ID for this mod on Nexus. This is filled in automatically if you downloaded and installed the mod from inside MO. Otherwise you can enter it manually. To find the correct id, find the mod on nexus. The URL will look like this: <a href=" https://www.nexusmods.com/skyrimspecialedition/mods/6194"><span style=" text-decoration: underline; color:#0000ff;">https://www.nexusmods.com/skyrimspecialedition/mods/6194</span></a>. In this example, 6194 is the id you're looking for. Besides: The above is the link to Mod Organizer2 on Nexus. Why not go there now and endorse us?</p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="720"/> + <location filename="modinfodialog.ui" line="1070"/> + <source>Web page URL (only used if invalid NexusID) :</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.ui" line="923"/> <source>Source Game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="727"/> + <location filename="modinfodialog.ui" line="930"/> <source>Source game for this mod.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="730"/> + <location filename="modinfodialog.ui" line="933"/> <source><html><head/><body><p>Source game for this mod. This determines where the mod was downloaded from and decides where to fetch info, version updates, and send endorsements. Changing this will likely require you to enter a new Mod ID.</p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="750"/> + <location filename="modinfodialog.ui" line="953"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3686,76 +3861,71 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="757"/> + <location filename="modinfodialog.ui" line="960"/> <source>Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="787"/> + <location filename="modinfodialog.ui" line="990"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="790"/> + <location filename="modinfodialog.ui" line="993"/> <source>Refresh all information from Nexus.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="804"/> + <location filename="modinfodialog.ui" line="1007"/> <source>Description</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="826"/> + <location filename="modinfodialog.ui" line="1029"/> <source>about:blank</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="852"/> + <location filename="modinfodialog.ui" line="1055"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="867"/> - <source>Web page URL (only used if invalid Nexus ID) :</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="modinfodialog.ui" line="880"/> + <location filename="modinfodialog.ui" line="1083"/> <source>Notes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="886"/> - <location filename="modinfodialog.ui" line="889"/> - <location filename="modinfodialog.ui" line="892"/> + <location filename="modinfodialog.ui" line="1089"/> + <location filename="modinfodialog.ui" line="1092"/> + <location filename="modinfodialog.ui" line="1095"/> <source>Enter comments about the mod here. These are displayed in the notes column of the mod list.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="899"/> - <location filename="modinfodialog.ui" line="902"/> - <location filename="modinfodialog.ui" line="908"/> + <location filename="modinfodialog.ui" line="1102"/> + <location filename="modinfodialog.ui" line="1105"/> + <location filename="modinfodialog.ui" line="1111"/> <source>Enter notes about the mod here. These can be viewed in the mod list by hovering over the notes column or the flags column.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="916"/> + <location filename="modinfodialog.ui" line="1119"/> <source>Filetree</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="930"/> + <location filename="modinfodialog.ui" line="1133"/> <source>Open Mod in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="955"/> + <location filename="modinfodialog.ui" line="1158"/> <source>A directory view of this mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="958"/> + <location filename="modinfodialog.ui" line="1161"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -3765,260 +3935,236 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="985"/> + <location filename="modinfodialog.ui" line="1188"/> <source>Previous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="992"/> + <location filename="modinfodialog.ui" line="1195"/> <source>Next</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.ui" line="1012"/> + <location filename="modinfodialog.ui" line="1215"/> <source>Close</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="483"/> + <location filename="modinfodialog.cpp" line="691"/> <source>&Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="484"/> + <location filename="modinfodialog.cpp" line="690"/> <source>&Rename</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="485"/> + <location filename="modinfodialog.cpp" line="692"/> <source>&Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="486"/> + <location filename="modinfodialog.cpp" line="693"/> <source>&Unhide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="487"/> + <location filename="modinfodialog.cpp" line="688"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="488"/> + <location filename="modinfodialog.cpp" line="687"/> <source>&New Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="802"/> - <location filename="modinfodialog.cpp" line="817"/> + <location filename="modinfodialog.cpp" line="689"/> + <source>&Preview</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="modinfodialog.cpp" line="1206"/> + <location filename="modinfodialog.cpp" line="1221"/> <source>Save changes?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="802"/> - <location filename="modinfodialog.cpp" line="817"/> + <location filename="modinfodialog.cpp" line="1206"/> + <location filename="modinfodialog.cpp" line="1221"/> <source>Save changes to "%1"?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1008"/> + <location filename="modinfodialog.cpp" line="1412"/> <source>File Exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1008"/> + <location filename="modinfodialog.cpp" line="1412"/> <source>A file with that name exists, please enter a new one</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1025"/> + <location filename="modinfodialog.cpp" line="1429"/> <source>failed to move file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1050"/> + <location filename="modinfodialog.cpp" line="1454"/> <source>failed to create directory "optional"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1094"/> + <location filename="modinfodialog.cpp" line="1497"/> <source>Info requested, please wait</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1102"/> + <location filename="modinfodialog.cpp" line="1505"/> <source>Main</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1103"/> + <location filename="modinfodialog.cpp" line="1506"/> <source>Update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1104"/> + <location filename="modinfodialog.cpp" line="1507"/> <source>Optional</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1105"/> + <location filename="modinfodialog.cpp" line="1508"/> <source>Old</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1106"/> + <location filename="modinfodialog.cpp" line="1509"/> <source>Miscellaneous</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1107"/> + <location filename="modinfodialog.cpp" line="1510"/> <source>Deleted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1108"/> + <location filename="modinfodialog.cpp" line="1511"/> <source>Unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1119"/> + <location filename="modinfodialog.cpp" line="1522"/> <source>Current Version: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1123"/> + <location filename="modinfodialog.cpp" line="1526"/> <source>No update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1140"/> + <location filename="modinfodialog.cpp" line="1543"/> <source><div style="text-align: center;"><h1>Uh oh!</h1><p>Sorry, there is no description available for this mod. :(</p></div></source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1156"/> + <location filename="modinfodialog.cpp" line="1559"/> <source><a href="%1">Visit on Nexus</a></source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1255"/> + <location filename="modinfodialog.cpp" line="1657"/> <source>Failed to delete %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1271"/> - <location filename="modinfodialog.cpp" line="1277"/> - <location filename="modinfodialog.cpp" line="1296"/> - <location filename="modinfodialog.cpp" line="1301"/> + <location filename="modinfodialog.cpp" line="1673"/> + <location filename="modinfodialog.cpp" line="1679"/> + <location filename="modinfodialog.cpp" line="1698"/> + <location filename="modinfodialog.cpp" line="1703"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1271"/> - <location filename="modinfodialog.cpp" line="1296"/> - <source>Are you sure you want to delete "%1"?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="modinfodialog.cpp" line="1277"/> - <location filename="modinfodialog.cpp" line="1301"/> - <source>Are you sure you want to delete the selected files?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="modinfodialog.cpp" line="1433"/> - <location filename="modinfodialog.cpp" line="1439"/> - <source>New Folder</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="modinfodialog.cpp" line="1445"/> - <source>Failed to create "%1"</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="modinfodialog.cpp" line="1739"/> - <source>Select binary</source> + <location filename="modinfodialog.cpp" line="1673"/> + <location filename="modinfodialog.cpp" line="1698"/> + <source>Are sure you want to delete "%1"?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1739"/> - <source>Binary</source> + <location filename="modinfodialog.cpp" line="1679"/> + <location filename="modinfodialog.cpp" line="1703"/> + <source>Are sure you want to delete the selected files?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1867"/> - <source>file not found: %1</source> + <location filename="modinfodialog.cpp" line="2293"/> + <source>Unhide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1880"/> - <source>failed to generate preview for %1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="modinfodialog.cpp" line="1896"/> - <source>Sorry</source> + <location filename="modinfodialog.cpp" line="1844"/> + <location filename="modinfodialog.cpp" line="1850"/> + <source>New Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="1896"/> - <source>Sorry, can't preview anything. This function currently does not support extracting from bsas.</source> + <location filename="modinfodialog.cpp" line="1856"/> + <source>Failed to create "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2013"/> + <location filename="modinfodialog.cpp" line="2288"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2019"/> - <source>Un-Hide</source> + <location filename="modinfodialog.cpp" line="2296"/> + <source>Open/Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2023"/> - <location filename="modinfodialog.cpp" line="2041"/> - <location filename="modinfodialog.cpp" line="2060"/> - <source>Open/Execute</source> + <location filename="modinfodialog.cpp" line="2299"/> + <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2027"/> - <location filename="modinfodialog.cpp" line="2044"/> - <location filename="modinfodialog.cpp" line="2063"/> - <source>Preview</source> + <location filename="modinfodialog.cpp" line="2302"/> + <source>Go to...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2113"/> + <location filename="modinfodialog.cpp" line="2406"/> <source>Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2113"/> + <location filename="modinfodialog.cpp" line="2406"/> <source>Please enter a name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2117"/> - <location filename="modinfodialog.cpp" line="2120"/> + <location filename="modinfodialog.cpp" line="2410"/> + <location filename="modinfodialog.cpp" line="2413"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2117"/> + <location filename="modinfodialog.cpp" line="2410"/> <source>Invalid name. Must be a valid file name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2120"/> + <location filename="modinfodialog.cpp" line="2413"/> <source>A tweak by that name exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialog.cpp" line="2134"/> + <location filename="modinfodialog.cpp" line="2427"/> <source>Create Tweak</source> <translation type="unfinished"></translation> </message> @@ -4424,12 +4570,12 @@ p, li { white-space: pre-wrap; } <context> <name>MyFileSystemModel</name> <message> - <location filename="overwriteinfodialog.cpp" line="48"/> + <location filename="overwriteinfodialog.cpp" line="49"/> <source>Overwrites</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="60"/> + <location filename="overwriteinfodialog.cpp" line="61"/> <source>not implemented</source> <translation type="unfinished"></translation> </message> @@ -4443,27 +4589,27 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="nxmaccessmanager.cpp" line="235"/> + <location filename="nxmaccessmanager.cpp" line="246"/> <source>There was a timeout during the request</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nxmaccessmanager.cpp" line="257"/> + <location filename="nxmaccessmanager.cpp" line="268"/> <source>Unknown error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nxmaccessmanager.cpp" line="296"/> + <location filename="nxmaccessmanager.cpp" line="308"/> <source>Validation failed, please reauthenticate in the Settings -> Nexus tab: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nxmaccessmanager.cpp" line="301"/> + <location filename="nxmaccessmanager.cpp" line="313"/> <source>Could not parse response. Invalid JSON.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nxmaccessmanager.cpp" line="307"/> + <location filename="nxmaccessmanager.cpp" line="319"/> <source>Unknown error.</source> <translation type="unfinished"></translation> </message> @@ -4479,267 +4625,340 @@ p, li { white-space: pre-wrap; } <context> <name>NexusInterface</name> <message> - <location filename="nexusinterface.cpp" line="254"/> + <location filename="nexusinterface.cpp" line="284"/> <source>Failed to guess mod id for "%1", please pick the correct one</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nexusinterface.cpp" line="644"/> + <location filename="nexusinterface.cpp" line="674"/> <source>You must authorize MO2 in Settings -> Nexus to use the Nexus API.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nexusinterface.cpp" line="653"/> + <location filename="nexusinterface.cpp" line="683"/> <source>You've exceeded the Nexus API rate limit and requests are now being throttled. Your next batch of requests will be available in approximately %1 minutes and %2 seconds.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nexusinterface.cpp" line="705"/> + <location filename="nexusinterface.cpp" line="735"/> <source>Aborting download: Either you clicked on a premium-only link and your account is not premium, or the download link was generated by a different account than the one stored in Mod Organizer.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nexusinterface.cpp" line="819"/> + <location filename="nexusinterface.cpp" line="842"/> <source>empty response</source> <translation type="unfinished"></translation> </message> <message> - <location filename="nexusinterface.cpp" line="886"/> + <location filename="nexusinterface.cpp" line="900"/> <source>invalid response</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>OrganizerCore</name> + <name>NexusManualKeyDialog</name> <message> - <location filename="organizercore.cpp" line="408"/> - <location filename="organizercore.cpp" line="435"/> - <source>Failed to write settings</source> + <location filename="nexusmanualkey.ui" line="14"/> + <source>Manual Nexus API Key</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="409"/> - <source>An error occurred trying to update MO settings to %1: %2</source> + <location filename="nexusmanualkey.ui" line="50"/> + <source>1. Get your personal API key</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="430"/> - <source>File is write protected</source> + <location filename="nexusmanualkey.ui" line="57"/> + <source>Open Browser</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="432"/> - <source>Invalid file format (probably a bug)</source> + <location filename="nexusmanualkey.ui" line="97"/> + <source>2. Enter your personal API key</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="433"/> - <source>Unknown error %1</source> + <location filename="nexusmanualkey.ui" line="117"/> + <source>Paste</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="436"/> - <source>An error occurred trying to write back MO settings to %1: %2</source> + <location filename="nexusmanualkey.ui" line="124"/> + <source>Clear</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="684"/> - <location filename="organizercore.cpp" line="695"/> + <location filename="nexusmanualkey.ui" line="146"/> + <source>Enter API key here</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="nexusmanualkey.ui" line="171"/> + <source><b>Sharing this key with anyone could get your Nexus account banned. You can always revoke this key from your account on the Nexus website.</b></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>OrganizerCore</name> + <message> + <location filename="organizercore.cpp" line="393"/> + <location filename="organizercore.cpp" line="420"/> + <source>Failed to write settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="415"/> + <source>File is write protected</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="417"/> + <source>Invalid file format (probably a bug)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="418"/> + <source>Unknown error %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="646"/> + <location filename="organizercore.cpp" line="657"/> <source>Download started</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="698"/> + <location filename="organizercore.cpp" line="660"/> <source>Download failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="981"/> - <location filename="organizercore.cpp" line="1018"/> - <location filename="organizercore.cpp" line="1029"/> - <location filename="organizercore.cpp" line="1087"/> + <location filename="organizercore.cpp" line="943"/> + <location filename="organizercore.cpp" line="980"/> + <location filename="organizercore.cpp" line="991"/> + <location filename="organizercore.cpp" line="1049"/> <source>Installation cancelled</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="982"/> - <location filename="organizercore.cpp" line="1030"/> + <location filename="organizercore.cpp" line="944"/> + <location filename="organizercore.cpp" line="992"/> <source>Another installation is currently in progress.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="994"/> - <location filename="organizercore.cpp" line="1059"/> + <location filename="organizercore.cpp" line="956"/> + <location filename="organizercore.cpp" line="1021"/> <source>Installation successful</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1002"/> - <location filename="organizercore.cpp" line="1069"/> + <location filename="organizercore.cpp" line="964"/> + <location filename="organizercore.cpp" line="1031"/> <source>Configure Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1003"/> - <location filename="organizercore.cpp" line="1070"/> + <location filename="organizercore.cpp" line="965"/> + <location filename="organizercore.cpp" line="1032"/> <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="1015"/> - <location filename="organizercore.cpp" line="1080"/> + <location filename="organizercore.cpp" line="977"/> + <location filename="organizercore.cpp" line="1042"/> <source>mod not found: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1019"/> - <location filename="organizercore.cpp" line="1088"/> + <location filename="organizercore.cpp" line="981"/> + <location filename="organizercore.cpp" line="1050"/> <source>The mod was not installed completely.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1301"/> + <location filename="organizercore.cpp" line="1510"/> <source>Executable not found: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1336"/> + <location filename="organizercore.cpp" line="1545"/> <source>Start Steam?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1337"/> + <location filename="organizercore.cpp" line="1546"/> <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="1360"/> + <location filename="organizercore.cpp" line="1569"/> <source>Steam: Access Denied</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1361"/> - <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 necessary. + <location filename="organizercore.cpp" line="394"/> + <source>An error occured trying to update MO settings to %1: %2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="421"/> + <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="1320"/> + <source>file not found: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="1333"/> + <source>failed to generate preview for %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="1394"/> + <source>Sorry</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="1395"/> + <source>Sorry, can't preview anything. This function currently does not support extracting from bsas.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="1405"/> + <source>File '%1' not found.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="1413"/> + <source>Failed to generate preview for %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="1570"/> + <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="1408"/> + <location filename="organizercore.cpp" line="1617"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1416"/> + <location filename="organizercore.cpp" line="1625"/> <source>Windows Event Log Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1417"/> + <location filename="organizercore.cpp" line="1626"/> <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="1429"/> + <location filename="organizercore.cpp" line="1638"/> <source>Blacklisted Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1430"/> + <location filename="organizercore.cpp" line="1639"/> <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="1527"/> + <location filename="organizercore.cpp" line="1737"/> <source>No profile set</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1834"/> + <location filename="organizercore.cpp" line="2044"/> <source>Failed to refresh list of esps: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="1943"/> + <location filename="organizercore.cpp" line="2153"/> <source>Multiple esps/esls activated, please check that they don't conflict.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2031"/> + <location filename="organizercore.cpp" line="2241"/> <source>Download?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2032"/> + <location filename="organizercore.cpp" line="2242"/> <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="2167"/> - <location filename="organizercore.cpp" line="2216"/> + <location filename="organizercore.cpp" line="2377"/> + <location filename="organizercore.cpp" line="2426"/> <source>failed to update mod list: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2223"/> - <location filename="organizercore.cpp" line="2240"/> + <location filename="organizercore.cpp" line="2433"/> + <location filename="organizercore.cpp" line="2450"/> <source>login successful</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2247"/> + <location filename="organizercore.cpp" line="2457"/> <source>Login failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2248"/> + <location filename="organizercore.cpp" line="2458"/> <source>Login failed, try again?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2257"/> + <location filename="organizercore.cpp" line="2467"/> <source>login failed: %1. Download will not be associated with an account</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2265"/> + <location filename="organizercore.cpp" line="2475"/> <source>login failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2275"/> + <location filename="organizercore.cpp" line="2485"/> <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="2328"/> + <location filename="organizercore.cpp" line="2538"/> <source>MO1 "Script Extender" load mechanism has left hook.dll in your game folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2331"/> - <location filename="organizercore.cpp" line="2347"/> + <location filename="organizercore.cpp" line="2541"/> + <location filename="organizercore.cpp" line="2557"/> <source>Description missing</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2340"/> + <location filename="organizercore.cpp" line="2550"/> <source><a href="%1">hook.dll</a> 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 "Script Extender", 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="2374"/> + <location filename="organizercore.cpp" line="2584"/> <source>failed to save load order: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="2446"/> + <location filename="organizercore.cpp" line="2656"/> <source>The designated write target "%1" is not enabled.</source> <translation type="unfinished"></translation> </message> @@ -4762,63 +4981,63 @@ Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="89"/> + <location filename="overwriteinfodialog.cpp" line="90"/> <source>&Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="90"/> + <location filename="overwriteinfodialog.cpp" line="91"/> <source>&Rename</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="91"/> + <location filename="overwriteinfodialog.cpp" line="92"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="92"/> + <location filename="overwriteinfodialog.cpp" line="93"/> <source>&New Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="113"/> + <location filename="overwriteinfodialog.cpp" line="114"/> <source>mod not found: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="148"/> + <location filename="overwriteinfodialog.cpp" line="149"/> <source>Failed to delete "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="164"/> - <location filename="overwriteinfodialog.cpp" line="170"/> - <location filename="overwriteinfodialog.cpp" line="189"/> - <location filename="overwriteinfodialog.cpp" line="194"/> + <location filename="overwriteinfodialog.cpp" line="165"/> + <location filename="overwriteinfodialog.cpp" line="171"/> + <location filename="overwriteinfodialog.cpp" line="190"/> + <location filename="overwriteinfodialog.cpp" line="195"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="164"/> - <location filename="overwriteinfodialog.cpp" line="189"/> - <source>Are you sure you want to delete "%1"?</source> + <location filename="overwriteinfodialog.cpp" line="165"/> + <location filename="overwriteinfodialog.cpp" line="190"/> + <source>Are sure you want to delete "%1"?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="170"/> - <location filename="overwriteinfodialog.cpp" line="194"/> - <source>Are you sure you want to delete the selected files?</source> + <location filename="overwriteinfodialog.cpp" line="171"/> + <location filename="overwriteinfodialog.cpp" line="195"/> + <source>Are sure you want to delete the selected files?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="244"/> - <location filename="overwriteinfodialog.cpp" line="250"/> + <location filename="overwriteinfodialog.cpp" line="240"/> + <location filename="overwriteinfodialog.cpp" line="246"/> <source>New Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="overwriteinfodialog.cpp" line="256"/> + <location filename="overwriteinfodialog.cpp" line="252"/> <source>Failed to create "%1"</source> <translation type="unfinished"></translation> </message> @@ -5021,16 +5240,21 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="problemsdialog.cpp" line="51"/> - <location filename="problemsdialog.cpp" line="52"/> + <location filename="problemsdialog.cpp" line="56"/> + <location filename="problemsdialog.cpp" line="57"/> <source>Fix</source> <translation type="unfinished"></translation> </message> <message> - <location filename="problemsdialog.cpp" line="58"/> + <location filename="problemsdialog.cpp" line="63"/> <source>No guided fix</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="problemsdialog.cpp" line="71"/> + <source>(There are no notifications)</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>Profile</name> @@ -5390,7 +5614,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="722"/> + <location filename="organizercore.cpp" line="684"/> <source>Error</source> <translation type="unfinished"></translation> </message> @@ -5415,14 +5639,14 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="../../uibase/src/utility.cpp" line="278"/> - <location filename="../../uibase/src/utility.cpp" line="303"/> + <location filename="../../uibase/src/utility.cpp" line="442"/> + <location filename="../../uibase/src/utility.cpp" line="467"/> <source>failed to create directory "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../../uibase/src/utility.cpp" line="287"/> - <location filename="../../uibase/src/utility.cpp" line="310"/> + <location filename="../../uibase/src/utility.cpp" line="451"/> + <location filename="../../uibase/src/utility.cpp" line="474"/> <source>failed to copy "%1" to "%2"</source> <translation type="unfinished"></translation> </message> @@ -5502,7 +5726,7 @@ p, li { white-space: pre-wrap; } </message> <message> <location filename="installationmanager.cpp" line="73"/> - <location filename="selfupdater.cpp" line="81"/> + <location filename="selfupdater.cpp" line="82"/> <source>invalid 7-zip32.dll: %1</source> <translation type="unfinished"></translation> </message> @@ -5528,7 +5752,8 @@ p, li { white-space: pre-wrap; } </message> <message> <location filename="instancemanager.cpp" line="105"/> - <source>Be Careful! Deleting an Instance will remove all your files for that Instance (mods, downloads, profiles, configuration, ...). Custom paths outside of the instance folder for downloads, mods, etc. will be left untouched.</source> + <source>Be Carefull! Deleting an Instance will remove all your files for that Instance (mods, downloads, profiles, configuration, ...). Custom paths outside of the instance folder for downloads, mods, etc. will be left untoched.</source> + <oldsource>Be Careful! Deleting an Instance will remove all your files for that Instance (mods, downloads, profiles, configuration, ...). Custom paths outside of the instance folder for downloads, mods, etc. will be left untouched.</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -5712,7 +5937,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="723"/> + <location filename="organizercore.cpp" line="685"/> <source>Failed to create "%1". Your user account probably lacks permission.</source> <translation type="unfinished"></translation> </message> @@ -5776,34 +6001,34 @@ If the folder was still in use, restart MO and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="main.cpp" line="686"/> - <location filename="settings.cpp" line="1211"/> + <location filename="main.cpp" line="697"/> + <location filename="settings.cpp" line="1188"/> <source>Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="main.cpp" line="687"/> + <location filename="main.cpp" line="698"/> <source>An instance of Mod Organizer is already running</source> <translation type="unfinished"></translation> </message> <message> - <location filename="main.cpp" line="702"/> + <location filename="main.cpp" line="713"/> <source>Failed to set up instance</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="958"/> + <location filename="mainwindow.cpp" line="1244"/> <source>Please use "Help" from the toolbar to get usage instructions to all elements</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1453"/> - <location filename="mainwindow.cpp" line="5101"/> + <location filename="mainwindow.cpp" line="1767"/> + <location filename="mainwindow.cpp" line="5431"/> <source><Manage...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1465"/> + <location filename="mainwindow.cpp" line="1779"/> <source>failed to parse profile %1: %2</source> <translation type="unfinished"></translation> </message> @@ -5839,21 +6064,31 @@ If the folder was still in use, restart MO and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="171"/> + <location filename="organizercore.cpp" line="172"/> <source>Failed to start "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="174"/> + <location filename="organizercore.cpp" line="175"/> <source>Waiting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="organizercore.cpp" line="175"/> + <location filename="organizercore.cpp" line="176"/> <source>Please press OK once you're logged into steam.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="organizercore.cpp" line="1234"/> + <source>Select binary</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="organizercore.cpp" line="1235"/> + <source>Binary</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="plugincontainer.cpp" line="177"/> <source>failed to initialize plugin %1: %2</source> <translation type="unfinished"></translation> @@ -5885,12 +6120,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="1218"/> + <location filename="settings.cpp" line="1195"/> <source>Script Extender</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="1225"/> + <location filename="settings.cpp" line="1202"/> <source>Proxy DLL</source> <translation type="unfinished"></translation> </message> @@ -5907,12 +6142,19 @@ If the folder was still in use, restart MO and try again.</source> <message> <location filename="spawn.cpp" line="153"/> <source>This process requires elevation to run. -This is a potential security risk so I highly advise you to investigate if +This is a potential security risk so I highly advice you to investigate if "%1" can be installed to work without elevation. Restart Mod Organizer as an elevated process? You will be asked if you want to allow helper.exe to make changes to the system. You will need to relaunch the process above manually.</source> + <oldsource>This process requires elevation to run. +This is a potential security risk so I highly advise you to investigate if +"%1" +can be installed to work without elevation. + +Restart Mod Organizer as an elevated process? +You will be asked if you want to allow helper.exe to make changes to the system. You will need to relaunch the process above manually.</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -5921,6 +6163,16 @@ You will be asked if you want to allow helper.exe to make changes to the system. <source>failed to spawn "%1": %2</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="statusbar.cpp" line="26"/> + <source>This tracks the number of queued Nexus API requests, as well as the remaining daily and hourly requests. 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.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="statusbar.cpp" line="45"/> + <source>Loading...</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>QueryOverwriteDialog</name> @@ -6032,63 +6284,63 @@ You will be asked if you want to allow helper.exe to make changes to the system. <context> <name>SelfUpdater</name> <message> - <location filename="selfupdater.cpp" line="95"/> + <location filename="selfupdater.cpp" line="96"/> <source>archive.dll not loaded: "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="178"/> + <location filename="selfupdater.cpp" line="179"/> <source>New update available (%1)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="179"/> + <location filename="selfupdater.cpp" line="180"/> <source>Do you want to install update? All your mods and setup will be left untouched. Select Show Details option to see the full change-log.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="183"/> + <location filename="selfupdater.cpp" line="184"/> <source>Install</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="200"/> + <location filename="selfupdater.cpp" line="201"/> <source>Download failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="201"/> + <location filename="selfupdater.cpp" line="202"/> <source>Failed to find correct download, please try again later.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="216"/> + <location filename="selfupdater.cpp" line="217"/> <source>Update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="217"/> + <location filename="selfupdater.cpp" line="218"/> <source>Download in progress</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="308"/> + <location filename="selfupdater.cpp" line="309"/> <source>Download failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="319"/> + <location filename="selfupdater.cpp" line="320"/> <source>Failed to install update: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="344"/> - <source>Failed to start %1: %2</source> + <location filename="selfupdater.cpp" line="338"/> + <source>Failed to start %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="selfupdater.cpp" line="353"/> + <location filename="selfupdater.cpp" line="346"/> <source>Error</source> <translation type="unfinished"></translation> </message> @@ -6096,45 +6348,39 @@ Select Show Details option to see the full change-log.</source> <context> <name>Settings</name> <message> - <location filename="settings.cpp" line="143"/> + <location filename="settings.cpp" line="145"/> <source>Failed</source> <translation type="unfinished"></translation> </message> <message> - <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="552"/> - <location filename="settings.cpp" line="571"/> + <location filename="settings.cpp" line="568"/> + <location filename="settings.cpp" line="587"/> <source>attempt to store setting for unknown plugin "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="731"/> - <location filename="settings.cpp" line="986"/> + <location filename="settings.cpp" line="969"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="732"/> - <source>Failed to retrieve a Nexus API key! Please try again. A browser window should open asking you to authorize.</source> + <location filename="settings.cpp" line="145"/> + <source>Failed to start the helper application</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="802"/> + <location filename="settings.cpp" line="785"/> <source>Restart Mod Organizer?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="803"/> + <location filename="settings.cpp" line="786"/> <source>In order to finish configuration changes, MO must be restarted. Restart it now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settings.cpp" line="987"/> + <location filename="settings.cpp" line="970"/> <source>Failed to create "%1", you may not have the necessary permission. path remains unchanged.</source> <translation type="unfinished"></translation> </message> @@ -6377,7 +6623,8 @@ If you use pre-releases, never contact me directly by e-mail or via private mess </message> <message> <location filename="settingsdialog.ui" line="444"/> - <source>Important: All directories have to be writable!</source> + <source>Important: All directories have to be writeable!</source> + <oldsource>Important: All directories have to be writable!</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -6406,158 +6653,168 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="500"/> + <location filename="settingsdialog.ui" line="506"/> + <source>Manually enter the API key and try to login</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="settingsdialog.ui" line="509"/> + <source>Enter API Key Manually</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="settingsdialog.ui" line="516"/> <source>Clear the stored Nexus API key and force reauthorization.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="503"/> - <source>Revoke Nexus Authorization</source> + <location filename="settingsdialog.ui" line="519"/> + <source>Disconnect from Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="514"/> + <location filename="settingsdialog.ui" line="530"/> <source>Remove cache and cookies.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="517"/> + <location filename="settingsdialog.ui" line="533"/> <source>Clear Cache</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="548"/> + <location filename="settingsdialog.ui" line="564"/> <source>Disable automatic internet features</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="551"/> + <location filename="settingsdialog.ui" line="567"/> <source>Disable automatic internet features. This does not affect features that are explicitly invoked by the user (like checking mods for updates, endorsing, opening the web browser)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="554"/> + <location filename="settingsdialog.ui" line="570"/> <source>Offline Mode</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="561"/> + <location filename="settingsdialog.ui" line="577"/> <source>Use a proxy for network connections.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="564"/> + <location filename="settingsdialog.ui" line="580"/> <source>Use a proxy for network connections. This uses the system-wide settings which can be configured in Internet Explorer. Please note that MO will start up a few seconds slower on some systems when using a proxy.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="567"/> + <location filename="settingsdialog.ui" line="583"/> <source>Use HTTP Proxy (Uses System Settings)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="574"/> + <location filename="settingsdialog.ui" line="590"/> <source>Endorsement Integration</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="584"/> - <location filename="settingsdialog.ui" line="587"/> + <location filename="settingsdialog.ui" line="600"/> + <location filename="settingsdialog.ui" line="603"/> <source><html><head/><body><p>By default, a counter is displayed under the mod list. This informs the user of their remaining API requests. The Nexus API becomes unusable once these API requests run out. Checking this option will hide that counter.</p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="590"/> + <location filename="settingsdialog.ui" line="606"/> <source>Hide API Request Counter</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="601"/> + <location filename="settingsdialog.ui" line="617"/> <source>Associate with "Download with manager" links</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="630"/> + <location filename="settingsdialog.ui" line="646"/> <source>Known Servers (updated on download)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="651"/> + <location filename="settingsdialog.ui" line="667"/> <source>Preferred Servers (Drag & Drop)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="686"/> + <location filename="settingsdialog.ui" line="702"/> <source>Steam</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="692"/> + <location filename="settingsdialog.ui" line="708"/> <source>Username</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="702"/> + <location filename="settingsdialog.ui" line="718"/> <source>Password</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="732"/> + <location filename="settingsdialog.ui" line="748"/> <source>If you save your steam user ID and password here, they will be used when logging into steam. Note, however, your password will be stored unencrypted, so make sure your computer is secure.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="759"/> + <location filename="settingsdialog.ui" line="775"/> <source>Plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="784"/> + <location filename="settingsdialog.ui" line="800"/> <source>Author:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="798"/> + <location filename="settingsdialog.ui" line="814"/> <source>Version:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="812"/> + <location filename="settingsdialog.ui" line="828"/> <source>Description:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="850"/> + <location filename="settingsdialog.ui" line="866"/> <source>Key</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="855"/> + <location filename="settingsdialog.ui" line="871"/> <source>Value</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="867"/> + <location filename="settingsdialog.ui" line="883"/> <source>Blacklisted Plugins (use <del> to remove):</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="878"/> + <location filename="settingsdialog.ui" line="894"/> <source>Workarounds</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="886"/> + <location filename="settingsdialog.ui" line="902"/> <source>Steam App ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="906"/> + <location filename="settingsdialog.ui" line="922"/> <source>The Steam AppID for your game</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="909"/> + <location filename="settingsdialog.ui" line="925"/> <source><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -6573,17 +6830,17 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="940"/> + <location filename="settingsdialog.ui" line="956"/> <source>Load Mechanism</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="960"/> + <location filename="settingsdialog.ui" line="976"/> <source>Select loading mechanism. See help for details.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="963"/> + <location filename="settingsdialog.ui" line="979"/> <source>Mod Organizer needs a dll to be injected into the game so all mods are visible to it. There are several means to do this: *Mod Organizer* (default) In this mode the Mod Organizer itself injects the dll. The disadvantage is that you always have to start the game through MO or a link created by it. @@ -6594,28 +6851,28 @@ If you use the Steam version of Oblivion the default will NOT work. In this case <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="983"/> + <location filename="settingsdialog.ui" line="999"/> <source>Enforces that inactive ESPs and ESMs are never loaded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="986"/> + <location filename="settingsdialog.ui" line="1002"/> <source>It seems that the Games occasionally load ESP or ESM files even if they haven't been activated as plugins. I don't yet know what the circumstances are, but user reports imply it is in some cases unwanted. If this is checked, ESPs and ESMs not checked in the List are invisible to the game and can not be loaded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="990"/> + <location filename="settingsdialog.ui" line="1006"/> <source>Hide inactive ESPs/ESMs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="997"/> + <location filename="settingsdialog.ui" line="1013"/> <source>Disable this to no longer display mods installed outside MO in the mod list (left pane). Assets from those mods will then be treated as having lowest mod priority together with the original game content.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1000"/> + <location filename="settingsdialog.ui" line="1016"/> <source>By default Mod Organizer will display esp+bsa bundles installed with foreign tools as mods (left pane). This allows you to control their priority in relation to other mods. This is particularly useful if you also use Steam Workshop to install mods. However, if you installed loose file mods outside MO which conflict with BSAs also installed outside MO those conflicts can't be resolved correctly. @@ -6623,66 +6880,66 @@ If you disable this feature, MO will only display official DLCs this way. Please <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1006"/> + <location filename="settingsdialog.ui" line="1022"/> <source>Display mods installed outside MO</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1016"/> + <location filename="settingsdialog.ui" line="1032"/> <source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1019"/> + <location filename="settingsdialog.ui" line="1035"/> <source>If checked, files (i.e. esps, esms and bsas) belonging to the core game can not be disabled in the UI. (default: on) Uncheck this if you want to use Mod Organizer with total conversions (like Nehrim) but be aware that the game will crash if required files are not enabled.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1023"/> + <location filename="settingsdialog.ui" line="1039"/> <source>Force-enable game files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1033"/> - <location filename="settingsdialog.ui" line="1036"/> + <location filename="settingsdialog.ui" line="1049"/> + <location filename="settingsdialog.ui" line="1052"/> <source>Disable this to prevent the GUI from being locked when running an executable. This may result in abnormal behavior.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1039"/> + <location filename="settingsdialog.ui" line="1055"/> <source>Lock GUI when running executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1049"/> + <location filename="settingsdialog.ui" line="1065"/> <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> - <location filename="settingsdialog.ui" line="1052"/> + <location filename="settingsdialog.ui" line="1068"/> <source><html><head/><body><p>By default, MO will parse archive files (BSA, BA2) to calculate conflicts between the contents of the archive files and other loose files. This process has a noticeable cost in performance.</p><p>This feature should not be confused with the archive management feature offered by MO1. MO2 will only show conflicts with archives and will NOT load them into the game or program.</p><p>If you disable this feature, MO will only display conflicts between loose files.</p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1055"/> + <location filename="settingsdialog.ui" line="1071"/> <source>Enable parsing of Archives (Experimental Feature)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1067"/> - <location filename="settingsdialog.ui" line="1071"/> + <location filename="settingsdialog.ui" line="1083"/> + <location filename="settingsdialog.ui" line="1087"/> <source>For Skyrim, this can be used instead of Archive Invalidation. It should make AI redundant for all Profiles. For the other games this is not a sufficient replacement for AI!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1075"/> + <location filename="settingsdialog.ui" line="1091"/> <source>Back-date BSAs</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1086"/> + <location filename="settingsdialog.ui" line="1102"/> <source>Add executables to the blacklist to prevent them from accessing the virtual file system. This is useful to prevent unintended programs from being hooked. Hooking unintended @@ -6691,48 +6948,48 @@ programs you are intentionally running.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1093"/> + <location filename="settingsdialog.ui" line="1109"/> <source>Add executables to the blacklist to prevent them from accessing the virtual file system. This is useful to prevent unintended programs from being hooked. Hooking unintended programs may affect the execution of these programs or the programs you are intentionally running.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1096"/> + <location filename="settingsdialog.ui" line="1112"/> <source>Configure Executables Blacklist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1106"/> - <location filename="settingsdialog.ui" line="1109"/> + <location filename="settingsdialog.ui" line="1122"/> + <location filename="settingsdialog.ui" line="1125"/> <source>Resets the window geometries for all windows. This can be useful if a window becomes too small or too large, if a column becomes too thin or too wide, and in similar situations.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1112"/> + <location filename="settingsdialog.ui" line="1128"/> <source>Reset Window Geometries</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1135"/> + <location filename="settingsdialog.ui" line="1151"/> <source>These are workarounds for problems with Mod Organizer. Please make sure you read the help text before changing anything here.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1146"/> + <location filename="settingsdialog.ui" line="1162"/> <source>Diagnostics</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1154"/> + <location filename="settingsdialog.ui" line="1170"/> <source>Max Dumps To Keep</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1174"/> + <location filename="settingsdialog.ui" line="1190"/> <source>Maximum number of crash dumps to keep on disk. Use 0 for unlimited.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1177"/> + <location filename="settingsdialog.ui" line="1193"/> <source> Maximum number of crash dumps to keep on disk. Use 0 for unlimited. Set "Crash Dumps" above to None to disable crash dump collection. @@ -6740,12 +6997,12 @@ programs you are intentionally running.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1189"/> + <location filename="settingsdialog.ui" line="1205"/> <source>Hint: right click link and copy link location</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1192"/> + <location filename="settingsdialog.ui" line="1208"/> <source> Logs and crash dumps are stored under your current instance in the <a href="LOGS_FULL_PATH">LOGS_DIR</a> and <a href="DUMPS_FULL_PATH">DUMPS_DIR</a> folders. @@ -6755,17 +7012,17 @@ programs you are intentionally running.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1209"/> + <location filename="settingsdialog.ui" line="1225"/> <source>Crash Dumps</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1216"/> + <location filename="settingsdialog.ui" line="1232"/> <source>Decides which type of crash dumps are collected when injected processes crash.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1219"/> + <location filename="settingsdialog.ui" line="1235"/> <source> Decides which type of crash dumps are collected when injected processes crash. "None" Disables the generation of crash dumps by MO. @@ -6776,80 +7033,81 @@ programs you are intentionally running.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1229"/> + <location filename="settingsdialog.ui" line="1245"/> <source>None</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1234"/> + <location filename="settingsdialog.ui" line="1250"/> <source>Mini (recommended)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1239"/> + <location filename="settingsdialog.ui" line="1255"/> <source>Data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1244"/> + <location filename="settingsdialog.ui" line="1260"/> <source>Full</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1272"/> + <location filename="settingsdialog.ui" line="1288"/> <source>Log Level</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1279"/> + <location filename="settingsdialog.ui" line="1295"/> <source>Decides the amount of data printed to "ModOrganizer.log"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1282"/> + <location filename="settingsdialog.ui" line="1298"/> <source> Decides the amount of data printed to "ModOrganizer.log". - "Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regular use. On the "Error" level the log file usually remains empty. + "Debug" produces very useful information for finding problems. There is usually no noteworthy performance impact but the file may become rather large. If this is a problem you may prefer the "Info" level for regluar use. On the "Error" level the log file usually remains empty. </source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1289"/> + <location filename="settingsdialog.ui" line="1305"/> <source>Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1294"/> + <location filename="settingsdialog.ui" line="1310"/> <source>Info (recommended)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1299"/> + <location filename="settingsdialog.ui" line="1315"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.ui" line="1304"/> + <location filename="settingsdialog.ui" line="1320"/> + <location filename="settingsdialog.cpp" line="492"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="117"/> + <location filename="settingsdialog.cpp" line="170"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="118"/> + <location filename="settingsdialog.cpp" line="171"/> <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="207"/> <source>Executables Blacklist</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="155"/> + <location filename="settingsdialog.cpp" line="208"/> <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. @@ -6860,50 +7118,55 @@ Example: <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="188"/> + <location filename="settingsdialog.cpp" line="241"/> <source>Select base directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="199"/> + <location filename="settingsdialog.cpp" line="252"/> <source>Select download directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="210"/> + <location filename="settingsdialog.cpp" line="263"/> <source>Select mod directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="221"/> + <location filename="settingsdialog.cpp" line="274"/> <source>Select cache directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="232"/> + <location filename="settingsdialog.cpp" line="285"/> <source>Select profiles directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="243"/> + <location filename="settingsdialog.cpp" line="296"/> <source>Select overwrite directory</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="253"/> + <location filename="settingsdialog.cpp" line="306"/> <source>Select game executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="332"/> + <location filename="settingsdialog.cpp" line="385"/> <source>Confirm?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="settingsdialog.cpp" line="333"/> + <location filename="settingsdialog.cpp" line="386"/> <source>This will make all dialogs show up again where you checked the "Remember selection"-box. Continue?</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="settingsdialog.cpp" line="493"/> + <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> </context> <context> <name>SimpleInstallDialog</name> @@ -7191,7 +7454,8 @@ On Windows XP: </message> <message> <location filename="tutorials/tutorial_conflictresolution_main.js" line="59"/> - <source><img src="qrc:///MO/gui/emblem_conflict_redundant" /> indicates that the mod is completely overwritten by another. You could as well disable it.</source> + <source><img src="qrc:///MO/gui/emblem_conflict_redundant" /> indicates that the mod is completely overwrtten by another. You could as well disable it.</source> + <oldsource><img src="qrc:///MO/gui/emblem_conflict_redundant" /> indicates that the mod is completely overwritten by another. You could as well disable it.</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -7397,7 +7661,8 @@ There IS a notification now but you may want to hold off on clearing it until af </message> <message> <location filename="tutorials/tutorial_firststeps_main.js" line="139"/> - <source>A single mod may contain zero, one or multiple esps. Some or all may be optional. If in doubt, please consult the documentation of the individual mod. To do so, right-click the mod and select "Information".</source> + <source>A single mod may contain zero, one or multiple esps. Some or all may be optional. If in doubt, please consult the documentation of the indiviual mod. To do so, right-click the mod and select "Information".</source> + <oldsource>A single mod may contain zero, one or multiple esps. Some or all may be optional. If in doubt, please consult the documentation of the individual mod. To do so, right-click the mod and select "Information".</oldsource> <translation type="unfinished"></translation> </message> <message> @@ -7431,7 +7696,8 @@ It's important you always start the game from inside MO, otherwise the mods </message> <message> <location filename="tutorials/tutorial_firststeps_modinfo.js" line="19"/> - <source>We may revisit this screen in later tutorials.</source> + <source>We may re-visit this screen in later tutorials.</source> + <oldsource>We may revisit this screen in later tutorials.</oldsource> <translation type="unfinished"></translation> </message> </context> |
