diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 25 |
1 files changed, 25 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 a4daa974f2..5f33f49162 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -228,6 +228,31 @@ GT5U.gui.button.lock_recipe=Lock Recipe GT5U.gui.button.down_tier=Down Tier GT5U.gui.button.tier=Tier: GT5U.gui.button.forbidden=§4Cannot change mode for this machine +GT5U.gui.text.success=§aProcessing recipe +GT5U.gui.text.generating=§aGenerating power +GT5U.gui.text.no_recipe=§7No valid recipe found +GT5U.gui.text.output_full=§7Not enough output space +GT5U.gui.text.none= +GT5U.gui.text.crash=§4Machine turned off due to crash +GT5U.gui.text.no_fuel=§7No valid fuel found +GT5U.gui.text.no_turbine=§7No valid turbine found +GT5U.gui.text.no_lubricant=§7No lubricant found +GT5U.gui.text.fuel_quality_too_high=§7Fuel quality too high to run without boost +GT5U.gui.text.no_data_sticks=§7No Data Sticks found +GT5U.gui.text.bio_upgrade_missing=§7Recipe needs Bio Upgrade to start +GT5U.gui.text.cleanroom_running=§aCleanroom running +GT5U.gui.text.no_machine=§7No valid processing machine +GT5U.gui.text.machine_mismatch=§7Machine doesn't match to locked recipe +GT5U.gui.text.high_gravity=§7Recipe needs low gravity +GT5U.gui.text.no_mining_pipe=§7Missing Mining Pipe +GT5U.gui.text.drilling=§aDrilling +GT5U.gui.text.extracting_pipe=§aExtracting pipe +GT5U.gui.text.retracting_pipe=§aRetracting pipe +GT5U.gui.text.power_overflow=§7Power overflowed +GT5U.gui.text.duration_overflow=§7Processing time overflowed +GT5U.gui.text.insufficient_power=§7Recipe needs more power to start. Required: %s EU/t (%s§7) +GT5U.gui.text.insufficient_heat=§7Recipe needs more heat to start. Required: %s K (%s§7) +GT5U.gui.text.insufficient_machine_tier=§7Recipe needs higher structure tier. Required: %s GT5U.item.programmed_circuit.select.header=Reprogram Circuit |