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