14 lines
288 B
Lua
14 lines
288 B
Lua
NAME = "English"
|
|
|
|
LANGUAGE = {
|
|
-- Category
|
|
optHUD = "HUD",
|
|
|
|
-- Settings
|
|
optDisableHUD = "Hide HUD",
|
|
optDisableHUDDesc = "Completely hide the game interface",
|
|
|
|
optDisablePlayerInfo = "Hide Player Info",
|
|
optDisablePlayerInfoDesc = "Hide player information when looking at them",
|
|
}
|