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

diff --git a/fromgplus/lang/es/messages.po b/fromgplus/lang/es/messages.po
new file mode 100644 (file)
index 0000000..ac944d6
--- /dev/null
@@ -0,0 +1,40 @@
+# ADDON fromgplus
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromgplus 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:49+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"
+
+#: fromgplus.php:33
+msgid "Google+ Import Settings"
+msgstr "Ajustes de importación de Google+"
+
+#: fromgplus.php:36
+msgid "Enable Google+ Import"
+msgstr "Habilitar importación de Google+"
+
+#: fromgplus.php:39
+msgid "Google Account ID"
+msgstr "ID de cuenta de Google"
+
+#: fromgplus.php:44
+msgid "Submit"
+msgstr "Enviar"
+
+#: fromgplus.php:59
+msgid "Google+ Import Settings saved."
+msgstr "Ajustes de importación de Google+ guardados."
index 4ea59f9acf5f49b60b9c5b659dc7bbc190c5eaad..3a96b1ac0a0bf1f4e88ec9c2d9a9fe2ce87a05ec 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Google+ Import Settings"] = "Configuración de la importación de Google+";\r
-$a->strings["Enable Google+ Import"] = "Habilitar la importación de Google+";\r
-$a->strings["Google Account ID"] = "ID de la cuenta de Google";\r
-$a->strings["Submit"] = "Envíar";\r
-$a->strings["Google+ Import Settings saved."] = "Configuración de la importación de Google+ guardada.";\r
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Google+ Import Settings"] = "Ajustes de importación de Google+";
+$a->strings["Enable Google+ Import"] = "Habilitar importación de Google+";
+$a->strings["Google Account ID"] = "ID de cuenta de Google";
+$a->strings["Submit"] = "Enviar";
+$a->strings["Google+ Import Settings saved."] = "Ajustes de importación de Google+ guardados.";