diff options
author | Mauricio Segura <maose38@yahoo.es> | 2015-07-12 12:01:00 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-12 12:01:00 +0200 |
commit | 771519d083ca31621d631a8d8393ad776341cd58 (patch) | |
tree | 5ac98f7b39e08471faa6b1adfe2a6dbf0b54c50e /lib/plugins/authldap | |
parent | 619a02f57dbe49efa287f054aee381edaf3e0397 (diff) | |
download | rpg-771519d083ca31621d631a8d8393ad776341cd58.tar.gz rpg-771519d083ca31621d631a8d8393ad776341cd58.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/es/lang.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/es/lang.php b/lib/plugins/authldap/lang/es/lang.php new file mode 100644 index 000000000..e68a42603 --- /dev/null +++ b/lib/plugins/authldap/lang/es/lang.php @@ -0,0 +1,8 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Mauricio Segura <maose38@yahoo.es> + */ +$lang['connectfail'] = 'LDAP no se puede conectar: %5'; |