From 4bc17aaf3fe40f0f2b98bb4e7193c048b426ffb8 Mon Sep 17 00:00:00 2001
From: Mirague94 <43612203+Mirague94@users.noreply.github.com>
Date: Sun, 29 Sep 2019 17:24:03 +0200
Subject: [PATCH] Update en.txt
---
en.txt | 24 +++++++++++++++++++++---
1 file changed, 21 insertions(+), 3 deletions(-)
diff --git a/en.txt b/en.txt
index 71a4dff..74ba096 100644
--- a/en.txt
+++ b/en.txt
@@ -31,6 +31,11 @@ Misc
ShortCostK = "{0:#,#,}K₡"
ShortCostM = "{0:#,#,,.0}M₡"
Unknown = "Unknown"
+
+ SteamWishlistMsg = "Thanks for playing Cosmoteer!\n\nWould you like to add Cosmoteer to your Steam wishlist so that you get notified when it releases?"
+ SteamWishlistYes = "Yes!\n(Opens Browser)"
+ SteamWishlistLater = "Remind Me\nNext Time"
+ SteamWishlistNo = "No Thanks"
}
Colorblind
@@ -561,6 +566,7 @@ Inputs
Halt = "Halt"
InvertCollisionAvoidance = "Invert Collision Avoidance"
DirectControlToggle = "Toggle Direct Control Mode"
+ DirectControlToggleWeapons = "Direct Control: Toggle Weapons Control"
DirectControlToggleFaceCursor = "Direct Control: Toggle Auto Face Cursor"
DirectControlForward = "Direct Control: Forward"
DirectControlReverse = "Direct Control: Reverse"
@@ -1850,6 +1856,8 @@ DominationModeConfig : PvpModeConfig
MapStyleTip = "The size of the map setup and number of teams it supports."
MaxFleetValue = "Max Fleet Value"
MaxFleetValueTip = "The maximum total value of any team's fleet at any point in time."
+ MinShipValue = "Min Ship Value"
+ MinShipValueTip = "The minimum value of any single ship that can be purchased during the battle."
Funds = "Starting Credits"
FundsTip = "The starting number of credits (₡) that each team has at the beginning of the match."
BasicIncome = "Basic Income"
@@ -2682,9 +2690,17 @@ Parts
"Railguns fire magnetically accelerated projectiles that can penetrate deep into enemy ships, causing great damage. "\
"Each Railgun requires both a Loader and a Launcher, plus any number of optional Accelerators."
- ReactorSmall = "Reactor Core"
- ReactorSmallIcon = "Reactor"
- ReactorSmallDesc = "Continuously produces the plasma batteries needed to power many of the ship's systems."
+ ReactorSmall = "Small Reactor Core"
+ ReactorSmallIcon = "Small Reactor"
+ ReactorSmallDesc = "A power generator that produces the plasma batteries needed to power many of the ship's systems."
+
+ ReactorMed = "Medium Reactor Core"
+ ReactorMedIcon = "Med. Reactor"
+ ReactorMedDesc = "A power generator that produces double-capacity plasma batteries needed to power many of the ship's systems."
+
+ ReactorLarge = "Large Reactor Core"
+ ReactorLargeIcon = "Large Reactor"
+ ReactorLargeDesc = "A power generator that produces triple-capacity plasma batteries needed to power many of the ship's systems."
SensorArray = "Sensor Array"
SensorArrayIcon = "Sensors"
@@ -2850,6 +2866,8 @@ Stats
ThrusterPowerUsageFmt = "Power Use: {0:0.##}/sec (100% thrust)"
BoostedPowerUsageContinuousFmt = "Power Use: {0:0.##}/sec (continuous)"
PowerGenerationFmt = "Power Generation: {0:0.##}/sec"
+ BatterySizeFmt = "Battery Size: {0:0.0#}"
+ BatteryFillTimeFmt = "Battery Charge Time: {0:0.0#} seconds"
PowerCapacityFmt = "Power Capacity: {0:0.##}"
AmmoCapacityFmt = "Ammo Capacity: {0}"
MissileProductionFmt = "Production Rate: {0:0.##} missiles/sec"