LdapAuthorization.po 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 19:41+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: Exception thrown when initialising the LDAP Auth plugin fails
  21. #. because of an incorrect configuration.
  22. #: LdapAuthorizationPlugin.php:42
  23. msgid ""
  24. "provider_name must be set. Use the provider_name from the LDAP "
  25. "Authentication plugin."
  26. msgstr "provider_name must be set. Use the provider_name from the LDAP Authentication plugin."
  27. #. TRANS: Exception thrown when initialising the LDAP Auth plugin fails
  28. #. because of an incorrect configuration.
  29. #: LdapAuthorizationPlugin.php:46
  30. msgid "uniqueMember_attribute must be set."
  31. msgstr "uniqueMember_attribute must be set."
  32. #. TRANS: Plugin description.
  33. #: LdapAuthorizationPlugin.php:129
  34. msgid ""
  35. "The LDAP Authorization plugin allows for StatusNet to handle authorization "
  36. "through LDAP."
  37. msgstr "The LDAP Authorization plugin allows for StatusNet to handle authorization through LDAP."