summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'PluggableAuth/i18n/en.json')
-rw-r--r--PluggableAuth/i18n/en.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/PluggableAuth/i18n/en.json b/PluggableAuth/i18n/en.json
new file mode 100644
index 00000000..575186c3
--- /dev/null
+++ b/PluggableAuth/i18n/en.json
@@ -0,0 +1,13 @@
+{
+ "@metadata": {
+ "authors": [
+ "cicalese"
+ ]
+ },
+ "pluggableauth-desc": "Provides framework for pluggable authentication and authorization",
+ "pluggableauth-not-authorized": "{{GENDER:$1|User}} $1 not authorized.",
+ "pluggableauth-authentication-failure": "User cannot be authenticated.",
+ "pluggableauth-authentication-workflow-failure": "Authentication workflow failure.",
+ "pluggableauth-loginbutton-label": "Log in with PluggableAuth",
+ "pluggableauth-loginbutton-help": "Authenticates you with PluggableAuth"
+}