CasAuthentication.po 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. # 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-28 15:12+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: Client error displayed when trying to log in while already logged
  21. #. on.
  22. #: actions/caslogin.php:29
  23. msgid "Already logged in."
  24. msgstr "Ya has iniciado sesión"
  25. #. TRANS: Server error displayed when trying to log in with incorrect username
  26. #. or password.
  27. #: actions/caslogin.php:41
  28. msgid "Incorrect username or password."
  29. msgstr "Nombre de usuario o contraseña incorrectos."
  30. #. TRANS: Server error displayed when login fails in CAS authentication
  31. #. plugin.
  32. #: actions/caslogin.php:47
  33. msgid "Error setting user. You are probably not authorized."
  34. msgstr "Error al configurar el usuario. Seguramente no tienes autorización."
  35. #. TRANS: Menu item. CAS is Central Authentication Service.
  36. #: CasAuthenticationPlugin.php:83
  37. msgid "CAS"
  38. msgstr "CAS"
  39. #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
  40. #: CasAuthenticationPlugin.php:85
  41. msgid "Login or register with CAS."
  42. msgstr "Inicia sesión o regístrate con <abbr title=\"Central Authentication Service\">CAS</abbr>."
  43. #. TRANS: Invitation to users with a CAS account to log in using the service.
  44. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the
  45. #. URL.
  46. #. TRANS: These two elements may not be separated.
  47. #: CasAuthenticationPlugin.php:101
  48. #, php-format
  49. msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
  50. msgstr "(¿Tienes una cuenta con <abbr title=\"Central Authentication Service\">CAS</abbr>? Prueba nuestro [inicio de sesión CAS](%%action.caslogin%%)!)"
  51. #. TRANS: Exception thrown when the CAS Authentication plugin has been
  52. #. configured incorrectly.
  53. #: CasAuthenticationPlugin.php:129
  54. msgid "Specifying a server is required."
  55. msgstr "Se requiere especificar un servidor."
  56. #. TRANS: Exception thrown when the CAS Authentication plugin has been
  57. #. configured incorrectly.
  58. #: CasAuthenticationPlugin.php:133
  59. msgid "Specifying a port is required."
  60. msgstr "Se requiere especificar un servidor."
  61. #. TRANS: Exception thrown when the CAS Authentication plugin has been
  62. #. configured incorrectly.
  63. #: CasAuthenticationPlugin.php:137
  64. msgid "Specifying a path is required."
  65. msgstr "Se requiere especificar una ruta."
  66. #. TRANS: Plugin description. CAS is Central Authentication Service.
  67. #: CasAuthenticationPlugin.php:157
  68. msgid ""
  69. "The CAS Authentication plugin allows for StatusNet to handle authentication "
  70. "through CAS (Central Authentication Service)."
  71. msgstr "El complemento de Autenticación <abbr title=\"Central Authentication Service\">CAS</abbr> permite a GNU social procesar la autenticación a través de <abbr title=\"Servicio de Autenticación Central\">CAS</abbr>."