CasAuthentication.po 3.0 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. # Luke Hollins <luke@farcry.ca>, 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-03-07 12:52+0000\n"
  13. "Last-Translator: Luke Hollins <luke@farcry.ca>\n"
  14. "Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: en_GB\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 "Already logged in."
  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 "Incorrect username or password."
  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 setting user. You are probably not authorised."
  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 "Login or register with CAS."
  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 "(Have an account with CAS? Try our [CAS login](%%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 "Specifying a server is required."
  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 "Specifying a port is required."
  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 "Specifying a path is required."
  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 "The CAS Authentication plugin allows for StatusNet to handle authentication through CAS (Central Authentication Service)."