diff options
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/cs_CZ.php | 5 | ||||
-rw-r--r-- | apps/user_ldap/l10n/ja.php | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/cs_CZ.php b/apps/user_ldap/l10n/cs_CZ.php index be976b4ccff..e6f76dc5b60 100644 --- a/apps/user_ldap/l10n/cs_CZ.php +++ b/apps/user_ldap/l10n/cs_CZ.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Mazání selhalo", "Take over settings from recent server configuration?" => "Převzít nastavení z nedávné konfigurace serveru?", "Keep settings?" => "Ponechat nastavení?", +"{nthServer}. Server" => "{nthServer}. Server", "Cannot add server configuration" => "Nelze přidat nastavení serveru", "mappings cleared" => "mapování zrušeno", "Success" => "Úspěch", @@ -30,6 +31,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("nalezen %s uživatel","nalezeni %s uživatelé","nalezeno %s uživatelů"), "Invalid Host" => "Neplatný hostitel", "Could not find the desired feature" => "Nelze nalézt požadovanou vlastnost", +"Server" => "Server", "Group Filter" => "Filtr skupin", "Save" => "Uložit", "Test Configuration" => "Vyzkoušet nastavení", @@ -46,7 +48,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "LDAP e-mailová adresa:", "Other Attributes:" => "Další atributy:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Určuje použitý filtr při pokusu o přihlášení. %%uid nahrazuje uživatelské jméno v činnosti přihlášení. Příklad: \"uid=%%uid\"", +"1. Server" => "1. Server", +"%s. Server:" => "%s. Server:", "Add Server Configuration" => "Přidat nastavení serveru", +"Delete Configuration" => "Odstranit konfiguraci", "Host" => "Počítač", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Můžete vynechat protokol, vyjma pokud požadujete SSL. Tehdy začněte s ldaps://", "Port" => "Port", 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 モジュールがインストールされていません。バックエンドが正しく動作しません。システム管理者にインストールするよう問い合わせてください。", |