diff options
author | Martin Robertz <dream-master@gmx.net> | 2020-11-21 11:28:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 11:28:24 +0100 |
commit | da9413dda6c621ec0b69ab4c2ea22c606a4fbbf3 (patch) | |
tree | 0ce7f215bf091ed15d9bfe1726f4ad81a7c58cc4 /src/main/resources/assets | |
parent | d464b7c7e9e12dafe33765276fe8242eafc5d7d1 (diff) | |
parent | 9d13d05f76fb34c5827959acb802b519531d3289 (diff) | |
download | GT5-Unofficial-da9413dda6c621ec0b69ab4c2ea22c606a4fbbf3.tar.gz GT5-Unofficial-da9413dda6c621ec0b69ab4c2ea22c606a4fbbf3.tar.bz2 GT5-Unofficial-da9413dda6c621ec0b69ab4c2ea22c606a4fbbf3.zip |
Merge pull request #349 from Prometheus0000/multitooltip
Multitooltip
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 88616c6041..c3c5a574af 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -1,3 +1,25 @@ +# Multiblock Tooltip Builder Keywords +# Context can be found in the class gregtech.api.util.GT_Multiblock_Tooltip_Builder +GT5U.MBTT.MachineType=Machine Type +GT5U.MBTT.Dimensions=Dimensions +GT5U.MBTT.Hollow=(Hollow) +GT5U.MBTT.Structure=Structure +GT5U.MBTT.Controller=Controller +GT5U.MBTT.Minimum=(minimum) +GT5U.MBTT.MaintenanceHatch=Maintenance Hatch +GT5U.MBTT.MufflerHatch=Muffler Hatch +GT5U.MBTT.EnergyHatch=Energy Hatch +GT5U.MBTT.DynamoHatch=Dynamo Hatch +GT5U.MBTT.InputBus=Input Bus +GT5U.MBTT.InputHatch=Input Hatch +GT5U.MBTT.OutputBus=Output Bus +GT5U.MBTT.OutputHatch=Output Hatch +GT5U.MBTT.Causes=Causes +GT5U.MBTT.PPS=pollution per second +GT5U.MBTT.Hold=Hold +GT5U.MBTT.Display=to display structure guidelines +GT5U.MBTT.Mod=Added by + GT5U.turbine.running.true=Turbine running GT5U.turbine.running.false=Turbine stopped GT5U.turbine.maintenance.false=No Maintainance issues |