diff --git a/appnet/lang/es/messages.po b/appnet/lang/es/messages.po index 78d083d4..a44089d7 100644 --- a/appnet/lang/es/messages.po +++ b/appnet/lang/es/messages.po @@ -4,13 +4,14 @@ # # # Translators: +# Alberto Díaz Tormo , 2016 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 11:47+0200\n" -"PO-Revision-Date: 2016-10-10 17:59+0000\n" -"Last-Translator: Athalbert\n" +"PO-Revision-Date: 2016-10-13 21:25+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" @@ -73,7 +74,7 @@ msgid "" "

First way: Register an application at https://account.app.net/developer/apps/" " and enter Client ID and Client Secret. " -msgstr "" +msgstr "

Primera forma: Registrar una aplicación en https://account.app.net/developer/apps/ y seleccionar Client ID y Client Secret. " #: appnet.php:167 #, php-format diff --git a/appnet/lang/es/strings.php b/appnet/lang/es/strings.php index 10631799..020c6f35 100644 --- a/appnet/lang/es/strings.php +++ b/appnet/lang/es/strings.php @@ -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["

Error fetching user profile. Please clear the configuration and try again.

"] = "

Advertencia de error de perfil. Por favor borre la configuración e inténtelo de nuevo.

"; $a->strings["

You have two ways to connect to App.net.

"] = "

Tiene dos formas de conectar a App.net.

"; -$a->strings["

First way: Register an application at https://account.app.net/developer/apps/ and enter Client ID and Client Secret. "] = ""; +$a->strings["

First way: Register an application at https://account.app.net/developer/apps/ and enter Client ID and Client Secret. "] = "

Primera forma: Registrar una aplicación en https://account.app.net/developer/apps/ y seleccionar Client ID y Client Secret. "; $a->strings["Use '%s' as Redirect URI

"] = "Use '%s' como Redirigir URI"; $a->strings["Client ID"] = "ID de cliente"; $a->strings["Client Secret"] = "Secreto de cliente";