diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2018-05-19 16:11:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-19 16:11:12 +0200 |
commit | 79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627 (patch) | |
tree | f24b54d94a29501c76ba83a897b29e1ce8960dac /src/main/resources/assets/gregtech | |
parent | 8274ed5c1a4f64a97fa74a808a579462472c35bb (diff) | |
download | GT5-Unofficial-79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627.tar.gz GT5-Unofficial-79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627.tar.bz2 GT5-Unofficial-79ba5a72aa84a12c6ec14799bf4c0b4c0b1cb627.zip |
nuclear control displays 2.0, lang file addition (#120)
* +applied mitchej123 fix to all turbines
+added .lang translation for GUI
+removed error log for quicksilver dust
* Lang file for Multiblock Information
Nuclear Display patch
* Tin Cell dublicate bug https://github.com/GTNewHorizons/NewHorizons/issues/2970
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 41 |
1 files changed, 41 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 b9a85b17e5..de3a19fdec 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -1,3 +1,44 @@ +GT5U.turbine.running.true=Turbine running +GT5U.turbine.running.false=Turbine stopped +GT5U.turbine.maintenance.false=No Maintainance issues +GT5U.turbine.maintenance.true=Needs Maintainance +GT5U.turbine.efficiency=Current Speed +GT5U.turbine.flow=Optimal Flow +GT5U.turbine.fuel=Fuel Remaining +GT5U.turbine.dmg=Turbine Damage +GT5U.turbine.loose=Loose +GT5U.turbine.tight=Tight + +GT5U.engine.output=Current Output +GT5U.engine.consumption=Fuel Consumption +GT5U.engine.value=Fuel Value +GT5U.engine.efficiency=Current Efficiency + +GT5U.PA.machinetier=Machine tier installed +GT5U.PA.discount=Discount +GT5U.PA.parallel=Parallel processing + +GT5U.LHE.steam=(in steam) +GT5U.LHE.superheated=Super Heated +GT5U.LHE.threshold=threshold + +GT5U.fusion.req=EU Required +GT5U.fusion.plasma=Plasma Output + +GT5U.EBF.heat=Heat capacity + +GT5U.MS.multismelting=Multi smelting + +GT5U.machines.tier=Tier + +GT5U.multiblock.pollution=Pollution reduced to +GT5U.multiblock.energy=Stored Energy +GT5U.multiblock.Progress=Progress +GT5U.multiblock.efficiency=Efficiency +GT5U.multiblock.problems=Problems +GT5U.multiblock.mei=Max Energy Income +GT5U.multiblock.usage=Probably uses + item.gregtech:modulararmor_helmet.name=Basic Modular Armor Helmet item.gregtech:modulararmor_chestplate.name=Basic Modular Armor Chestplate item.gregtech:modulararmor_leggings.name=Basic Modular Armor Leggings |