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/installer_fomod_csharp/src/installer_fomod_csharp_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/installer_fomod_csharp/src/installer_fomod_csharp_en.ts')
| -rw-r--r-- | libs/installer_fomod_csharp/src/installer_fomod_csharp_en.ts | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/libs/installer_fomod_csharp/src/installer_fomod_csharp_en.ts b/libs/installer_fomod_csharp/src/installer_fomod_csharp_en.ts new file mode 100644 index 0000000..7c13b6c --- /dev/null +++ b/libs/installer_fomod_csharp/src/installer_fomod_csharp_en.ts @@ -0,0 +1,125 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="en_US"> +<context> + <name>FomodCSharpPostDialog</name> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="14"/> + <source>Settings modification required</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="20"/> + <source>The installer needs to edit the following settings. You can either apply them, discard them or move them to the mod installation folder (under INI Tweaks).</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="56"/> + <source>Apply the settings to the INI files corresponding to the current profile.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="59"/> + <source>Apply</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="66"/> + <source>Discard the settings.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="69"/> + <source>Discard</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="76"/> + <source>Create files under "INI Tweaks" in the mod folder with these settings.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="79"/> + <source>INI Tweaks</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="86"/> + <source>Cancel the installation.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_postdialog.ui" line="89"/> + <source>Cancel</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FomodCSharpPredialog</name> + <message> + <location filename="installer_fomod_csharp_predialog.ui" line="14"/> + <source>FOMOD C# Installer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_predialog.ui" line="22"/> + <source>Name</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_predialog.ui" line="40"/> + <location filename="installer_fomod_csharp_predialog.ui" line="43"/> + <source>Opens a Dialog that allows custom modifications.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_predialog.ui" line="46"/> + <source>Manual</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_predialog.ui" line="69"/> + <source>Start</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp_predialog.ui" line="79"/> + <source>Cancel</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>FomodInfoReader</name> + <message> + <location filename="xml_info_reader.h" line="109"/> + <source>Failed to parse %1. See console for details.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>InstallerFomodCSharp</name> + <message> + <location filename="installer_fomod_csharp.h" line="36"/> + <source>Fomod Installer C#</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="installer_fomod_csharp.h" line="42"/> + <source>Installer for C# based FOMOD archives.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>QObject</name> + <message> + <location filename="base_script.cpp" line="516"/> + <source>Choose any:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="base_script.cpp" line="519"/> + <source>Choose one:</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
