user_ldap.pot 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  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. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: ownCloud Core 5.0.0\n"
  10. "Report-Msgid-Bugs-To: translations@owncloud.org\n"
  11. "POT-Creation-Date: 2013-07-07 01:59+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #: ajax/clearMappings.php:34
  20. msgid "Failed to clear the mappings."
  21. msgstr ""
  22. #: ajax/deleteConfiguration.php:34
  23. msgid "Failed to delete the server configuration"
  24. msgstr ""
  25. #: ajax/testConfiguration.php:36
  26. msgid "The configuration is valid and the connection could be established!"
  27. msgstr ""
  28. #: ajax/testConfiguration.php:39
  29. msgid ""
  30. "The configuration is valid, but the Bind failed. Please check the server "
  31. "settings and credentials."
  32. msgstr ""
  33. #: ajax/testConfiguration.php:43
  34. msgid ""
  35. "The configuration is invalid. Please look in the ownCloud log for further "
  36. "details."
  37. msgstr ""
  38. #: js/settings.js:66
  39. msgid "Deletion failed"
  40. msgstr ""
  41. #: js/settings.js:82
  42. msgid "Take over settings from recent server configuration?"
  43. msgstr ""
  44. #: js/settings.js:83
  45. msgid "Keep settings?"
  46. msgstr ""
  47. #: js/settings.js:97
  48. msgid "Cannot add server configuration"
  49. msgstr ""
  50. #: js/settings.js:111
  51. msgid "mappings cleared"
  52. msgstr ""
  53. #: js/settings.js:112
  54. msgid "Success"
  55. msgstr ""
  56. #: js/settings.js:117
  57. msgid "Error"
  58. msgstr ""
  59. #: js/settings.js:141
  60. msgid "Connection test succeeded"
  61. msgstr ""
  62. #: js/settings.js:146
  63. msgid "Connection test failed"
  64. msgstr ""
  65. #: js/settings.js:156
  66. msgid "Do you really want to delete the current Server Configuration?"
  67. msgstr ""
  68. #: js/settings.js:157
  69. msgid "Confirm Deletion"
  70. msgstr ""
  71. #: templates/settings.php:9
  72. msgid ""
  73. "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may "
  74. "experience unexpected behaviour. Please ask your system administrator to "
  75. "disable one of them."
  76. msgstr ""
  77. #: templates/settings.php:12
  78. msgid ""
  79. "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not "
  80. "work. Please ask your system administrator to install it."
  81. msgstr ""
  82. #: templates/settings.php:16
  83. msgid "Server configuration"
  84. msgstr ""
  85. #: templates/settings.php:32
  86. msgid "Add Server Configuration"
  87. msgstr ""
  88. #: templates/settings.php:37
  89. msgid "Host"
  90. msgstr ""
  91. #: templates/settings.php:39
  92. msgid ""
  93. "You can omit the protocol, except you require SSL. Then start with ldaps://"
  94. msgstr ""
  95. #: templates/settings.php:40
  96. msgid "Base DN"
  97. msgstr ""
  98. #: templates/settings.php:41
  99. msgid "One Base DN per line"
  100. msgstr ""
  101. #: templates/settings.php:42
  102. msgid "You can specify Base DN for users and groups in the Advanced tab"
  103. msgstr ""
  104. #: templates/settings.php:44
  105. msgid "User DN"
  106. msgstr ""
  107. #: templates/settings.php:46
  108. msgid ""
  109. "The DN of the client user with which the bind shall be done, e.g. uid=agent,"
  110. "dc=example,dc=com. For anonymous access, leave DN and Password empty."
  111. msgstr ""
  112. #: templates/settings.php:47
  113. msgid "Password"
  114. msgstr ""
  115. #: templates/settings.php:50
  116. msgid "For anonymous access, leave DN and Password empty."
  117. msgstr ""
  118. #: templates/settings.php:51
  119. msgid "User Login Filter"
  120. msgstr ""
  121. #: templates/settings.php:54
  122. #, php-format
  123. msgid ""
  124. "Defines the filter to apply, when login is attempted. %%uid replaces the "
  125. "username in the login action."
  126. msgstr ""
  127. #: templates/settings.php:55
  128. #, php-format
  129. msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
  130. msgstr ""
  131. #: templates/settings.php:56
  132. msgid "User List Filter"
  133. msgstr ""
  134. #: templates/settings.php:59
  135. msgid "Defines the filter to apply, when retrieving users."
  136. msgstr ""
  137. #: templates/settings.php:60
  138. msgid "without any placeholder, e.g. \"objectClass=person\"."
  139. msgstr ""
  140. #: templates/settings.php:61
  141. msgid "Group Filter"
  142. msgstr ""
  143. #: templates/settings.php:64
  144. msgid "Defines the filter to apply, when retrieving groups."
  145. msgstr ""
  146. #: templates/settings.php:65
  147. msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
  148. msgstr ""
  149. #: templates/settings.php:69
  150. msgid "Connection Settings"
  151. msgstr ""
  152. #: templates/settings.php:71
  153. msgid "Configuration Active"
  154. msgstr ""
  155. #: templates/settings.php:71
  156. msgid "When unchecked, this configuration will be skipped."
  157. msgstr ""
  158. #: templates/settings.php:72
  159. msgid "Port"
  160. msgstr ""
  161. #: templates/settings.php:73
  162. msgid "Backup (Replica) Host"
  163. msgstr ""
  164. #: templates/settings.php:73
  165. msgid ""
  166. "Give an optional backup host. It must be a replica of the main LDAP/AD "
  167. "server."
  168. msgstr ""
  169. #: templates/settings.php:74
  170. msgid "Backup (Replica) Port"
  171. msgstr ""
  172. #: templates/settings.php:75
  173. msgid "Disable Main Server"
  174. msgstr ""
  175. #: templates/settings.php:75
  176. msgid "When switched on, ownCloud will only connect to the replica server."
  177. msgstr ""
  178. #: templates/settings.php:76
  179. msgid "Use TLS"
  180. msgstr ""
  181. #: templates/settings.php:76
  182. msgid "Do not use it additionally for LDAPS connections, it will fail."
  183. msgstr ""
  184. #: templates/settings.php:77
  185. msgid "Case insensitve LDAP server (Windows)"
  186. msgstr ""
  187. #: templates/settings.php:78
  188. msgid "Turn off SSL certificate validation."
  189. msgstr ""
  190. #: templates/settings.php:78
  191. msgid ""
  192. "If connection only works with this option, import the LDAP server's SSL "
  193. "certificate in your ownCloud server."
  194. msgstr ""
  195. #: templates/settings.php:78
  196. msgid "Not recommended, use for testing only."
  197. msgstr ""
  198. #: templates/settings.php:79
  199. msgid "Cache Time-To-Live"
  200. msgstr ""
  201. #: templates/settings.php:79
  202. msgid "in seconds. A change empties the cache."
  203. msgstr ""
  204. #: templates/settings.php:81
  205. msgid "Directory Settings"
  206. msgstr ""
  207. #: templates/settings.php:83
  208. msgid "User Display Name Field"
  209. msgstr ""
  210. #: templates/settings.php:83
  211. msgid "The LDAP attribute to use to generate the user`s ownCloud name."
  212. msgstr ""
  213. #: templates/settings.php:84
  214. msgid "Base User Tree"
  215. msgstr ""
  216. #: templates/settings.php:84
  217. msgid "One User Base DN per line"
  218. msgstr ""
  219. #: templates/settings.php:85
  220. msgid "User Search Attributes"
  221. msgstr ""
  222. #: templates/settings.php:85 templates/settings.php:88
  223. msgid "Optional; one attribute per line"
  224. msgstr ""
  225. #: templates/settings.php:86
  226. msgid "Group Display Name Field"
  227. msgstr ""
  228. #: templates/settings.php:86
  229. msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
  230. msgstr ""
  231. #: templates/settings.php:87
  232. msgid "Base Group Tree"
  233. msgstr ""
  234. #: templates/settings.php:87
  235. msgid "One Group Base DN per line"
  236. msgstr ""
  237. #: templates/settings.php:88
  238. msgid "Group Search Attributes"
  239. msgstr ""
  240. #: templates/settings.php:89
  241. msgid "Group-Member association"
  242. msgstr ""
  243. #: templates/settings.php:91
  244. msgid "Special Attributes"
  245. msgstr ""
  246. #: templates/settings.php:93
  247. msgid "Quota Field"
  248. msgstr ""
  249. #: templates/settings.php:94
  250. msgid "Quota Default"
  251. msgstr ""
  252. #: templates/settings.php:94
  253. msgid "in bytes"
  254. msgstr ""
  255. #: templates/settings.php:95
  256. msgid "Email Field"
  257. msgstr ""
  258. #: templates/settings.php:96
  259. msgid "User Home Folder Naming Rule"
  260. msgstr ""
  261. #: templates/settings.php:96
  262. msgid ""
  263. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute."
  264. msgstr ""
  265. #: templates/settings.php:101
  266. msgid "Internal Username"
  267. msgstr ""
  268. #: templates/settings.php:102
  269. msgid ""
  270. "By default the internal username will be created from the UUID attribute. It "
  271. "makes sure that the username is unique and characters do not need to be "
  272. "converted. The internal username has the restriction that only these "
  273. "characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced "
  274. "with their ASCII correspondence or simply omitted. On collisions a number "
  275. "will be added/increased. The internal username is used to identify a user "
  276. "internally. It is also the default name for the user home folder in "
  277. "ownCloud. It is also a port of remote URLs, for instance for all *DAV "
  278. "services. With this setting, the default behaviour can be overriden. To "
  279. "achieve a similar behaviour as before ownCloud 5 enter the user display name "
  280. "attribute in the following field. Leave it empty for default behaviour. "
  281. "Changes will have effect only on newly mapped (added) LDAP users."
  282. msgstr ""
  283. #: templates/settings.php:103
  284. msgid "Internal Username Attribute:"
  285. msgstr ""
  286. #: templates/settings.php:104
  287. msgid "Override UUID detection"
  288. msgstr ""
  289. #: templates/settings.php:105
  290. msgid ""
  291. "By default, ownCloud autodetects the UUID attribute. The UUID attribute is "
  292. "used to doubtlessly identify LDAP users and groups. Also, the internal "
  293. "username will be created based on the UUID, if not specified otherwise "
  294. "above. You can override the setting and pass an attribute of your choice. "
  295. "You must make sure that the attribute of your choice can be fetched for both "
  296. "users and groups and it is unique. Leave it empty for default behaviour. "
  297. "Changes will have effect only on newly mapped (added) LDAP users and groups."
  298. msgstr ""
  299. #: templates/settings.php:106
  300. msgid "UUID Attribute:"
  301. msgstr ""
  302. #: templates/settings.php:107
  303. msgid "Username-LDAP User Mapping"
  304. msgstr ""
  305. #: templates/settings.php:108
  306. msgid ""
  307. "ownCloud uses usernames to store and assign (meta) data. In order to "
  308. "precisely identify and recognize users, each LDAP user will have a internal "
  309. "username. This requires a mapping from ownCloud username to LDAP user. The "
  310. "created username is mapped to the UUID of the LDAP user. Additionally the DN "
  311. "is cached as well to reduce LDAP interaction, but it is not used for "
  312. "identification. If the DN changes, the changes will be found by ownCloud. "
  313. "The internal ownCloud name is used all over in ownCloud. Clearing the "
  314. "Mappings will have leftovers everywhere. Clearing the Mappings is not "
  315. "configuration sensitive, it affects all LDAP configurations! Do never clear "
  316. "the mappings in a production environment. Only clear mappings in a testing "
  317. "or experimental stage."
  318. msgstr ""
  319. #: templates/settings.php:109
  320. msgid "Clear Username-LDAP User Mapping"
  321. msgstr ""
  322. #: templates/settings.php:109
  323. msgid "Clear Groupname-LDAP Group Mapping"
  324. msgstr ""
  325. #: templates/settings.php:111
  326. msgid "Test Configuration"
  327. msgstr ""
  328. #: templates/settings.php:111
  329. msgid "Help"
  330. msgstr ""