diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-02-11 02:37:39 -0600 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-02-11 02:37:39 -0600 |
| commit | 7ee008e150bc5bcf76082d726f719ee0fdfda982 (patch) | |
| tree | 27fb39be241fdb5ac2734c574de678977d1856d0 /libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts | |
Fluorine Manager: full Linux port of Mod Organizer 2
Complete native Linux port with FUSE-based virtual filesystem,
Proton/umu-run integration, and Flatpak packaging.
Key features:
- FUSE VFS replacing Windows USVFS (in-process + standalone helper for Flatpak)
- Proton/GE-Proton/umu-run launcher with env var forwarding
- Flatpak support (sandbox-aware VFS, NXM handler, umu-run)
- Wine prefix management UI
- Case-insensitive path resolution for Linux filesystems
- QSettings-safe INI handling (avoids Bethesda INI corruption)
- Portable instance support with auto-generated launcher scripts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts')
| -rw-r--r-- | libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts b/libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts new file mode 100644 index 0000000..bbc6872 --- /dev/null +++ b/libs/script_extender_plugin_checker/src/ScriptExtenderPluginChecker_en.ts @@ -0,0 +1,138 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0"> + <context> + <name>CouldntLoadPluginMessage</name> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="124" /> + <source>Couldn't load {0} ({2}). A dependency DLL could not be found (code {1}). {3}</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="126" /> + <source>Couldn't load {0} ({2}). A DLL is invalid (code {1}).</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="128" /> + <source>Couldn't load {0} ({2}). The last error code was {1}.</source> + <translation type="unfinished" /> + </message> + </context> + <context> + <name>NormalPluginMessage</name> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="69" /> + <source>{0} version {1} ({2}, {4}) {3}.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="75" /> + <source>loaded correctly</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="77" /> + <source>disabled, address library needs to be updated</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="78" /> + <source>disabled, fatal error occurred while loading plugin</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="80" /> + <source>disabled, bad version data</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="81" /> + <source>disabled, no name specified</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="82" /> + <source>disabled, unsupported version independence method</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="84" /> + <source>disabled, incompatible with current runtime version</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="86" /> + <source>disabled, requires newer script extender</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="88" /> + <source>reported as incompatible during query</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="89" /> + <source>reported as incompatible during load</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="90" /> + <source>disabled, fatal error occurred while checking plugin compatibility</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="92" /> + <source>disabled, fatal error occurred while querying plugin</source> + <translation type="unfinished" /> + </message> + </context> + <context> + <name>NotAPluginMessage</name> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="149" /> + <source>{0} ({1}) does not appear to be a script extender plugin.</source> + <translation type="unfinished" /> + </message> + </context> + <context> + <name>PluginMessage</name> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="30" /> + <source>{0} ({1}) existed.</source> + <translation type="unfinished" /> + </message> + </context> + <context> + <name>ScriptExtenderPluginChecker</name> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="201" /> + <source>Script Extender Plugin Load Checker</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="207" /> + <source>Checks script extender log to see if any plugins failed to load.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="227" /> + <source>Script extender log reports incompatible plugins.</source> + <translation type="unfinished" /> + </message> + <message> + <location filename="ScriptExtenderPluginChecker.py" line="232" /> + <source>You have one or more script extender plugins which failed to load! + + If you want this notification to go away, here are some steps you can take: + • Look for updates to the mod or the specific plugin included in the mod. + • Disable the mod containing the plugin. + • Hide or delete the plugin from the mod. + +To refresh the script extender logs, you will need to run the game and/or editor again! + +The failed plugins are:{0}</source> + <translation type="unfinished" /> + </message> + </context> +</TS> |
