diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-12 22:50:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-12 22:50:01 -0500 |
| commit | 8cf24923bb510360d18f6dd0bd1a2a57ea1a2bca (patch) | |
| tree | a4ec63db3781b2d76592b14b0581ab6c3c840bda /src/organizer_en.ts | |
| parent | 1d0b202ee64fe12d23922e816812749e8fe40bf6 (diff) | |
| parent | 0f67ee4fcd8a2735751eaed738244327e5571239 (diff) | |
Merge pull request #936 from isanae/rc3-fixes
rc3 fixes
Diffstat (limited to 'src/organizer_en.ts')
| -rw-r--r-- | src/organizer_en.ts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 95854200..593e4457 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -6754,6 +6754,23 @@ You can restart Mod Organizer as administrator and try launching the program aga <source>Exit Now</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="sanitychecks.cpp" line="113"/> + <source>'%1': file is blocked (%2)</source> + <oldsource>'%1': file is blocked ('%2')</oldsource> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="sanitychecks.cpp" line="206"/> + <source>'%1' seems to be missing, an antivirus may have deleted it</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="sanitychecks.cpp" line="239"/> + <source>%1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it.</source> + <oldsource>%1 is loaded. This program is known to cause issues with Mod Organizer, such as freezing or blank windows. Consider uninstalling it. (%2)</oldsource> + <translation type="unfinished"></translation> + </message> </context> <context> <name>QueryOverwriteDialog</name> |
