diff options
author | Alkalus <Draknyte1@hotmail.com> | 2020-04-11 22:57:17 +0100 |
---|---|---|
committer | Alkalus <Draknyte1@hotmail.com> | 2020-04-11 22:57:17 +0100 |
commit | 59887a8c72f8f9e7d2679d33bfa49b563a920298 (patch) | |
tree | 8430791774949908d6753883bee5e8db951d40f8 /src | |
parent | baf1f6ff533b9ada00aeb7de98dd0bdaf5c28e10 (diff) | |
download | GT5-Unofficial-59887a8c72f8f9e7d2679d33bfa49b563a920298.tar.gz GT5-Unofficial-59887a8c72f8f9e7d2679d33bfa49b563a920298.tar.bz2 GT5-Unofficial-59887a8c72f8f9e7d2679d33bfa49b563a920298.zip |
+ Added some localization for the new milling products.
Diffstat (limited to 'src')
-rw-r--r-- | src/resources/assets/miscutils/lang/en_US.lang | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/src/resources/assets/miscutils/lang/en_US.lang b/src/resources/assets/miscutils/lang/en_US.lang index 0dc4b4e170..cb477971ac 100644 --- a/src/resources/assets/miscutils/lang/en_US.lang +++ b/src/resources/assets/miscutils/lang/en_US.lang @@ -3147,25 +3147,33 @@ item.milledSphalerite.name=Milled Sphalerite item.milledNickel.name=Milled Nickel item.milledPlatinum.name=Milled Platinum item.milledPentlandite.name=Milled Pentlandite - -item.BasicGenericChemItem.7.name=Alumina Milling Ball -item.BasicGenericChemItem.8.name=Soapstone Milling Ball - item.FrothZincflotation.name=Sphalerite Flotation Froth Cell item.FrothCopperflotation.name=Chalcopyrite Flotation Froth Cell item.FrothNickelflotation.name=Nickel Flotation Froth Cell item.FrothPlatinumflotation.name=Platinum Flotation Froth Cell item.FrothPentlanditeflotation.name=Pentlandite Flotation Froth Cell +item.BasicGenericChemItem.7.name=Alumina Milling Ball +item.BasicGenericChemItem.8.name=Soapstone Milling Ball //Added 31/03/20 item.BasicGenericChemItem.9.name=Sodium Ethoxide Dust item.BasicGenericChemItem.10.name=Sodium Ethyl Xanthate Dust item.BasicGenericChemItem.11.name=Potassium Ethyl Xanthate Dust item.BasicGenericChemItem.12.name=Potassium Hydroxide Dust - item.CarbonDisulfide.name=Carbon Disulfide Cell item.HydrogenSulfide.name=Hydrogen Sulfide Cell - item.BasicAgrichemItem.24.name=Pinecone item.BasicAgrichemItem.25.name=Crushed Pine Materials -item.pineoil.name=Pine Oil Cell
\ No newline at end of file +item.pineoil.name=Pine Oil Cell + +//Added 11/4/20 +item.milledRedstone.name=Milled Redstone +item.milledSpessartine.name=Milled Spessartine +item.milledGrossular.name=Milled Grossular +item.milledAlmandine.name=Milled Almandine +item.milledPyrope.name=Milled Pyrope +item.FrothRedstoneflotation.name=Redstone Flotation Froth Cell +item.FrothSpessartineflotation.name=Spessartine Flotation Froth Cell +item.FrothGrossularflotation.name=Grossular Flotation Froth Cell +item.FrothAlmandineflotation.name=Almandine Flotation Froth Cell +item.FrothPyropeflotation.name=Pyrope Flotation Froth Cell
\ No newline at end of file |