summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2020-10-07 09:38:40 -0400
committerBrian Evans <grknight@gentoo.org>2020-10-07 09:38:40 -0400
commit1d3113c853b77fbe075b2f87f66c0153f38f4b7f (patch)
tree487cddf522d08532b30d0bf695538f78088014f8 /DisableAccount/i18n/en.json
parentAdd OAuth for API access (diff)
downloadextensions-1d3113c853b77fbe075b2f87f66c0153f38f4b7f.tar.gz
extensions-1d3113c853b77fbe075b2f87f66c0153f38f4b7f.tar.bz2
extensions-1d3113c853b77fbe075b2f87f66c0153f38f4b7f.zip
Add DisableAccount to replace EditAccount
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'DisableAccount/i18n/en.json')
-rw-r--r--DisableAccount/i18n/en.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/DisableAccount/i18n/en.json b/DisableAccount/i18n/en.json
new file mode 100644
index 00000000..ca84fee6
--- /dev/null
+++ b/DisableAccount/i18n/en.json
@@ -0,0 +1,15 @@
+{
+ "@metadata": {
+ "authors": []
+ },
+ "disableaccount-desc": "Allows administrators to disable individual accounts",
+ "right-disableaccount": "Disable accounts",
+ "action-disableaccount": "disable accounts",
+ "disableaccount": "Disable a user account",
+ "disableaccount-user": "User name:",
+ "disableaccount-confirm": "Disable this user account.\nThe user will not be able to log in, reset their password, or receive email notifications.\nIf the user is currently logged in anywhere, they will be immediately logged out.\n''Note that disabling an account is not reversible without system administrator intervention.''",
+ "disableaccount-mustconfirm": "You must confirm that you wish to disable this account.",
+ "disableaccount-nosuchuser": "The user account \"$1\" does not exist.",
+ "disableaccount-success": "The user account \"$1\" has been permanently disabled.",
+ "logentry-block-disableaccount": "$1 {{GENDER:$2|disabled the account}} of {{GENDER:$4|$3}}."
+}