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

diff --git a/fromapp/lang/es/messages.po b/fromapp/lang/es/messages.po
new file mode 100644 (file)
index 0000000..4abce4a
--- /dev/null
@@ -0,0 +1,41 @@
+# ADDON fromapp
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromapp 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 13:48+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"
+
+#: fromapp.php:38
+msgid "Fromapp settings updated."
+msgstr "Ajustes de Fromapp actualizados."
+
+#: fromapp.php:64
+msgid "FromApp Settings"
+msgstr "Ajustes de FromApp"
+
+#: fromapp.php:66
+msgid ""
+"The application name you would like to show your posts originating from."
+msgstr "El nombre de la aplicación desde la que le gustaría que se mostrasen sus publicaciones."
+
+#: fromapp.php:70
+msgid "Use this application name even if another application was used."
+msgstr "Utilice este nombre de aplicación incluso si otra aplicación fue utilizada."
+
+#: fromapp.php:77
+msgid "Submit"
+msgstr "Enviar"
index 8fe518fd4f67a527bd5a1b037de0ddfd796a855f..84e1dcf84394695ba4c1109015701442f5d96948 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Fromapp settings updated."] = "";\r
-$a->strings["FromApp Settings"] = "";\r
-$a->strings["The application name you would like to show your posts originating from."] = "";\r
-$a->strings["Use this application name even if another application was used."] = "";\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["Fromapp settings updated."] = "Ajustes de Fromapp actualizados.";
+$a->strings["FromApp Settings"] = "Ajustes de FromApp";
+$a->strings["The application name you would like to show your posts originating from."] = "El nombre de la aplicación desde la que le gustaría que se mostrasen sus publicaciones.";
+$a->strings["Use this application name even if another application was used."] = "Utilice este nombre de aplicación incluso si otra aplicación fue utilizada.";
+$a->strings["Submit"] = "Enviar";