mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-07 11:13:53 +03:00
Spellcheck for Game Strings
This commit is contained in:
parent
e999d9bde5
commit
d00aa9b539
1 changed files with 22 additions and 12 deletions
|
@ -300,7 +300,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
crossbow_ammo1 = {
|
crossbow_ammo1 = {
|
||||||
"Crossbow Normal Ammo",
|
"Crossbow (Normal Ammo)",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -310,7 +310,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
crossbow_ammo2 = {
|
crossbow_ammo2 = {
|
||||||
"Crossbow Poison Ammo",
|
"Crossbow (Poison Ammo)",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -320,7 +320,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
crossbow_ammo3 = {
|
crossbow_ammo3 = {
|
||||||
"Crossbow Explosive Ammo",
|
"Crossbow (Explosive Ammo)",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -490,7 +490,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
grenade_launcher_ammo1 = {
|
grenade_launcher_ammo1 = {
|
||||||
"Grenadegun Normal Ammo",
|
"Grenadegun (Normal Ammo)",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -500,7 +500,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
grenade_launcher_ammo2 = {
|
grenade_launcher_ammo2 = {
|
||||||
"Grenadegun Super Ammo",
|
"Grenadegun (Super Ammo)",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -519,8 +519,8 @@ local strings = {
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
harpoon = {
|
HARPOON_ITEM = {
|
||||||
"Harpoon",
|
"Harpoon Launcher",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -530,7 +530,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
harpoon_ammo = {
|
harpoon_ammo = {
|
||||||
"Harpoon Ammo",
|
"Harpoon Launcher Ammo",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -570,7 +570,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
hk_burst_mode = {
|
hk_burst_mode = {
|
||||||
"HK Nurst mode",
|
"HK Burst mode",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -600,7 +600,7 @@ local strings = {
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
hk_sniper_mode = {
|
hk_sniper_mode = {
|
||||||
"HK Sniper mode",
|
"HK (Sniper mode)",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -819,8 +819,8 @@ local strings = {
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
separe = {
|
separate = {
|
||||||
"Separe",
|
"Separate",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
"",
|
"",
|
||||||
|
@ -909,6 +909,16 @@ local strings = {
|
||||||
"",
|
"",
|
||||||
""
|
""
|
||||||
},
|
},
|
||||||
|
SILENCER_ITEM = {
|
||||||
|
"Silencer",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
"",
|
||||||
|
""
|
||||||
|
},
|
||||||
statistics = {
|
statistics = {
|
||||||
"Statistics",
|
"Statistics",
|
||||||
"",
|
"",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue