]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/RegisterThrottle/locale/gl/LC_MESSAGES/RegisterThrottle.po
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / RegisterThrottle / locale / gl / LC_MESSAGES / RegisterThrottle.po
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 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:53+0000\n"
12 "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
13 "Language-Team: Galician (http://www.transifex.com/projects/p/gnu-social/language/gl/)\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Language: gl\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #. TRANS: Server exception thrown when no IP address can be found for a
21 #. registation attempt.
22 #: RegisterThrottlePlugin.php:100
23 msgid "Cannot find IP address."
24 msgstr "Non se pode atopar o enderezo IP."
25
26 #. TRANS: Exception thrown when too many user have registered from one IP
27 #. address within a given time frame.
28 #: RegisterThrottlePlugin.php:116
29 msgid "Too many registrations. Take a break and try again later."
30 msgstr "Demasiados rexistros. Faga unha pausa e inténteo máis tarde."
31
32 #. TRANS: Exception thrown when attempting to register from an IP address from
33 #. which silenced users have registered.
34 #: RegisterThrottlePlugin.php:129
35 msgid "A banned user has registered from this address."
36 msgstr "Un usuario bloqueado rexistrouse desde este enderezo."
37
38 #. TRANS: Plugin description.
39 #: RegisterThrottlePlugin.php:186
40 msgid "Throttles excessive registration from a single IP address."
41 msgstr "Evita a exceciva creación de contas desde un mesmo enderezo IP."