diff --git a/mods/common-content/fluent/chrome.ftl b/mods/common-content/fluent/chrome.ftl index 09a0db62b3..c422ec7662 100644 --- a/mods/common-content/fluent/chrome.ftl +++ b/mods/common-content/fluent/chrome.ftl @@ -10,3 +10,37 @@ button-package-download-panel-retry = Retry label-content-prompt-panel-title = Install Content button-content-prompt-panel-advanced = Advanced Install button-content-prompt-panel-quick = Quick Install + +## DownloadPackageLogic +label-downloading = Downloading { $title } +label-fetching-mirror-list = Fetching list of mirrors... +label-downloading-from = Downloading from { $host } { $received } { $suffix } +label-downloading-from-progress = Downloading from { $host } { $received } / { $total } { $suffix } ({ $progress }%) +label-unknown-host = unknown host +label-download-failed = Download failed +label-verifying-archive = Verifying archive... +label-archive-validation-failed = Archive validation failed +label-extracting-archive = Extracting... +label-extracting-archive-entry = Extracting { $entry } +label-archive-extraction-failed = Archive extraction failed +label-mirror-selection-failed = Online mirror is not available. Please install from an original disc. + +## InstallFromSourceLogic +label-detecting-sources = Detecting drives +label-checking-sources = Checking Sources +label-searching-source-for = Searching for { $title } +label-content-package-installation = Select which content packages you want to install: +label-game-sources = Game Sources +label-digital-installs = Digital Installs +label-game-content-not-found = Game Content Not Found +label-alternative-content-sources = Please insert or install one of the following content sources: +label-installing-content = Installing Content +label-copying-filename = Copying { $filename } +label-copying-filename-progress = Copying { $filename } ({ $progress }%) +label-installation-failed = Installation Failed +label-check-install-log = Refer to install.log in the logs directory for details. +label-extracting-filename = Extracting { $filename } +label-extracting-filename-progress = Extracting { $filename } ({ $progress }%) + +## ModContentLogic +button-manual-install = Manual Install diff --git a/mods/common/fluent/common.ftl b/mods/common/fluent/common.ftl index 871a8e6a64..0fa8ffee2f 100644 --- a/mods/common/fluent/common.ftl +++ b/mods/common/fluent/common.ftl @@ -295,40 +295,6 @@ options-observer-stats = ## WorldTooltipLogic label-unrevealed-terrain = Unrevealed Terrain -## DownloadPackageLogic -label-downloading = Downloading { $title } -label-fetching-mirror-list = Fetching list of mirrors... -label-downloading-from = Downloading from { $host } { $received } { $suffix } -label-downloading-from-progress = Downloading from { $host } { $received } / { $total } { $suffix } ({ $progress }%) -label-unknown-host = unknown host -label-download-failed = Download failed -label-verifying-archive = Verifying archive... -label-archive-validation-failed = Archive validation failed -label-extracting-archive = Extracting... -label-extracting-archive-entry = Extracting { $entry } -label-archive-extraction-failed = Archive extraction failed -label-mirror-selection-failed = Online mirror is not available. Please install from an original disc. - -## InstallFromSourceLogic -label-detecting-sources = Detecting drives -label-checking-sources = Checking Sources -label-searching-source-for = Searching for { $title } -label-content-package-installation = Select which content packages you want to install: -label-game-sources = Game Sources -label-digital-installs = Digital Installs -label-game-content-not-found = Game Content Not Found -label-alternative-content-sources = Please insert or install one of the following content sources: -label-installing-content = Installing Content -label-copying-filename = Copying { $filename } -label-copying-filename-progress = Copying { $filename } ({ $progress }%) -label-installation-failed = Installation Failed -label-check-install-log = Refer to install.log in the logs directory for details. -label-extracting-filename = Extracting { $filename } -label-extracting-filename-progress = Extracting { $filename } ({ $progress }%) - -## ModContentLogic -button-manual-install = Manual Install - ## KickClientLogic dialog-kick-client = .prompt = Kick { $player }? @@ -782,9 +748,6 @@ description-custom-terrain-debug-overlay = toggles the custom terrain debug over ## CellTriggerOverlay description-cell-triggers-overlay = toggles the script triggers overlay. -## ExitsDebugOverlay -description-exits-overlay = Displays exits for factories. - ## HierarchicalPathFinderOverlay description-hpf-debug-overlay = toggles the hierarchical pathfinder overlay. @@ -879,9 +842,6 @@ notification-player-is-defeated = { $player } is defeated. notification-desync-compare-logs = Out of sync in frame { $frame }. Compare syncreport.log with other players. -## SupportPowerTimerWidget -support-power-timer = { $player }'s { $support-power }: { $time } - ## WidgetUtils label-win-state-won = Won label-win-state-lost = Lost diff --git a/mods/ra/fluent/ra.ftl b/mods/ra/fluent/ra.ftl index 9741849b33..e9687fb547 100644 --- a/mods/ra/fluent/ra.ftl +++ b/mods/ra/fluent/ra.ftl @@ -10,3 +10,6 @@ tileset-desert = Desert tileset-snow = Snow tileset-temperat = Temperate tileset-interior = Interior + +## SupportPowerTimerWidget +support-power-timer = { $player }'s { $support-power }: { $time } diff --git a/mods/ts/fluent/ts.ftl b/mods/ts/fluent/ts.ftl index 8db515dd60..84b09c6941 100644 --- a/mods/ts/fluent/ts.ftl +++ b/mods/ts/fluent/ts.ftl @@ -8,3 +8,6 @@ loadscreen-loading = Updating EVA installation..., Changing perspective... ## Tilesets tileset-snow = Snow tileset-temperate = Temperate + +## ExitsDebugOverlay +description-exits-overlay = Displays exits for factories.