-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLANGUAGE.en
45 lines (37 loc) · 1.73 KB
/
LANGUAGE.en
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
[enu default]
// Options Menu Labels
URL_MENU = "Universal Reloader Options";
URL_ENABLED = "Enabled";
URL_ASSEMBLY_ONLY = "Assembly Only";
URL_DISASSEMBLY_ONLY = "Disassembly Only";
URL_DISABLED = "Disabled";
URL_PROJECTILE = "Projectile";
URL_CASING = "Casing";
URL_POWDER = "Powder";
URL_CRAFTING_MATERIAL = "Crafting Material";
URL_MATERIAL_COST = "Material Cost";
URL_DISASSEMBLE_RATIO = "Percent Returned when Disassembling";
URL_RESET = "Reset options";
URL_RESET_ALL = "Reset all options";
URL_NO_MATERIAL = "No Material";
// Item Tags
TAG_RAWBRASS = "Brass";
TAG_RAWLEAD = "Lead";
TAG_RAWPLASTIC = "Plastic";
TAG_RAWPOWDER = "Powder";
TAG_RAWSTEEL = "Steel";
TAG_UNIVERSAL_RELOADER = "Universal Reloading Device";
TAG_GUNSMITH_POUCH = "Gunsmith's Pouch";
// Pickup Messages
PICKUP_RAWBRASS = "Picked up some brass materials.";
PICKUP_RAWLEAD = "Picked up some lead materials.";
PICKUP_RAWPLASTIC = "Picked up some plastic materials.";
PICKUP_RAWPOWDER = "Picked up some powder.";
PICKUP_RAWSTEEL = "Picked up some steel materials.";
PICKUP_PILE_RAWBRASS = "Picked up a ball of brass.";
PICKUP_PILE_RAWLEAD = "Picked up a ball of lead.";
PICKUP_PILE_RAWPLASTIC = "Picked up a pile of plastic.";
PICKUP_PILE_RAWPOWDER = "Picked up a pile of powder.";
PICKUP_PILE_RAWSTEEL = "Picked up a ball of steel.";
PICKUP_UNIVERSAL_RELOADER = "Picked up a universal reloading device.";
PICKUP_GUNSMITH_POUCH = "Picked up a gunsmith's pouch, for all your gunpowder!";