From cb646f3a4fe86a3f7bbfd57674aa1839ca620395 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 16 Jun 2017 19:14:55 +0100 Subject: [PATCH] Update changelog and gettext --- ChangeLog | 22 +++++++++------------- deluge/ui/web/js/gettext.js | 3 +++ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index caa611439..4bc14ee51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,19 +22,15 @@ these is missing, an authentication error will be sent to the client which sould then ask the username/password to the user. * Implemented sequential downloads. - * #378: Provide information about a torrent's pieces states + * Provide information about a torrent's pieces states ==== GtkUI ==== - * Fix uncaught exception when closing deluge in classic mode - * Allow changing ownership of torrents - * Host entries in the Connection Manager UI are now editable. They're - now also migrated from the old format were automatic localhost logins were - possible, which no longer is, this fixes #1814. + * Allow changing ownership of torrents. + * Host entries in the Connection Manager UI are now editable. * Implemented sequential downloads UI handling. - * #378: Allow showing a pieces bar instead of a regular progress bar in a - torrent's status tab. - * #2093: Make torrent opening compatible with all unicode paths. - * #1084: Fix magnet association button on Windows + * Add optional pieces bar instead of a regular progress bar in torrent status tab. + * Make torrent opening compatible with all unicode paths. + * Fix magnet association button on Windows. * Add keyboard shortcuts for changing queue position: - Up: Ctrl+Alt+Up - Down: Ctrl+Alt+Down @@ -42,11 +38,11 @@ - Bottom: Ctrl+Alt+Shift+Down ==== WebUI ==== - * Server (deluge-web) now daemonizes by default, use -d or --do-not-daemonize to disable. - * Fixed the --base option to work for normal use, not just with reverse proxies. + * Server (deluge-web) now daemonizes by default, use '-d' or '--do-not-daemonize' to disable. + * Fixed the '--base' option to work for regular use, not just with reverse proxies. ==== Blocklist Plugin ==== - * #1382: Implemented whitelist support to both core and GTK UI. + * Implemented whitelist support to both core and GTK UI. * Implemented ip filter cleaning before each update. Restarting the deluge daemon is no longer needed. * If "check_after_days" is 0(zero), the timer is not started anymore. It diff --git a/deluge/ui/web/js/gettext.js b/deluge/ui/web/js/gettext.js index 7d99f3302..0e991d2ca 100644 --- a/deluge/ui/web/js/gettext.js +++ b/deluge/ui/web/js/gettext.js @@ -55,6 +55,7 @@ GetText.add('Connections','${escape(_("Connections"))}') GetText.add('Cookies','${escape(_("Cookies"))}') GetText.add('Copy of .torrent files to:','${escape(_("Copy of .torrent files to:"))}') GetText.add('Create','${escape(_("Create"))}') +GetText.add('Created By:','${escape(_("Created By:"))}') GetText.add('D/L Speed Limit','${escape(_("D/L Speed Limit"))}') GetText.add('DHT','${escape(_("DHT"))}') GetText.add('DHT Nodes','${escape(_("DHT Nodes"))}') @@ -80,6 +81,7 @@ GetText.add('Downloading:','${escape(_("Downloading:"))}') GetText.add('Downloads','${escape(_("Downloads"))}') GetText.add('ETA','${escape(_("ETA"))}') GetText.add('Edit','${escape(_("Edit"))}') +GetText.add('Edit Connection','${escape(_("Edit Connection"))}') GetText.add('Edit Tracker','${escape(_("Edit Tracker"))}') GetText.add('Edit Trackers','${escape(_("Edit Trackers"))}') GetText.add('Either','${escape(_("Either"))}') @@ -286,6 +288,7 @@ GetText.add('Type:','${escape(_("Type:"))}') GetText.add('U/L Speed Limit','${escape(_("U/L Speed Limit"))}') GetText.add('UPnP','${escape(_("UPnP"))}') GetText.add('Unable to add host: {0}','${escape(_("Unable to add host: {0}"))}') +GetText.add('Unable to edit host','${escape(_("Unable to edit host"))}') GetText.add('Unlimited','${escape(_("Unlimited"))}') GetText.add('Up','${escape(_("Up"))}') GetText.add('Up Limit','${escape(_("Up Limit"))}')