user_ldap.po 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # Necdet Yücel <necdetyucel@gmail.com>, 2012.
  7. # TayançKILIÇLI <tayancatakan@gmail.com>, 2013.
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: ownCloud\n"
  11. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  12. "POT-Creation-Date: 2013-02-19 00:05+0100\n"
  13. "PO-Revision-Date: 2013-02-18 20:00+0000\n"
  14. "Last-Translator: atakan96 <tayancatakan@gmail.com>\n"
  15. "Language-Team: Turkish (http://www.transifex.com/projects/p/owncloud/language/tr/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. "Language: tr\n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. #: ajax/deleteConfiguration.php:34
  22. msgid "Failed to delete the server configuration"
  23. msgstr ""
  24. #: ajax/testConfiguration.php:36
  25. msgid "The configuration is valid and the connection could be established!"
  26. msgstr ""
  27. #: ajax/testConfiguration.php:39
  28. msgid ""
  29. "The configuration is valid, but the Bind failed. Please check the server "
  30. "settings and credentials."
  31. msgstr ""
  32. #: ajax/testConfiguration.php:43
  33. msgid ""
  34. "The configuration is invalid. Please look in the ownCloud log for further "
  35. "details."
  36. msgstr ""
  37. #: js/settings.js:66
  38. msgid "Deletion failed"
  39. msgstr "Silme başarısız oldu"
  40. #: js/settings.js:82
  41. msgid "Take over settings from recent server configuration?"
  42. msgstr ""
  43. #: js/settings.js:83
  44. msgid "Keep settings?"
  45. msgstr "Ayarları kalsınmı?"
  46. #: js/settings.js:97
  47. msgid "Cannot add server configuration"
  48. msgstr ""
  49. #: js/settings.js:121
  50. msgid "Connection test succeeded"
  51. msgstr "Bağlantı testi başarılı oldu"
  52. #: js/settings.js:126
  53. msgid "Connection test failed"
  54. msgstr "Bağlantı testi başarısız oldu"
  55. #: js/settings.js:136
  56. msgid "Do you really want to delete the current Server Configuration?"
  57. msgstr ""
  58. #: js/settings.js:137
  59. msgid "Confirm Deletion"
  60. msgstr "Silmeyi onayla"
  61. #: templates/settings.php:8
  62. msgid ""
  63. "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
  64. " experience unexpected behaviour. Please ask your system administrator to "
  65. "disable one of them."
  66. msgstr ""
  67. #: templates/settings.php:11
  68. msgid ""
  69. "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
  70. "work. Please ask your system administrator to install it."
  71. msgstr ""
  72. #: templates/settings.php:15
  73. msgid "Server configuration"
  74. msgstr ""
  75. #: templates/settings.php:18
  76. msgid "Add Server Configuration"
  77. msgstr ""
  78. #: templates/settings.php:23
  79. msgid "Host"
  80. msgstr "Sunucu"
  81. #: templates/settings.php:25
  82. msgid ""
  83. "You can omit the protocol, except you require SSL. Then start with ldaps://"
  84. msgstr ""
  85. #: templates/settings.php:26
  86. msgid "Base DN"
  87. msgstr "Ana DN"
  88. #: templates/settings.php:27
  89. msgid "One Base DN per line"
  90. msgstr ""
  91. #: templates/settings.php:28
  92. msgid "You can specify Base DN for users and groups in the Advanced tab"
  93. msgstr ""
  94. #: templates/settings.php:30
  95. msgid "User DN"
  96. msgstr "Kullanıcı DN"
  97. #: templates/settings.php:32
  98. msgid ""
  99. "The DN of the client user with which the bind shall be done, e.g. "
  100. "uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
  101. "empty."
  102. msgstr ""
  103. #: templates/settings.php:33
  104. msgid "Password"
  105. msgstr "Parola"
  106. #: templates/settings.php:36
  107. msgid "For anonymous access, leave DN and Password empty."
  108. msgstr "Anonim erişim için DN ve Parola alanlarını boş bırakın."
  109. #: templates/settings.php:37
  110. msgid "User Login Filter"
  111. msgstr "Kullanıcı Oturum Filtresi"
  112. #: templates/settings.php:40
  113. #, php-format
  114. msgid ""
  115. "Defines the filter to apply, when login is attempted. %%uid replaces the "
  116. "username in the login action."
  117. msgstr ""
  118. #: templates/settings.php:41
  119. #, php-format
  120. msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
  121. msgstr "%%uid yer tutucusunu kullanın, örneğin \"uid=%%uid\""
  122. #: templates/settings.php:42
  123. msgid "User List Filter"
  124. msgstr "Kullanıcı Liste Filtresi"
  125. #: templates/settings.php:45
  126. msgid "Defines the filter to apply, when retrieving users."
  127. msgstr ""
  128. #: templates/settings.php:46
  129. msgid "without any placeholder, e.g. \"objectClass=person\"."
  130. msgstr "bir yer tutucusu olmadan, örneğin \"objectClass=person\""
  131. #: templates/settings.php:47
  132. msgid "Group Filter"
  133. msgstr "Grup Süzgeci"
  134. #: templates/settings.php:50
  135. msgid "Defines the filter to apply, when retrieving groups."
  136. msgstr ""
  137. #: templates/settings.php:51
  138. msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
  139. msgstr ""
  140. #: templates/settings.php:55
  141. msgid "Connection Settings"
  142. msgstr "Bağlantı ayarları"
  143. #: templates/settings.php:57
  144. msgid "Configuration Active"
  145. msgstr ""
  146. #: templates/settings.php:57
  147. msgid "When unchecked, this configuration will be skipped."
  148. msgstr ""
  149. #: templates/settings.php:58
  150. msgid "Port"
  151. msgstr "Port"
  152. #: templates/settings.php:59
  153. msgid "Backup (Replica) Host"
  154. msgstr ""
  155. #: templates/settings.php:59
  156. msgid ""
  157. "Give an optional backup host. It must be a replica of the main LDAP/AD "
  158. "server."
  159. msgstr ""
  160. #: templates/settings.php:60
  161. msgid "Backup (Replica) Port"
  162. msgstr ""
  163. #: templates/settings.php:61
  164. msgid "Disable Main Server"
  165. msgstr "Ana sunucuyu devredışı birak"
  166. #: templates/settings.php:61
  167. msgid "When switched on, ownCloud will only connect to the replica server."
  168. msgstr ""
  169. #: templates/settings.php:62
  170. msgid "Use TLS"
  171. msgstr "TLS kullan"
  172. #: templates/settings.php:62
  173. msgid "Do not use it additionally for LDAPS connections, it will fail."
  174. msgstr ""
  175. #: templates/settings.php:63
  176. msgid "Case insensitve LDAP server (Windows)"
  177. msgstr ""
  178. #: templates/settings.php:64
  179. msgid "Turn off SSL certificate validation."
  180. msgstr "SSL sertifika doğrulamasını kapat."
  181. #: templates/settings.php:64
  182. msgid ""
  183. "If connection only works with this option, import the LDAP server's SSL "
  184. "certificate in your ownCloud server."
  185. msgstr ""
  186. #: templates/settings.php:64
  187. msgid "Not recommended, use for testing only."
  188. msgstr "Önerilmez, sadece test için kullanın."
  189. #: templates/settings.php:65
  190. msgid "in seconds. A change empties the cache."
  191. msgstr "saniye cinsinden. Bir değişiklik önbelleği temizleyecektir."
  192. #: templates/settings.php:67
  193. msgid "Directory Settings"
  194. msgstr ""
  195. #: templates/settings.php:69
  196. msgid "User Display Name Field"
  197. msgstr ""
  198. #: templates/settings.php:69
  199. msgid "The LDAP attribute to use to generate the user`s ownCloud name."
  200. msgstr ""
  201. #: templates/settings.php:70
  202. msgid "Base User Tree"
  203. msgstr "Temel Kullanıcı Ağacı"
  204. #: templates/settings.php:70
  205. msgid "One User Base DN per line"
  206. msgstr ""
  207. #: templates/settings.php:71
  208. msgid "User Search Attributes"
  209. msgstr ""
  210. #: templates/settings.php:71 templates/settings.php:74
  211. msgid "Optional; one attribute per line"
  212. msgstr ""
  213. #: templates/settings.php:72
  214. msgid "Group Display Name Field"
  215. msgstr ""
  216. #: templates/settings.php:72
  217. msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
  218. msgstr ""
  219. #: templates/settings.php:73
  220. msgid "Base Group Tree"
  221. msgstr "Temel Grup Ağacı"
  222. #: templates/settings.php:73
  223. msgid "One Group Base DN per line"
  224. msgstr ""
  225. #: templates/settings.php:74
  226. msgid "Group Search Attributes"
  227. msgstr ""
  228. #: templates/settings.php:75
  229. msgid "Group-Member association"
  230. msgstr "Grup-Üye işbirliği"
  231. #: templates/settings.php:77
  232. msgid "Special Attributes"
  233. msgstr ""
  234. #: templates/settings.php:80
  235. msgid "in bytes"
  236. msgstr "byte cinsinden"
  237. #: templates/settings.php:82
  238. msgid ""
  239. "Leave empty for user name (default). Otherwise, specify an LDAP/AD "
  240. "attribute."
  241. msgstr "Kullanıcı adı bölümünü boş bırakın (varsayılan). "
  242. #: templates/settings.php:86
  243. msgid "Help"
  244. msgstr "Yardım"