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
|
||||
@@ -0,0 +1,9 @@
|
||||
admin-manager-self-de-admin-message = {$exAdminName} de-adminned themselves.
|
||||
admin-manager-self-re-admin-message = {$newAdminName} re-adminned themselves.
|
||||
admin-manager-became-normal-player-message = You are now a normal player.
|
||||
admin-manager-became-admin-message = You are now an admin.
|
||||
admin-manager-no-longer-admin-message = You are no longer an admin.
|
||||
admin-manager-admin-permissions-updated-message = Your admin permission have been updated.
|
||||
admin-manager-admin-logout-message = Admin logout: {$name}
|
||||
admin-manager-admin-login-message = Admin login: {$name}
|
||||
admin-manager-admin-data-host-title = Host
|
||||
@@ -0,0 +1,13 @@
|
||||
admin-add-reagent-eui-title = Add reagent...
|
||||
admin-add-reagent-eui-current-volume-label = Cur volume:
|
||||
admin-add-reagent-eui-reagent-label = Reagent:
|
||||
admin-add-reagent-eui-reagent-id-edit = Reagent ID...
|
||||
admin-add-reagent-eui-amount-label = Amount:
|
||||
admin-add-reagent-eui-amount-edit = A number...
|
||||
admin-add-reagent-eui-add-close-button = Add & Close
|
||||
admin-add-reagent-eui-add-button = Add
|
||||
admin-add-reagent-eui-no-reagent-id-error = Must specify reagent ID
|
||||
admin-add-reagent-eui-reagent-does-not-exist-error = '{$reagent}' does not exist.
|
||||
admin-add-reagent-eui-no-reagent-amount-specified-error = Must specify reagent amount
|
||||
admin-add-reagent-eui-invalid-amount-error = Invalid amount
|
||||
admin-add-reagent-eui-current-and-max-volume-label = {$currentVolume}/{$maxVolume}u
|
||||
@@ -0,0 +1,9 @@
|
||||
## AdminMenuWindow.xaml.cs
|
||||
|
||||
admin-menu-title = Admin Menu
|
||||
admin-menu-admin-tab = Admin
|
||||
admin-menu-adminbus-tab = Adminbus
|
||||
admin-menu-atmos-tab = Atmos
|
||||
admin-menu-round-tab = Round
|
||||
admin-menu-server-tab = Server
|
||||
admin-menu-players-tab = Players
|
||||
21
Resources/Locale/en-US/administration/ui/permissions-eui.ftl
Normal file
21
Resources/Locale/en-US/administration/ui/permissions-eui.ftl
Normal file
@@ -0,0 +1,21 @@
|
||||
permissions-eui-do-not-have-required-flags-to-edit-admin-tooltip = You do not have the required flags to edit this admin.
|
||||
permissions-eui-do-not-have-required-flags-to-edit-rank-tooltip = You do not have the required flags to edit this rank.
|
||||
|
||||
permissions-eui-menu-title = Permissions Panel
|
||||
permissions-eui-menu-add-admin-button = Add Admin
|
||||
permissions-eui-menu-add-admin-rank-button = Add Admin rank
|
||||
permissions-eui-menu-save-admin-rank-button = Save
|
||||
permissions-eui-menu-remove-admin-rank-button = Remove
|
||||
permissions-eui-menu-admins-tab-title = Admins
|
||||
permissions-eui-menu-admin-ranks-tab-title = Admin Ranks
|
||||
permissions-eui-edit-admin-window-edit-admin-label = Edit admin {$admin}
|
||||
permissions-eui-edit-admin-window-name-edit-placeholder = Username/User ID
|
||||
permissions-eui-edit-admin-window-title-edit-placeholder = Custom title, leave blank to inherit rank title.
|
||||
permissions-eui-edit-admin-window-no-rank-button = No rank
|
||||
permissions-eui-edit-admin-rank-window-name-edit-placeholder = Rank name
|
||||
permissions-eui-edit-admin-title-control-text = none
|
||||
permissions-eui-edit-no-rank-text = none
|
||||
permissions-eui-edit-title-button = Edit
|
||||
permissions-eui-edit-admin-rank-button = Edit
|
||||
permissions-eui-edit-admin-window-save-button = Save
|
||||
permissions-eui-edit-admin-window-remove-flag-button = Remove
|
||||
@@ -0,0 +1,4 @@
|
||||
### SetOutfitMEnu.xaml.cs
|
||||
|
||||
set-outfit-menu-title = Set Outfit
|
||||
set-outfit-menu-confirm-button = Confirm
|
||||
@@ -0,0 +1,2 @@
|
||||
station-events-window-not-loaded-text = Not loaded
|
||||
station-events-window-random-text = Random
|
||||
@@ -0,0 +1 @@
|
||||
admin-add-reagent-verb-get-data-text = Add Reagent...
|
||||
@@ -0,0 +1 @@
|
||||
delete-verb-get-data-text = Delete
|
||||
Reference in New Issue
Block a user