nextcloud/apps/user_ldap/l10n/tr.php

31 lines
1.6 KiB
PHP
Raw Normal View History

2012-12-28 03:20:34 +04:00
<?php $TRANSLATIONS = array(
2013-02-02 03:08:15 +04:00
"Deletion failed" => "Silme başarısız oldu",
2013-02-19 03:06:51 +04:00
"Keep settings?" => "Ayarları kalsınmı?",
"Connection test succeeded" => "Bağlantı testi başarılı oldu",
"Connection test failed" => "Bağlantı testi başarısız oldu",
"Confirm Deletion" => "Silmeyi onayla",
"Host" => "Sunucu",
"Base DN" => "Ana DN",
"User DN" => "Kullanıcı DN",
2012-12-28 03:20:34 +04:00
"Password" => "Parola",
2012-12-29 03:08:28 +04:00
"For anonymous access, leave DN and Password empty." => "Anonim erişim için DN ve Parola alanlarını boş bırakın.",
2013-02-19 03:06:51 +04:00
"User Login Filter" => "Kullanıcı Oturum Filtresi",
2012-12-29 03:08:28 +04:00
"use %%uid placeholder, e.g. \"uid=%%uid\"" => "%%uid yer tutucusunu kullanın, örneğin \"uid=%%uid\"",
2013-02-19 03:06:51 +04:00
"User List Filter" => "Kullanıcı Liste Filtresi",
2012-12-29 03:08:28 +04:00
"without any placeholder, e.g. \"objectClass=person\"." => "bir yer tutucusu olmadan, örneğin \"objectClass=person\"",
2012-12-28 03:20:34 +04:00
"Group Filter" => "Grup Süzgeci",
2013-02-19 03:06:51 +04:00
"Connection Settings" => "Bağlantı ayarları",
2012-12-28 03:20:34 +04:00
"Port" => "Port",
2013-02-19 03:06:51 +04:00
"Disable Main Server" => "Ana sunucuyu devredışı birak",
2012-12-28 03:20:34 +04:00
"Use TLS" => "TLS kullan",
2012-12-29 03:08:28 +04:00
"Turn off SSL certificate validation." => "SSL sertifika doğrulamasını kapat.",
"Not recommended, use for testing only." => "Önerilmez, sadece test için kullanın.",
"in seconds. A change empties the cache." => "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir.",
2013-02-03 03:06:15 +04:00
"Base User Tree" => "Temel Kullanıcı Ağacı",
"Base Group Tree" => "Temel Grup Ağacı",
"Group-Member association" => "Grup-Üye işbirliği",
"in bytes" => "byte cinsinden",
2012-12-29 03:08:28 +04:00
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Kullanıcı adı bölümünü boş bırakın (varsayılan). ",
2012-12-28 03:20:34 +04:00
"Help" => "Yardım"
);