CasAuthentication.pot 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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: 2012-06-30 11:07+0000\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. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Menu item. CAS is Central Authentication Service.
  19. #: CasAuthenticationPlugin.php:83
  20. msgid "CAS"
  21. msgstr ""
  22. #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
  23. #: CasAuthenticationPlugin.php:85
  24. msgid "Login or register with CAS."
  25. msgstr ""
  26. #. TRANS: Invitation to users with a CAS account to log in using the service.
  27. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL.
  28. #. TRANS: These two elements may not be separated.
  29. #: CasAuthenticationPlugin.php:101
  30. #, php-format
  31. msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
  32. msgstr ""
  33. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  34. #: CasAuthenticationPlugin.php:129
  35. msgid "Specifying a server is required."
  36. msgstr ""
  37. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  38. #: CasAuthenticationPlugin.php:133
  39. msgid "Specifying a port is required."
  40. msgstr ""
  41. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  42. #: CasAuthenticationPlugin.php:137
  43. msgid "Specifying a path is required."
  44. msgstr ""
  45. #. TRANS: Plugin description. CAS is Central Authentication Service.
  46. #: CasAuthenticationPlugin.php:157
  47. msgid ""
  48. "The CAS Authentication plugin allows for StatusNet to handle authentication "
  49. "through CAS (Central Authentication Service)."
  50. msgstr ""
  51. #. TRANS: Client error displayed when trying to log in while already logged on.
  52. #: caslogin.php:29
  53. msgid "Already logged in."
  54. msgstr ""
  55. #. TRANS: Server error displayed when trying to log in with incorrect username or password.
  56. #: caslogin.php:41
  57. msgid "Incorrect username or password."
  58. msgstr ""
  59. #. TRANS: Server error displayed when login fails in CAS authentication plugin.
  60. #: caslogin.php:48
  61. msgid "Error setting user. You are probably not authorized."
  62. msgstr ""