ES fromgplus

This commit is contained in:
Tobias Diekershoff 2016-11-10 10:53:17 +01:00
parent c296f5e591
commit 99b69aaa95
2 changed files with 52 additions and 7 deletions

View File

@ -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."

View File

@ -1,7 +1,12 @@
<?php
$a->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.";
<?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.";