diff options
Diffstat (limited to 'PluggableAuth/i18n/qqq.json')
-rw-r--r-- | PluggableAuth/i18n/qqq.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/PluggableAuth/i18n/qqq.json b/PluggableAuth/i18n/qqq.json index c6f0b658..f64166aa 100644 --- a/PluggableAuth/i18n/qqq.json +++ b/PluggableAuth/i18n/qqq.json @@ -1,9 +1,9 @@ { "@metadata": { "authors": [ - "cicalese", "Liuxinyu970226", - "Umherirrender" + "Umherirrender", + "cicalese" ] }, "pluggableauth-desc": "{{desc|name=Pluggable Auth|url=https://www.mediawiki.org/wiki/Extension:PluggableAuth}}", @@ -11,5 +11,6 @@ "pluggableauth-authentication-failure": "Failure message when there is an authentication or authorization failure (e.g. User not authorized).", "pluggableauth-authentication-workflow-failure": "Failure message when there is an error in authentication workflow, such as an AuthenticationRequest being received in the wrong action.", "pluggableauth-loginbutton-label": "Used as label for the button shown in [[Special:UserLogin]].", - "pluggableauth-loginbutton-help": "Help message used for the Login with PluggableAuth button on [[Special:UserLogin]]." + "pluggableauth-loginbutton-help": "Help message used for the Login with PluggableAuth button on [[Special:UserLogin]].", + "pluggableauth-fatal-error": "Fatal error message." } |