gnu-social/plugins/RegisterThrottle/locale/RegisterThrottle.pot

39 lines
1.3 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-18 12:38+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. TRANS: Server exception thrown when no IP address can be found for a registation attempt.
#: RegisterThrottlePlugin.php:114
msgid "Cannot find IP address."
msgstr ""
#. TRANS: Exception thrown when too many user have registered from one IP address within a given time frame.
#: RegisterThrottlePlugin.php:129
msgid "Too many registrations. Take a break and try again later."
msgstr ""
#. TRANS: Exception thrown when attempting to register from an IP address from which silenced users have registered.
#: RegisterThrottlePlugin.php:142
msgid "A banned user has registered from this address."
msgstr ""
#. TRANS: Plugin description.
#: RegisterThrottlePlugin.php:251
msgid "Throttles excessive registration from a single IP address."
msgstr ""