Update changelog and gettext
This commit is contained in:
parent
32d5392776
commit
cb646f3a4f
22
ChangeLog
22
ChangeLog
|
@ -22,19 +22,15 @@
|
||||||
these is missing, an authentication error will be sent to the client
|
these is missing, an authentication error will be sent to the client
|
||||||
which sould then ask the username/password to the user.
|
which sould then ask the username/password to the user.
|
||||||
* Implemented sequential downloads.
|
* Implemented sequential downloads.
|
||||||
* #378: Provide information about a torrent's pieces states
|
* Provide information about a torrent's pieces states
|
||||||
|
|
||||||
==== GtkUI ====
|
==== GtkUI ====
|
||||||
* Fix uncaught exception when closing deluge in classic mode
|
* Allow changing ownership of torrents.
|
||||||
* Allow changing ownership of torrents
|
* Host entries in the Connection Manager UI are now editable.
|
||||||
* 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.
|
|
||||||
* Implemented sequential downloads UI handling.
|
* Implemented sequential downloads UI handling.
|
||||||
* #378: Allow showing a pieces bar instead of a regular progress bar in a
|
* Add optional pieces bar instead of a regular progress bar in torrent status tab.
|
||||||
torrent's status tab.
|
* Make torrent opening compatible with all unicode paths.
|
||||||
* #2093: Make torrent opening compatible with all unicode paths.
|
* Fix magnet association button on Windows.
|
||||||
* #1084: Fix magnet association button on Windows
|
|
||||||
* Add keyboard shortcuts for changing queue position:
|
* Add keyboard shortcuts for changing queue position:
|
||||||
- Up: Ctrl+Alt+Up
|
- Up: Ctrl+Alt+Up
|
||||||
- Down: Ctrl+Alt+Down
|
- Down: Ctrl+Alt+Down
|
||||||
|
@ -42,11 +38,11 @@
|
||||||
- Bottom: Ctrl+Alt+Shift+Down
|
- Bottom: Ctrl+Alt+Shift+Down
|
||||||
|
|
||||||
==== WebUI ====
|
==== WebUI ====
|
||||||
* Server (deluge-web) now daemonizes by default, use -d or --do-not-daemonize to disable.
|
* 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.
|
* Fixed the '--base' option to work for regular use, not just with reverse proxies.
|
||||||
|
|
||||||
==== Blocklist Plugin ====
|
==== 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
|
* Implemented ip filter cleaning before each update. Restarting the deluge
|
||||||
daemon is no longer needed.
|
daemon is no longer needed.
|
||||||
* If "check_after_days" is 0(zero), the timer is not started anymore. It
|
* If "check_after_days" is 0(zero), the timer is not started anymore. It
|
||||||
|
|
|
@ -55,6 +55,7 @@ GetText.add('Connections','${escape(_("Connections"))}')
|
||||||
GetText.add('Cookies','${escape(_("Cookies"))}')
|
GetText.add('Cookies','${escape(_("Cookies"))}')
|
||||||
GetText.add('Copy of .torrent files to:','${escape(_("Copy of .torrent files to:"))}')
|
GetText.add('Copy of .torrent files to:','${escape(_("Copy of .torrent files to:"))}')
|
||||||
GetText.add('Create','${escape(_("Create"))}')
|
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('D/L Speed Limit','${escape(_("D/L Speed Limit"))}')
|
||||||
GetText.add('DHT','${escape(_("DHT"))}')
|
GetText.add('DHT','${escape(_("DHT"))}')
|
||||||
GetText.add('DHT Nodes','${escape(_("DHT Nodes"))}')
|
GetText.add('DHT Nodes','${escape(_("DHT Nodes"))}')
|
||||||
|
@ -80,6 +81,7 @@ GetText.add('Downloading:','${escape(_("Downloading:"))}')
|
||||||
GetText.add('Downloads','${escape(_("Downloads"))}')
|
GetText.add('Downloads','${escape(_("Downloads"))}')
|
||||||
GetText.add('ETA','${escape(_("ETA"))}')
|
GetText.add('ETA','${escape(_("ETA"))}')
|
||||||
GetText.add('Edit','${escape(_("Edit"))}')
|
GetText.add('Edit','${escape(_("Edit"))}')
|
||||||
|
GetText.add('Edit Connection','${escape(_("Edit Connection"))}')
|
||||||
GetText.add('Edit Tracker','${escape(_("Edit Tracker"))}')
|
GetText.add('Edit Tracker','${escape(_("Edit Tracker"))}')
|
||||||
GetText.add('Edit Trackers','${escape(_("Edit Trackers"))}')
|
GetText.add('Edit Trackers','${escape(_("Edit Trackers"))}')
|
||||||
GetText.add('Either','${escape(_("Either"))}')
|
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('U/L Speed Limit','${escape(_("U/L Speed Limit"))}')
|
||||||
GetText.add('UPnP','${escape(_("UPnP"))}')
|
GetText.add('UPnP','${escape(_("UPnP"))}')
|
||||||
GetText.add('Unable to add host: {0}','${escape(_("Unable to add host: {0}"))}')
|
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('Unlimited','${escape(_("Unlimited"))}')
|
||||||
GetText.add('Up','${escape(_("Up"))}')
|
GetText.add('Up','${escape(_("Up"))}')
|
||||||
GetText.add('Up Limit','${escape(_("Up Limit"))}')
|
GetText.add('Up Limit','${escape(_("Up Limit"))}')
|
||||||
|
|
Loading…
Reference in New Issue