add sborka
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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",
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
NAME = "Русский"
|
||||
|
||||
LANGUAGE = {
|
||||
-- Category
|
||||
optHUD = "HUD",
|
||||
|
||||
-- Settings
|
||||
optDisableHUD = "Скрыть HUD",
|
||||
optDisableHUDDesc = "Полностью скрыть игровой интерфейс",
|
||||
|
||||
optDisablePlayerInfo = "Скрыть инфо игроков",
|
||||
optDisablePlayerInfoDesc = "Скрыть информацию о игроках при взгляде на них",
|
||||
}
|
||||
Reference in New Issue
Block a user