diff options
Diffstat (limited to 'apps/user_ldap/l10n/tr.php')
-rw-r--r-- | apps/user_ldap/l10n/tr.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/tr.php b/apps/user_ldap/l10n/tr.php index 1d066b4649a..17b3a936227 100644 --- a/apps/user_ldap/l10n/tr.php +++ b/apps/user_ldap/l10n/tr.php @@ -17,6 +17,9 @@ $TRANSLATIONS = array( "mappings cleared" => "eşleştirmeler temizlendi", "Success" => "Başarılı", "Error" => "Hata", +"Please specify a Base DN" => "Lütfen bir Base DN belirtin", +"Could not determine Base DN" => "Base DN belirlenemedi", +"Please specify the port" => "Lütfen bağlantı noktasını belirtin", "Configuration OK" => "Yapılandırma tamam", "Configuration incorrect" => "Yapılandırma geçersiz", "Configuration incomplete" => "Yapılandırma tamamlanmamış", @@ -55,7 +58,7 @@ $TRANSLATIONS = array( "Add Server Configuration" => "Sunucu Yapılandırması Ekle", "Delete Configuration" => "Yapılandırmayı Sil", "Host" => "Sunucu", -"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL gerektirmediğiniz takdirde protokol belirtmeyebilirsiniz. Ardından ldaps:// ile başlayın", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "SSL gerekmediği takdirde protokol belirtmeyebilirsiniz. Ardından ldaps:// ile başlayın", "Port" => "Port", "User DN" => "Kullanıcı DN", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." => "İstemci kullanıcısının yapılacağı atamanın DN'si. Örn. uid=agent,dc=örnek,dc=com. Anonim erişim için DN ve Parolayı boş bırakın.", |