nextcloud/apps/user_ldap/l10n/tr.php

42 lines
3.3 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",
2013-04-24 04:01:20 +04:00
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Protokol atlamak edesin, sadece SSL istiyorsaniz. O zaman, idapsile baslamak. ",
2013-02-19 03:06:51 +04:00
"Base DN" => "Ana DN",
2013-04-24 04:01:20 +04:00
"You can specify Base DN for users and groups in the Advanced tab" => "Base DN kullanicileri ve kaynaklari icin tablosu Advanced tayin etmek ederiz. ",
2013-02-19 03:06:51 +04:00
"User DN" => "Kullanıcı DN",
2013-04-24 04:01:20 +04:00
"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." => "DN musterinin, kimle baglamaya yapacagiz,meselâ uid=agent.dc mesela, dc=com Gecinme adisiz ici, DN ve Parola bos birakmak. ",
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",
2013-04-24 04:01:20 +04:00
"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "Filter uyunlamak icin tayin ediyor, ne zaman girişmek isteminiz. % % uid adi kullanici girismeye karsi koymacak. ",
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",
2013-04-24 04:01:20 +04:00
"Defines the filter to apply, when retrieving users." => "Filter uyunmak icin tayin ediyor, ne zaman adi kullanici geri aliyor. ",
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-04-24 04:01:20 +04:00
"Defines the filter to apply, when retrieving groups." => "Filter uyunmak icin tayin ediyor, ne zaman grubalari tekrar aliyor. ",
"without any placeholder, e.g. \"objectClass=posixGroup\"." => "siz bir yer tutucu, mes. 'objectClass=posixGroup ('posixGrubu''. ",
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.",
2013-04-24 04:01:20 +04:00
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "Bagladiginda, bunla secene sadece calisiyor, sunucu LDAP SSL sunucun ithal etemek, dneyme sizine sunucu ownClouden. ",
2012-12-29 03:08:28 +04:00
"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-04-24 04:01:20 +04:00
"User Display Name Field" => "Ekran Adi Kullanici, (Alan Adi Kullanici Ekrane)",
2013-02-03 03:06:15 +04:00
"Base User Tree" => "Temel Kullanıcı Ağacı",
2013-04-24 04:01:20 +04:00
"Group Display Name Field" => "Grub Ekrane Alani Adi",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP kullamayin grub adi ownCloud uremek icin. ",
2013-02-03 03:06:15 +04:00
"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"
);