RegisterThrottle.po 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-07 09:40+0000\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: Bulgarian (http://www.transifex.com/gnu-social/gnu-social/language/bg/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: bg\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. TRANS: Server exception thrown when no IP address can be found for a
  20. #. registation attempt.
  21. #: RegisterThrottlePlugin.php:100
  22. msgid "Cannot find IP address."
  23. msgstr ""
  24. #. TRANS: Exception thrown when too many user have registered from one IP
  25. #. address within a given time frame.
  26. #: RegisterThrottlePlugin.php:116
  27. msgid "Too many registrations. Take a break and try again later."
  28. msgstr ""
  29. #. TRANS: Exception thrown when attempting to register from an IP address from
  30. #. which silenced users have registered.
  31. #: RegisterThrottlePlugin.php:129
  32. msgid "A banned user has registered from this address."
  33. msgstr ""
  34. #. TRANS: Plugin description.
  35. #: RegisterThrottlePlugin.php:186
  36. msgid "Throttles excessive registration from a single IP address."
  37. msgstr ""