X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FRegisterThrottle%2Flocale%2Fes%2FLC_MESSAGES%2FRegisterThrottle.po;h=a42d917c875bc30b060c62b5256e8d0a1dd6a33b;hb=d7fd6bac7280f6d5f5acef6d8cdf149b53cb53f3;hp=f9223293997568bd699df7f8f12b4dea0cb9b47b;hpb=a51d2ece50ebb2eed4321c08d76cacbd053b3149;p=quix0rs-gnu-social.git diff --git a/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po b/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po index f922329399..a42d917c87 100644 --- a/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po +++ b/plugins/RegisterThrottle/locale/es/LC_MESSAGES/RegisterThrottle.po @@ -1,35 +1,42 @@ -# Translation of StatusNet - RegisterThrottle to Spanish (Español) -# Exported from translatewiki.net -# -# Author: Armando-Martin -# -- -# This file is distributed under the same license as the StatusNet package. -# +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Juan Riquelme González , 2015 msgid "" msgstr "" -"Project-Id-Version: StatusNet - RegisterThrottle\n" +"Project-Id-Version: GNU social\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-01 15:45+0000\n" -"PO-Revision-Date: 2012-03-01 15:47:04+0000\n" +"POT-Creation-Date: 2015-02-02 17:47+0100\n" +"PO-Revision-Date: 2015-02-28 13:51+0000\n" +"Last-Translator: Juan Riquelme González \n" +"Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n" +"MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-12-03 13:49:00+0000\n" -"X-Translation-Project: translatewiki.net \n" -"X-Generator: MediaWiki 1.20alpha (r112812); Translate 2012-02-26\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. TRANS: Server exception thrown when no IP address can be found for a registation attempt. +#. TRANS: Server exception thrown when no IP address can be found for a +#. registation attempt. +#: RegisterThrottlePlugin.php:100 msgid "Cannot find IP address." -msgstr "No se pudo encontrar la dirección IP" +msgstr "No se encontra la dirección IP." -#. TRANS: Exception thrown when too many user have registered from one IP address within a given time frame. +#. TRANS: Exception thrown when too many user have registered from one IP +#. address within a given time frame. +#: RegisterThrottlePlugin.php:116 msgid "Too many registrations. Take a break and try again later." -msgstr "Demasiados registros. Haga una pausa e inténtelo más tarde." +msgstr "Demasiados registros. Tómate un descanso y prueba de nuevo más tarde." -#. TRANS: Exception thrown when attempting to register from an IP address from which silenced users have registered. +#. TRANS: Exception thrown when attempting to register from an IP address from +#. which silenced users have registered. +#: RegisterThrottlePlugin.php:129 msgid "A banned user has registered from this address." -msgstr "Un usuario bloqueado se ha registrado desde esta dirección." +msgstr "Un usuario bloqueado se registró desde esta dirección." #. TRANS: Plugin description. +#: RegisterThrottlePlugin.php:186 msgid "Throttles excessive registration from a single IP address." -msgstr "Evita la excesiva creación de cuentas desde una misma dirección IP." +msgstr "Regula el registro excesivo de cuentas desde una misma dirección IP."