-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathen_us.lang
More file actions
executable file
·3026 lines (2766 loc) · 140 KB
/
en_us.lang
File metadata and controls
executable file
·3026 lines (2766 loc) · 140 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
death.attack.heat=%s was boiled alive.
death.attack.frost=%s explored cryogenics.
death.attack.electric=%s was electrocuted.
death.attack.radiation=%s glows with joy now.
death.attack.turbine=%s put their head into a turbine.
death.attack.explosion=%s exploded.
death.attack.explosion.player=%s exploded with help of %s.
death.attack.heat.player=%s was boiled alive by %s.
death.attack.crusher=%s was ground into a pulp.
enchantment.disjunction=Disjunction
gregtech.top.energy_stored=Energy:
gregtech.top.progress=Progress:
gregtech.top.working_disabled=Working Disabled
gregtech.top.transform_up=§cStep Up§r
gregtech.top.transform_down=§aStep Down§r
gregtech.top.transform_input=§6Input:§r
gregtech.top.transform_output=§9Output:§r
gregtech.top.fuel_burn=for
gregtech.top.fuel_time=secs
gregtech.top.fuel_min_consume=needs
gregtech.top.fuel_name=Fuel:
gregtech.top.fuel_none=No fuel
gregtech.multiblock.title=Multiblock Pattern
gregtech.multiblock.primitive_blast_furnace.description=The Primitive Blast Furnace (PBF) is a multiblock structure used for cooking steel in the early game. Although not very fast, it will provide you with steel for your first setups.
gregtech.multiblock.coke_oven.description=The Coke Oven is a multiblock structure used for getting coke and creosote in the early game. It doesn't require fuel and has an internal tank of 32 buckets for creosote. Its inventory can be accessed via its Coke Oven Hatch.
gregtech.multiblock.vacuum_freezer.description=The Vacuum Freezer is a multiblock structure mainly used for freezing Hot Ingots into regular Ingots. However, it can also freeze other substances, such as Water.
gregtech.multiblock.implosion_compressor.description=The Implosion Compressor is a multiblock structure that uses explosives to turn gem dusts into their corresponding gems.
gregtech.multiblock.pyrolyze_oven.description=The Pyrolyze Oven is a multiblock structure used for turning Logs into Charcoal and Creosote Oil, or Ash and Heavy Oil.
gregtech.multiblock.cracker.description=The Cracker Unit is a multiblock structure used for turning Light and Heavy Fuel into their Cracked variants.
gregtech.multiblock.diesel_engine.description=The Diesel Engine is a multiblock structure that acts as a Diesel Generator for EV power.
gregtech.multiblock.distillation_tower.description=The Distillation Tower is a multiblock structure used for distilling the various types of Oil and some of their byproducts.
gregtech.multiblock.electric_blast_furnace.description=The Electric Blast Furnace (EBF) is a multiblock structure used for smelting alloys, cooking metals and refining ores. It is required for obtaining high-tier alloys and metals, such as aluminium, stainless steel, titanium, and naquadah alloy.
gregtech.multiblock.multi_smelter.description=The Multi Smelter is a multiblock structure used for smelting massive amounts of items at once. Different tiers of coils provide a speed boost and energy efficiency gain. 16 is the base value of items smelted per operation, and can be multiplied by using higher level coils.
gregtech.multiblock.large_boiler.description=Large Boilers are multiblocks that generate steam from an energy source and water. Said energy source is usually a solid fuel or some high-density fluid. Tiers differ only by amount of steam outputted.
gregtech.multiblock.large_turbine.description=Large Turbines are multiblocks that generate power from steam, gases, and plasma by having them spin the turbine's rotor. Energy output is based on rotor efficiency and current speed of turbine.
item.invalid.name=Invalid item
fluid.empty=Empty
metaitem.generic.fluid_container.tooltip=%,d/%,dL %s
metaitem.generic.fluid_container.tooltip_empty=Empty
metaitem.generic.electric_item.tooltip=%,d/%,d EU - Tier §e%s
metaitem.electric.discharge_mode.enabled=§eDischarge Mode Enabled
metaitem.electric.discharge_mode.disabled=§eDischarge Mode Disabled
metaitem.electric.discharge_mode.tooltip=Use while sneaking to toggle discharge mode
metaitem.dust.tooltip.purify=Throw into Cauldron to get clean Dust
metaitem.int_circuit.configuration=Configuration: %,d
metaitem.credit.copper.name=Copper Credit
metaitem.credit.copper.tooltip=0.125 Credits
metaitem.credit.cupronickel.name=Cupronickel Credit
metaitem.credit.cupronickel.tooltip=1 Credit
metaitem.credit.silver.name=Silver Credit
metaitem.credit.silver.tooltip=8 Credits
metaitem.credit.gold.name=Gold Credit
metaitem.credit.gold.tooltip=64 Credits
metaitem.credit.platinum.name=Platinum Credit
metaitem.credit.platinum.tooltip=512 Credits
metaitem.credit.osmium.name=Osmium Credit
metaitem.credit.osmium.tooltip=4096 Credits
metaitem.credit.naquadah.name=Naquadah Credit
metaitem.credit.naquadah.tooltip=32768 Credits
metaitem.credit.darmstadtium.name=Darmstadtium Credit
metaitem.credit.darmstadtium.tooltip=262144 Credits
metaitem.coin.gold.ancient.name=Ancient Gold Coin
metaitem.coin.gold.ancient.tooltip=Found in ancient Ruins
metaitem.coin.doge.name=Doge Coin
metaitem.coin.doge.tooltip=wow much coin how money so crypto plz mine v rich very currency wow
metaitem.coin.chocolate.name=Chocolate Coin
metaitem.coin.chocolate.tooltip=Wrapped in Gold
metaitem.minecart.wheels.iron.name=Iron Minecart Wheels
metaitem.minecart.wheels.iron.tooltip=To get things rolling
metaitem.minecart.wheels.steel.name=Steel Minecart Wheels
metaitem.minecart.wheels.steel.tooltip=To get things rolling
metaitem.shape.empty.name=Empty Shape Plate
metaitem.shape.empty.tooltip=Raw Plate to make Molds and Extrude Shapes
metaitem.dynamite.name=Dynamite
metaitem.power_unit.lv.name=Power Unit (LV)
metaitem.power_unit.mv.name=Power Unit (MV)
metaitem.power_unit.hv.name=Power Unit (HV)
metaitem.jackhammer_base.name=JackHammer Base (HV)
metaitem.nano_saber.name=Nano Saber
metaitem.nano_saber.tooltip=Ryujin no ken wo kurae!
metaitem.energy_field_projector.name=Energy Field Projector
metaitem.energy_field_projector.tooltip=Repels objects in close proximity to wearer
metaitem.shape.mold.plate.name=Mold (Plate)
metaitem.shape.mold.plate.tooltip=Mold for making Plates
metaitem.shape.mold.casing.name=Mold (Casing)
metaitem.shape.mold.casing.tooltip=Mold for making Item Casings
metaitem.shape.mold.gear.name=Mold (Gear)
metaitem.shape.mold.gear.tooltip=Mold for making Gears
metaitem.shape.mold.credit.name=Mold (Coinage)
metaitem.shape.mold.credit.tooltip=Secure Mold for making Coins (Don't lose it!)
metaitem.shape.mold.bottle.name=Mold (Bottle)
metaitem.shape.mold.bottle.tooltip=Mold for making Bottles
metaitem.shape.mold.ingot.name=Mold (Ingot)
metaitem.shape.mold.ingot.tooltip=Mold for making Ingots
metaitem.shape.mold.ball.name=Mold (Ball)
metaitem.shape.mold.ball.tooltip=Mold for making Balls
metaitem.shape.mold.block.name=Mold (Block)
metaitem.shape.mold.block.tooltip=Mold for making Blocks
metaitem.shape.mold.nugget.name=Mold (Nuggets)
metaitem.shape.mold.nugget.tooltip=Mold for making Nuggets
metaitem.shape.mold.bun.name=Mold (Buns)
metaitem.shape.mold.bun.tooltip=Mold for shaping Buns
metaitem.shape.mold.bread.name=Mold (Bread)
metaitem.shape.mold.bread.tooltip=Mold for shaping Breads
metaitem.shape.mold.baguette.name=Mold (Baguette)
metaitem.shape.mold.baguette.tooltip=Mold for shaping Baguettes
metaitem.shape.mold.cylinder.name=Mold (Cylinder)
metaitem.shape.mold.cylinder.tooltip=Mold for shaping Cylinders
metaitem.shape.mold.anvil.name=Mold (Anvil)
metaitem.shape.mold.anvil.tooltip=Mold for shaping Anvils
metaitem.shape.mold.name.name=Mold (Name)
metaitem.shape.mold.name.tooltip=Mold for naming Items (rename Mold with Anvil)
metaitem.shape.mold.gear.small.name=Mold (Small Gear)
metaitem.shape.mold.gear.small.tooltip=Mold for making small Gears
metaitem.shape.mold.rotor.name=Mold (Rotor)
metaitem.shape.mold.rotor.tooltip=Mold for making Rotors
metaitem.shape.extruder.plate.name=Extruder Shape (Plate)
metaitem.shape.extruder.plate.tooltip=Extruder Shape for making Plates
metaitem.shape.extruder.rod.name=Extruder Shape (Rod)
metaitem.shape.extruder.rod.tooltip=Extruder Shape for making Rods
metaitem.shape.extruder.bolt.name=Extruder Shape (Bolt)
metaitem.shape.extruder.bolt.tooltip=Extruder Shape for making Bolts
metaitem.shape.extruder.ring.name=Extruder Shape (Ring)
metaitem.shape.extruder.ring.tooltip=Extruder Shape for making Rings
metaitem.shape.extruder.cell.name=Extruder Shape (Cell)
metaitem.shape.extruder.cell.tooltip=Extruder Shape for making Cells
metaitem.shape.extruder.ingot.name=Extruder Shape (Ingot)
metaitem.shape.extruder.ingot.tooltip=Extruder Shape for, wait, can't we just use a Furnace?
metaitem.shape.extruder.wire.name=Extruder Shape (Wire)
metaitem.shape.extruder.wire.tooltip=Extruder Shape for making Wires
metaitem.shape.extruder.casing.name=Extruder Shape (Casing)
metaitem.shape.extruder.casing.tooltip=Extruder Shape for making Item Casings
metaitem.shape.extruder.pipe.tiny.name=Extruder Shape (Tiny Pipe)
metaitem.shape.extruder.pipe.tiny.tooltip=Extruder Shape for making tiny Pipes
metaitem.shape.extruder.pipe.small.name=Extruder Shape (Small Pipe)
metaitem.shape.extruder.pipe.small.tooltip=Extruder Shape for making small Pipes
metaitem.shape.extruder.pipe.medium.name=Extruder Shape (Normal Pipe)
metaitem.shape.extruder.pipe.medium.tooltip=Extruder Shape for making Pipes
metaitem.shape.extruder.pipe.large.name=Extruder Shape (Large Pipe)
metaitem.shape.extruder.pipe.large.tooltip=Extruder Shape for making large Pipes
metaitem.shape.extruder.pipe.huge.name=Extruder Shape (Huge Pipe)
metaitem.shape.extruder.pipe.huge.tooltip=Extruder Shape for making full Block Pipes
metaitem.shape.extruder.block.name=Extruder Shape (Block)
metaitem.shape.extruder.block.tooltip=Extruder Shape for making Blocks
metaitem.shape.extruder.sword.name=Extruder Shape (Sword Blade)
metaitem.shape.extruder.sword.tooltip=Extruder Shape for making Swords
metaitem.shape.extruder.pickaxe.name=Extruder Shape (Pickaxe Head)
metaitem.shape.extruder.pickaxe.tooltip=Extruder Shape for making Pickaxes
metaitem.shape.extruder.shovel.name=Extruder Shape (Shovel Head)
metaitem.shape.extruder.shovel.tooltip=Extruder Shape for making Shovels
metaitem.shape.extruder.axe.name=Extruder Shape (Axe Head)
metaitem.shape.extruder.axe.tooltip=Extruder Shape for making Axes
metaitem.shape.extruder.hoe.name=Extruder Shape (Hoe Head)
metaitem.shape.extruder.hoe.tooltip=Extruder Shape for making Hoes
metaitem.shape.extruder.hammer.name=Extruder Shape (Hammer Head)
metaitem.shape.extruder.hammer.tooltip=Extruder Shape for making Hammers
metaitem.shape.extruder.file.name=Extruder Shape (File Head)
metaitem.shape.extruder.file.tooltip=Extruder Shape for making Files
metaitem.shape.extruder.saw.name=Extruder Shape (Saw Blade)
metaitem.shape.extruder.saw.tooltip=Extruder Shape for making Saws
metaitem.shape.extruder.gear.name=Extruder Shape (Gear)
metaitem.shape.extruder.gear.tooltip=Extruder Shape for making Gears
metaitem.shape.extruder.bottle.name=Extruder Shape (Bottle)
metaitem.shape.extruder.bottle.tooltip=Extruder Shape for making Bottles
metaitem.shape.slicer.flat.name=Slicer Blade (Flat)
metaitem.shape.slicer.flat.tooltip=Slicer Blade for cutting Flat
metaitem.shape.slicer.stripes.name=Slicer Blade (Stripes)
metaitem.shape.slicer.stripes.tooltip=Slicer Blade for cutting Stripes
metaitem.fuel.can.plastic.empty.name=Empty Plastic Fuel Can
metaitem.fuel.can.plastic.empty.tooltip=Used to store Fuels
metaitem.fuel.can.plastic.filled.name=Plastic Fuel Can
metaitem.fuel.can.plastic.filled.tooltip=Burns well in Diesel Generators
metaitem.spray.empty.name=Spray Can (Empty)
metaitem.spray.empty.tooltip=Can be filled with sprays of various colors
metaitem.thermos_can.empty.name=Empty Thermos Can
metaitem.thermos_can.empty.tooltip=Keeping hot things hot and cold things cold
metaitem.plant.ball.name=Plantball
metaitem.fluid_cell.empty=Empty
metaitem.fluid_cell.name=%s Cell
metaitem.large_fluid_cell.steel.name=%s Steel Cell
metaitem.large_fluid_cell.tungstensteel.name=%s Tungstensteel Cell
metaitem.spray.can.dyes.white.name=Spray Can (White)
metaitem.spray.can.dyes.orange.name=Spray Can (Orange)
metaitem.spray.can.dyes.magenta.name=Spray Can (Magenta)
metaitem.spray.can.dyes.light_blue.name=Spray Can (Light Blue)
metaitem.spray.can.dyes.yellow.name=Spray Can (Yellow)
metaitem.spray.can.dyes.lime.name=Spray Can (Lime)
metaitem.spray.can.dyes.pink.name=Spray Can (Pink)
metaitem.spray.can.dyes.gray.name=Spray Can (Gray)
metaitem.spray.can.dyes.silver.name=Spray Can (Light Gray)
metaitem.spray.can.dyes.cyan.name=Spray Can (Cyan)
metaitem.spray.can.dyes.purple.name=Spray Can (Purple)
metaitem.spray.can.dyes.blue.name=Spray Can (Blue)
metaitem.spray.can.dyes.brown.name=Spray Can (Brown)
metaitem.spray.can.dyes.green.name=Spray Can (Green)
metaitem.spray.can.dyes.red.name=Spray Can (Red)
metaitem.spray.can.dyes.black.name=Spray Can (Black)
metaitem.tool.matches.name=Match
metaitem.tool.matchbox.name=Match Box
metaitem.tool.lighter.invar.name=Lighter
metaitem.tool.lighter.platinum.name=Platinum Lighter
metaitem.tool.lighter.platinum.tooltip=A known Prank Master is engraved on it
metaitem.ingot.iridiumalloy.name=Iridium Alloy Ingot
metaitem.ingot.iridiumalloy.tooltip=Used to make Iridium Plates
metaitem.paper.printed.pages.name=Printed Pages
metaitem.paper.printed.pages.tooltip=Used to make written Books
metaitem.paper.magic.empty.name=Magic Paper
metaitem.paper.magic.page.name=Enchanted Page
metaitem.paper.magic.pages.name=Enchanted Pages
metaitem.paper.punch.card.empty.name=Punch Card
metaitem.paper.punch.card.encoded.name=Punched Card
metaitem.battery.hull.lv.name=Small Battery Hull
metaitem.battery.hull.lv.tooltip=An empty LV Battery Hull
metaitem.battery.hull.hv.name=Medium Battery Hull
metaitem.battery.hull.hv.tooltip=An empty MV Battery Hull
metaitem.battery.hull.mv.name=Large Battery Hull
metaitem.battery.hull.mv.tooltip=An empty HV Battery Hull
metaitem.battery.re.ulv.tantalum.name=Tantalum Capacitor
metaitem.battery.re.ulv.tantalum.tooltip=Reusable
metaitem.battery.su.lv.sulfuricacid.name=Small Acid Battery
metaitem.battery.su.lv.sulfuricacid.tooltip=Single Use
metaitem.battery.su.lv.mercury.name=Small Mercury Battery
metaitem.battery.su.lv.mercury.tooltip=Single Use
metaitem.battery.re.lv.cadmium.name=Small Cadmium Battery
metaitem.battery.re.lv.cadmium.tooltip=Reusable
metaitem.battery.re.lv.lithium.name=Small Lithium Battery
metaitem.battery.re.lv.lithium.tooltip=Reusable
metaitem.battery.re.lv.sodium.name=Small Sodium Battery
metaitem.battery.re.lv.sodium.tooltip=Reusable
metaitem.battery.su.mv.sulfuricacid.name=Medium Acid Battery
metaitem.battery.su.mv.sulfuricacid.tooltip=Single Use
metaitem.battery.su.mv.mercury.name=Medium Mercury Battery
metaitem.battery.su.mv.mercury.tooltip=Single Use
metaitem.battery.re.mv.cadmium.name=Medium Cadmium Battery
metaitem.battery.re.mv.cadmium.tooltip=Reusable
metaitem.battery.re.mv.lithium.name=Medium Lithium Battery
metaitem.battery.re.mv.lithium.tooltip=Reusable
metaitem.battery.re.mv.sodium.name=Medium Sodium Battery
metaitem.battery.re.mv.sodium.tooltip=Reusable
metaitem.battery.su.hv.sulfuricacid.name=Large Acid Battery
metaitem.battery.su.hv.sulfuricacid.tooltip=Single Use
metaitem.battery.su.hv.mercury.name=Large Mercury Battery
metaitem.battery.su.hv.mercury.tooltip=Single Use
metaitem.battery.re.hv.cadmium.name=Large Cadmium Battery
metaitem.battery.re.hv.cadmium.tooltip=Reusable
metaitem.battery.re.hv.lithium.name=Large Lithium Battery
metaitem.battery.re.hv.lithium.tooltip=Reusable
metaitem.battery.re.hv.sodium.name=Large Sodium Battery
metaitem.battery.re.hv.sodium.tooltip=Reusable
metaitem.energy_crystal.name=Energy Crystal
metaitem.lapotron_crystal.name=Lapotron Crystal
metaitem.energy.lapotronicorb.name=Lapotronic Energy Orb
metaitem.energy.lapotronicorb2.name=Lapotronic Energy Orb Cluster
metaitem.zpm.name=Zero Point Module
metaitem.zpm2.name=Ultimate Battery
metaitem.zpm2.tooltip=Fill this to win minecraft
metaitem.electric.motor.lv.name=Electric Motor (LV)
metaitem.electric.motor.mv.name=Electric Motor (MV)
metaitem.electric.motor.hv.name=Electric Motor (HV)
metaitem.electric.motor.ev.name=Electric Motor (EV)
metaitem.electric.motor.iv.name=Electric Motor (IV)
metaitem.electric.motor.luv.name=Electric Motor (LuV)
metaitem.electric.motor.zpm.name=Electric Motor (ZPM)
metaitem.electric.motor.uv.name=Electric Motor (UV)
metaitem.electric.pump.lv.name=Electric Pump (LV)
metaitem.electric.pump.lv.tooltip=1280 mb/sec (as Cover)
metaitem.electric.pump.mv.name=Electric Pump (MV)
metaitem.electric.pump.mv.tooltip=5120 mb/sec (as Cover)
metaitem.electric.pump.hv.name=Electric Pump (HV)
metaitem.electric.pump.hv.tooltip=20,480 mb/sec (as Cover)
metaitem.electric.pump.ev.name=Electric Pump (EV)
metaitem.electric.pump.ev.tooltip=81,920 mb/sec (as Cover)
metaitem.electric.pump.iv.name=Electric Pump (IV)
metaitem.electric.pump.iv.tooltip=327,680 mb/sec (as Cover)
metaitem.electric.pump.luv.name=Electric Pump (LuV)
metaitem.electric.pump.luv.tooltip=1,310,720 mb/sec (as Cover)
metaitem.electric.pump.zpm.name=Electric Pump (ZPM)
metaitem.electric.pump.zpm.tooltip=5,242,880 mb/sec (as Cover)
metaitem.electric.pump.uv.name=Electric Pump (UV)
metaitem.electric.pump.uv.tooltip=20,971,520 mb/sec (as Cover)
metaitem.fluid.regulator.lv.name=Fluid Regulator (LV)
metaitem.fluid.regulator.mv.name=Fluid Regulator (MV)
metaitem.fluid.regulator.hv.name=Fluid Regulator (HV)
metaitem.fluid.regulator.ev.name=Fluid Regulator (EV)
metaitem.fluid.regulator.iv.name=Fluid Regulator (IV)
metaitem.fluid.regulator.luv.name=Fluid Regulator (LuV)
metaitem.fluid.regulator.zpm.name=Fluid Regulator (ZPM)
metaitem.fluid.regulator.uv.name=Fluid Regulator (UV)
metaitem.fluid.regulator.lv.tooltip=1280 mb/sec (as Cover)
metaitem.fluid.regulator.mv.tooltip=5120 mb/sec (as Cover)
metaitem.fluid.regulator.hv.tooltip=20,480 mb/sec (as Cover)
metaitem.fluid.regulator.ev.tooltip=81,920 mb/sec (as Cover)
metaitem.fluid.regulator.iv.tooltip=327,680 mb/sec (as Cover)
metaitem.fluid.regulator.luv.tooltip=1,310,720 mb/sec (as Cover)
metaitem.fluid.regulator.zpm.tooltip=5,242,880 mb/sec (as Cover)
metaitem.fluid.regulator.uv.tooltip=20,971,520 mb/sec (as Cover)
metaitem.conveyor.module.lv.name=Conveyor Module (LV)
metaitem.conveyor.module.lv.tooltip=8 Items every second (as Cover)
metaitem.conveyor.module.mv.name=Conveyor Module (MV)
metaitem.conveyor.module.mv.tooltip=32 Items every second (as Cover)
metaitem.conveyor.module.hv.name=Conveyor Module (HV)
metaitem.conveyor.module.hv.tooltip=64 Items every second (as Cover)
metaitem.conveyor.module.ev.name=Conveyor Module (EV)
metaitem.conveyor.module.ev.tooltip=3 Stacks every second (as Cover)
metaitem.conveyor.module.iv.name=Conveyor Module (IV)
metaitem.conveyor.module.iv.tooltip=8 Stacks every second (as Cover)
metaitem.conveyor.module.luv.name=Conveyor Module (LuV)
metaitem.conveyor.module.luv.tooltip=16 Stacks every second (as Cover)
metaitem.conveyor.module.zpm.name=Conveyor Module (ZPM)
metaitem.conveyor.module.zpm.tooltip=16 Stacks every second (as Cover)
metaitem.conveyor.module.uv.name=Conveyor Module (UV)
metaitem.conveyor.module.uv.tooltip=16 Stacks every second (as Cover)
metaitem.electric.piston.lv.name=Electric Piston (LV)
metaitem.electric.piston.mv.name=Electric Piston (MV)
metaitem.electric.piston.hv.name=Electric Piston (HV)
metaitem.electric.piston.ev.name=Electric Piston (EV)
metaitem.electric.piston.iv.name=Electric Piston (IV)
metaitem.electric.piston.luv.name=Electric Piston (LuV)
metaitem.electric.piston.zpm.name=Electric Piston (ZPM)
metaitem.electric.piston.uv.name=Electric Piston (UV)
metaitem.robot.arm.lv.name=Robot Arm (LV)
metaitem.robot.arm.lv.tooltip=Inserts at specified rates (as Cover)
metaitem.robot.arm.mv.name=Robot Arm (MV)
metaitem.robot.arm.mv.tooltip=Inserts at specified rates (as Cover)
metaitem.robot.arm.hv.name=Robot Arm (HV)
metaitem.robot.arm.hv.tooltip=Inserts at specified rates (as Cover)
metaitem.robot.arm.ev.name=Robot Arm (EV)
metaitem.robot.arm.ev.tooltip=Inserts at specified rates (as Cover)
metaitem.robot.arm.iv.name=Robot Arm (IV)
metaitem.robot.arm.iv.tooltip=Inserts at specified rates (as Cover)
metaitem.robot.arm.luv.name=Robot Arm (LuV)
metaitem.robot.arm.luv.tooltip=Inserts at specified rates (as Cover)
metaitem.robot.arm.zpm.name=Robot Arm (ZPM)
metaitem.robot.arm.zpm.tooltip=Inserts at specified rates (as Cover)
metaitem.robot.arm.uv.name=Robot Arm (UV)
metaitem.robot.arm.uv.tooltip=Inserts at specified rates (as Cover)
metaitem.field.generator.lv.name=Field Generator (LV)
metaitem.field.generator.mv.name=Field Generator (MV)
metaitem.field.generator.hv.name=Field Generator (HV)
metaitem.field.generator.ev.name=Field Generator (EV)
metaitem.field.generator.iv.name=Field Generator (IV)
metaitem.field.generator.luv.name=Field Generator (LuV)
metaitem.field.generator.zpm.name=Field Generator (ZPM)
metaitem.field.generator.uv.name=Field Generator (UV)
metaitem.emitter.lv.name=Emitter (LV)
metaitem.emitter.mv.name=Emitter (MV)
metaitem.emitter.hv.name=Emitter (HV)
metaitem.emitter.ev.name=Emitter (EV)
metaitem.emitter.iv.name=Emitter (IV)
metaitem.emitter.luv.name=Emitter (LuV)
metaitem.emitter.zpm.name=Emitter (ZPM)
metaitem.emitter.uv.name=Emitter (UV)
metaitem.sensor.lv.name=Sensor (LV)
metaitem.sensor.mv.name=Sensor (MV)
metaitem.sensor.hv.name=Sensor (HV)
metaitem.sensor.ev.name=Sensor (EV)
metaitem.sensor.iv.name=Sensor (IV)
metaitem.sensor.luv.name=Sensor (LuV)
metaitem.sensor.zpm.name=Sensor (ZPM)
metaitem.sensor.uv.name=Sensor (UV)
metaitem.tool.datastick.name=Data Stick
metaitem.tool.datastick.tooltip=A Low Capacity Data Storage
metaitem.tool.dataorb.name=Data Orb
metaitem.tool.dataorb.tooltip=A High Capacity Data Storage
metaitem.circuit.integrated.name=Integrated circuit
metaitem.circuit.integrated.tooltip=Use to open configuration GUI
metaitem.circuit.integrated.gui=Integrated circuit configuration
metaitem.circuit.integrated.jei_description=JEI is only showing recipes for the given configuration.\n\nYou can select a configuration in the Integrated circuit configuration tab.
#CIRCUITS LOCALIZATION
metaitem.boule.silicon.name=Silicon Boule
metaitem.boule.glowstone.name=Glowstone-doped Boule
metaitem.boule.naquadah.name=Naquadah-doped Boule
metaitem.wafer.silicon.name=Silicon Wafer
metaitem.wafer.glowstone.name=Glowstone-doped Wafer
metaitem.wafer.naquadah.name=Naquadah-doped Wafer
metaitem.board.coated.name=Coated Circuit Board
metaitem.board.epoxy.name=Epoxy Circuit Board
metaitem.board.fiber_reinforced.name=Fiber-Reinforced Circuit Board
metaitem.board.multilayer.fiber_reinforced.name=Multi-layer Fiber-Reinforced Circuit Board
metaitem.board.phenolic.name=Phenolic Circuit Board
metaitem.board.plastic.name=Plastic Circuit Board
metaitem.board.wetware.name=Wetware Circuit Board
metaitem.circuit.vacuum_tube.name=Vacuum Tube
metaitem.circuit.vacuum_tube.description=A Simple Circuit
metaitem.component.diode.name=Diode
metaitem.component.resistor.name=Resistor
metaitem.component.transistor.name=Transistor
metaitem.component.capacitor.name=Capacitor
metaitem.component.glass.fiber.name=Glass Fibers
metaitem.component.glass.tube.name=Glass Tube
metaitem.component.small_coil.name=Small Coil
metaitem.component.smd.diode.name=SMD Diode
metaitem.component.smd.capacitor.name=SMD Capacitor
metaitem.component.smd.transistor.name=SMD Transistor
metaitem.component.smd.resistor.name=SMD Resistor
metaitem.wafer.advanced_system_on_chip.name=ASoC Wafer
metaitem.wafer.integrated_logic_circuit.name=Integrated Circuit Wafer
metaitem.wafer.central_processing_unit.name=CPU Wafer
metaitem.wafer.high_power_integrated_circuit.name=High-Power IC Wafer
metaitem.wafer.nand_memory_chip.name=NAND Wafer
metaitem.wafer.power_integrated_circuit.name=Power IC Wafer
metaitem.wafer.nano_central_processing_unit.name=Nano CPU Wafer
metaitem.wafer.nor_memory_chip.name=NOR Wafer
metaitem.wafer.qbit_central_processing_unit.name=QBit CPU Wafer
metaitem.wafer.random_access_memory.name=RAM Wafer
metaitem.wafer.system_on_chip.name=SoC Wafer
metaitem.engraved.crystal_chip.name=Engraved Crystal Chip
metaitem.engraved.lapotron_chip.name=Engraved Lapotron Crystal Chip
metaitem.crystal.central_processing_unit.name=Crystal CPU
metaitem.crystal.central_processing_unit.tooltip=Engraved on a crystal
metaitem.crystal.system_on_chip.name=Crystal SoC
metaitem.crystal.system_on_chip.tooltip=Engraved on a crystal
metaitem.plate.advanced_system_on_chip.name=ASoC
metaitem.plate.advanced_system_on_chip.tooltip=Advanced System on Chip
metaitem.plate.integrated_logic_circuit.name=Integrated Circuit
metaitem.plate.central_processing_unit.name=Central Processing Unit
metaitem.plate.high_power_integrated_circuit.name=HPIC
metaitem.plate.high_power_integrated_circuit.tooltip=High-Power Integrated Circuit
metaitem.plate.nand_memory_chip.name=NAND Gate
metaitem.plate.nano_central_processing_unit.name=Nano CPU
metaitem.plate.nano_central_processing_unit.tooltip=Nano Central Processing Unit
metaitem.plate.nor_memory_chip.name=NOR Gate
metaitem.plate.power_integrated_circuit.name=Power IC
metaitem.plate.power_integrated_circuit.tooltip=Power Integrated Circuit
metaitem.plate.qbit_central_processing_unit.name=QBit CPU
metaitem.plate.random_access_memory.name=RAM
metaitem.plate.random_access_memory.tooltip=Random Access Memory
metaitem.plate.system_on_chip.name=SoC
metaitem.plate.system_on_chip.tooltip=System on Chip
metaitem.circuit.basic.name=Basic Circuit
metaitem.circuit.basic_electronic.name=Basic Electronic Circuit
metaitem.circuit.advanced_parts.name=Advanced Circuit Parts
metaitem.circuit.good.name=Good Electronic Circuit
metaitem.circuit.advanced.name=Advanced Circuit
metaitem.circuit.processor_assembly.name=Processor Assembly
metaitem.circuit.nano_processor.name=Nanoprocessor
metaitem.circuit.nano_processor.tooltip=Smaller than ever
metaitem.circuit.nano_processor_assembly.name=Nano Processor Assembly
metaitem.circuit.quantum_processor.name=Quantumprocessor
metaitem.circuit.quantum_processor.tooltip=Quantum computing comes to life!
metaitem.circuit.data_control.name=Data Control Circuit
metaitem.circuit.crystal_processor.name=Crystalprocessor
metaitem.circuit.crystal_processor.tooltip=Taking Advantage of Crystal Engraving
metaitem.circuit.energy_flow.name=Energy Flow Circuit
metaitem.circuit.wetware_processor.name=Wetware Processor
metaitem.circuit.wetware_processor.tooltip=You have a feeling like it's watching you
metaitem.circuit.wetware_assembly.name=Wetware Assembly
metaitem.circuit.wetware_assembly.tooltip=Can run Minecraft
metaitem.circuit.wetware_super_computer.name=Wetware Supercomputer
metaitem.circuit.wetware_mainframe.name=Wetware Mainframe
metaitem.carbon.fibers.name=Raw Carbon Fibers
metaitem.carbon.mesh.name=Carbon Mesh
metaitem.carbon.plate.name=Carbon Plate
metaitem.carbon_fiber.name=Carbon Fiber Plate
metaitem.ingot.mixed_metal=Mixed Metal Ingot
metaitem.plate.advanced_alloy=Advanced Alloy Plate
metaitem.ingot.iridium_alloy=Iridium Alloy Ingot
metaitem.plate.iridium_alloy=Iridium Alloy Plate
metaitem.neutron_reflector=Neutron Reflector
metaitem.component.sawblade.diamond.name=Diamond Sawblade
metaitem.component.grinder.diamond.name=Diamond Grinding Head
metaitem.component.grinder.tungsten.name=Tungsten Grinding Head
metaitem.ingot.mixed_metal.name=Mixed Metal Ingot
metaitem.plate.advanced_alloy.name=Advanced Alloy Plate
metaitem.ingot.iridium_alloy.name=Iridium Alloy Ingot
metaitem.plate.iridium_alloy.name=Reinforced Iridium Alloy
metaitem.quantumeye.tooltip=Quantum Eye
metaitem.quantumeye.name=Improved Ender Eye
metaitem.quantumstar.tooltip=Quantum Star
metaitem.quantumstar.name=Improved Nether Star
metaitem.gravistar.name=Gravi Star
metaitem.gravistar.tooltip=Ultimate Nether Star
metaitem.neutron_reflector.name=Neutron Reflector
metaitem.item_filter.name=Item Filter
metaitem.item_filter.tooltip=Filters item extract and insert (as Cover)/nCan be used as a Conveyor upgrade
metaitem.ore_dictionary_filter.name=Ore Dictionary Filter
metaitem.ore_dictionary_filter.tooltip=Filters item extract and insert with ore dictionary (as Cover)/nCan be used as a Conveyor upgrade
metaitem.fluid_filter.name=Fluid Filter
metaitem.fluid_filter.tooltip=Filters fluid fill and drain (as Cover)/nCan be used as a Pump upgrade
metaitem.smart_item_filter.name=Smart Item Filter
metaitem.smart_item_filter.tooltip=Filters items basing on specific machine's recipes
metaitem.cover.controller.name=Machine Controller
metaitem.cover.controller.tooltip=Turns Machines ON/OFF
metaitem.cover.activity.detector.name=Activity Detector
metaitem.cover.activity.detector.tooltip=Gives out Activity as Redstone
metaitem.cover.fluid.detector.name=Fluid Detector
metaitem.cover.fluid.detector.tooltip=Gives out Fluid Amount as Redstone
metaitem.cover.item.detector.name=Item Detector
metaitem.cover.item.detector.tooltip=Gives out Item Amount as Redstone
metaitem.cover.energy.detector.name=Energy Detector
metaitem.cover.energy.detector.tooltip=Gives out Energy Amount as Redstone
metaitem.cover.player.detector.name=Player Detector
metaitem.cover.player.detector.tooltip=Gives out close Players as Redstone
metaitem.cover.facade.name=%s Facade
metaitem.cover.facade.tooltip=Decorative outfit
metaitem.cover.screen.name=Computer Monitor
metaitem.cover.screen.tooltip=Displays Data
metaitem.cover.crafting.name=Crafting Table Cover
metaitem.cover.crafting.tooltip=Advanced workbench on the machine's side
metaitem.cover.shutter.name=Shutter Module
metaitem.cover.shutter.tooltip=Blocks side of machine from any interactions
metaitem.cover.solar.panel.name=Solar Panel
metaitem.cover.solar.panel.tooltip=May the Sun be with you
metaitem.cover.solar.panel.ulv.name=Solar Panel (8V)
metaitem.cover.solar.panel.ulv.tooltip=8 Volt Solar Panel
metaitem.cover.solar.panel.lv.name=Solar Panel (LV)
metaitem.cover.solar.panel.lv.tooltip=Low Voltage Solar Panel
metaitem.tool.cheat.name=Debug Scanner
metaitem.tool.cheat.tooltip=Also an Infinite Energy Source
metaitem.tool.scanner.name=Portable Scanner
metaitem.tool.scanner.tooltip=Tricorder
metaitem.rebreather.name=Rebreather
metaitem.rebreather.tooltip=Allows breathing underwater at the expense of energy
metaitem.duct.tape.name=BrainTech Aerospace Advanced Reinforced Duct Tape FAL-84
metaitem.duct.tape.tooltip=If you can't fix it with this, use more of it!
metaitem.gelled_toluene.name=Gelled Toluene
metaitem.gelled_toluene.tooltip=Raw Explosive
metaitem.bottle.purple.drink.name=Purple Drink
metaitem.bottle.purple.drink.tooltip=How about Lemonade. Or some Ice Tea? I got Purple Drink!
metaitem.food.chum.name=Chum
metaitem.food.chum.tooltip=Chum is Fum!
metaitem.food.chum.on.stick.name=Chum on a Stick
metaitem.food.chum.on.stick.tooltip=Don't forget to try our Chum-balaya
metaitem.dye.indigo.name=Indigo Dye
metaitem.dye.indigo.tooltip=Blue Dye
metaitem.dye.white.name=White Dye
metaitem.dye.orange.name=Orange Dye
metaitem.dye.magenta.name=Magenta Dye
metaitem.dye.light_blue.name=Light Blue Dye
metaitem.dye.yellow.name=Yellow Dye
metaitem.dye.lime.name=Lime Dye
metaitem.dye.pink.name=Pink Dye
metaitem.dye.gray.name=Gray Dye
metaitem.dye.silver.name=Light Gray Dye
metaitem.dye.cyan.name=Cyan Dye
metaitem.dye.purple.name=Purple Dye
metaitem.dye.blue.name=Blue Dye
metaitem.dye.brown.name=Brown Dye
metaitem.dye.green.name=Green Dye
metaitem.dye.red.name=Red Dye
metaitem.dye.black.name=Black Dye
metaitem.sfmixture.name=Super Fuel Binder
metaitem.sfmixture.tooltip=Raw Material
metaitem.msfmixture.name=Magic Super Fuel Binder
metaitem.msfmixture.tooltip=Raw Material
metaitem.rubber_drop.name=Rubber
metaitem.plant_ball.name=Plant Ball
metaitem.tool_parts_box.name=Tool Parts Box
metaitem.tool_parts_box.tooltip=Contains some tool parts/nRight click to open
metaitem.foam_sprayer.name=Foam Sprayer
metaitem.foam_sprayer.tooltip=Sprays Construction Foam/nUse on a frame to foam connected frames/nUse iron metal to create reinforced stone/nFoam can be colored
metaitem.energium_dust.name=Energium Dust
metaitem.compressed.fireclay.name=Compressed Fireclay
metaitem.compressed.clay.name=Compressed Clay
metaitem.brick.fireclay.name=Fireclay Brick
metaitem.brick.coke.name=Coke Oven Brick
metaitem.wooden_form.empty.name=Empty Wooden Form
metaitem.wooden_form.brick.name=Brick Wooden Form
metaitem.tool.sword.name=%s Sword
metaitem.tool.pickaxe.name=%s Pickaxe
metaitem.tool.shovel.name=%s Shovel
metaitem.tool.axe.name=%s Axe
metaitem.tool.hoe.name=%s Hoe
metaitem.tool.saw.name=%s Saw
metaitem.tool.saw.tooltip=Can also harvest Ice
metaitem.tool.hard_hammer.name=%s Hammer
metaitem.tool.hard_hammer.tooltip=Crushes ores instead of harvesting them
metaitem.tool.soft_hammer.name=%s Soft Hammer
metaitem.tool.wrench.name=%s Wrench
metaitem.tool.wrench.tooltip=Hold left click to dismantle machines
metaitem.tool.file.name=%s File
metaitem.tool.crowbar.name=%s Crowbar
metaitem.tool.crowbar.tooltip=Dismounts covers and rotates rails
metaitem.tool.screwdriver.name=%s Screwdriver
metaitem.tool.screwdriver.tooltip=Use on a cover to configure it
metaitem.tool.mortar.name=%s Mortar
metaitem.tool.wire_cutter.name=%s Wire Cutter
metaitem.tool.scoop.name=%s Scoop
metaitem.tool.branch_cutter.name=%s Branch Cutter
metaitem.tool.universal_spade.name=%s Universal Spade
metaitem.tool.knife.name=%s Knife
metaitem.tool.butchery_knife.name=%s Butchery Knife
metaitem.tool.butchery_knife.tooltip=Has a slow Attack Rate
metaitem.tool.sense.name=%s Sense
metaitem.tool.sense.tooltip=Because a scythe doesn't make sense
metaitem.tool.plow.name=%s Plow
metaitem.tool.plow.tooltip=Used to get rid of snow
metaitem.tool.plunger.name=%s Plunger
metaitem.tool.rolling_pin.name=%s Rolling Pin
metaitem.tool.drill.lv.name=%s Drill (LV)
metaitem.tool.drill.mv.name=%s Drill (MV)
metaitem.tool.drill.hv.name=%s Drill (HV)
metaitem.tool.chainsaw.lv.name=%s Chainsaw (LV)
metaitem.tool.chainsaw.lv.tooltip=Can also harvest Ice
metaitem.tool.chainsaw.mv.name=%s Chainsaw (MV)
metaitem.tool.chainsaw.mv.tooltip=Can also harvest Ice
metaitem.tool.chainsaw.hv.name=%s Chainsaw (HV)
metaitem.tool.chainsaw.hv.tooltip=Can also harvest Ice
metaitem.tool.wrench.lv.name=%s Wrench (LV)
metaitem.tool.wrench.lv.tooltip=Hold Leftclick to dismantle Machines
metaitem.tool.wrench.mv.name=%s Wrench (MV)
metaitem.tool.wrench.mv.tooltip=Hold Leftclick to dismantle Machines
metaitem.tool.wrench.hv.name=%s Wrench (HV)
metaitem.tool.wrench.hv.tooltip=Hold Leftclick to dismantle Machines
metaitem.tool.jackhammer.name=%s JackHammer (HV)
metaitem.tool.jackhammer.tooltip=Breaks Rocks into pieces
metaitem.tool.buzzsaw.name=%s Buzzsaw (LV)
metaitem.tool.buzzsaw.tooltip=Not suitable for harvesting Blocks
metaitem.tool.screwdriver.lv.name=%s Screwdriver (LV)
metaitem.tool.screwdriver.lv.tooltip=Adjusts Covers and Machines
metaitem.tool.soldering_iron.lv.name=%s Soldering Iron (LV)
metaitem.tool.soldering_iron.lv.tooltip=Fixes burned out Circuits. Needs soldering materials in inventory and 10kEU
metaitem.turbine_rotor.name=%s Turbine Rotor
metaitem.turbine_rotor.tooltip=Turbine Rotors for your power station
metaitem.tool.magnifying_glass.name=%s Magnifying Glass
metaitem.jack_hammer.mode.three_by_three=3x3 Panel
metaitem.jack_hammer.mode.vertical_line=Vertical Line
metaitem.jack_hammer.mode.horizontal_line=Horizontal Line
metaitem.jack_hammer.mode.single_block=Single Block
metaitem.behavior.mode_switch.tooltip=Use while sneaking to switch mode
metaitem.behavior.mode_switch.mode_switched=§eMode Set to: %s
metaitem.behavior.mode_switch.current_mode=Mode: %s
metaitem.tool.tooltip.primary_material=Material: %s (%s lvl)
metaitem.tool.tooltip.attack_damage=Attack damage: %,.1f
metaitem.tool.tooltip.mining_speed=Mining speed: %,.1f
metaitem.tool.tooltip.durability=Durability: %,d/%,d
metaitem.tool.tooltip.rotor.efficiency=Rotor Efficiency: %,d%%
metaitem.tool.tooltip.hammer.extra_drop=Has a chance to drop double crushed ores
cover.filter.blacklist.disabled=Whitelist
cover.filter.blacklist.enabled=Blacklist
cover.ore_dictionary_filter.title=Ore Dictionary Filter
cover.ore_dictionary_filter.title1=Ore Dictionary Name
cover.ore_dictionary_filter.title2=(use * for wildcard)
cover.fluid_filter.title=Fluid Filter
cover.fluid_filter.mode.filter_fill=Filter Fill
cover.fluid_filter.mode.filter_drain=Filter Drain
cover.fluid_filter.mode.filter_both=Filter Fill & Drain
cover.item_filter.title=Item Filter
cover.filter.mode.filter_insert=Filter Insert
cover.filter.mode.filter_extract=Filter Extract
cover.filter.mode.filter_both=Filter Insert/Extract
cover.item_filter.ignore_damage.enabled=Ignore Damage
cover.item_filter.ignore_damage.disabled=Respect Damage
cover.item_filter.ignore_nbt.enabled=Ignore NBT
cover.item_filter.ignore_nbt.disabled=Respect NBT
cover.smart_item_filter.title=Smart Item Filter
cover.smart_item_filter.filtering_mode.electrolyzer=Electrolyzer
cover.smart_item_filter.filtering_mode.centrifuge=Centrifuge
cover.smart_item_filter.filtering_mode.sifter=Sifter
cover.smart_item_filter.filtering_mode.description=Select Machine this Smart Filter will use for filtering./nIt will automatically pick right portions of items for robotic arm.
cover.smart_item_filter.matching_mode.default=Default
cover.smart_item_filter.matching_mode.ignore_fluid=Ignore Fluids
cover.smart_item_filter.matching_mode.description=§eDefault§r - Will match recipes on both items/fluids criteria assuming you aren't providing any fluid. /n§eIgnore Fluids§r - Will match recipes only on items criteria.
cover.conveyor.title=Conveyor Cover Settings (%s)
cover.conveyor.transfer_rate=%s items/sec
cover.conveyor.mode.export=Mode: Export
cover.conveyor.mode.import=Mode: Import
cover.universal.manual_import_export.mode.disabled=Manual I/O: Disabled
cover.universal.manual_import_export.mode.filtered=Manual I/O: Filtered
cover.universal.manual_import_export.mode.unfiltered=Manual I/O: Unfiltered
cover.universal.manual_import_export.mode.description=§eDisabled§r - Items/fluids will only move as specified by the cover and its filter. /n§eAllow Filtered§r - Items/fluids can be extracted and inserted independently of the cover mode, as long as its filter matches (if any). /n§eAllow Unfiltered§r - Items/fluids can be moved independently of the cover mode. Filter applies to the items inserted or extracted by this cover
cover.conveyor.item_filter.title=Item Filter
cover.conveyor.ore_dictionary.title=Ore Dictionary Name
cover.conveyor.ore_dictionary.title2=(use * for wildcard)
cover.robotic_arm.title=Robotic Arm Settings (%s)
cover.robotic_arm.transfer_mode.transfer_any=Transfer Any
cover.robotic_arm.transfer_mode.transfer_exact=Supply Exact
cover.robotic_arm.transfer_mode.keep_exact=Keep Exact
cover.robotic_arm.transfer_mode.description=§eTransfer Any§r - in this mode, cover will transfer as many items matching its filter as possible./n§eSupply Exact§r - in this mode, cover will supply items in portions specified in item filter slots (or variable under this button for ore dictionary filter). If amount of items is less than portion size, items won't be moved./n§eKeep Exact§r - in this mode, cover will keep specified amount of items in the destination inventory, supplying additional amount of items if required./n§7Tip: left/right click on filter slots to change item amount, use shift clicking to change amount faster.
cover.pump.title=Pump Cover Settings (%s)
cover.pump.transfer_rate=%s
cover.pump.mode.export=Mode: Export
cover.pump.mode.import=Mode: Import
cover.pump.fluid_filter.title=Fluid Filter
cover.bucket.mode.bucket=B/s
cover.bucket.mode.milli_bucket=mB/s
cover.fluid_regulator.title=Fluid Regulator Settings (%s)
cover.fluid_regulator.transfer_mode.description=§eTransfer Any§r - in this mode, cover will transfer as many fluids matching its filter as possible./n§eSupply Exact§r - in this mode, cover will supply fluids in portions specified in the window underneath this button. If amount of fluids is less than portion size, fluids won't be moved./n§eKeep Exact§r - in this mode, cover will keep specified amount of fluids in the destination inventory, supplying additional amount of fluids if required./n§7Tip: shift click will multiply increase/decrease amounts by 10 and ctrl click will multiply by 100.
cover.fluid_regulator.supply_exact=Supply Exact: %s
cover.fluid_regulator.keep_exact=Keep Exact: %s
cover.machine_controller.name=Machine Controller Settings
cover.machine_controller.normal=Normal
cover.machine_controller.inverted=Inverted
cover.machine_controller.inverted.description=§eNormal§r - in this mode, the cover will require a signal weaker than the set redstone level to run/n§eInverted§r - in this mode, the cover will require a signal stronger than the set redstone level to run
cover.machine_controller.redstone=Min Redstone Strength: %,d
cover.machine_controller.mode.machine=Control Machine
cover.machine_controller.mode.cover_up=Control Cover (Top)
cover.machine_controller.mode.cover_down=Control Cover (Bottom)
cover.machine_controller.mode.cover_south=Control Cover (South)
cover.machine_controller.mode.cover_north=Control Cover (North)
cover.machine_controller.mode.cover_east=Control Cover (East)
cover.machine_controller.mode.cover_west=Control Cover (West)
# %s is a localized material name
item.material.oreprefix.oreBlackgranite=Granite %s Ore
item.material.oreprefix.oreRedgranite=Granite %s Ore
item.material.oreprefix.oreMarble=Marble %s Ore
item.material.oreprefix.oreBasalt=Basalt %s Ore
item.material.oreprefix.oreSand=Sand %s Ore
item.material.oreprefix.oreGravel=Gravel %s Ore
item.material.oreprefix.oreNetherrack=Nether %s Ore
item.material.oreprefix.oreNether=Nether %s Ore
item.material.oreprefix.oreDense=Dense %s Ore
item.material.oreprefix.oreRich=Rich %s Ore
item.material.oreprefix.oreNormal=Normal %s Ore
item.material.oreprefix.oreSmall=Small %s Ore
item.material.oreprefix.orePoor=Poor %s Ore
item.material.oreprefix.oreEndstone=End %s Ore
item.material.oreprefix.oreEnd=End %s Ore
item.material.oreprefix.ore=%s Ore
item.material.oreprefix.crushedCentrifuged=Centrifuged %s Ore
item.material.oreprefix.crushedPurified=Purified %s Ore
item.material.oreprefix.crushed=Crushed %s Ore
item.material.oreprefix.shard=
item.material.oreprefix.clump=
item.material.oreprefix.reduced=
item.material.oreprefix.crystalline=
item.material.oreprefix.cleanGravel=
item.material.oreprefix.dirtyGravel=
item.material.oreprefix.ingotQuintuple=Quintuple %s Ingot
item.material.oreprefix.ingotQuadruple=Quadruple %s Ingot
item.material.oreprefix.ingotTriple=Triple %s Ingot
item.material.oreprefix.ingotDouble=Double %s Ingot
item.material.oreprefix.ingotHot=Hot %s Ingot
item.material.oreprefix.ingot=%s Ingot
item.material.oreprefix.gem=%s
item.material.oreprefix.gemChipped=Chipped %s
item.material.oreprefix.gemFlawed=Flawed %s
item.material.oreprefix.gemFlawless=Flawless %s
item.material.oreprefix.gemExquisite=Exquisite %s
item.material.oreprefix.dustTiny=Tiny Pile of %s Dust
item.material.oreprefix.dustSmall=Small Pile of %s Dust
item.material.oreprefix.dustImpure=Impure Pile of %s Dust
item.material.oreprefix.dustRefined=Refined Pile of %s Dust
item.material.oreprefix.dustPure=Purified Pile of %s Dust
item.material.oreprefix.dust=%s Dust
item.material.oreprefix.nugget=%s Nugget
item.material.oreprefix.plateAlloy=
item.material.oreprefix.plateDense=Dense %s Plate
item.material.oreprefix.plateQuintuple=Quintuple %s Plate
item.material.oreprefix.plateQuadruple=Quadruple %s Plate
item.material.oreprefix.plateTriple=Triple %s Plate
item.material.oreprefix.plateDouble=Double %s Plate
item.material.oreprefix.plate=%s Plate
item.material.oreprefix.foil=%s Foil
item.material.oreprefix.stickLong=Long %s Rod
item.material.oreprefix.stick=%s Rod
item.material.oreprefix.round=%s Round
item.material.oreprefix.bolt=%s Bolt
item.material.oreprefix.comb=%s Comb
item.material.oreprefix.screw=%s Screw
item.material.oreprefix.ring=%s Ring
item.material.oreprefix.springSmall=Small %s Spring
item.material.oreprefix.spring=%s Spring
item.material.oreprefix.wireFine=Fine %s Wire
item.material.oreprefix.rotor=%s Rotor
item.material.oreprefix.gearSmall=Small %s Gear
item.material.oreprefix.gear=%s Gear
item.material.oreprefix.lens=%s Lens
item.material.oreprefix.cellPlasma=%s Plasma Cell
item.material.oreprefix.cell=%s Cell
item.material.oreprefix.bucket=%s Bucket
item.material.oreprefix.bottle=%s Bottle
item.material.oreprefix.capsule=%s Capsule
item.material.oreprefix.crystal=%s Crystal
item.material.oreprefix.toolHeadSword=%s Sword Blade
item.material.oreprefix.toolHeadPickaxe=%s Pickaxe Head
item.material.oreprefix.toolHeadShovel=%s Shovel Head
item.material.oreprefix.toolHeadUniversalSpade=%s Universal Spade Head
item.material.oreprefix.toolHeadAxe=%s Axe Head
item.material.oreprefix.toolHeadHoe=%s Hoe Head
item.material.oreprefix.toolHeadSense=%s Sense Blade
item.material.oreprefix.toolHeadFile=%s File Head
item.material.oreprefix.toolHeadHammer=%s Hammer Head
item.material.oreprefix.toolHeadPlow=%s Plow Head
item.material.oreprefix.toolHeadSaw=%s Saw Blade
item.material.oreprefix.toolHeadBuzzSaw=%s Buzzsaw Blade
item.material.oreprefix.toolHeadScrewdriver=%s Screwdriver Tip
item.material.oreprefix.toolHeadDrill=%s Drill Tip
item.material.oreprefix.toolHeadChainsaw=%s Chainsaw Tip
item.material.oreprefix.toolHeadWrench=%s Wrench Tip
item.material.oreprefix.turbineBlade=%s Turbine Blade
item.material.oreprefix.toolSword=%s Sword
item.material.oreprefix.toolPickaxe=%s Pickaxe
item.material.oreprefix.toolShovel=%s Shovel
item.material.oreprefix.toolAxe=%s Axe
item.material.oreprefix.toolHoe=%s Hoe
item.material.oreprefix.toolShears=%s Shears
item.material.oreprefix.tool=
item.material.oreprefix.compressedCobblestone=
item.material.oreprefix.compressedStone=
item.material.oreprefix.compressedDirt=
item.material.oreprefix.compressedGravel=
item.material.oreprefix.compressedSand=
item.material.oreprefix.compressed=Compressed %s
item.material.oreprefix.glass=
item.material.oreprefix.paneGlass=
item.material.oreprefix.blockGlass=
item.material.oreprefix.blockWool=
item.material.oreprefix.block=Block of %s
item.material.oreprefix.craftingTool=
item.material.oreprefix.crafting=
item.material.oreprefix.log=
item.material.oreprefix.slab=
item.material.oreprefix.stair=
item.material.oreprefix.fence=
item.material.oreprefix.plank=
item.material.oreprefix.treeSapling=
item.material.oreprefix.treeLeaves=
item.material.oreprefix.tree=
item.material.oreprefix.stoneCobble=
item.material.oreprefix.stoneSmooth=
item.material.oreprefix.stoneMossyBricks=
item.material.oreprefix.stoneMossy=
item.material.oreprefix.stoneBricks=
item.material.oreprefix.stoneCracked=
item.material.oreprefix.stoneChiseled=
item.material.oreprefix.stone=
item.material.oreprefix.cobblestone=
item.material.oreprefix.rock=
item.material.oreprefix.record=
item.material.oreprefix.rubble=
item.material.oreprefix.scraps=
item.material.oreprefix.scrap=
item.material.oreprefix.book=
item.material.oreprefix.paper=
item.material.oreprefix.dye=
item.material.oreprefix.stainedClay=
item.material.oreprefix.armorHelmet=
item.material.oreprefix.armorChestplate=
item.material.oreprefix.armorLeggings=
item.material.oreprefix.armorBoots=
item.material.oreprefix.armor=
item.material.oreprefix.frameGt=%s Frame
item.material.oreprefix.pipeTiny=Tiny %s Pipe
item.material.oreprefix.pipeSmall=Small %s Pipe
item.material.oreprefix.pipeMedium=Medium %s Pipe
item.material.oreprefix.pipeLarge=Large %s Pipe
item.material.oreprefix.pipeHuge=Huge %s Pipe
item.material.oreprefix.pipeRestrictiveTiny=Tiny Restrictive %s Pipe
item.material.oreprefix.pipeRestrictiveSmall=Small Restrictive %s Pipe
item.material.oreprefix.pipeRestrictiveMedium=Medium Restrictive %s Pipe
item.material.oreprefix.pipeRestrictiveLarge=Large Restrictive %s Pipe
item.material.oreprefix.pipeRestrictiveHuge=Huge Restrictive %s Pipe
item.material.oreprefix.pipe=%s Pipe
item.material.oreprefix.wireGtHex=16x %s Wire
item.material.oreprefix.wireGtTwelve=12x %s Wire
item.material.oreprefix.wireGtOctal=8x %s Wire
item.material.oreprefix.wireGtQuadruple=4x %s Wire
item.material.oreprefix.wireGtDouble=2x %s Wire
item.material.oreprefix.wireGtSingle=1x %s Wire
item.material.oreprefix.cableGtHex=16x %s Cable
item.material.oreprefix.cableGtTwelve=12x %s Cable
item.material.oreprefix.cableGtOctal=8x %s Cable
item.material.oreprefix.cableGtQuadruple=4x %s Cable
item.material.oreprefix.cableGtDouble=2x %s Cable
item.material.oreprefix.cableGtSingle=1x %s Cable
material.aluminium=Aluminium
material.americium=Americium
material.antimony=Antimony
material.argon=Argon
material.arsenic=Arsenic
material.barium=Barium
material.beryllium=Beryllium
material.bismuth=Bismuth
material.boron=Boron
material.caesium=Caesium
material.calcium=Calcium
material.carbon=Carbon
material.cadmium=Cadmium
material.cerium=Cerium
material.chlorine=Chlorine
material.chrome=Chrome
material.cobalt=Cobalt
material.copper=Copper
material.deuterium=Deuterium
material.dysprosium=Dysprosium
material.erbium=Erbium
material.europium=Europium
material.fluorine=Fluorine
material.gadolinium=Gadolinium
material.gallium=Gallium
material.gold=Gold
material.holmium=Holmium
material.hydrogen=Hydrogen
material.helium=Helium
material.helium3=Helium 3
material.indium=Indium
material.iridium=Iridium
material.iron=Iron
material.lanthanum=Lanthanum
material.lead=Lead
material.lithium=Lithium
material.lutetium=Lutetium
material.magnesium=Magnesium
material.manganese=Manganese
material.mercury=Mercury
material.molybdenum=Molybdenum
material.neodymium=Neodymium
material.darmstadtium=Darmstadtium
material.nickel=Nickel
material.niobium=Niobium
material.nitrogen=Nitrogen
material.osmium=Osmium
material.oxygen=Oxygen
material.palladium=Palladium
material.phosphorus=Phosphorus
material.platinum=Platinum
material.plutonium=Plutonium 244
material.plutonium241=Plutonium 241
material.potassium=Potassium
material.praseodymium=Praseodymium
material.promethium=Promethium
material.radon=Radon
material.rubidium=Rubidium
material.samarium=Samarium
material.scandium=Scandium
material.silicon=Silicon