forked from friendica/friendica-addons
ES fromgplus
This commit is contained in:
parent
c296f5e591
commit
99b69aaa95
40
fromgplus/lang/es/messages.po
Normal file
40
fromgplus/lang/es/messages.po
Normal 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."
|
|
@ -1,7 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Google+ Import Settings"] = "Configuración de la importación de Google+";
|
if(! function_exists("string_plural_select_es")) {
|
||||||
$a->strings["Enable Google+ Import"] = "Habilitar la importación de Google+";
|
function string_plural_select_es($n){
|
||||||
$a->strings["Google Account ID"] = "ID de la cuenta de Google";
|
return ($n != 1);;
|
||||||
$a->strings["Submit"] = "Envíar";
|
}}
|
||||||
$a->strings["Google+ Import Settings saved."] = "Configuración de la importación de Google+ guardada.";
|
;
|
||||||
|
$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.";
|
||||||
|
|
Loading…
Reference in a new issue