diff options
author | Hideaki SAWADA <chuno@live.jp> | 2015-07-15 14:56:08 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-15 14:56:08 +0200 |
commit | 8cce24b8aea630d7791ca2b67ad6dc4bf89c19a9 (patch) | |
tree | 6ddd4b1fd9739ba107669b5abe091d2c4944cd24 /lib/plugins/authldap/lang/ja/lang.php | |
parent | d60f797cc10593172186649f0a72e17f0a29f163 (diff) | |
download | rpg-8cce24b8aea630d7791ca2b67ad6dc4bf89c19a9.tar.gz rpg-8cce24b8aea630d7791ca2b67ad6dc4bf89c19a9.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap/lang/ja/lang.php')
-rw-r--r-- | lib/plugins/authldap/lang/ja/lang.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ja/lang.php b/lib/plugins/authldap/lang/ja/lang.php new file mode 100644 index 000000000..aeeb6c75e --- /dev/null +++ b/lib/plugins/authldap/lang/ja/lang.php @@ -0,0 +1,9 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Hideaki SAWADA <chuno@live.jp> + */ +$lang['connectfail'] = 'LDAP に接続できません: %s'; +$lang['domainfail'] = 'LDAP で user dn を発見できません。'; |