ES translation of the superblock addon THX juanman

This commit is contained in:
Tobias Diekershoff 2017-07-07 08:46:56 +02:00
parent 1b7dcbd0bb
commit 0b938a8f91
2 changed files with 27 additions and 37 deletions

View File

@ -1,17 +1,18 @@
# ADDON blockem # ADDON superblock
# Copyright (C) # Copyright (C)
# This file is distributed under the same license as the Friendica blockem addon package. # This file is distributed under the same license as the Friendica superblock addon package.
# #
# #
# Translators: # Translators:
# Albert, 2016 # Albert, 2016
# juanman <juanma@gnutn.org.ar>, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2017-04-21 08:45+0200\n"
"PO-Revision-Date: 2016-11-18 11:53+0000\n" "PO-Revision-Date: 2017-07-04 16:27+0000\n"
"Last-Translator: Albert\n" "Last-Translator: juanman <juanma@gnutn.org.ar>\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,35 +20,26 @@ msgstr ""
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blockem.php:51 #: superblock.php:53 superblock.php:57
msgid "\"Blockem\" Settings" msgid "\"Superblock\""
msgstr "Ajustes de \"Blockem\"" msgstr ""
#: blockem.php:53 #: superblock.php:60
msgid "Comma separated profile URLS to block" msgid "Comma separated profile URLS to block"
msgstr "Perfil de URLS a bloque separado por comas" msgstr "Perfil de URLS a bloque separado por comas"
#: blockem.php:57 #: superblock.php:64
msgid "Submit" msgid "Save Settings"
msgstr "Enviar" msgstr "Guardar configuración"
#: blockem.php:70 #: superblock.php:76
msgid "BLOCKEM Settings saved." msgid "SUPERBLOCK Settings saved."
msgstr "Ajustes de BLOCKEM guardados." msgstr ""
#: blockem.php:105 #: superblock.php:148
#, php-format msgid "Block Completely"
msgid "Blocked %s - Click to open/close" msgstr "Bloquear completamente"
msgstr "%s bloqueados - Click para abrir/cerrar"
#: blockem.php:160 #: superblock.php:168
msgid "Unblock Author" msgid "superblock settings updated"
msgstr "Desbloquear Autor" msgstr ""
#: blockem.php:162
msgid "Block Author"
msgstr "Bloquear autor"
#: blockem.php:194
msgid "blockem settings updated"
msgstr "Ajustes de Blockem actualizados"

View File

@ -5,11 +5,9 @@ function string_plural_select_es($n){
return ($n != 1);; return ($n != 1);;
}} }}
; ;
$a->strings["\"Blockem\" Settings"] = "Ajustes de \"Blockem\""; $a->strings["\"Superblock\""] = "";
$a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas"; $a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
$a->strings["Submit"] = "Enviar"; $a->strings["Save Settings"] = "Guardar configuración";
$a->strings["BLOCKEM Settings saved."] = "Ajustes de BLOCKEM guardados."; $a->strings["SUPERBLOCK Settings saved."] = "";
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueados - Click para abrir/cerrar"; $a->strings["Block Completely"] = "Bloquear completamente";
$a->strings["Unblock Author"] = "Desbloquear Autor"; $a->strings["superblock settings updated"] = "";
$a->strings["Block Author"] = "Bloquear autor";
$a->strings["blockem settings updated"] = "Ajustes de Blockem actualizados";