diff --git a/fromgplus/lang/es/messages.po b/fromgplus/lang/es/messages.po new file mode 100644 index 00000000..ac944d6a --- /dev/null +++ b/fromgplus/lang/es/messages.po @@ -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 , 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 \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." diff --git a/fromgplus/lang/es/strings.php b/fromgplus/lang/es/strings.php index 4ea59f9a..3a96b1ac 100644 --- a/fromgplus/lang/es/strings.php +++ b/fromgplus/lang/es/strings.php @@ -1,7 +1,12 @@ -strings["Google+ Import Settings"] = "Configuración de la importación de Google+"; -$a->strings["Enable Google+ Import"] = "Habilitar la importación de Google+"; -$a->strings["Google Account ID"] = "ID de la cuenta de Google"; -$a->strings["Submit"] = "Envíar"; -$a->strings["Google+ Import Settings saved."] = "Configuración de la importación de Google+ guardada."; +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.";