* #4420 moved sound components to a better spot in the project * MWF-4420 - ported SecureEntityStorageComponent to new ECS system, as a LockComponent * MWF-4420 - removed unused usings * #4420 removed dumb ToggleLockVerb override workaround * #4420 added SoundSpecifier to LockComponent
This commit is contained in:
10
Resources/Locale/en-US/lock/lock-component.ftl
Normal file
10
Resources/Locale/en-US/lock/lock-component.ftl
Normal file
@@ -0,0 +1,10 @@
|
||||
lock-comp-on-examined-is-locked = The {$entityName} seems to be locked.
|
||||
lock-comp-on-examined-is-unlocked = The {$entityName} seems to be unlocked.
|
||||
lock-comp-do-lock-success = You lock the {$entityName}.
|
||||
lock-comp-do-unlock-success = You unlock the {$entityName}.
|
||||
lock-comp-has-user-access-fail = Access denied
|
||||
|
||||
## ToggleLockVerb
|
||||
|
||||
toggle-lock-verb-unlock = Unlock
|
||||
toggle-lock-verb-lock = Lock
|
||||
Reference in New Issue
Block a user