SubscriptionThrottle.po 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  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 15:20+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 subscribing too quickly.
  21. #: SubscriptionThrottlePlugin.php:73
  22. msgid "Too many subscriptions. Take a break and try again later."
  23. msgstr "Too many subscriptions. Take a break and try again later."
  24. #. TRANS: Exception thrown when joing groups too quickly.
  25. #: SubscriptionThrottlePlugin.php:99
  26. msgid "Too many memberships. Take a break and try again later."
  27. msgstr "Too many memberships. Take a break and try again later."
  28. #. TRANS: Plugin description.
  29. #: SubscriptionThrottlePlugin.php:168
  30. msgid "Configurable limits for subscriptions and group memberships."
  31. msgstr "Configurable limits for subscriptions and group memberships."