From 4fc3ec27c8ec009b869d3f2c87cc4050a881f11a Mon Sep 17 00:00:00 2001 From: hamza zia Date: Mon, 2 May 2016 10:37:18 +0800 Subject: [PATCH] added new strings in template --- js/translate/template.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/js/translate/template.js b/js/translate/template.js index 273f8ad..2d0a98f 100644 --- a/js/translate/template.js +++ b/js/translate/template.js @@ -146,5 +146,15 @@ translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT. 'Uploaded':'', 'Download GID':'', 'Number of Pieces':'', - 'Piece Length':'' + 'Piece Length':'', + + //alerts + + 'The last connection attempt was unsuccessful. Trying another configuration': '', + 'Oh Snap!': 'Oh Snap!', + 'Could not connect to the aria2 RPC server. Will retry in 10 secs. You might want to check the connection settings by going to Settings > Connection Settings': '', + 'Successfully connected to Aria2 through its remote RPC …': '', + '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)': '', + 'Trying to connect to aria2 using the new connection configuration': '', + };