CasAuthentication.pot 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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: 2015-02-27 16:31+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. #: actions/caslogin.php:41
  25. msgid "Incorrect username or password."
  26. msgstr ""
  27. #. TRANS: Server error displayed when login fails in CAS authentication plugin.
  28. #: actions/caslogin.php:47
  29. msgid "Error setting user. You are probably not authorized."
  30. msgstr ""
  31. #. TRANS: Menu item. CAS is Central Authentication Service.
  32. #: CasAuthenticationPlugin.php:83
  33. msgid "CAS"
  34. msgstr ""
  35. #. TRANS: Tooltip for menu item. CAS is Central Authentication Service.
  36. #: CasAuthenticationPlugin.php:85
  37. msgid "Login or register with CAS."
  38. msgstr ""
  39. #. TRANS: Invitation to users with a CAS account to log in using the service.
  40. #. TRANS: "[CAS login]" is a link description. (%%action.caslogin%%) is the URL.
  41. #. TRANS: These two elements may not be separated.
  42. #: CasAuthenticationPlugin.php:101
  43. #, php-format
  44. msgid "(Have an account with CAS? Try our [CAS login](%%action.caslogin%%)!)"
  45. msgstr ""
  46. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  47. #: CasAuthenticationPlugin.php:129
  48. msgid "Specifying a server is required."
  49. msgstr ""
  50. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  51. #: CasAuthenticationPlugin.php:133
  52. msgid "Specifying a port is required."
  53. msgstr ""
  54. #. TRANS: Exception thrown when the CAS Authentication plugin has been configured incorrectly.
  55. #: CasAuthenticationPlugin.php:137
  56. msgid "Specifying a path is required."
  57. msgstr ""
  58. #. TRANS: Plugin description. CAS is Central Authentication Service.
  59. #: CasAuthenticationPlugin.php:157
  60. msgid ""
  61. "The CAS Authentication plugin allows for StatusNet to handle authentication "
  62. "through CAS (Central Authentication Service)."
  63. msgstr ""