Files
OldThink/Resources/Locale/en-US/verbs/verb-system.ftl
Leon Friedrich 49296e33a0 Refactor Context Menus and make them use XAML & stylesheets (#4768)
* XAML verb menu

* fix ghost FOV

* spacing

* rename missed "ContextMenu"->"EntityMenu" instances

* move visibility checks to verb system

* update comment

* Remove CanSeeContainerCheck

* use ScrollContainer measure option

* MaxWidth / texxt line wrapping

* verb category default

Now when you click on a verb category, it should default to running the first member of that category.

This makes it much more convenient to eject/insert when there is only a single option

* only apply style to first verb category entry

* Use new visibility flags

* FoV -> Fov

* Revert "only apply style to first verb category entry"

This reverts commit 9a6a17dba600e3ae0421caed59fcab145c260c99.

* make all entity menu visibility checks clientside

* Fix empty unbuckle category

* fix merge
2021-10-27 22:21:19 -07:00

26 lines
849 B
Plaintext

verb-system-waiting-on-server-text = Waiting on Server...
verb-system-null-server-response = Entity not in view. You should not see this.
# if verbs have a range of targets (e.g., multiple ejectables) you can
# usually just use Entity.Name. But it is a bit odd when targeting yourself
verb-self-target-pronoun = Yourself
# verb categories & common verbs. These appear across multiple systems, so they may as well go here.
verb-categories-debug = Debug
verb-categories-eject = Eject
verb-categories-insert = Insert
verb-categories-buckle = Buckle
verb-categories-unbuckle = Unbuckle
verb-categories-rotate = Rotate
verb-categories-transfer = Set Transfer Amount
verb-categories-split = Split
verb-common-toggle-light = Toggle light
verb-common-close = Close
verb-common-open = Open
verb-common-close-ui = Close UI
verb-common-open-ui = Open UI