summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-03-05 15:39:18 +0100
committerAndreas Gohr <andi@splitbrain.org>2014-03-05 15:39:18 +0100
commitd2fb55d55ccad0166f2443389f52f6c01bb32667 (patch)
treecdc0aa791eae408e0ad40959fcfeb52edda089cf /lib/plugins/authad/lang/en
parent1b876e64690e8bbbdc1eb747d2d29bc19803e745 (diff)
parent85db969ec27b3f6e656d04a114174a630be90d4c (diff)
downloadrpg-d2fb55d55ccad0166f2443389f52f6c01bb32667.tar.gz
rpg-d2fb55d55ccad0166f2443389f52f6c01bb32667.tar.bz2
Merge pull request #541 from splitbrain/multidomainad
Show a domain dropdown when multiple AD domains are configured
Diffstat (limited to 'lib/plugins/authad/lang/en')
-rw-r--r--lib/plugins/authad/lang/en/lang.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/en/lang.php b/lib/plugins/authad/lang/en/lang.php
new file mode 100644
index 000000000..e2967d662
--- /dev/null
+++ b/lib/plugins/authad/lang/en/lang.php
@@ -0,0 +1,10 @@
+<?php
+/**
+ * English language file for addomain plugin
+ *
+ * @author Andreas Gohr <gohr@cosmocode.de>
+ */
+
+$lang['domain'] = 'Logon Domain';
+
+//Setup VIM: ex: et ts=4 :