2024-03-07 22:34:29 -05:00
|
|
|
|
|
|
|
local L = {}
|
|
|
|
Languages["en-us"] = L
|
|
|
|
L["Name"] = "English (United States)"
|
|
|
|
|
2024-09-15 15:41:34 -04:00
|
|
|
-- Teams
|
|
|
|
L["#Team.cia.Name"] = "CIA"
|
|
|
|
L["#Team.cia.Description"] = "CIA black ops, coverup crew"
|
|
|
|
|
|
|
|
L["#Team.halo.Name"] = "HALO"
|
|
|
|
L["#Team.halo.Description"] = "Assassination agency?"
|
|
|
|
|
|
|
|
L["#Team.plasof.Name"] = "PLASOF"
|
|
|
|
L["#Team.plasof.Description"] = "People's Liberation Army Special Operations Forces"
|
|
|
|
|
|
|
|
L["#Team.arng.Name"] = "NATIONAL GUARD"
|
|
|
|
L["#Team.arng.Description"] = "United States National Guard"
|
|
|
|
|
|
|
|
L["#Team.militia.Name"] = "MILITIA"
|
|
|
|
L["#Team.militia.Description"] = "Brazilian militia??? what"
|
|
|
|
|
|
|
|
L["#Team.viper.Name"] = "VIPERS"
|
|
|
|
L["#Team.viper.Description"] = "Gang"
|
|
|
|
|
|
|
|
-- Items
|
2024-03-07 22:34:29 -05:00
|
|
|
L["#Item.mk23.Name"] = "MK.23"
|
2024-03-12 18:43:31 -04:00
|
|
|
L["#Item.mk23.Description"] = "Special forces sidearm"
|
|
|
|
|
|
|
|
L["#Item.fnc.Name"] = "FNC Para"
|
2024-03-25 00:48:36 -04:00
|
|
|
L["#Item.fnc.Description"] = "Imported assault rifle"
|
|
|
|
|
2024-08-30 18:30:03 -04:00
|
|
|
L["#Item.qbz.Name"] = "QBZ-95"
|
|
|
|
L["#Item.qbz.Description"] = "Low-profile bullpup assault rifle"
|
|
|
|
|
2024-09-16 21:15:11 -04:00
|
|
|
L["#Item.qbb.Name"] = "QBB-LSW"
|
|
|
|
L["#Item.qbb.Description"] = "Bullpup machine gun"
|
|
|
|
|
2024-03-25 00:48:36 -04:00
|
|
|
L["#Item.m16a2.Name"] = "M16A2"
|
|
|
|
L["#Item.m16a2.Description"] = "Rugged burst rifle"
|
|
|
|
|
2024-09-15 15:41:34 -04:00
|
|
|
L["#Item.oicw.Name"] = "OICW"
|
|
|
|
L["#Item.oicw.Description"] = "Advanced combat rifle"
|
|
|
|
|
2024-03-25 00:48:36 -04:00
|
|
|
L["#Item.spas12.Name"] = "SPAS-12"
|
2024-04-07 19:04:18 -04:00
|
|
|
L["#Item.spas12.Description"] = "Chrome-lined autoshotgun"
|
|
|
|
|
2024-08-30 18:30:03 -04:00
|
|
|
L["#Item.tmp.Name"] = "TMP"
|
|
|
|
L["#Item.tmp.Description"] = "Concealable machine pistol"
|
|
|
|
|
|
|
|
L["#Item.mp5k.Name"] = "MP5K"
|
|
|
|
L["#Item.mp5k.Description"] = "High-quality SMG"
|
|
|
|
|
|
|
|
L["#Item.mp7.Name"] = "MP7"
|
|
|
|
L["#Item.mp7.Description"] = "Special forces PDW"
|
|
|
|
|
|
|
|
L["#Item.mac11.Name"] = "MAC-11"
|
|
|
|
L["#Item.mac11.Description"] = "Tiny hornet gun"
|
|
|
|
|
2024-04-07 19:04:18 -04:00
|
|
|
L["#Item.satchels.Name"] = "Satchels"
|
2024-08-30 18:30:03 -04:00
|
|
|
L["#Item.satchels.Description"] = "Packs of bombs and a detonator"
|
|
|
|
|
|
|
|
L["#Item.toolgun.Name"] = "Tool gun"
|
|
|
|
L["#Item.toolgun.Description"] = "Developer tools"
|