From 00ee34ff0aac19c484bf57f7ae50ce4beae581d5 Mon Sep 17 00:00:00 2001 From: Parth Sane Date: Wed, 19 Nov 2014 14:50:55 +0530 Subject: [PATCH] Update default.js Improved english for web client. --- src/tr-web-control/lang/default.js | 46 +++++++++++++++--------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/tr-web-control/lang/default.js b/src/tr-web-control/lang/default.js index 7b51b17..3214027 100644 --- a/src/tr-web-control/lang/default.js +++ b/src/tr-web-control/lang/default.js @@ -7,17 +7,17 @@ system.defaultLang = { "connect":"Connecting..." ,"connected":"Connected" ,"queue":"Queue:" - ,"queuefinish":"The queue(s) is finish." - ,"notfinal":"Not final" + ,"queuefinish":"The queue(s) has finished." + ,"notfinal":"Not finalized" } } ,"error":{ - "data-error":"Data error." - ,"data-post-error":"Data post error." - ,"rename-error":"Rename error" + "data-error":"Error recieving data!" + ,"data-post-error":"Error posting data" + ,"rename-error":"Error renaming file/folder" } ,"config":{ - "save-path":"Download dir" + "save-path":"Download directory" } ,"toolbar":{ "start":"Start" @@ -50,7 +50,7 @@ system.defaultLang = { "start":"Start the checked torrents" ,"pause":"Pause the checked torrents" ,"recheck":"Recheck the checked torrents" - ,"recheck-confirm":"You sure you want to re-check the selected torrents? This may take some time!" + ,"recheck-confirm":"Are you sure you want to re-check the selected torrents? This may take some time!" ,"start-all":"Start all" ,"pause-all":"Pause all" ,"remove":"Remove" @@ -62,10 +62,10 @@ system.defaultLang = { ,"system-config":"Config" ,"system-reload":"Reload" ,"about":"About this app" - ,"autoreload-disabled":"Disabled auto reload" - ,"autoreload-enabled":"Enabled auto reload" + ,"autoreload-disabled":"Auto reload is disabled" + ,"autoreload-enabled":"Auto reload is enabled" ,"tracker-replace":"Replace trackers" - ,"change-download-dir":"Set location" + ,"change-download-dir":"Change download location" ,"ui-mobile":"Mobile UI" ,"ui-original":"Original UI" ,"more-peers":"Ask tracker for more peers" @@ -132,13 +132,13 @@ system.defaultLang = { "torrent-add":{ "download-dir":"Download Dir:" ,"torrent-url":"Torrent URL:" - ,"tip-torrent-url":"Tip:Please multiple content with 'Enter' to separate" + ,"tip-torrent-url":"Tip:Please add multiple content with an 'Enter' key press to separate" ,"autostart":"Auto Start:" ,"tip-autostart":"" - ,"set-default-download-dir":"Set as default dir" + ,"set-default-download-dir":"Set as default directory" ,"upload-file":"Torrent file(s):" ,"nosource":"No torrent file or URL." - ,"tip-title":"Upload the torrent file takes precedence over the torrent URL" + ,"tip-title":"Uploading the torrent file takes precedence over the torrent URL" } ,"system-config":{ "title":"Server Config" @@ -152,7 +152,7 @@ system.defaultLang = { ,"config-dir":"Location of transmission's configuration directory:" ,"download-dir":"Default path to download torrents:" ,"download-dir-free-space":"Free space:" - ,"incomplete-dir-enabled":"Use incomplete dir" + ,"incomplete-dir-enabled":"Use incomplete directory" ,"cache-size-mb":"Disk cache size:" ,"rename-partial-files":"Append '.part' to incomplete files" ,"start-added-torrents":"Auto start added torrents" @@ -244,7 +244,7 @@ system.defaultLang = { ,"time-now":"Now:" ,"status":"Status:" ,"ignore":"Ignore" - ,"working-close-confirm":"Is working, make sure to close it?" + ,"working-close-confirm":"Torrents are currently downloading, are sure you want to close Transmission?" ,"time-interval":"Time interval (seconds):" ,"work-mode-title":"Mode:" ,"work-mode":{ @@ -268,13 +268,13 @@ system.defaultLang = { ,"status":"Status" ,"percentDone":"Percent done" ,"remainingTime":"Remaining time" - ,"addedDate":"Added date" + ,"addedDate":"Date added" ,"completeSize":"Complete size" - ,"rateDownload":"Rate download" - ,"rateUpload":"Rate upload" + ,"rateDownload":"Dowload Rate" + ,"rateUpload":"Upload rate" ,"leecherCount":"Leecher" ,"seederCount":"Seeder" - ,"uploadedEver":"Uploaded ever" + ,"uploadedEver":"Uploaded till date" ,"uploadRatio":"Ratio" ,"queuePosition":"Queue" } @@ -351,7 +351,7 @@ system.defaultLang = { ,"errorString":"Error string:" ,"downloadLimited":"Max global download speed:" ,"uploadLimited":"Max global upload speed:" - ,"peer-limit":"Maximum peers number of torrent:" + ,"peer-limit":"Maximum peers for this torrent:" ,"seedRatioMode":"Seed ratio for torrents to use:" ,"seedIdleMode":"Torrents we're seeding will be stopped if they're idle for this long:" } @@ -361,7 +361,7 @@ system.defaultLang = { ,"button-priority":"Set priority" } ,"other":{ - "tracker-remove-confim":"Are you sure want to remove this Tracker?" + "tracker-remove-confim":"Are you sure you want to remove this Tracker?" } } } @@ -372,7 +372,7 @@ system.defaultLang = { } ,"public":{ "text-unknown":"Unknown" - ,"text-drop-title":"Drag and drop the file in the region to add to the Transmission." + ,"text-drop-title":"Drag and drop the file in your browser to add to Transmission." ,"text-saved":"Saved" ,"text-nochange":"No change" ,"text-info":"Infos" @@ -381,4 +381,4 @@ system.defaultLang = { ,"text-download-update":"Download this update" ,"text-have-update":"An update is available" } -}; \ No newline at end of file +};