From dfb3020f8982e325e804f9e43b28a33b54c798f9 Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Wed, 9 Oct 2019 01:38:53 -0400
Subject: added usvfs version in log and about dialog
---
src/aboutdialog.ui | 7 +++++++
1 file changed, 7 insertions(+)
(limited to 'src/aboutdialog.ui')
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui
index c72a85f8..415ce0a7 100644
--- a/src/aboutdialog.ui
+++ b/src/aboutdialog.ui
@@ -104,6 +104,13 @@
+
+
+
+ usvfs:
+
+
+
--
cgit v1.3.1
From 70e66802a2d46a1ffdac7528b134c9d7741a8797 Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Wed, 27 Nov 2019 14:10:50 -0500
Subject: changed labels that have links to new LinkLabel, removed hardcoded
colors changed the link colors on dark themes to something saner
---
src/aboutdialog.ui | 11 +++++++++--
src/mainwindow.ui | 9 +++++++--
src/settingsdialog.ui | 7 ++++++-
src/stylesheets/Night Eyes.qss | 4 ++++
src/stylesheets/Paper Dark by 6788.qss | 4 ++++
src/stylesheets/Transparent-Style-101-Green.qss | 5 +++++
src/stylesheets/Transparent-Style-BOS.qss | 4 ++++
src/stylesheets/Transparent-Style-Skyrim.qss | 4 ++++
src/stylesheets/dark.qss | 6 +++++-
src/stylesheets/dracula.qss | 4 ++++
src/stylesheets/skyrim.qss | 3 +++
src/stylesheets/vs15 Dark-Green.qss | 3 +++
src/stylesheets/vs15 Dark-Orange.qss | 3 +++
src/stylesheets/vs15 Dark-Purple.qss | 3 +++
src/stylesheets/vs15 Dark-Red.qss | 3 +++
src/stylesheets/vs15 Dark-Yellow.qss | 3 +++
src/stylesheets/vs15 Dark.qss | 3 +++
17 files changed, 73 insertions(+), 6 deletions(-)
(limited to 'src/aboutdialog.ui')
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui
index 415ce0a7..424a80f9 100644
--- a/src/aboutdialog.ui
+++ b/src/aboutdialog.ui
@@ -158,9 +158,9 @@
-
+
- <html><head/><body><p>Source code can be found at <a href="https://github.com/ModOrganizer2/modorganizer"><span style=" text-decoration: underline; color:#007af4;">GitHub</span></a>.</p></body></html>
+ <html><head/><body><p>Source code can be found at <a href="https://github.com/ModOrganizer2/modorganizer">GitHub</a>.</p></body></html>
@@ -536,6 +536,13 @@
+
+
+ LinkLabel
+ QLabel
+ linklabel.h
+
+
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index b8aeeeb5..723b42fe 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -941,12 +941,12 @@ p, li { white-space: pre-wrap; }
-
+ <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>
- <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>
+ <html><head/><body><p>Currently detected archives. (<a href="#">What is an archive?</a>)</p></body></html>true
@@ -1773,6 +1773,11 @@ p, li { white-space: pre-wrap; }
QStatusBarstatusbar.h
+
+ LinkLabel
+ QLabel
+ linklabel.h
+
diff --git a/src/settingsdialog.ui b/src/settingsdialog.ui
index e63ca692..c5a1d2ef 100644
--- a/src/settingsdialog.ui
+++ b/src/settingsdialog.ui
@@ -1410,7 +1410,7 @@ programs you are intentionally running.
-
+ Hint: right click link and copy link location
@@ -1535,6 +1535,11 @@ programs you are intentionally running.
QTableWidgetcolortable.h
+
+ LinkLabel
+ QLabel
+ linklabel.h
+ tabWidget
diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss
index 0430a8c8..14f7434e 100644
--- a/src/stylesheets/Night Eyes.qss
+++ b/src/stylesheets/Night Eyes.qss
@@ -49,6 +49,10 @@ QAbstractScrollArea::corner
margin: 0px -2px -2px 0px;
}
+LinkLabel
+{
+ qproperty-linkColor: #3399FF;
+}
/* Toolbar -------------------------------------------------------------------- */
diff --git a/src/stylesheets/Paper Dark by 6788.qss b/src/stylesheets/Paper Dark by 6788.qss
index 77086c15..6043ae6b 100644
--- a/src/stylesheets/Paper Dark by 6788.qss
+++ b/src/stylesheets/Paper Dark by 6788.qss
@@ -66,6 +66,10 @@ QSplitter {
width: 8px;
}
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}
+
/* Toolbar */
QToolBar {
diff --git a/src/stylesheets/Transparent-Style-101-Green.qss b/src/stylesheets/Transparent-Style-101-Green.qss
index a4ed2623..3bbdb5db 100644
--- a/src/stylesheets/Transparent-Style-101-Green.qss
+++ b/src/stylesheets/Transparent-Style-101-Green.qss
@@ -485,6 +485,11 @@ QStatusBar::item {border: None;}
font-family: Source Sans Pro;
font-size: 14px;
}
+
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}
+
QAbstractItemView {
color: #cccccc;
font-family: Source Sans Pro;
diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss
index efad0859..33eed327 100644
--- a/src/stylesheets/Transparent-Style-BOS.qss
+++ b/src/stylesheets/Transparent-Style-BOS.qss
@@ -743,3 +743,7 @@ QStatusBar::item {border: None;}
border-bottom:1px solid #9A9A00;
*/
}
+
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}
diff --git a/src/stylesheets/Transparent-Style-Skyrim.qss b/src/stylesheets/Transparent-Style-Skyrim.qss
index 89e36c74..308580a5 100644
--- a/src/stylesheets/Transparent-Style-Skyrim.qss
+++ b/src/stylesheets/Transparent-Style-Skyrim.qss
@@ -743,3 +743,7 @@ QStatusBar::item {border: None;}
border-bottom:1px solid #9A9A00;
*/
}
+
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}
diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss
index 22cd598c..9d11109d 100644
--- a/src/stylesheets/dark.qss
+++ b/src/stylesheets/dark.qss
@@ -380,4 +380,8 @@ DownloadListWidget[downloadView=standard]::item {
DownloadListWidget[downloadView=compact]::item {
padding: 4px;
-}
\ No newline at end of file
+}
+
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss
index 2a7fbf9e..537ff083 100644
--- a/src/stylesheets/dracula.qss
+++ b/src/stylesheets/dracula.qss
@@ -30,6 +30,10 @@ QCheckBox, QGroupBox {
selection-color: #bbbbbb;
}
+LinkLabel {
+ qproperty-linkColor: #3399FF;
+}
+
/*
* GroupBox and CheckBox
*/
diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss
index 2da5154d..a516f5ff 100644
--- a/src/stylesheets/skyrim.qss
+++ b/src/stylesheets/skyrim.qss
@@ -113,6 +113,9 @@ QListView::item {
QLabel {
background-color: transparent; }
+LinkLabel {
+ qproperty-linkColor: #3399FF; }
+
/* Font size */
QLabel,
QTextEdit,
diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss
index 88e7651f..6d95c6cc 100644
--- a/src/stylesheets/vs15 Dark-Green.qss
+++ b/src/stylesheets/vs15 Dark-Green.qss
@@ -94,6 +94,9 @@ QTreeView::branch:selected {
QLabel {
background-color: transparent; }
+LinkLabel {
+ qproperty-linkColor: #3399FF; }
+
/* Left Pane & File Trees #QTreeView, #QListView*/
QTreeView::branch:closed:has-children {
image: url(./vs15/branch-closed.png); }
diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss
index 488da3c4..2dd27df4 100644
--- a/src/stylesheets/vs15 Dark-Orange.qss
+++ b/src/stylesheets/vs15 Dark-Orange.qss
@@ -95,6 +95,9 @@ QTreeView::branch:selected {
QLabel {
background-color: transparent; }
+LinkLabel {
+ qproperty-linkColor: #3399FF; }
+
/* Left Pane & File Trees #QTreeView, #QListView*/
QTreeView::branch:closed:has-children {
image: url(./vs15/branch-closed.png); }
diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss
index 24c8705a..116aaa7d 100644
--- a/src/stylesheets/vs15 Dark-Purple.qss
+++ b/src/stylesheets/vs15 Dark-Purple.qss
@@ -95,6 +95,9 @@ QTreeView::branch:selected {
QLabel {
background-color: transparent; }
+LinkLabel {
+ qproperty-linkColor: #3399FF; }
+
/* Left Pane & File Trees #QTreeView, #QListView*/
QTreeView::branch:closed:has-children {
image: url(./vs15/branch-closed.png); }
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss
index 0c0e21a8..60f565a1 100644
--- a/src/stylesheets/vs15 Dark-Red.qss
+++ b/src/stylesheets/vs15 Dark-Red.qss
@@ -95,6 +95,9 @@ QTreeView::branch:selected {
QLabel {
background-color: transparent; }
+LinkLabel {
+ qproperty-linkColor: #3399FF; }
+
/* Left Pane & File Trees #QTreeView, #QListView*/
QTreeView::branch:closed:has-children {
image: url(./vs15/branch-closed.png); }
diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss
index 2cf1cb2e..bfaa4c94 100644
--- a/src/stylesheets/vs15 Dark-Yellow.qss
+++ b/src/stylesheets/vs15 Dark-Yellow.qss
@@ -95,6 +95,9 @@ QTreeView::branch:selected {
QLabel {
background-color: transparent; }
+LinkLabel {
+ qproperty-linkColor: #3399FF; }
+
/* Left Pane & File Trees #QTreeView, #QListView*/
QTreeView::branch:closed:has-children {
image: url(./vs15/branch-closed.png); }
diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss
index a5781d72..1d27be17 100644
--- a/src/stylesheets/vs15 Dark.qss
+++ b/src/stylesheets/vs15 Dark.qss
@@ -94,6 +94,9 @@ QTreeView::branch:selected {
QLabel {
background-color: transparent; }
+LinkLabel {
+ qproperty-linkColor: #3399FF; }
+
/* Left Pane & File Trees #QTreeView, #QListView*/
QTreeView::branch:closed:has-children {
image: url(./vs15/branch-closed.png); }
--
cgit v1.3.1
From eb55bea357f0f0009f7fb8fd66113312ac0d67c8 Mon Sep 17 00:00:00 2001
From: LostDragonist
Date: Sat, 7 Dec 2019 02:08:57 -0700
Subject: Move isa to lead developers
---
src/aboutdialog.ui | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'src/aboutdialog.ui')
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui
index 424a80f9..4a388d6d 100644
--- a/src/aboutdialog.ui
+++ b/src/aboutdialog.ui
@@ -215,6 +215,11 @@
LostDragonist
+
+
+ isanae
+
+
@@ -241,11 +246,6 @@
erasmux
-
-
- isanae
-
- Project579
--
cgit v1.3.1
From fbe0e8008a69bf43a8a89fe1f862b80c9b3d60ce Mon Sep 17 00:00:00 2001
From: LostDragonist
Date: Sat, 7 Dec 2019 02:11:35 -0700
Subject: Do not translate isa's name
---
src/aboutdialog.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/aboutdialog.ui')
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui
index 4a388d6d..df59e43c 100644
--- a/src/aboutdialog.ui
+++ b/src/aboutdialog.ui
@@ -217,7 +217,7 @@
- isanae
+ isanae
--
cgit v1.3.1
From f18e4db4fb30f8f88e30e691f14653327a31ad02 Mon Sep 17 00:00:00 2001
From: LostDragonist
Date: Sat, 7 Dec 2019 14:29:51 -0700
Subject: Add Xahtax as a German translator
---
src/aboutdialog.ui | 5 +++++
src/organizer_en.ts | 24 ++++++++++++------------
2 files changed, 17 insertions(+), 12 deletions(-)
(limited to 'src/aboutdialog.ui')
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui
index df59e43c..48cb068c 100644
--- a/src/aboutdialog.ui
+++ b/src/aboutdialog.ui
@@ -327,6 +327,11 @@
pndrev (German)
+
+
+ Xahtax (German)
+
+ yohru (Japanese)
diff --git a/src/organizer_en.ts b/src/organizer_en.ts
index 61348380..faff25ac 100644
--- a/src/organizer_en.ts
+++ b/src/organizer_en.ts
@@ -45,7 +45,7 @@
-
+ MO2 Developers && Contributors
@@ -75,57 +75,57 @@
-
+ yohru (Japanese)
-
+ Mordan (Greek)
-
+ Yoosk (Polish)
-
+ Brgodfx (Portuguese)
-
+ zDas (Portuguese)
-
+ Jax (Swedish)
-
+ Nubbie (Swedish)
-
+ ...and all other contributors!
-
+ Other Supporters && Contributors
-
+ Tannin (Original Creator)
-
+ Close
--
cgit v1.3.1
From 932d32195600cf297250dd2ddda635eee13464fa Mon Sep 17 00:00:00 2001
From: isanae <14251494+isanae@users.noreply.github.com>
Date: Tue, 17 Dec 2019 15:14:23 -0500
Subject: bumped to rc5 added reedts to contributors
---
src/aboutdialog.ui | 5 +
src/organizer_en.ts | 516 ++++++++++++++++++++++++++--------------------------
src/version.rc | 2 +-
3 files changed, 264 insertions(+), 259 deletions(-)
(limited to 'src/aboutdialog.ui')
diff --git a/src/aboutdialog.ui b/src/aboutdialog.ui
index 48cb068c..ec2b754d 100644
--- a/src/aboutdialog.ui
+++ b/src/aboutdialog.ui
@@ -474,6 +474,11 @@
outdatedtv
+
+
+ reedts
+
+ Schilduin
diff --git a/src/organizer_en.ts b/src/organizer_en.ts
index 32474a23..d05ada70 100644
--- a/src/organizer_en.ts
+++ b/src/organizer_en.ts
@@ -125,7 +125,7 @@
-
+ Close
@@ -1787,7 +1787,7 @@ This is likely due to a corrupted or incompatible download or unrecognized archi
-
+ Save
@@ -1896,7 +1896,7 @@ p, li { white-space: pre-wrap; }
-
+ Create Backup
@@ -2072,8 +2072,8 @@ p, li { white-space: pre-wrap; }
-
-
+
+ Refresh
@@ -2358,7 +2358,7 @@ p, li { white-space: pre-wrap; }
-
+ Endorse Mod Organizer
@@ -2479,8 +2479,8 @@ Error: %1
-
-
+
+ Endorse
@@ -2550,700 +2550,700 @@ Error: %1
-
+ Downloads in progress
-
+ There are still downloads in progress, do you really want to quit?
-
+ Plugin "%1" failed: %2
-
+ Plugin "%1" failed
-
+ Browse Mod Page
-
+ Also in: <br>
-
+ No conflict
-
+ <Edit...>
-
+ (no executables)
-
+ This bsa is enabled in the ini file so it may be required!
-
+ Activating Network Proxy
-
+ 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.
-
+ Choose Mod
-
+ Mod Archive
-
+ Start Tutorial?
-
+ You're about to start a tutorial. For technical reasons it's not possible to end the tutorial early. Continue?
-
+ failed to change origin name: %1
-
+ failed to move "%1" from mod "%2" to "%3": %4
-
+ failed to rename mod: %1
-
+ Overwrite?
-
+ This will replace the existing mod "%1". Continue?
-
+ failed to remove mod "%1"
-
-
-
+
+
+ failed to rename "%1" to "%2"
-
-
-
-
+
+
+
+ Confirm
-
+ Remove the following mods?<br><ul>%1</ul>
-
+ failed to remove mod: %1
-
-
-
+
+
+ Failed
-
+ Installation file no longer exists
-
+ Mods installed with old versions of MO can't be reinstalled in this way.
-
+ Failed to create backup.
-
+ Endorsing multiple mods will take a while. Please wait...
-
+ Unendorsing multiple mods will take a while. Please wait...
-
+ Failed to display overwrite dialog: %1
-
+ Opening Nexus Links
-
+ You are trying to open %1 links to Nexus Mods. Are you sure you want to do this?
-
+ Nexus ID for this mod is unknown
-
+ Opening Web Pages
-
+ You are trying to open %1 Web Pages. Are you sure you want to do this?
-
+ <table cellspacing="5"><tr><th>Type</th><th>All</th><th>Visible</th><tr><td>Enabled mods: </td><td align=right>%1 / %2</td><td align=right>%3 / %4</td></tr><tr><td>Unmanaged/DLCs: </td><td align=right>%5</td><td align=right>%6</td></tr><tr><td>Mod backups: </td><td align=right>%7</td><td align=right>%8</td></tr><tr><td>Separators: </td><td align=right>%9</td><td align=right>%10</td></tr></table>
-
+ <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>
-
-
-
+
+
+ Create Mod...
-
+ This will create an empty mod.
Please enter a name:
-
-
+
+ A mod with this name already exists
-
+ Create Separator...
-
+ This will create a new separator.
Please enter a name:
-
+ A separator with this name already exists
-
+ This will move all files from overwrite into a new, regular mod.
Please enter a name:
-
+ Move successful.
-
-
+
+ Are you sure?
-
+ About to recursively delete:
-
+ Continue?
-
+ 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.
-
+ Sorry
-
+ I don't know a versioning scheme where %1 is newer than %2.
-
+ Really enable all visible mods?
-
+ Really disable all visible mods?
-
+ Export to csv
-
+ 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.
-
+ Select what mods you want export:
-
+ All installed mods
-
+ Only active (checked) mods from your current profile
-
+ All currently visible mods in the mod list
-
+ Choose what Columns to export:
-
+ Mod_Priority
-
+ Mod_Name
-
+ Notes_column
-
+ Mod_Status
-
+ Primary_Category
-
+ Nexus_ID
-
+ Mod_Nexus_URL
-
+ Mod_Version
-
+ Install_Date
-
+ Download_File_Name
-
+ export failed: %1
-
+ Open Game folder
-
+ Open MyGames folder
-
+ Open INIs folder
-
+ Open Instance folder
-
+ Open Mods folder
-
+ Open Profile folder
-
+ Open Downloads folder
-
+ Open MO2 Install folder
-
+ Open MO2 Plugins folder
-
+ Open MO2 Stylesheets folder
-
+ Open MO2 Logs folder
-
+ Install Mod...
-
+ Create empty mod
-
+ Create Separator
-
+ Enable all visible
-
+ Disable all visible
-
+ Check for updates
-
+ Export to csv...
-
-
+
+ Send to
-
-
+
+ Top
-
-
+
+ Bottom
-
-
+
+ Priority...
-
+ Separator...
-
+ All Mods
-
+ Sync to Mods...
-
+ Move content to Mod...
-
+ Clear Overwrite...
-
-
+
+ Open in Explorer
-
+ Restore Backup
-
+ Remove Backup...
-
-
+
+ Change Categories
-
-
+
+ Primary Category
-
+ Rename Separator...
-
+ Remove Separator...
-
+ Select Color...
-
+ Reset Color
-
+ Change versioning scheme
-
+ Force-check updates
-
+ Un-ignore update
-
+ Ignore update
-
-
+
+ Enable selected
-
-
+
+ Disable selected
-
+ Rename Mod...
-
+ Reinstall Mod
-
+ Remove Mod...
-
+ Un-Endorse
-
+ Won't endorse
-
+ Endorsement state unknown
-
+ Start tracking
-
+ Stop tracking
-
+ Tracked state unknown
-
+ Ignore missing data
-
+ Mark as converted/working
-
+ Visit on Nexus
-
+ Visit on %1
-
+ Information...
-
-
+
+ Exception:
-
-
+
+ Unknown exception
-
+ %1 more
-
+ 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.
@@ -3251,12 +3251,12 @@ You can also use online editors and converters instead.
-
+ Enable Mods...
-
+ Delete %n save(s)
@@ -3264,335 +3264,335 @@ You can also use online editors and converters instead.
-
+ Restart Mod Organizer
-
+ Mod Organizer must restart to finish configuration changes
-
+ Restart
-
+ Continue
-
+ Some things might be weird.
-
+ Can't change download directory while downloads are in progress!
-
+ failed to write to file %1
-
+ %1 written
-
+ Enter Name
-
+ Enter a name for the executable
-
+ Not an executable
-
+ This is not a recognized executable.
-
-
+
+ Replace file?
-
+ There already is a hidden version of this file. Replace it?
-
-
+
+ File operation failed
-
-
+
+ Failed to remove "%1". Maybe you lack the required file permissions?
-
+ There already is a visible version of this file. Replace it?
-
-
+
+ Set Priority
-
+ Set the priority of the selected plugins
-
+ Update available
-
+ &Execute
-
+ Execute with &VFS
-
+ &Open
-
+ Open with &VFS
-
+ &Add as Executable
-
+ Preview
-
+ Un-Hide
-
+ Hide
-
+ Write To File...
-
+ Do you want to endorse Mod Organizer on %1 now?
-
+ Abstain from Endorsing Mod Organizer
-
+ 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.
-
+ Thank you for endorsing MO2! :)
-
+ Please reconsider endorsing MO2 on Nexus!
-
+ Thank you!
-
+ Thank you for your endorsement!
-
+ Mod ID %1 no longer seems to be available on Nexus.
-
+ Request to Nexus failed: %1
-
-
+
+ failed to read %1: %2
-
+ Error
-
+ failed to extract %1 (errorcode %2)
-
+ Extract BSA
-
+ This archive contains invalid hashes. Some files may be broken.
-
+ Extract...
-
+ This will restart MO, continue?
-
+ <Multiple>
-
+ Remove '%1' from the toolbar
-
+ Enable all
-
+ Disable all
-
+ Unlock load order
-
+ Lock load order
-
+ Open Origin in Explorer
-
+ Open Origin Info...
-
+ Backup of load order created
-
+ Choose backup to restore
-
+ No Backups
-
+ There are no backups to restore
-
-
+
+ Restore failed
-
-
+
+ Failed to restore the backup. Errorcode: %1
-
+ Backup of mod list created
-
+ A file with the same name has already been downloaded. What would you like to do?
-
+ Overwrite
-
+ Rename new file
-
+ Ignore file
-
+ Set the priority of the selected mods
@@ -6126,18 +6126,18 @@ If the folder was still in use, restart MO and try again.
-
+ Mod Organizer
-
+ An instance of Mod Organizer is already running
-
+ Failed to set up instance
@@ -6152,13 +6152,13 @@ If the folder was still in use, restart MO and try again.
-
-
+
+ <Manage...>
-
+ failed to parse profile %1: %2
@@ -6317,9 +6317,9 @@ If the folder was still in use, restart MO and try again.
-
-
-
+
+
+ No profile set
@@ -6437,7 +6437,7 @@ If the folder was still in use, restart MO and try again.
-
+ Cancel
@@ -6702,22 +6702,22 @@ You can restart Mod Organizer as administrator and try launching the program aga
-
+ Waiting
-
+ Please press OK once you're logged into steam.
-
+ Select binary
-
+ Binary
@@ -6747,32 +6747,32 @@ You can restart Mod Organizer as administrator and try launching the program aga
-
+ Mod Organizer is locked while the application is running.
-
+ Mod Organizer is currently running an application.
-
+ The application must run to completion because its output is required.
-
+ Mod Organizer is waiting on application to close before exiting.
-
+ Unlock
-
+ Exit Now
diff --git a/src/version.rc b/src/version.rc
index 913d1ead..0cf44243 100644
--- a/src/version.rc
+++ b/src/version.rc
@@ -4,7 +4,7 @@
// Otherwise, if letters are used in VER_FILEVERSION_STR, uses the full MOBase::VersionInfo parser
// Otherwise, uses the numbers from VER_FILEVERSION and sets the release type as pre-alpha
#define VER_FILEVERSION 2,2,2
-#define VER_FILEVERSION_STR "2.2.2rc4\0"
+#define VER_FILEVERSION_STR "2.2.2rc5\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
--
cgit v1.3.1