diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mainwindow.cpp | 50 | ||||
| -rw-r--r-- | src/modinfodialogconflicts.cpp | 4 | ||||
| -rw-r--r-- | src/modinfodialogfiletree.cpp | 3 | ||||
| -rw-r--r-- | src/organizer_en.ts | 598 |
4 files changed, 299 insertions, 356 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d3474838..1ea2a612 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -199,56 +199,6 @@ QString UnmanagedModName() bool runLoot(QWidget* parent, OrganizerCore& core, bool didUpdateMasterList); -void setDefaultActivationActionForFile(QAction* open, QAction* preview) -{ - if (!open && !preview) { - return; - } - - QFont bold, notBold; - - if (open) { - bold = open->font(); - notBold = open->font(); - } else { - bold = preview->font(); - notBold = preview->font(); - } - - notBold.setBold(false); - bold.setBold(true); - - - const auto& s = Settings::instance(); - const auto openEnabled = (open && open->isEnabled()); - const auto previewEnabled = (preview && preview->isEnabled()); - - bool doPreview = false; - - // preview is bold if the file is previewable and [the preview on double-click - // option is enabled or the file can't be opened]; open is bold if the file - // can be opened and cannot be previewed - if (previewEnabled && s.interface().doubleClicksOpenPreviews()) { - doPreview = true; - } else if (openEnabled) { - doPreview = false; - } else if (previewEnabled) { - doPreview = true; - } else { - // shouldn't happen, checked above - return; - } - - if (open) { - open->setFont(doPreview ? notBold : bold); - } - - if (preview) { - preview->setFont(doPreview ? bold : notBold); - } -} - - MainWindow::MainWindow(Settings &settings , OrganizerCore &organizerCore , PluginContainer &pluginContainer diff --git a/src/modinfodialogconflicts.cpp b/src/modinfodialogconflicts.cpp index 81e8c7a3..0fb8c5a6 100644 --- a/src/modinfodialogconflicts.cpp +++ b/src/modinfodialogconflicts.cpp @@ -12,10 +12,6 @@ using namespace MOBase; // checking whether menu items apply to them, just show all of them const std::size_t max_small_selection = 50; -// in mainwindow.cpp -void setDefaultActivationActionForFile(QAction* open, QAction* preview); - - class ConflictItem { public: diff --git a/src/modinfodialogfiletree.cpp b/src/modinfodialogfiletree.cpp index c49c767f..2c33a7f1 100644 --- a/src/modinfodialogfiletree.cpp +++ b/src/modinfodialogfiletree.cpp @@ -14,9 +14,6 @@ namespace shell = MOBase::shell; // checking whether menu items apply to them, just show all of them const int max_scan_for_context_menu = 50; -// in mainwindow.cpp -void setDefaultActivationActionForFile(QAction* open, QAction* preview); - FileTreeTab::FileTreeTab(ModInfoDialogTabContext cx) : ModInfoDialogTab(std::move(cx)), m_fs(nullptr) { diff --git a/src/organizer_en.ts b/src/organizer_en.ts index a7796942..31612360 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -178,17 +178,17 @@ p, li { white-space: pre-wrap; } <context> <name>AdvancedConflictListModel</name> <message> - <location filename="modinfodialogconflicts.cpp" line="341"/> + <location filename="modinfodialogconflicts.cpp" line="337"/> <source>Overwrites</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="342"/> + <location filename="modinfodialogconflicts.cpp" line="338"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="343"/> + <location filename="modinfodialogconflicts.cpp" line="339"/> <source>Overwritten By</source> <translation type="unfinished"></translation> </message> @@ -294,47 +294,47 @@ p, li { white-space: pre-wrap; } <context> <name>ConflictsTab</name> <message> - <location filename="modinfodialogconflicts.cpp" line="778"/> + <location filename="modinfodialogconflicts.cpp" line="774"/> <source>&Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="779"/> + <location filename="modinfodialogconflicts.cpp" line="775"/> <source>Execute with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="781"/> + <location filename="modinfodialogconflicts.cpp" line="777"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="782"/> + <location filename="modinfodialogconflicts.cpp" line="778"/> <source>Open with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="785"/> + <location filename="modinfodialogconflicts.cpp" line="781"/> <source>&Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="788"/> + <location filename="modinfodialogconflicts.cpp" line="784"/> <source>&Go to...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="791"/> + <location filename="modinfodialogconflicts.cpp" line="787"/> <source>Open in &Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="794"/> + <location filename="modinfodialogconflicts.cpp" line="790"/> <source>&Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="799"/> + <location filename="modinfodialogconflicts.cpp" line="795"/> <source>&Unhide</source> <translation type="unfinished"></translation> </message> @@ -1272,94 +1272,94 @@ Right now the only case I know of where this needs to be overwritten is for the <context> <name>FileTreeTab</name> <message> - <location filename="modinfodialogfiletree.cpp" line="28"/> + <location filename="modinfodialogfiletree.cpp" line="25"/> <source>&New Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="29"/> + <location filename="modinfodialogfiletree.cpp" line="26"/> <source>&Open/Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="30"/> - <location filename="modinfodialogfiletree.cpp" line="476"/> + <location filename="modinfodialogfiletree.cpp" line="27"/> + <location filename="modinfodialogfiletree.cpp" line="473"/> <source>Open with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="31"/> + <location filename="modinfodialogfiletree.cpp" line="28"/> <source>&Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="32"/> + <location filename="modinfodialogfiletree.cpp" line="29"/> <source>Open in &Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="33"/> + <location filename="modinfodialogfiletree.cpp" line="30"/> <source>&Rename</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="34"/> + <location filename="modinfodialogfiletree.cpp" line="31"/> <source>&Delete</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="35"/> + <location filename="modinfodialogfiletree.cpp" line="32"/> <source>&Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="36"/> + <location filename="modinfodialogfiletree.cpp" line="33"/> <source>&Unhide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="127"/> - <location filename="modinfodialogfiletree.cpp" line="133"/> + <location filename="modinfodialogfiletree.cpp" line="124"/> + <location filename="modinfodialogfiletree.cpp" line="130"/> <source>New Folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="139"/> + <location filename="modinfodialogfiletree.cpp" line="136"/> <source>Failed to create "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="241"/> + <location filename="modinfodialogfiletree.cpp" line="238"/> <source>Are you sure you want to delete "%1"?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="243"/> + <location filename="modinfodialogfiletree.cpp" line="240"/> <source>Are you sure you want to delete the selected files?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="246"/> + <location filename="modinfodialogfiletree.cpp" line="243"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="281"/> + <location filename="modinfodialogfiletree.cpp" line="278"/> <source>Failed to delete %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="472"/> + <location filename="modinfodialogfiletree.cpp" line="469"/> <source>&Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="473"/> + <location filename="modinfodialogfiletree.cpp" line="470"/> <source>Execute with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogfiletree.cpp" line="475"/> + <location filename="modinfodialogfiletree.cpp" line="472"/> <source>&Open</source> <translation type="unfinished"></translation> </message> @@ -1862,7 +1862,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="332"/> <location filename="mainwindow.ui" line="839"/> - <location filename="mainwindow.cpp" line="4755"/> + <location filename="mainwindow.cpp" line="4705"/> <source>Create Backup</source> <translation type="unfinished"></translation> </message> @@ -2038,8 +2038,8 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="1061"/> <location filename="mainwindow.ui" line="1201"/> - <location filename="mainwindow.cpp" line="4628"/> - <location filename="mainwindow.cpp" line="5605"/> + <location filename="mainwindow.cpp" line="4578"/> + <location filename="mainwindow.cpp" line="5555"/> <source>Refresh</source> <translation type="unfinished"></translation> </message> @@ -2324,7 +2324,7 @@ p, li { white-space: pre-wrap; } <message> <location filename="mainwindow.ui" line="1653"/> <location filename="mainwindow.ui" line="1656"/> - <location filename="mainwindow.cpp" line="5631"/> + <location filename="mainwindow.cpp" line="5581"/> <source>Endorse Mod Organizer</source> <translation type="unfinished"></translation> </message> @@ -2402,814 +2402,814 @@ p, li { white-space: pre-wrap; } <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="361"/> + <location filename="mainwindow.cpp" line="311"/> <source>Toolbar and Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="362"/> + <location filename="mainwindow.cpp" line="312"/> <source>Desktop</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="363"/> + <location filename="mainwindow.cpp" line="313"/> <source>Start Menu</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="388"/> + <location filename="mainwindow.cpp" line="338"/> <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="677"/> + <location filename="mainwindow.cpp" line="627"/> <source>Crash on exit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="678"/> + <location filename="mainwindow.cpp" line="628"/> <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="1010"/> + <location filename="mainwindow.cpp" line="960"/> <source>There are notifications to read</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1029"/> + <location filename="mainwindow.cpp" line="979"/> <source>There are no notifications</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1116"/> - <location filename="mainwindow.cpp" line="4765"/> - <location filename="mainwindow.cpp" line="4769"/> + <location filename="mainwindow.cpp" line="1066"/> + <location filename="mainwindow.cpp" line="4715"/> + <location filename="mainwindow.cpp" line="4719"/> <source>Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1120"/> + <location filename="mainwindow.cpp" line="1070"/> <source>Won't Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1137"/> + <location filename="mainwindow.cpp" line="1087"/> <source>Help on UI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1141"/> + <location filename="mainwindow.cpp" line="1091"/> <source>Documentation</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1145"/> + <location filename="mainwindow.cpp" line="1095"/> <source>Chat on Discord</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1149"/> + <location filename="mainwindow.cpp" line="1099"/> <source>Report Issue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1153"/> + <location filename="mainwindow.cpp" line="1103"/> <source>Tutorials</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1192"/> + <location filename="mainwindow.cpp" line="1142"/> <source>About</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1193"/> + <location filename="mainwindow.cpp" line="1143"/> <source>About Qt</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1252"/> + <location filename="mainwindow.cpp" line="1202"/> <source>Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1253"/> + <location filename="mainwindow.cpp" line="1203"/> <source>Please enter a name for the new profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1261"/> + <location filename="mainwindow.cpp" line="1211"/> <source>failed to create profile: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1316"/> + <location filename="mainwindow.cpp" line="1266"/> <source>Show tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1317"/> + <location filename="mainwindow.cpp" line="1267"/> <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="1380"/> + <location filename="mainwindow.cpp" line="1330"/> <source>Downloads in progress</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1381"/> + <location filename="mainwindow.cpp" line="1331"/> <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="1492"/> + <location filename="mainwindow.cpp" line="1442"/> <source>Plugin "%1" failed: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1494"/> + <location filename="mainwindow.cpp" line="1444"/> <source>Plugin "%1" failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1574"/> + <location filename="mainwindow.cpp" line="1524"/> <source>Browse Mod Page</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1778"/> + <location filename="mainwindow.cpp" line="1728"/> <source>Also in: <br></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1789"/> + <location filename="mainwindow.cpp" line="1739"/> <source>No conflict</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1893"/> + <location filename="mainwindow.cpp" line="1843"/> <source><Edit...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1904"/> + <location filename="mainwindow.cpp" line="1854"/> <source>(no executables)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2178"/> + <location filename="mainwindow.cpp" line="2128"/> <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="2231"/> + <location filename="mainwindow.cpp" line="2181"/> <source>Activating Network Proxy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2321"/> + <location filename="mainwindow.cpp" line="2271"/> <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="2397"/> + <location filename="mainwindow.cpp" line="2347"/> <source>Choose Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2398"/> + <location filename="mainwindow.cpp" line="2348"/> <source>Mod Archive</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2492"/> + <location filename="mainwindow.cpp" line="2442"/> <source>Start Tutorial?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2493"/> + <location filename="mainwindow.cpp" line="2443"/> <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="2699"/> + <location filename="mainwindow.cpp" line="2649"/> <source>failed to change origin name: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2723"/> + <location filename="mainwindow.cpp" line="2673"/> <source>failed to move "%1" from mod "%2" to "%3": %4</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2736"/> + <location filename="mainwindow.cpp" line="2686"/> <source>failed to rename mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2749"/> + <location filename="mainwindow.cpp" line="2699"/> <source>Overwrite?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2750"/> + <location filename="mainwindow.cpp" line="2700"/> <source>This will replace the existing mod "%1". Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2753"/> + <location filename="mainwindow.cpp" line="2703"/> <source>failed to remove mod "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2757"/> - <location filename="mainwindow.cpp" line="5275"/> - <location filename="mainwindow.cpp" line="5299"/> + <location filename="mainwindow.cpp" line="2707"/> + <location filename="mainwindow.cpp" line="5225"/> + <location filename="mainwindow.cpp" line="5249"/> <source>failed to rename "%1" to "%2"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2845"/> - <location filename="mainwindow.cpp" line="4331"/> - <location filename="mainwindow.cpp" line="4339"/> - <location filename="mainwindow.cpp" line="4865"/> + <location filename="mainwindow.cpp" line="2795"/> + <location filename="mainwindow.cpp" line="4281"/> + <location filename="mainwindow.cpp" line="4289"/> + <location filename="mainwindow.cpp" line="4815"/> <source>Confirm</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2846"/> + <location filename="mainwindow.cpp" line="2796"/> <source>Remove the following mods?<br><ul>%1</ul></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2861"/> + <location filename="mainwindow.cpp" line="2811"/> <source>failed to remove mod: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2893"/> - <location filename="mainwindow.cpp" line="2896"/> - <location filename="mainwindow.cpp" line="2906"/> + <location filename="mainwindow.cpp" line="2843"/> + <location filename="mainwindow.cpp" line="2846"/> + <location filename="mainwindow.cpp" line="2856"/> <source>Failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2893"/> + <location filename="mainwindow.cpp" line="2843"/> <source>Installation file no longer exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2897"/> + <location filename="mainwindow.cpp" line="2847"/> <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="2907"/> + <location filename="mainwindow.cpp" line="2857"/> <source>Failed to create backup.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2935"/> + <location filename="mainwindow.cpp" line="2885"/> <source>Endorsing multiple mods will take a while. Please wait...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="2971"/> + <location filename="mainwindow.cpp" line="2921"/> <source>Unendorsing multiple mods will take a while. Please wait...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3048"/> + <location filename="mainwindow.cpp" line="2998"/> <source>Failed to display overwrite dialog: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3239"/> + <location filename="mainwindow.cpp" line="3189"/> <source>Opening Nexus Links</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3240"/> + <location filename="mainwindow.cpp" line="3190"/> <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="3267"/> + <location filename="mainwindow.cpp" line="3217"/> <source>Nexus ID for this mod is unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3278"/> + <location filename="mainwindow.cpp" line="3228"/> <source>Opening Web Pages</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3279"/> + <location filename="mainwindow.cpp" line="3229"/> <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="3485"/> + <location filename="mainwindow.cpp" line="3435"/> <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="3540"/> + <location filename="mainwindow.cpp" line="3490"/> <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="3572"/> - <location filename="mainwindow.cpp" line="3716"/> - <location filename="mainwindow.cpp" line="4690"/> + <location filename="mainwindow.cpp" line="3522"/> + <location filename="mainwindow.cpp" line="3666"/> + <location filename="mainwindow.cpp" line="4640"/> <source>Create Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3573"/> + <location filename="mainwindow.cpp" line="3523"/> <source>This will create an empty mod. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3582"/> - <location filename="mainwindow.cpp" line="3726"/> + <location filename="mainwindow.cpp" line="3532"/> + <location filename="mainwindow.cpp" line="3676"/> <source>A mod with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3610"/> + <location filename="mainwindow.cpp" line="3560"/> <source>Create Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3611"/> + <location filename="mainwindow.cpp" line="3561"/> <source>This will create a new separator. Please enter a name:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3618"/> + <location filename="mainwindow.cpp" line="3568"/> <source>A separator with this name already exists</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3717"/> + <location filename="mainwindow.cpp" line="3667"/> <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="3790"/> + <location filename="mainwindow.cpp" line="3740"/> <source>Move successful.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3812"/> - <location filename="mainwindow.cpp" line="6262"/> + <location filename="mainwindow.cpp" line="3762"/> + <location filename="mainwindow.cpp" line="6212"/> <source>Are you sure?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="3813"/> + <location filename="mainwindow.cpp" line="3763"/> <source>About to recursively delete: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4213"/> + <location filename="mainwindow.cpp" line="4163"/> <source>Continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4214"/> + <location filename="mainwindow.cpp" line="4164"/> <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="4234"/> + <location filename="mainwindow.cpp" line="4184"/> <source>Sorry</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4235"/> + <location filename="mainwindow.cpp" line="4185"/> <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="4331"/> + <location filename="mainwindow.cpp" line="4281"/> <source>Really enable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4339"/> + <location filename="mainwindow.cpp" line="4289"/> <source>Really disable all visible mods?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4421"/> + <location filename="mainwindow.cpp" line="4371"/> <source>Export to csv</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4424"/> + <location filename="mainwindow.cpp" line="4374"/> <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="4427"/> + <location filename="mainwindow.cpp" line="4377"/> <source>Select what mods you want export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4428"/> + <location filename="mainwindow.cpp" line="4378"/> <source>All installed mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4429"/> + <location filename="mainwindow.cpp" line="4379"/> <source>Only active (checked) mods from your current profile</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4430"/> + <location filename="mainwindow.cpp" line="4380"/> <source>All currently visible mods in the mod list</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4451"/> + <location filename="mainwindow.cpp" line="4401"/> <source>Choose what Columns to export:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4454"/> + <location filename="mainwindow.cpp" line="4404"/> <source>Mod_Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4456"/> + <location filename="mainwindow.cpp" line="4406"/> <source>Mod_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4458"/> + <location filename="mainwindow.cpp" line="4408"/> <source>Notes_column</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4459"/> + <location filename="mainwindow.cpp" line="4409"/> <source>Mod_Status</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4461"/> + <location filename="mainwindow.cpp" line="4411"/> <source>Primary_Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4462"/> + <location filename="mainwindow.cpp" line="4412"/> <source>Nexus_ID</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4463"/> + <location filename="mainwindow.cpp" line="4413"/> <source>Mod_Nexus_URL</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4464"/> + <location filename="mainwindow.cpp" line="4414"/> <source>Mod_Version</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4465"/> + <location filename="mainwindow.cpp" line="4415"/> <source>Install_Date</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4466"/> + <location filename="mainwindow.cpp" line="4416"/> <source>Download_File_Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4574"/> + <location filename="mainwindow.cpp" line="4524"/> <source>export failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4593"/> + <location filename="mainwindow.cpp" line="4543"/> <source>Open Game folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4594"/> + <location filename="mainwindow.cpp" line="4544"/> <source>Open MyGames folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4595"/> + <location filename="mainwindow.cpp" line="4545"/> <source>Open INIs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4600"/> + <location filename="mainwindow.cpp" line="4550"/> <source>Open Instance folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4601"/> + <location filename="mainwindow.cpp" line="4551"/> <source>Open Mods folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4602"/> + <location filename="mainwindow.cpp" line="4552"/> <source>Open Profile folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4603"/> + <location filename="mainwindow.cpp" line="4553"/> <source>Open Downloads folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4609"/> + <location filename="mainwindow.cpp" line="4559"/> <source>Open MO2 Install folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4610"/> + <location filename="mainwindow.cpp" line="4560"/> <source>Open MO2 Plugins folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4611"/> + <location filename="mainwindow.cpp" line="4561"/> <source>Open MO2 Stylesheets folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4612"/> + <location filename="mainwindow.cpp" line="4562"/> <source>Open MO2 Logs folder</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4619"/> + <location filename="mainwindow.cpp" line="4569"/> <source>Install Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4620"/> + <location filename="mainwindow.cpp" line="4570"/> <source>Create empty mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4621"/> + <location filename="mainwindow.cpp" line="4571"/> <source>Create Separator</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4625"/> + <location filename="mainwindow.cpp" line="4575"/> <source>Enable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4626"/> + <location filename="mainwindow.cpp" line="4576"/> <source>Disable all visible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4627"/> + <location filename="mainwindow.cpp" line="4577"/> <source>Check for updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4629"/> + <location filename="mainwindow.cpp" line="4579"/> <source>Export to csv...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4638"/> - <location filename="mainwindow.cpp" line="4654"/> + <location filename="mainwindow.cpp" line="4588"/> + <location filename="mainwindow.cpp" line="4604"/> <source>Send to</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4639"/> - <location filename="mainwindow.cpp" line="4655"/> + <location filename="mainwindow.cpp" line="4589"/> + <location filename="mainwindow.cpp" line="4605"/> <source>Top</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4640"/> - <location filename="mainwindow.cpp" line="4656"/> + <location filename="mainwindow.cpp" line="4590"/> + <location filename="mainwindow.cpp" line="4606"/> <source>Bottom</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4641"/> - <location filename="mainwindow.cpp" line="4657"/> + <location filename="mainwindow.cpp" line="4591"/> + <location filename="mainwindow.cpp" line="4607"/> <source>Priority...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4642"/> + <location filename="mainwindow.cpp" line="4592"/> <source>Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4681"/> + <location filename="mainwindow.cpp" line="4631"/> <source>All Mods</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4689"/> + <location filename="mainwindow.cpp" line="4639"/> <source>Sync to Mods...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4691"/> + <location filename="mainwindow.cpp" line="4641"/> <source>Move content to Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4692"/> + <location filename="mainwindow.cpp" line="4642"/> <source>Clear Overwrite...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4694"/> - <location filename="mainwindow.cpp" line="4817"/> + <location filename="mainwindow.cpp" line="4644"/> + <location filename="mainwindow.cpp" line="4767"/> <source>Open in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4696"/> + <location filename="mainwindow.cpp" line="4646"/> <source>Restore Backup</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4697"/> + <location filename="mainwindow.cpp" line="4647"/> <source>Remove Backup...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4700"/> - <location filename="mainwindow.cpp" line="4719"/> + <location filename="mainwindow.cpp" line="4650"/> + <location filename="mainwindow.cpp" line="4669"/> <source>Change Categories</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4704"/> - <location filename="mainwindow.cpp" line="4724"/> + <location filename="mainwindow.cpp" line="4654"/> + <location filename="mainwindow.cpp" line="4674"/> <source>Primary Category</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4708"/> + <location filename="mainwindow.cpp" line="4658"/> <source>Rename Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4709"/> + <location filename="mainwindow.cpp" line="4659"/> <source>Remove Separator...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4712"/> + <location filename="mainwindow.cpp" line="4662"/> <source>Select Color...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4714"/> + <location filename="mainwindow.cpp" line="4664"/> <source>Reset Color</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4731"/> + <location filename="mainwindow.cpp" line="4681"/> <source>Change versioning scheme</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4735"/> + <location filename="mainwindow.cpp" line="4685"/> <source>Force-check updates</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4737"/> + <location filename="mainwindow.cpp" line="4687"/> <source>Un-ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4740"/> + <location filename="mainwindow.cpp" line="4690"/> <source>Ignore update</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4745"/> - <location filename="mainwindow.cpp" line="6420"/> + <location filename="mainwindow.cpp" line="4695"/> + <location filename="mainwindow.cpp" line="6370"/> <source>Enable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4746"/> - <location filename="mainwindow.cpp" line="6421"/> + <location filename="mainwindow.cpp" line="4696"/> + <location filename="mainwindow.cpp" line="6371"/> <source>Disable selected</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4752"/> + <location filename="mainwindow.cpp" line="4702"/> <source>Rename Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4753"/> + <location filename="mainwindow.cpp" line="4703"/> <source>Reinstall Mod</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4754"/> + <location filename="mainwindow.cpp" line="4704"/> <source>Remove Mod...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4762"/> + <location filename="mainwindow.cpp" line="4712"/> <source>Un-Endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4766"/> + <location filename="mainwindow.cpp" line="4716"/> <source>Won't endorse</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4772"/> + <location filename="mainwindow.cpp" line="4722"/> <source>Endorsement state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4782"/> + <location filename="mainwindow.cpp" line="4732"/> <source>Start tracking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4785"/> + <location filename="mainwindow.cpp" line="4735"/> <source>Stop tracking</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4788"/> + <location filename="mainwindow.cpp" line="4738"/> <source>Tracked state unknown</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4799"/> + <location filename="mainwindow.cpp" line="4749"/> <source>Ignore missing data</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4803"/> + <location filename="mainwindow.cpp" line="4753"/> <source>Mark as converted/working</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4807"/> + <location filename="mainwindow.cpp" line="4757"/> <source>Visit on Nexus</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4813"/> + <location filename="mainwindow.cpp" line="4763"/> <source>Visit on %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4821"/> + <location filename="mainwindow.cpp" line="4771"/> <source>Information...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4828"/> - <location filename="mainwindow.cpp" line="6473"/> + <location filename="mainwindow.cpp" line="4778"/> + <location filename="mainwindow.cpp" line="6423"/> <source>Exception: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4830"/> - <location filename="mainwindow.cpp" line="6475"/> + <location filename="mainwindow.cpp" line="4780"/> + <location filename="mainwindow.cpp" line="6425"/> <source>Unknown exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="4862"/> + <location filename="mainwindow.cpp" line="4812"/> <source>%1 more</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4866"/> + <location filename="mainwindow.cpp" line="4816"/> <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> @@ -3217,12 +3217,12 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="4911"/> + <location filename="mainwindow.cpp" line="4861"/> <source>Enable Mods...</source> <translation type="unfinished"></translation> </message> <message numerus="yes"> - <location filename="mainwindow.cpp" line="4926"/> + <location filename="mainwindow.cpp" line="4876"/> <source>Delete %n save(s)</source> <translation type="unfinished"> <numerusform></numerusform> @@ -3230,335 +3230,335 @@ You can also use online editors and converters instead.</source> </translation> </message> <message> - <location filename="mainwindow.cpp" line="5006"/> + <location filename="mainwindow.cpp" line="4956"/> <source>Restart Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5008"/> + <location filename="mainwindow.cpp" line="4958"/> <source>Mod Organizer must restart to finish configuration changes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5010"/> + <location filename="mainwindow.cpp" line="4960"/> <source>Restart</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5011"/> + <location filename="mainwindow.cpp" line="4961"/> <source>Continue</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5011"/> + <location filename="mainwindow.cpp" line="4961"/> <source>Some things might be weird.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5032"/> + <location filename="mainwindow.cpp" line="4982"/> <source>Can't change download directory while downloads are in progress!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5189"/> + <location filename="mainwindow.cpp" line="5139"/> <source>failed to write to file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5195"/> + <location filename="mainwindow.cpp" line="5145"/> <source>%1 written</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5213"/> + <location filename="mainwindow.cpp" line="5163"/> <source>Enter Name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5214"/> + <location filename="mainwindow.cpp" line="5164"/> <source>Enter a name for the executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5236"/> + <location filename="mainwindow.cpp" line="5186"/> <source>Not an executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5237"/> + <location filename="mainwindow.cpp" line="5187"/> <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="5210"/> + <location filename="mainwindow.cpp" line="5235"/> <source>Replace file?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5260"/> + <location filename="mainwindow.cpp" line="5210"/> <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="5213"/> + <location filename="mainwindow.cpp" line="5238"/> <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="5213"/> + <location filename="mainwindow.cpp" line="5238"/> <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="5235"/> <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="6812"/> + <location filename="mainwindow.cpp" line="5279"/> + <location filename="mainwindow.cpp" line="6762"/> <source>Set Priority</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5329"/> + <location filename="mainwindow.cpp" line="5279"/> <source>Set the priority of the selected plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5496"/> + <location filename="mainwindow.cpp" line="5446"/> <source>Update available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5531"/> + <location filename="mainwindow.cpp" line="5481"/> <source>&Execute</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5532"/> + <location filename="mainwindow.cpp" line="5482"/> <source>Execute with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5534"/> + <location filename="mainwindow.cpp" line="5484"/> <source>&Open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5535"/> + <location filename="mainwindow.cpp" line="5485"/> <source>Open with &VFS</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5576"/> + <location filename="mainwindow.cpp" line="5526"/> <source>&Add as Executable</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5539"/> + <location filename="mainwindow.cpp" line="5489"/> <source>Preview</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5589"/> + <location filename="mainwindow.cpp" line="5539"/> <source>Un-Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5591"/> + <location filename="mainwindow.cpp" line="5541"/> <source>Hide</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5604"/> + <location filename="mainwindow.cpp" line="5554"/> <source>Write To File...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5632"/> + <location filename="mainwindow.cpp" line="5582"/> <source>Do you want to endorse Mod Organizer on %1 now?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5646"/> + <location filename="mainwindow.cpp" line="5596"/> <source>Abstain from Endorsing Mod Organizer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5647"/> + <location filename="mainwindow.cpp" line="5597"/> <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="5738"/> + <location filename="mainwindow.cpp" line="5688"/> <source>Thank you for endorsing MO2! :)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="5744"/> + <location filename="mainwindow.cpp" line="5694"/> <source>Please reconsider endorsing MO2 on Nexus!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6008"/> + <location filename="mainwindow.cpp" line="5958"/> <source>Thank you!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6008"/> + <location filename="mainwindow.cpp" line="5958"/> <source>Thank you for your endorsement!</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6100"/> + <location filename="mainwindow.cpp" line="6050"/> <source>Mod ID %1 no longer seems to be available on Nexus.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6102"/> + <location filename="mainwindow.cpp" line="6052"/> <source>Request to Nexus failed: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6118"/> - <location filename="mainwindow.cpp" line="6180"/> + <location filename="mainwindow.cpp" line="6068"/> + <location filename="mainwindow.cpp" line="6130"/> <source>failed to read %1: %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6130"/> + <location filename="mainwindow.cpp" line="6080"/> <source>Error</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6130"/> + <location filename="mainwindow.cpp" line="6080"/> <source>failed to extract %1 (errorcode %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6162"/> + <location filename="mainwindow.cpp" line="6112"/> <source>Extract BSA</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6191"/> + <location filename="mainwindow.cpp" line="6141"/> <source>This archive contains invalid hashes. Some files may be broken.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6237"/> + <location filename="mainwindow.cpp" line="6187"/> <source>Extract...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6262"/> + <location filename="mainwindow.cpp" line="6212"/> <source>This will restart MO, continue?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6340"/> + <location filename="mainwindow.cpp" line="6290"/> <source><Multiple></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6404"/> + <location filename="mainwindow.cpp" line="6354"/> <source>Remove '%1' from the toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6425"/> + <location filename="mainwindow.cpp" line="6375"/> <source>Enable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6426"/> + <location filename="mainwindow.cpp" line="6376"/> <source>Disable all</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6447"/> + <location filename="mainwindow.cpp" line="6397"/> <source>Unlock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6450"/> + <location filename="mainwindow.cpp" line="6400"/> <source>Lock load order</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6460"/> + <location filename="mainwindow.cpp" line="6410"/> <source>Open Origin in Explorer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6465"/> + <location filename="mainwindow.cpp" line="6415"/> <source>Open Origin Info...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6573"/> + <location filename="mainwindow.cpp" line="6523"/> <source>Backup of load order created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6583"/> + <location filename="mainwindow.cpp" line="6533"/> <source>Choose backup to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6596"/> + <location filename="mainwindow.cpp" line="6546"/> <source>No Backups</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6596"/> + <location filename="mainwindow.cpp" line="6546"/> <source>There are no backups to restore</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6621"/> - <location filename="mainwindow.cpp" line="6646"/> + <location filename="mainwindow.cpp" line="6571"/> + <location filename="mainwindow.cpp" line="6596"/> <source>Restore failed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6622"/> - <location filename="mainwindow.cpp" line="6647"/> + <location filename="mainwindow.cpp" line="6572"/> + <location filename="mainwindow.cpp" line="6597"/> <source>Failed to restore the backup. Errorcode: %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6634"/> + <location filename="mainwindow.cpp" line="6584"/> <source>Backup of mod list created</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6717"/> + <location filename="mainwindow.cpp" line="6667"/> <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="6719"/> + <location filename="mainwindow.cpp" line="6669"/> <source>Overwrite</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6720"/> + <location filename="mainwindow.cpp" line="6670"/> <source>Rename new file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6721"/> + <location filename="mainwindow.cpp" line="6671"/> <source>Ignore file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="6812"/> + <location filename="mainwindow.cpp" line="6762"/> <source>Set the priority of the selected mods</source> <translation type="unfinished"></translation> </message> @@ -4554,7 +4554,7 @@ p, li { white-space: pre-wrap; } <context> <name>NoConflictListModel</name> <message> - <location filename="modinfodialogconflicts.cpp" line="329"/> + <location filename="modinfodialogconflicts.cpp" line="325"/> <source>File</source> <translation type="unfinished"></translation> </message> @@ -4770,12 +4770,12 @@ Continue?</source> <context> <name>OverwriteConflictListModel</name> <message> - <location filename="modinfodialogconflicts.cpp" line="303"/> + <location filename="modinfodialogconflicts.cpp" line="299"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="304"/> + <location filename="modinfodialogconflicts.cpp" line="300"/> <source>Overwritten Mods</source> <translation type="unfinished"></translation> </message> @@ -4862,12 +4862,12 @@ Continue?</source> <context> <name>OverwrittenConflictListModel</name> <message> - <location filename="modinfodialogconflicts.cpp" line="316"/> + <location filename="modinfodialogconflicts.cpp" line="312"/> <source>File</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfodialogconflicts.cpp" line="317"/> + <location filename="modinfodialogconflicts.cpp" line="313"/> <source>Providing Mod</source> <translation type="unfinished"></translation> </message> @@ -6109,18 +6109,18 @@ If the folder was still in use, restart MO and try again.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1329"/> + <location filename="mainwindow.cpp" line="1279"/> <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="1838"/> - <location filename="mainwindow.cpp" line="5144"/> + <location filename="mainwindow.cpp" line="1788"/> + <location filename="mainwindow.cpp" line="5094"/> <source><Manage...></source> <translation type="unfinished"></translation> </message> <message> - <location filename="mainwindow.cpp" line="1850"/> + <location filename="mainwindow.cpp" line="1800"/> <source>failed to parse profile %1: %2</source> <translation type="unfinished"></translation> </message> |
