CasAuthentication.pot 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2019-08-14 14:51+0100\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. #. TRANS: Menu item. CAS is Central Authentication Service.
  20. #: CasAuthenticationPlugin.php:86
  21. msgid "CAS"
  22. msgstr ""
  23. #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
  24. #: CasAuthenticationPlugin.php:88
  25. msgid "Login or register with CAS."
  26. msgstr ""
  27. #. TRANS: Invitation to users with a CAS account to log in using the service.
  28. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL.
  29. #. TRANS: These two elements may not be separated.
  30. #: CasAuthenticationPlugin.php:104
  31. #, php-format
  32. msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
  33. msgstr ""
  34. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  35. #: CasAuthenticationPlugin.php:132
  36. msgid "Specifying a server is required."
  37. msgstr ""
  38. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  39. #: CasAuthenticationPlugin.php:136
  40. msgid "Specifying a port is required."
  41. msgstr ""
  42. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  43. #: CasAuthenticationPlugin.php:140
  44. msgid "Specifying a path is required."
  45. msgstr ""
  46. #. TRANS: Plugin description. CAS is Central Authentication Service.
  47. #: CasAuthenticationPlugin.php:161
  48. msgid ""
  49. "The CAS Authentication plugin allows for StatusNet to handle authentication "
  50. "through CAS (Central Authentication Service)."
  51. msgstr ""
  52. #. TRANS: Client error displayed when trying to log in while already logged on.
  53. #: actions/caslogin.php:29
  54. msgid "Already logged in."
  55. msgstr ""
  56. #. TRANS: Server error displayed when trying to log in with incorrect username or password.
  57. #. TRANS: Server error displayed when trying to log in with non-whitelisted user name (when whitelists are enabled.)
  58. #: actions/caslogin.php:41 actions/caslogin.php:46
  59. msgid "Incorrect username or password."
  60. msgstr ""
  61. #. TRANS: Server error displayed when login fails in CAS authentication plugin.
  62. #: actions/caslogin.php:52
  63. msgid "Error setting user. You are probably not authorized."
  64. msgstr ""