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_manual/src/installer_manual_en.ts | 164 +++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 libs/installer_manual/src/installer_manual_en.ts (limited to 'libs/installer_manual/src/installer_manual_en.ts') diff --git a/libs/installer_manual/src/installer_manual_en.ts b/libs/installer_manual/src/installer_manual_en.ts new file mode 100644 index 0000000..3bc22c1 --- /dev/null +++ b/libs/installer_manual/src/installer_manual_en.ts @@ -0,0 +1,164 @@ + + + + + ArchiveTreeWidget + + + + Cannot drop + + + + + Cannot drop '%1' into one of its subfolder. + + + + + A file '%1' already exists in folder '%2'. + + + + + A folder '%1' already exists in folder '%2'. + + + + + InstallDialog + + + Install Mods + + + + + + Name + + + + + Content + + + + + Content of the archive. You can change the directory structure by using drag&drop. Hint: Also try right clicking... + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This displays the content of the archive. &lt;data&gt; represents the base directory which will map to the game's data directory. You can change the base directory via the right-click context menu and you can move around files via drag&amp;drop</span></p></body></html> + + + + + Placeholder + + + + + OK + + + + + Cancel + + + + + Enter a directory name + + + + + Cannot check the content of <%1>. + + + + + The plugin for the current game does not provide a way to check the content of <%1>. + + + + + The content of <%1> looks valid. + + + + + The content of <%1> seems valid for the current game. + + + + + The content of <%1> does not look valid. + + + + + The content of <%1> is probably not valid for the current game. + + + + + Cannot create directory under a file. + + + + + A directory or file with that name already exists. + + + + + Set as <%1> directory + + + + + Unset <%1> directory + + + + + Create directory... + + + + + &Open + + + + + Continue? + + + + + This mod was probably NOT set up correctly, most likely it will NOT work. You should first correct the directory layout using the content-tree. + + + + + InstallerManual + + + Manual Installer + + + + + Fallback installer for mods that can be extracted but can't be handled by another installer + + + + -- cgit v1.3.1