forked from friendica/friendica-addons
ES appnet
This commit is contained in:
parent
327b810438
commit
26fdee5b23
|
@ -4,13 +4,14 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
|
# Alberto Díaz Tormo <albertodiaztormo@gmail.com>, 2016
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-06-22 11:47+0200\n"
|
"POT-Creation-Date: 2014-06-22 11:47+0200\n"
|
||||||
"PO-Revision-Date: 2016-10-10 17:59+0000\n"
|
"PO-Revision-Date: 2016-10-13 21:25+0000\n"
|
||||||
"Last-Translator: Athalbert\n"
|
"Last-Translator: Alberto Díaz Tormo <albertodiaztormo@gmail.com>\n"
|
||||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
@ -73,7 +74,7 @@ msgid ""
|
||||||
"<p>First way: Register an application at <a "
|
"<p>First way: Register an application at <a "
|
||||||
"href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a>"
|
"href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a>"
|
||||||
" and enter Client ID and Client Secret. "
|
" and enter Client ID and Client Secret. "
|
||||||
msgstr ""
|
msgstr "<p>Primera forma: Registrar una aplicación en <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> y seleccionar Client ID y Client Secret. "
|
||||||
|
|
||||||
#: appnet.php:167
|
#: appnet.php:167
|
||||||
#, php-format
|
#, php-format
|
||||||
|
|
|
@ -17,7 +17,7 @@ $a->strings["Post to App.net by default"] = "Publicar en App.net por defecto";
|
||||||
$a->strings["Import the remote timeline"] = "Importar la línea de tiempo remota";
|
$a->strings["Import the remote timeline"] = "Importar la línea de tiempo remota";
|
||||||
$a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Advertencia de error de perfil. Por favor borre la configuración e inténtelo de nuevo.</p>";
|
$a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Advertencia de error de perfil. Por favor borre la configuración e inténtelo de nuevo.</p>";
|
||||||
$a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Tiene dos formas de conectar a App.net.</p>";
|
$a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Tiene dos formas de conectar a App.net.</p>";
|
||||||
$a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "";
|
$a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>Primera forma: Registrar una aplicación en <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> y seleccionar Client ID y Client Secret. ";
|
||||||
$a->strings["Use '%s' as Redirect URI<p>"] = "Use '%s' como Redirigir URI";
|
$a->strings["Use '%s' as Redirect URI<p>"] = "Use '%s' como Redirigir URI";
|
||||||
$a->strings["Client ID"] = "ID de cliente";
|
$a->strings["Client ID"] = "ID de cliente";
|
||||||
$a->strings["Client Secret"] = "Secreto de cliente";
|
$a->strings["Client Secret"] = "Secreto de cliente";
|
||||||
|
|
Loading…
Reference in a new issue