mirror of
https://github.com/IkarusHD/ICF-3.git
synced 2025-03-04 03:03:12 -05:00
Start localization file for general menu strings
This commit is contained in:
parent
b17a1518e9
commit
db71a5b148
@ -1,16 +1,12 @@
|
||||
ACF.LoadToolFunctions(TOOL)
|
||||
|
||||
TOOL.Name = "ACF Menu"
|
||||
TOOL.Name = "#tool.acf_menu.menu_name"
|
||||
|
||||
if CLIENT then
|
||||
-- "Hitbox" colors
|
||||
local Sensitive = Color(255, 0, 0, 50)
|
||||
local NotSoSensitive = Color(255, 255, 0, 50)
|
||||
|
||||
-- Name and descriptions if need to be changed
|
||||
language.Add("Tool.acf_menu.name", "Armored Combat Framework")
|
||||
language.Add("Tool.acf_menu.desc", "Main menu tool for the ACF addon")
|
||||
|
||||
local Queued = {}
|
||||
|
||||
local function RequestVehicleInfo(Vehicle)
|
||||
|
6
resource/localization/en/acf_menu.properties
Normal file
6
resource/localization/en/acf_menu.properties
Normal file
@ -0,0 +1,6 @@
|
||||
acf.menu.entities=Entities
|
||||
|
||||
# Strings for the ACF Tool
|
||||
tool.acf_menu.menu_name=ACF Menu
|
||||
tool.acf_menu.name=Armored Combat Framework
|
||||
tool.acf_menu.desc=Main menu tool for the ACF addon
|
Loading…
Reference in New Issue
Block a user