]> git.mxchange.org Git - friendica-addons.git/commitdiff
ES forumlist
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 10 Nov 2016 09:48:26 +0000 (10:48 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 10 Nov 2016 09:48:26 +0000 (10:48 +0100)
forumlist/lang/es/messages.po [new file with mode: 0644]
forumlist/lang/es/strings.php

diff --git a/forumlist/lang/es/messages.po b/forumlist/lang/es/messages.po
new file mode 100644 (file)
index 0000000..5280a1c
--- /dev/null
@@ -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"
index 2d4e27954f06422411e8b8693a4f419eb2ffac2b..6b7d13bb463b075d8a5c78878ad865888b4da881 100644 (file)
@@ -1,12 +1,17 @@
-<?php\r
-\r
-$a->strings["Forums"] = "Foros";\r
-$a->strings["show/hide"] = "mostrar/ocultar";\r
-$a->strings["No forum subscriptions"] = "Foro sin suscrpciones";\r
-$a->strings["Forums:"] = "Foros:";\r
-$a->strings["Forumlist settings updated."] = "Ajustes de lista de foros actualizados.";\r
-$a->strings["Forumlist Settings"] = "Ajustes de lista de foros";\r
-$a->strings["Randomise forum list"] = "";\r
-$a->strings["Show forums on profile page"] = "";\r
-$a->strings["Show forums on network page"] = "";\r
-$a->strings["Submit"] = "Envíar";\r
+<?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";