mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
ES translation thx TupambaeNet
This commit is contained in:
parent
8ca008780f
commit
a7a5d9b9aa
10 changed files with 361 additions and 23 deletions
53
blockem/lang/es/messages.po
Normal file
53
blockem/lang/es/messages.po
Normal file
|
@ -0,0 +1,53 @@
|
|||
# ADDON blockem
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica blockem addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Tupambae.org, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2016-04-18 19:27+0000\n"
|
||||
"Last-Translator: Tupambae.org\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:53 blockem.php:57
|
||||
msgid "\"Blockem\""
|
||||
msgstr "\"Bloquealos\""
|
||||
|
||||
#: blockem.php:61
|
||||
msgid "Comma separated profile URLS to block"
|
||||
msgstr "URLS separados por coma para bloquear."
|
||||
|
||||
#: blockem.php:65
|
||||
msgid "Save Settings"
|
||||
msgstr "Guardar configuración"
|
||||
|
||||
#: blockem.php:78
|
||||
msgid "BLOCKEM Settings saved."
|
||||
msgstr "Configuración de BLOQUEALOS guardado."
|
||||
|
||||
#: blockem.php:142
|
||||
#, php-format
|
||||
msgid "Blocked %s - Click to open/close"
|
||||
msgstr "%s bloqueado - click para abrir/cerrar"
|
||||
|
||||
#: blockem.php:197
|
||||
msgid "Unblock Author"
|
||||
msgstr "Desbloquear autor"
|
||||
|
||||
#: blockem.php:199
|
||||
msgid "Block Author"
|
||||
msgstr "Bloquear autor"
|
||||
|
||||
#: blockem.php:231
|
||||
msgid "blockem settings updated"
|
||||
msgstr "configuración de BLOQUEALOS actualizado"
|
|
@ -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\""] = "\"Bloquealos\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "URLS separados por coma para bloquear.";
|
||||
$a->strings["Save Settings"] = "Guardar configuración";
|
||||
$a->strings["BLOCKEM Settings saved."] = "Configuración de BLOQUEALOS guardado.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "%s bloqueado - click para abrir/cerrar";
|
||||
$a->strings["Unblock Author"] = "Desbloquear autor";
|
||||
$a->strings["Block Author"] = "Bloquear autor";
|
||||
$a->strings["blockem settings updated"] = "configuración de BLOQUEALOS actualizado";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue