LdapAuthentication.po 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. # Juan Riquelme González <soulchainer@gmail.com>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-02-27 15:30+0000\n"
  13. "Last-Translator: Juan Riquelme González <soulchainer@gmail.com>\n"
  14. "Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\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\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails
  21. #. because of an incorrect configuration.
  22. #: LdapAuthenticationPlugin.php:40
  23. msgid "You must specify a nickname attribute."
  24. msgstr "Debes especificar un nombre de usuario."
  25. #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails
  26. #. because of an incorrect configuration.
  27. #: LdapAuthenticationPlugin.php:44
  28. msgid ""
  29. "If password_changeable is set, the password attribute and password_encoding "
  30. "must also be specified."
  31. msgstr "Si se puede cambiar la contraseña (password_changeable está definido), debes especificar los atributos password ('contraseña') y password_encoding ('codificación de contraseña')."
  32. #. TRANS: Instructions for LDAP authentication.
  33. #: LdapAuthenticationPlugin.php:71 LdapAuthenticationPlugin.php:76
  34. msgid "Do you have an LDAP account? Use your standard username and password."
  35. msgstr "¿Tienes una cuenta LDAP? Utiliza tu nombre de usuario estándar y tu contraseña."
  36. #. TRANS: Plugin description.
  37. #: LdapAuthenticationPlugin.php:153
  38. msgid ""
  39. "The LDAP Authentication plugin allows for StatusNet to handle authentication"
  40. " through LDAP."
  41. msgstr "El complemento LDAP Authentication ('Autenticación LDAP') permite a los usuarios de GNU social conectarse vía LDAP."