Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
control-mob-command-description = Transfers user mind to the specified entity.
|
||||
control-mob-command-help-text = Usage: controlmob <mobUid>.
|
||||
@@ -0,0 +1,4 @@
|
||||
delete-entities-with-component-command-description = Deletes entities with the specified components.
|
||||
delete-entities-with-component-command-help-text = Usage: deleteewc <componentName_1> <componentName_2> ... <componentName_n>
|
||||
Deletes any entities with the components specified.
|
||||
delete-entities-with-component-command-deleted-components = Deleted {$count} entities
|
||||
@@ -0,0 +1,2 @@
|
||||
dsay-command-description = Sends a message to deadchat as an admin
|
||||
dsay-command-help-text = Usage: {$command} <message>
|
||||
@@ -0,0 +1,5 @@
|
||||
rejuvenate-command-description = Fully heals a mob.
|
||||
rejuvenate-command-help-text = Usage: rejuvenate <mobUid_1> <mobUid_2> ... <mobUid_n>
|
||||
Attempts to heal the user's mob if no arguments are provided.
|
||||
rejuvenate-command-self-heal-message = Healing the user's mob since no arguments were provided.
|
||||
rejuvenate-command-no-entity-attached-message = There's no entity attached to the user.
|
||||
@@ -0,0 +1,2 @@
|
||||
set-admin-ooc-command-description = Sets the color of your OOC messages. Color must be in hex format, example: {$command} #c43b23
|
||||
set-admin-ooc-command-help-text = Usage: {$command} <color>
|
||||
@@ -0,0 +1,4 @@
|
||||
set-mind-command-description = Transfers a mind to the specified entity. The entity must have a {$requiredComponent}.
|
||||
set-mind-command-help-text = Usage: {$command} <entityUid> <username>
|
||||
set-mind-command-target-has-no-content-data-message = Target player does not have content data (wtf?)
|
||||
set-mind-command-target-has-no-mind-message = Target entity does not have a mind (did you forget to make sentient?)
|
||||
@@ -0,0 +1,4 @@
|
||||
set-outfit-command-description = Sets the outfit of the specified entity. The entity must have an {$requiredComponent}
|
||||
set-outfit-command-help-text = Usage: {$command} <entityUid> | {$command} <entityUid> <outfitId>
|
||||
set-outfit-command-is-not-player-error = This does not work from the server console. You must pass the outfit id aswell.
|
||||
set-outfit-command-invalid-outfit-id-error = Invalid outfit id
|
||||
Reference in New Issue
Block a user