Benny/gamemodes/benny/gamemode/languages/en-us.lua

87 lines
2.7 KiB
Lua
Raw Normal View History

2024-03-07 22:34:29 -05:00
local L = {}
Languages["en-us"] = L
L["Name"] = "English (United States)"
-- 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"
L["#Item.qbb.Name"] = "QBB-LSW"
L["#Item.qbb.Description"] = "Bullpup machine gun"
L["#Item.stoner.Name"] = "STONER-63"
L["#Item.stoner.Description"] = "Modular machine gun"
L["#Item.hk21.Name"] = "HK-21"
L["#Item.hk21.Description"] = "Powerful medium machine gun"
2024-03-25 00:48:36 -04:00
L["#Item.m16a2.Name"] = "M16A2"
L["#Item.m16a2.Description"] = "Rugged burst rifle"
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"
L["#Item.1887.Name"] = "1887"
L["#Item.1887.Description"] = "Lever-action"
L["#Item.db.Name"] = "DB"
L["#Item.db.Description"] = "Side-by-side shotgun"
L["#Item.aa12.Name"] = "AA-12"
L["#Item.aa12.Description"] = "Automatic combat shotgun"
L["#Item.striker.Name"] = "Streetsweeper"
L["#Item.striker.Description"] = "Semi-automatic drum-fed shotgun"
L["#Item.r870.Name"] = "R870"
L["#Item.r870.Description"] = "Sawn-off pump-action shotgun"
L["#Item.spas15.Name"] = "SPAS-15"
L["#Item.spas15.Description"] = "Mag-fed pump-action shotgun"
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"