user_ldap.po 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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. # <claudio.tessone@gmail.com>, 2012.
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: ownCloud\n"
  10. "Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
  11. "POT-Creation-Date: 2012-09-25 02:02+0200\n"
  12. "PO-Revision-Date: 2012-09-24 22:51+0000\n"
  13. "Last-Translator: cjtess <claudio.tessone@gmail.com>\n"
  14. "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/owncloud/language/es_AR/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: es_AR\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #: templates/settings.php:8
  21. msgid "Host"
  22. msgstr "Servidor"
  23. #: templates/settings.php:8
  24. msgid ""
  25. "You can omit the protocol, except you require SSL. Then start with ldaps://"
  26. msgstr "Podés omitir el protocolo, excepto si SSL es requerido. En ese caso, empezá con ldaps://"
  27. #: templates/settings.php:9
  28. msgid "Base DN"
  29. msgstr "DN base"
  30. #: templates/settings.php:9
  31. msgid "You can specify Base DN for users and groups in the Advanced tab"
  32. msgstr "Podés especificar el DN base para usuarios y grupos en la pestaña \"Avanzado\""
  33. #: templates/settings.php:10
  34. msgid "User DN"
  35. msgstr "DN usuario"
  36. #: templates/settings.php:10
  37. msgid ""
  38. "The DN of the client user with which the bind shall be done, e.g. "
  39. "uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
  40. "empty."
  41. msgstr "El DN del usuario cliente con el que se hará la asociación, p.ej. uid=agente,dc=ejemplo,dc=com. Para acceso anónimo, dejá DN y contraseña vacíos."
  42. #: templates/settings.php:11
  43. msgid "Password"
  44. msgstr "Contraseña"
  45. #: templates/settings.php:11
  46. msgid "For anonymous access, leave DN and Password empty."
  47. msgstr "Para acceso anónimo, dejá DN y contraseña vacíos."
  48. #: templates/settings.php:12
  49. msgid "User Login Filter"
  50. msgstr "Filtro de inicio de sesión de usuario"
  51. #: templates/settings.php:12
  52. #, php-format
  53. msgid ""
  54. "Defines the filter to apply, when login is attempted. %%uid replaces the "
  55. "username in the login action."
  56. msgstr "Define el filtro a aplicar cuando se ha realizado un login. %%uid remplazará el nombre de usuario en el proceso de inicio de sesión."
  57. #: templates/settings.php:12
  58. #, php-format
  59. msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
  60. msgstr "usar %%uid como plantilla, p. ej.: \"uid=%%uid\""
  61. #: templates/settings.php:13
  62. msgid "User List Filter"
  63. msgstr "Lista de filtros de usuario"
  64. #: templates/settings.php:13
  65. msgid "Defines the filter to apply, when retrieving users."
  66. msgstr "Define el filtro a aplicar, cuando se obtienen usuarios."
  67. #: templates/settings.php:13
  68. msgid "without any placeholder, e.g. \"objectClass=person\"."
  69. msgstr "Sin plantilla, p. ej.: \"objectClass=person\"."
  70. #: templates/settings.php:14
  71. msgid "Group Filter"
  72. msgstr "Filtro de grupo"
  73. #: templates/settings.php:14
  74. msgid "Defines the filter to apply, when retrieving groups."
  75. msgstr "Define el filtro a aplicar cuando se obtienen grupos."
  76. #: templates/settings.php:14
  77. msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
  78. msgstr "Sin ninguna plantilla, p. ej.: \"objectClass=posixGroup\"."
  79. #: templates/settings.php:17
  80. msgid "Port"
  81. msgstr "Puerto"
  82. #: templates/settings.php:18
  83. msgid "Base User Tree"
  84. msgstr "Árbol base de usuario"
  85. #: templates/settings.php:19
  86. msgid "Base Group Tree"
  87. msgstr "Árbol base de grupo"
  88. #: templates/settings.php:20
  89. msgid "Group-Member association"
  90. msgstr "Asociación Grupo-Miembro"
  91. #: templates/settings.php:21
  92. msgid "Use TLS"
  93. msgstr "Usar TLS"
  94. #: templates/settings.php:21
  95. msgid "Do not use it for SSL connections, it will fail."
  96. msgstr "No usarlo para SSL, dará error."
  97. #: templates/settings.php:22
  98. msgid "Case insensitve LDAP server (Windows)"
  99. msgstr "Servidor de LDAP sensible a mayúsculas/minúsculas (Windows)"
  100. #: templates/settings.php:23
  101. msgid "Turn off SSL certificate validation."
  102. msgstr "Desactivar la validación por certificado SSL."
  103. #: templates/settings.php:23
  104. msgid ""
  105. "If connection only works with this option, import the LDAP server's SSL "
  106. "certificate in your ownCloud server."
  107. msgstr "Si la conexión sólo funciona con esta opción, importá el certificado SSL del servidor LDAP en tu servidor ownCloud."
  108. #: templates/settings.php:23
  109. msgid "Not recommended, use for testing only."
  110. msgstr "No recomendado, sólo para pruebas."
  111. #: templates/settings.php:24
  112. msgid "User Display Name Field"
  113. msgstr "Campo de nombre de usuario a mostrar"
  114. #: templates/settings.php:24
  115. msgid "The LDAP attribute to use to generate the user`s ownCloud name."
  116. msgstr "El atributo LDAP a usar para generar el nombre de usuario de ownCloud."
  117. #: templates/settings.php:25
  118. msgid "Group Display Name Field"
  119. msgstr "Campo de nombre de grupo a mostrar"
  120. #: templates/settings.php:25
  121. msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
  122. msgstr "El atributo LDAP a usar para generar el nombre de los grupos de ownCloud."
  123. #: templates/settings.php:27
  124. msgid "in bytes"
  125. msgstr "en bytes"
  126. #: templates/settings.php:29
  127. msgid "in seconds. A change empties the cache."
  128. msgstr "en segundos. Cambiarlo vacía la cache."
  129. #: templates/settings.php:30
  130. msgid ""
  131. "Leave empty for user name (default). Otherwise, specify an LDAP/AD "
  132. "attribute."
  133. msgstr "Vacío para el nombre de usuario (por defecto). En otro caso, especificá un atributo LDAP/AD."
  134. #: templates/settings.php:32
  135. msgid "Help"
  136. msgstr "Ayuda"