From be9456cdc82c4fcd81103594789099a0b80bcf36 Mon Sep 17 00:00:00 2001 From: jdarias Date: Sun, 1 May 2016 22:40:48 -0500 Subject: [PATCH] oh snap! --- js/translate/es_ES.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/translate/es_ES.js b/js/translate/es_ES.js index 036e2b2..b8fdd28 100644 --- a/js/translate/es_ES.js +++ b/js/translate/es_ES.js @@ -147,7 +147,7 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Uploaded':'Subido', 'Download GID':'GID de Descarga', 'Number of Pieces':'N° de Piezas', - 'Piece Length':'Tamaño de pieza' + 'Piece Length':'Tamaño de pieza', //alerts 'The last connection attempt was unsuccessful. Trying another configuration': 'El último intento de conexión falló. Probando otra configuración', @@ -159,5 +159,5 @@ translations.es_ES = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Successfully connected to Aria2 through remote RPC, however the connection is still insecure. For complete security try adding an authorization secret token while starting Aria2 (through the flag --rpc-secret)': 'Conexión exitosa con el servidor Aria2 mediante la interfaz RPC, sin embargo la conexión no es segura. Para mejorar la seguridad, añada un token de autorización al iniciar Aria2 (con la opción --rpc-secret)', 'Trying to connect to aria2 using the new connection configuration': - 'Intentando conectar con el servidor Aria2 usando los nuevos Ajustes de Conexión', + 'Intentando conectar con el servidor Aria2 usando los nuevos Ajustes de Conexión' };