ES forumlist
This commit is contained in:
parent
e490926199
commit
7f3a1217a3
60
forumlist/lang/es/messages.po
Normal file
60
forumlist/lang/es/messages.po
Normal file
|
@ -0,0 +1,60 @@
|
|||
# ADDON forumlist
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica forumlist addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Alberto Díaz Tormo <albertodiaztormo@gmail.com>, 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-10-23 11:41+0000\n"
|
||||
"Last-Translator: Alberto Díaz Tormo <albertodiaztormo@gmail.com>\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"
|
||||
|
||||
#: forumlist.php:64
|
||||
msgid "Forums"
|
||||
msgstr "Foros"
|
||||
|
||||
#: forumlist.php:67
|
||||
msgid "show/hide"
|
||||
msgstr "mostrar/ocultar"
|
||||
|
||||
#: forumlist.php:81
|
||||
msgid "No forum subscriptions"
|
||||
msgstr "Sin subscripciones de foro"
|
||||
|
||||
#: forumlist.php:98
|
||||
msgid "Forums:"
|
||||
msgstr "Foros:"
|
||||
|
||||
#: forumlist.php:134
|
||||
msgid "Forumlist settings updated."
|
||||
msgstr "Ajustes de la lista de foros actualizados."
|
||||
|
||||
#: forumlist.php:162
|
||||
msgid "Forumlist Settings"
|
||||
msgstr "Ajustes de la lista de foros"
|
||||
|
||||
#: forumlist.php:164
|
||||
msgid "Randomise forum list"
|
||||
msgstr "Aleatorizar la lista de foros"
|
||||
|
||||
#: forumlist.php:167
|
||||
msgid "Show forums on profile page"
|
||||
msgstr "Mostrar foros en la página de perfil"
|
||||
|
||||
#: forumlist.php:170
|
||||
msgid "Show forums on network page"
|
||||
msgstr "Mostrar foros en la página de red"
|
||||
|
||||
#: forumlist.php:178
|
||||
msgid "Submit"
|
||||
msgstr "Enviar"
|
|
@ -1,12 +1,17 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Forums"] = "Foros";
|
||||
$a->strings["show/hide"] = "mostrar/ocultar";
|
||||
$a->strings["No forum subscriptions"] = "Foro sin suscrpciones";
|
||||
$a->strings["Forums:"] = "Foros:";
|
||||
$a->strings["Forumlist settings updated."] = "Ajustes de lista de foros actualizados.";
|
||||
$a->strings["Forumlist Settings"] = "Ajustes de lista de foros";
|
||||
$a->strings["Randomise forum list"] = "";
|
||||
$a->strings["Show forums on profile page"] = "";
|
||||
$a->strings["Show forums on network page"] = "";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Forums"] = "Foros";
|
||||
$a->strings["show/hide"] = "mostrar/ocultar";
|
||||
$a->strings["No forum subscriptions"] = "Sin subscripciones de foro";
|
||||
$a->strings["Forums:"] = "Foros:";
|
||||
$a->strings["Forumlist settings updated."] = "Ajustes de la lista de foros actualizados.";
|
||||
$a->strings["Forumlist Settings"] = "Ajustes de la lista de foros";
|
||||
$a->strings["Randomise forum list"] = "Aleatorizar la lista de foros";
|
||||
$a->strings["Show forums on profile page"] = "Mostrar foros en la página de perfil";
|
||||
$a->strings["Show forums on network page"] = "Mostrar foros en la página de red";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
|
|
Loading…
Reference in a new issue