ES translation work THX Albert

This commit is contained in:
Tobias Diekershoff 2016-11-19 06:17:07 +01:00
parent 631c7724b6
commit 87697cc233
4 changed files with 120 additions and 15 deletions

View file

@ -0,0 +1,53 @@
# ADDON blockem
# Copyright (C)
# This file is distributed under the same license as the Friendica blockem addon package.
#
#
# Translators:
# Albert, 2016
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2016-11-18 11:53+0000\n"
"Last-Translator: Albert\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blockem.php:51
msgid "\"Blockem\" Settings"
msgstr "Ajustes de \"Blockem\""
#: blockem.php:53
msgid "Comma separated profile URLS to block"
msgstr "Perfil de URLS a bloque separado por comas"
#: blockem.php:57
msgid "Submit"
msgstr "Enviar"
#: blockem.php:70
msgid "BLOCKEM Settings saved."
msgstr "Ajustes de BLOCKEM guardados."
#: blockem.php:105
#, php-format
msgid "Blocked %s - Click to open/close"
msgstr "%s bloqueados - Click para abrir/cerrar"
#: blockem.php:160
msgid "Unblock Author"
msgstr "Desbloquear Autor"
#: blockem.php:162
msgid "Block Author"
msgstr "Bloquear autor"
#: blockem.php:194
msgid "blockem settings updated"
msgstr "Ajustes de Blockem actualizados"

View file

@ -1,10 +1,15 @@
<?php
$a->strings["\"Blockem\" Settings"] = "Configuración de \"Blockem\"";
$a->strings["Comma separated profile URLS to block"] = "Direcciones separadas por coma de los perfiles a bloquear";
$a->strings["Submit"] = "Envíar";
$a->strings["BLOCKEM Settings saved."] = "Configuracion Blockem guardada.";
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueado. Pulsa aquí para mostrar/ocultar";
$a->strings["Unblock Author"] = "Desbloquear Autor";
$a->strings["Block Author"] = "Bloquear Autor";
$a->strings["blockem settings updated"] = "Configuración de Blockem actualizada";
<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["\"Blockem\" Settings"] = "Ajustes de \"Blockem\"";
$a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
$a->strings["Submit"] = "Enviar";
$a->strings["BLOCKEM Settings saved."] = "Ajustes de BLOCKEM guardados.";
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueados - Click para abrir/cerrar";
$a->strings["Unblock Author"] = "Desbloquear Autor";
$a->strings["Block Author"] = "Bloquear autor";
$a->strings["blockem settings updated"] = "Ajustes de Blockem actualizados";