diff options
Diffstat (limited to 'apps/user_ldap/l10n/ja.php')
-rw-r--r-- | apps/user_ldap/l10n/ja.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ja.php b/apps/user_ldap/l10n/ja.php index 135ffece2db..daf5ed7544e 100644 --- a/apps/user_ldap/l10n/ja.php +++ b/apps/user_ldap/l10n/ja.php @@ -17,6 +17,8 @@ $TRANSLATIONS = array( "mappings cleared" => "マッピングをクリアしました", "Success" => "成功", "Error" => "エラー", +"Please specify a Base DN" => "ベースDN を指定してください", +"Could not determine Base DN" => "ベースDNを決定できませんでした", "Please specify the port" => "ポートを指定してください", "Configuration OK" => "設定OK", "Configuration incorrect" => "設定に誤りがあります", @@ -52,6 +54,7 @@ $TRANSLATIONS = array( "Other Attributes:" => "他の属性:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "ログイン実行時に適用するフィルタを定義します。%%uid にはログイン操作におけるユーザー名が入ります。例: \"uid=%%uid\"", "1. Server" => "1. Server", +"%s. Server:" => "%s. サーバー:", "Add Server Configuration" => "サーバー設定を追加", "Delete Configuration" => "設定を削除", "Host" => "ホスト", @@ -68,6 +71,7 @@ $TRANSLATIONS = array( "users found" => "ユーザーが見つかりました", "Back" => "戻る", "Continue" => "続ける", +"Expert" => "エキスパート設定", "Advanced" => "詳細設定", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>警告:</b> user_ldap と user_webdavauth のアプリには互換性がありません。予期せぬ動作をする可能性があります。システム管理者にどちらかを無効にするよう問い合わせてください。", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>警告:</b> PHP LDAP モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。", |