summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/ja
diff options
context:
space:
mode:
authorClomode <flashmob@gmail.com>2014-04-03 23:58:37 +1100
committerClomode <flashmob@gmail.com>2014-04-03 23:58:37 +1100
commita4bc205acc656841e5020ebf63fa1303ebb4f7d5 (patch)
treeddfd373bd4b752d19630062a4e275363ae7238f6 /lib/plugins/authldap/lang/ja
parent5ff2d2972e87d3652543458e85ba926117035a2b (diff)
downloadrpg-a4bc205acc656841e5020ebf63fa1303ebb4f7d5.tar.gz
rpg-a4bc205acc656841e5020ebf63fa1303ebb4f7d5.tar.bz2
fixed unclosed tags in some language translations
Diffstat (limited to 'lib/plugins/authldap/lang/ja')
-rw-r--r--lib/plugins/authldap/lang/ja/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authldap/lang/ja/settings.php b/lib/plugins/authldap/lang/ja/settings.php
index 6dec9a576..3c0e08f6a 100644
--- a/lib/plugins/authldap/lang/ja/settings.php
+++ b/lib/plugins/authldap/lang/ja/settings.php
@@ -7,7 +7,7 @@
* @author Hideaki SAWADA <sawadakun@live.jp>
* @author Hideaki SAWADA <chuno@live.jp>
*/
-$lang['server'] = 'LDAPサーバー。ホスト名(<code>localhost</code)又は完全修飾URL(<code>ldap://server.tld:389</code>)';
+$lang['server'] = 'LDAPサーバー。ホスト名(<code>localhost</code>)又は完全修飾URL(<code>ldap://server.tld:389</code>)';
$lang['port'] = '上記が完全修飾URLでない場合、LDAPサーバーポート';
$lang['usertree'] = 'ユーザーアカウントを探す場所。例:<code>ou=People, dc=server, dc=tld</code>';
$lang['grouptree'] = 'ユーザーグループを探す場所。例:<code>ou=Group, dc=server, dc=tld</code>';