diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-14 18:11:57 -0600 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-12-14 18:11:57 -0600 |
| commit | 51e3e078be10a085702014b4b873d69c502e8b0a (patch) | |
| tree | 0cb906764d1f5ece8963c238aa99de9f7b6552af /src/organizer_en.ts | |
| parent | fde5fa279746c90180223942a44f865859f85cb3 (diff) | |
Fix problem with translated unmanaged mods and origin names
- (Also adds translatable strings to directoryentry.cpp)
Diffstat (limited to 'src/organizer_en.ts')
| -rw-r--r-- | src/organizer_en.ts | 53 |
1 files changed, 49 insertions, 4 deletions
diff --git a/src/organizer_en.ts b/src/organizer_en.ts index 271599e4..2540b1ba 100644 --- a/src/organizer_en.ts +++ b/src/organizer_en.ts @@ -4035,22 +4035,22 @@ p, li { white-space: pre-wrap; } <context> <name>ModInfoForeign</name> <message> - <location filename="modinfoforeign.cpp" line="47"/> + <location filename="modinfoforeign.cpp" line="42"/> <source>This pseudo mod represents content managed outside MO. It isn't modified by MO.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfoforeign.cpp" line="61"/> + <location filename="modinfoforeign.cpp" line="56"/> <source>DLC: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfoforeign.cpp" line="64"/> + <location filename="modinfoforeign.cpp" line="60"/> <source>Creation Club: </source> <translation type="unfinished"></translation> </message> <message> - <location filename="modinfoforeign.cpp" line="67"/> + <location filename="modinfoforeign.cpp" line="64"/> <source>Unmanaged: </source> <translation type="unfinished"></translation> </message> @@ -6771,6 +6771,51 @@ You can restart Mod Organizer as administrator and try launching the program aga <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> + <message> + <location filename="shared/directoryentry.cpp" line="87"/> + <source>invalid origin name: </source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="110"/> + <source>failed to change name lookup from {} to {}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="524"/> + <source>failed to determine file time</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="546"/> + <source>invalid bsa file: </source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="722"/> + <source>file "{}" not in directory "{}"</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="727"/> + <source>file "{}" not in directory "{}", directory empty</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="851"/> + <source>unexpected end of path</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="995"/> + <source>invalid file index for remove: {}</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="shared/directoryentry.cpp" line="1009"/> + <source>invalid file index for remove (for origin): {}</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>QueryOverwriteDialog</name> |
