* Show held item next to cursor (option). * UI scale Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
144 lines
6.0 KiB
Plaintext
144 lines
6.0 KiB
Plaintext
## General stuff
|
|
|
|
ui-options-title = Game Options
|
|
ui-options-tab-graphics = Graphics
|
|
ui-options-tab-controls = Controls
|
|
ui-options-tab-audio = Audio
|
|
|
|
ui-options-apply = Apply
|
|
ui-options-reset-all = Reset All
|
|
|
|
## Audio menu
|
|
|
|
ui-options-master-volume = Master Volume:
|
|
ui-options-ambient-hum = Ambient Hum
|
|
ui-options-lobby-music = Lobby Music
|
|
ui-options-volume-label = Volume
|
|
ui-options-volume-percent = { TOSTRING($volume, "P0") }
|
|
|
|
## Graphics menu
|
|
|
|
ui-options-show-held-item = Show held item next to cursor?
|
|
ui-options-vsync = VSync
|
|
ui-options-fullscreen = Fullscreen
|
|
ui-options-lighting-label = Lighting Quality:
|
|
ui-options-lighting-very-low = Very Low
|
|
ui-options-lighting-low = Low
|
|
ui-options-lighting-medium = Medium
|
|
ui-options-lighting-high = High
|
|
ui-options-scale-label = UI Scale:
|
|
ui-options-scale-auto = Automatic ({ TOSTRING($scale, "P0") })
|
|
ui-options-scale-75 = 75%
|
|
ui-options-scale-100 = 100%
|
|
ui-options-scale-125 = 125%
|
|
ui-options-scale-150 = 150%
|
|
ui-options-scale-175 = 175%
|
|
ui-options-scale-200 = 200%
|
|
ui-options-hud-theme = HUD Theme:
|
|
ui-options-hud-theme-default = Default
|
|
ui-options-hud-theme-modernized = Modernized
|
|
ui-options-hud-theme-classic = Classic
|
|
ui-options-vp-stretch = Stretch viewport to fit game window
|
|
ui-options-vp-scale = Fixed viewport scale: x{ $scale }
|
|
ui-options-vp-integer-scaling = Prefer integer scaling (might cause black bars/clipping)
|
|
ui-options-vp-integer-scaling-tooltip = If this option is enabled, the viewport will be scaled using an integer value
|
|
at specific resolutions. While this results in crisp textures, it also often
|
|
means that black bars appear at the top/bottom of the screen or that part
|
|
of the viewport is not visible.
|
|
ui-options-vp-low-res = Low-resolution viewport
|
|
|
|
## Controls menu
|
|
|
|
ui-options-binds-reset-all = Reset ALL keybinds
|
|
ui-options-binds-explanation = Click to change binding, right-click to clear
|
|
ui-options-unbound = Unbound
|
|
ui-options-bind-reset = Reset
|
|
ui-options-key-prompt = Press a key...
|
|
|
|
ui-options-header-movement = Movement
|
|
ui-options-header-interaction-basic = Basic Interaction
|
|
ui-options-header-interaction-adv = Advanced Interaction
|
|
ui-options-header-ui = User Interface
|
|
ui-options-header-misc = Miscellaneous
|
|
ui-options-header-hotbar = Hotbar
|
|
ui-options-header-map-editor = Map Editor
|
|
ui-options-header-dev = Development
|
|
|
|
ui-options-function-move-up = Move Up
|
|
ui-options-function-move-left = Move Left
|
|
ui-options-function-move-down = Move Down
|
|
ui-options-function-move-right = Move Right
|
|
ui-options-function-walk = Walk
|
|
|
|
ui-options-function-use = Use
|
|
ui-options-function-wide-attack = Wide attack
|
|
ui-options-function-activate-item-in-hand = Activate item in hand
|
|
ui-options-function-alt-activate-item-in-hand = Alternative activate item in hand
|
|
ui-options-function-activate-item-in-world = Activate item in world
|
|
ui-options-function-alt-activate-item-in-world = Alternative activate item in world
|
|
ui-options-function-drop = Drop item
|
|
ui-options-function-examine-entity = Examine
|
|
ui-options-function-swap-hands = Swap hands
|
|
|
|
ui-options-function-smart-equip-backpack = Smart-equip to backpack
|
|
ui-options-function-smart-equip-belt = Smart-equip to belt
|
|
ui-options-function-throw-item-in-hand = Throw item
|
|
ui-options-function-try-pull-object = Pull object
|
|
ui-options-function-move-pulled-object = Move pulled object
|
|
ui-options-function-release-pulled-object = Release pulled object
|
|
ui-options-function-point = Point at location
|
|
|
|
ui-options-function-focus-chat-input-window = Focus chat
|
|
ui-options-function-focus-local-chat-window = Focus chat (IC)
|
|
ui-options-function-focus-radio-window = Focus chat (Radio)
|
|
ui-options-function-focus-ooc-window = Focus chat (OOC)
|
|
ui-options-function-focus-admin-chat-window = Focus chat (Admin)
|
|
ui-options-function-focus-dead-chat-window = Focus chat (Dead)
|
|
ui-options-function-focus-console-chat-window = Focus chat (Console)
|
|
ui-options-function-cycle-chat-channel-forward = Cycle channel (Forward)
|
|
ui-options-function-cycle-chat-channel-backward = Cycle channel (Backward)
|
|
ui-options-function-open-character-menu = Open character menu
|
|
ui-options-function-open-context-menu = Open context menu
|
|
ui-options-function-open-crafting-menu = Open crafting menu
|
|
ui-options-function-open-inventory-menu = Open inventory
|
|
ui-options-function-open-info = Open server info
|
|
ui-options-function-open-abilities-menu = Open action menu
|
|
ui-options-function-open-entity-spawn-window = Open entity spawn menu
|
|
ui-options-function-open-sandbox-window = Open sandbox menu
|
|
ui-options-function-open-tile-spawn-window = Open tile spawn menu
|
|
ui-options-function-open-admin-menu = Open admin menu
|
|
|
|
ui-options-function-take-screenshot = Take screenshot
|
|
ui-options-function-take-screenshot-no-ui = Take screenshot (without UI)
|
|
|
|
ui-options-function-editor-place-object = Place object
|
|
ui-options-function-editor-cancel-place = Cancel placement
|
|
ui-options-function-editor-grid-place = Place in grid
|
|
ui-options-function-editor-line-place = Place line
|
|
ui-options-function-editor-rotate-object = Rotate
|
|
|
|
ui-options-function-open-abilities-menu = Open action menu
|
|
ui-options-function-show-debug-console = Open Console
|
|
ui-options-function-show-debug-monitors = Show Debug Monitors
|
|
ui-options-function-hide-ui = Hide UI
|
|
|
|
ui-options-function-hotbar1 = Hotbar slot 1
|
|
ui-options-function-hotbar2 = Hotbar slot 2
|
|
ui-options-function-hotbar3 = Hotbar slot 3
|
|
ui-options-function-hotbar4 = Hotbar slot 4
|
|
ui-options-function-hotbar5 = Hotbar slot 5
|
|
ui-options-function-hotbar6 = Hotbar slot 6
|
|
ui-options-function-hotbar7 = Hotbar slot 7
|
|
ui-options-function-hotbar8 = Hotbar slot 8
|
|
ui-options-function-hotbar9 = Hotbar slot 9
|
|
ui-options-function-hotbar0 = Hotbar slot 0
|
|
ui-options-function-loadout1 = Hotbar Loadout 1
|
|
ui-options-function-loadout2 = Hotbar Loadout 2
|
|
ui-options-function-loadout3 = Hotbar Loadout 3
|
|
ui-options-function-loadout4 = Hotbar Loadout 4
|
|
ui-options-function-loadout5 = Hotbar Loadout 5
|
|
ui-options-function-loadout6 = Hotbar Loadout 6
|
|
ui-options-function-loadout7 = Hotbar Loadout 7
|
|
ui-options-function-loadout8 = Hotbar Loadout 8
|
|
ui-options-function-loadout9 = Hotbar Loadout 9
|