about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authldap/lang/ca
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authldap/lang/ca')
-rw-r--r--wiki/lib/plugins/authldap/lang/ca/lang.php9
-rw-r--r--wiki/lib/plugins/authldap/lang/ca/settings.php10
2 files changed, 19 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authldap/lang/ca/lang.php b/wiki/lib/plugins/authldap/lang/ca/lang.php
new file mode 100644
index 0000000..f4431a3
--- /dev/null
+++ b/wiki/lib/plugins/authldap/lang/ca/lang.php
@@ -0,0 +1,9 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author David Surroca <david.tb303@gmail.com>
+ */
+$lang['connectfail']           = 'L\'LDAP no s\'ha pogut connectar: %s';
+$lang['domainfail']            = 'L\'LDAP no ha trobat el teu nom distingit d\'usuari';
diff --git a/wiki/lib/plugins/authldap/lang/ca/settings.php b/wiki/lib/plugins/authldap/lang/ca/settings.php
new file mode 100644
index 0000000..2f73833
--- /dev/null
+++ b/wiki/lib/plugins/authldap/lang/ca/settings.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Àngel Pérez Beroy <aperezberoy@gmail.com>
+ * @author David Surroca <david.tb303@gmail.com>
+ */
+$lang['starttls']              = 'Utilitzar connexions TLS?';
+$lang['bindpw']                = 'Contrasenya de l\'usuari referit abans.';