From 7ee008e150bc5bcf76082d726f719ee0fdfda982 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 11 Feb 2026 02:37:39 -0600 Subject: 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 --- libs/installer_fomod/src/installer_fomod_en.ts | 274 +++++++++++++++++++++++++ 1 file changed, 274 insertions(+) create mode 100644 libs/installer_fomod/src/installer_fomod_en.ts (limited to 'libs/installer_fomod/src/installer_fomod_en.ts') diff --git a/libs/installer_fomod/src/installer_fomod_en.ts b/libs/installer_fomod/src/installer_fomod_en.ts new file mode 100644 index 0000000..98c5d97 --- /dev/null +++ b/libs/installer_fomod/src/installer_fomod_en.ts @@ -0,0 +1,274 @@ + + + + + FomodInstallerDialog + + + FOMOD Installer + + + + + Name + + + + + Author + + + + + Version + + + + + Website + + + + + <a href="#">Link</a> + + + + + Manual + + + + + Back + + + + + + + Next + + + + + + Cancel + + + + + Failed to parse %1. See console for details. + + + + + %1 missing. + + + + + At least one condition was successful in an 'OR' clause! + + + + + All conditions were successful in an 'AND' clause! + + + + + No conditions were successful in an 'OR' clause! + + + + + invalid plugin state %1 + + + + + Missing + + + + + Inactive + + + + + Active + + + + + Success: The file '%1' was marked %2. + + + + + Missing requirement: The file '%1' should be %2, but was %3! + + + + + Success: The required version of %1 is %2, and was detected as %3. + + + + + Missing requirement: The required version of %1 is %2, but was detected as %3. + + + + + Missing files or folders + + + + + Install anyway + + + + + The following files or folders were not found in the archive. This is likely due to an incorrect FOMOD installer. This mod may not work properly. + + + + + Folder '%1'. + + + + + File '%1'. + + + + + <a href="%1">Link</a> + + + + + unsupported order type %1 + + + + + unsupported group type %1 + + + + + All components in this group are required + + + + + None + + + + + Select one or more of these options: + + + + + The flag '%1' matched '%2' + + + + + The flag '%1' did not match '%2' + + + + + The condition was not matched and is empty. + + + + + The value exists but was not matched. + + + + + Disabled + + + + + This button is disabled because the following group(s) need a selection: + + + + + Install + + + + + This component is required + + + + + It is recommended you enable this component + + + + + Optional component + + + + + This component is not usable in combination with other installed plugins + + + + + You may be experiencing instability in combination with other installed plugins + + + + + InstallerFomod + + + Installer for xml based fomod archives. + + + + + Fomod Installer + + + + + Installation as fomod failed: %1 + + + + + image formats not supported. + + + + + + invalid problem key %1 + + + + + This indicates that files from dlls/imageformats are missing from your MO installation or outdated. Images in installers may not be displayed. Please re-install MO + + + + -- cgit v1.3.1