--- /dev/null
+# 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."
-<?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.";