diff options
author | Hideaki SAWADA <chuno@live.jp> | 2013-09-12 14:16:01 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-09-12 14:16:01 +0200 |
commit | 3daf9b20cab478b0c91d02f47cc3e0de195961ae (patch) | |
tree | 543d0ebe0731ba02c30131f6e5347c569d88642d /lib/plugins/authad | |
parent | 010b7000dc28ca11be8f8f679319fe846ca2723f (diff) | |
download | rpg-3daf9b20cab478b0c91d02f47cc3e0de195961ae.tar.gz rpg-3daf9b20cab478b0c91d02f47cc3e0de195961ae.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/ja/settings.php | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/plugins/authad/lang/ja/settings.php b/lib/plugins/authad/lang/ja/settings.php index fdc6fc434..72e5cc76e 100644 --- a/lib/plugins/authad/lang/ja/settings.php +++ b/lib/plugins/authad/lang/ja/settings.php @@ -1,6 +1,16 @@ <?php + /** - * Japanese language file - * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * * @author Satoshi Sahara <sahara.satoshi@gmail.com> + * @author Hideaki SAWADA <chuno@live.jp> */ +$lang['account_suffix'] = 'アカウントの接尾語。例:<code>@my.domain.org</code>'; +$lang['base_dn'] = 'ベースDN。例:<code>DC=my,DC=domain,DC=org</code>'; +$lang['domain_controllers'] = 'ドメインコントローラのカンマ区切り一覧。例:<code>srv1.domain.org,srv2.domain.org</code>'; +$lang['admin_username'] = '全ユーザーデータへのアクセス権のある特権Active Directoryユーザー。任意ですが、メール通知の登録等の特定の動作に必要。'; +$lang['admin_password'] = '上記ユーザーのパスワード'; +$lang['debug'] = 'エラー時に追加のデバッグ出力を表示する?'; +$lang['expirywarn'] = '何日前からパスワードの有効期限をユーザーに警告する。0 の場合は無効'; +$lang['additional'] = 'ユーザデータから取得する追加AD属性のカンマ区切り一覧。いくつかのプラグインが使用する。'; |