diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-04-03 21:11:19 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-04-03 21:11:19 +0200 |
commit | aa7f9e22683771188532cdf4cbf2135def705ff3 (patch) | |
tree | ddfd373bd4b752d19630062a4e275363ae7238f6 /lib/plugins/authldap/lang | |
parent | 5ff2d2972e87d3652543458e85ba926117035a2b (diff) | |
parent | a4bc205acc656841e5020ebf63fa1303ebb4f7d5 (diff) | |
download | rpg-aa7f9e22683771188532cdf4cbf2135def705ff3.tar.gz rpg-aa7f9e22683771188532cdf4cbf2135def705ff3.tar.bz2 |
Merge pull request #642 from flashmob/closing_tags_fix
fixed unclosed tags in some language translations
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r-- | lib/plugins/authldap/lang/et/settings.php | 2 | ||||
-rw-r--r-- | lib/plugins/authldap/lang/ja/settings.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/authldap/lang/et/settings.php b/lib/plugins/authldap/lang/et/settings.php index 9bba85dda..f4933b6bf 100644 --- a/lib/plugins/authldap/lang/et/settings.php +++ b/lib/plugins/authldap/lang/et/settings.php @@ -5,5 +5,5 @@ * * @author Janar Leas <janar.leas@eesti.ee> */ -$lang['grouptree'] = 'Kus kohast kasutaja rühmi otsida. Nt. <code>ou=Rühm, dc=server, dc=tld</code'; +$lang['grouptree'] = 'Kus kohast kasutaja rühmi otsida. Nt. <code>ou=Rühm, dc=server, dc=tld</code>'; $lang['groupscope'] = 'Piiritle otsingu ulatus rühma otsinguga'; 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>'; |