summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-11-30 21:52:35 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2014-11-30 21:53:46 +0000
commit6ab951caeeb84d72f309b201c0723eb0895f5bda (patch)
tree21cdbeed6cdb6bbdd615d9c8184ea08f0989b1d7
parent52e0993fa3280aa34fe6dbf14646eec34407db34 (diff)
downloaddeluge-6ab951caeeb84d72f309b201c0723eb0895f5bda.tar.gz
deluge-6ab951caeeb84d72f309b201c0723eb0895f5bda.tar.bz2
deluge-6ab951caeeb84d72f309b201c0723eb0895f5bda.zip
Bump version to 1.3.11deluge-1.3.11
* Update changelog * Merge translations * Build js files
-rw-r--r--ChangeLog13
-rw-r--r--deluge/i18n/af.po4
-rw-r--r--deluge/i18n/ar.po4
-rw-r--r--deluge/i18n/be.po4
-rw-r--r--deluge/i18n/bg.po4
-rw-r--r--deluge/i18n/bn.po4
-rw-r--r--deluge/i18n/bs.po4
-rw-r--r--deluge/i18n/ca.po4
-rw-r--r--deluge/i18n/cs.po4
-rw-r--r--deluge/i18n/da.po6
-rw-r--r--deluge/i18n/de.po4
-rw-r--r--deluge/i18n/el.po4
-rw-r--r--deluge/i18n/en_AU.po4
-rw-r--r--deluge/i18n/en_CA.po4
-rw-r--r--deluge/i18n/en_GB.po4
-rw-r--r--deluge/i18n/es.po4
-rw-r--r--deluge/i18n/et.po4
-rw-r--r--deluge/i18n/eu.po4
-rw-r--r--deluge/i18n/fa.po4
-rw-r--r--deluge/i18n/fi.po4
-rw-r--r--deluge/i18n/fo.po4
-rw-r--r--deluge/i18n/fr.po4
-rw-r--r--deluge/i18n/ga.po4
-rw-r--r--deluge/i18n/gl.po4
-rw-r--r--deluge/i18n/he.po4
-rw-r--r--deluge/i18n/hi.po4
-rw-r--r--deluge/i18n/hr.po4
-rw-r--r--deluge/i18n/hu.po4
-rw-r--r--deluge/i18n/id.po4
-rw-r--r--deluge/i18n/is.po4
-rw-r--r--deluge/i18n/it.po4
-rw-r--r--deluge/i18n/ja.po4
-rw-r--r--deluge/i18n/ka.po4
-rw-r--r--deluge/i18n/kk.po4
-rw-r--r--deluge/i18n/km.po4
-rw-r--r--deluge/i18n/ko.po4
-rw-r--r--deluge/i18n/ky.po4
-rw-r--r--deluge/i18n/lb.po4
-rw-r--r--deluge/i18n/lt.po4
-rw-r--r--deluge/i18n/lv.po4
-rw-r--r--deluge/i18n/mk.po4
-rw-r--r--deluge/i18n/ms.po4
-rw-r--r--deluge/i18n/nap.po4
-rw-r--r--deluge/i18n/nb.po4
-rw-r--r--deluge/i18n/nl.po4
-rw-r--r--deluge/i18n/nn.po4
-rw-r--r--deluge/i18n/oc.po4
-rw-r--r--deluge/i18n/pl.po4
-rw-r--r--deluge/i18n/pt.po4
-rw-r--r--deluge/i18n/pt_BR.po4
-rw-r--r--deluge/i18n/ro.po4
-rw-r--r--deluge/i18n/ru.po4
-rw-r--r--deluge/i18n/si.po4
-rw-r--r--deluge/i18n/sk.po4
-rw-r--r--deluge/i18n/sl.po4
-rw-r--r--deluge/i18n/sr.po4
-rw-r--r--deluge/i18n/sv.po4
-rw-r--r--deluge/i18n/te.po4
-rw-r--r--deluge/i18n/th.po34
-rw-r--r--deluge/i18n/tr.po4
-rw-r--r--deluge/i18n/uk.po4
-rw-r--r--deluge/i18n/ur.po4
-rw-r--r--deluge/i18n/vi.po4
-rw-r--r--deluge/i18n/zh_CN.po4
-rw-r--r--deluge/i18n/zh_TW.po4
-rw-r--r--deluge/ui/web/js/deluge-all-debug.js30
-rw-r--r--deluge/ui/web/js/deluge-all.js8
-rw-r--r--docs/man/deluge-console.12
-rw-r--r--docs/man/deluge-gtk.12
-rw-r--r--docs/man/deluge-web.12
-rw-r--r--docs/man/deluge.12
-rw-r--r--docs/man/deluged.12
-rw-r--r--osx/Info.plist6
-rwxr-xr-xsetup.py2
74 files changed, 194 insertions, 163 deletions
diff --git a/ChangeLog b/ChangeLog
index 0de479e4a..821b152bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+=== Deluge 1.3.11 (30 November 2014) ===
+==== GtkUI ====
+ * Fixed ImportError for users with Twisted < 10
+ * #2698: Fixed column issue when disabling a plugin
+
+==== Core ====
+ * Fixed cache issue with libtorrent 0.16 on Windows
+ * #2555: Disabled use of SSLv3 protocol for DelugeRPC
+
+==== WebUI ====
+ * Modify SSL Context to allow >= TLSv1 protocol
+ * #2588: Fixed Size column to show total_wanted instead of total_size
+
=== Deluge 1.3.10 (15 October 2014) ===
==== GtkUI ====
* #2256: Indexes are not updated correctly when removing column
diff --git a/deluge/i18n/af.po b/deluge/i18n/af.po
index 5e27758a4..f06ba5cc8 100644
--- a/deluge/i18n/af.po
+++ b/deluge/i18n/af.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ar.po b/deluge/i18n/ar.po
index c7580d33d..bcbcf9ddc 100644
--- a/deluge/i18n/ar.po
+++ b/deluge/i18n/ar.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/be.po b/deluge/i18n/be.po
index 05590f8df..00143d649 100644
--- a/deluge/i18n/be.po
+++ b/deluge/i18n/be.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/bg.po b/deluge/i18n/bg.po
index 7c7231a1f..9b1d0dd05 100644
--- a/deluge/i18n/bg.po
+++ b/deluge/i18n/bg.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/bn.po b/deluge/i18n/bn.po
index 9e82b15d3..8e6b91d5e 100644
--- a/deluge/i18n/bn.po
+++ b/deluge/i18n/bn.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/bs.po b/deluge/i18n/bs.po
index 91d3f8e4b..4eb93cfc3 100644
--- a/deluge/i18n/bs.po
+++ b/deluge/i18n/bs.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ca.po b/deluge/i18n/ca.po
index 1a1d7ec69..34652d4e7 100644
--- a/deluge/i18n/ca.po
+++ b/deluge/i18n/ca.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/cs.po b/deluge/i18n/cs.po
index d5d2431a6..9df63fae6 100644
--- a/deluge/i18n/cs.po
+++ b/deluge/i18n/cs.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/da.po b/deluge/i18n/da.po
index 601473a6b..fd0b32a62 100644
--- a/deluge/i18n/da.po
+++ b/deluge/i18n/da.po
@@ -9,13 +9,13 @@ msgstr ""
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-07-09 19:10+0100\n"
"PO-Revision-Date: 2013-03-20 19:15+0000\n"
-"Last-Translator: Aputsiaq Niels Janussen <aj@isit.gl>\n"
+"Last-Translator: Aputsiaĸ Niels Janussen <aj@isit.gl>\n"
"Language-Team: Danish <da@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/de.po b/deluge/i18n/de.po
index 4f86427c7..40726db6b 100644
--- a/deluge/i18n/de.po
+++ b/deluge/i18n/de.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/el.po b/deluge/i18n/el.po
index bfa49f224..dcc6f5376 100644
--- a/deluge/i18n/el.po
+++ b/deluge/i18n/el.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/en_AU.po b/deluge/i18n/en_AU.po
index 3917c2d3b..a439d68da 100644
--- a/deluge/i18n/en_AU.po
+++ b/deluge/i18n/en_AU.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/en_CA.po b/deluge/i18n/en_CA.po
index 33735c0fe..2a46d67e0 100644
--- a/deluge/i18n/en_CA.po
+++ b/deluge/i18n/en_CA.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/en_GB.po b/deluge/i18n/en_GB.po
index efbbb603d..6153a75d8 100644
--- a/deluge/i18n/en_GB.po
+++ b/deluge/i18n/en_GB.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/es.po b/deluge/i18n/es.po
index c14d04560..9c909716c 100644
--- a/deluge/i18n/es.po
+++ b/deluge/i18n/es.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/et.po b/deluge/i18n/et.po
index 4097fd308..4cc35a679 100644
--- a/deluge/i18n/et.po
+++ b/deluge/i18n/et.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/eu.po b/deluge/i18n/eu.po
index a88cee8ef..f9b8f616c 100644
--- a/deluge/i18n/eu.po
+++ b/deluge/i18n/eu.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/fa.po b/deluge/i18n/fa.po
index b31232c83..7d3699c8b 100644
--- a/deluge/i18n/fa.po
+++ b/deluge/i18n/fa.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/fi.po b/deluge/i18n/fi.po
index 6a54b0172..ba7573577 100644
--- a/deluge/i18n/fi.po
+++ b/deluge/i18n/fi.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/fo.po b/deluge/i18n/fo.po
index 00a3566b0..0ebd0f932 100644
--- a/deluge/i18n/fo.po
+++ b/deluge/i18n/fo.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/fr.po b/deluge/i18n/fr.po
index 7d8da0116..51a6cb075 100644
--- a/deluge/i18n/fr.po
+++ b/deluge/i18n/fr.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ga.po b/deluge/i18n/ga.po
index d5bd8c998..9b974a07e 100644
--- a/deluge/i18n/ga.po
+++ b/deluge/i18n/ga.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/gl.po b/deluge/i18n/gl.po
index fb1581369..56ced4a55 100644
--- a/deluge/i18n/gl.po
+++ b/deluge/i18n/gl.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
"Language: gl\n"
#: deluge/pluginmanagerbase.py:173
diff --git a/deluge/i18n/he.po b/deluge/i18n/he.po
index 6abb63f10..62d7807e4 100644
--- a/deluge/i18n/he.po
+++ b/deluge/i18n/he.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/hi.po b/deluge/i18n/hi.po
index e41bba5d5..4c1aa80ed 100644
--- a/deluge/i18n/hi.po
+++ b/deluge/i18n/hi.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/hr.po b/deluge/i18n/hr.po
index 0705b96da..eef9532e2 100644
--- a/deluge/i18n/hr.po
+++ b/deluge/i18n/hr.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/hu.po b/deluge/i18n/hu.po
index 6975db16d..7e4830426 100644
--- a/deluge/i18n/hu.po
+++ b/deluge/i18n/hu.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/id.po b/deluge/i18n/id.po
index 643a15ba9..0c213e54b 100644
--- a/deluge/i18n/id.po
+++ b/deluge/i18n/id.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/is.po b/deluge/i18n/is.po
index bc1ed3f28..0a9a58aa8 100644
--- a/deluge/i18n/is.po
+++ b/deluge/i18n/is.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/it.po b/deluge/i18n/it.po
index e5468f445..bc9e9bf40 100644
--- a/deluge/i18n/it.po
+++ b/deluge/i18n/it.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ja.po b/deluge/i18n/ja.po
index f69ad3abe..169e86452 100644
--- a/deluge/i18n/ja.po
+++ b/deluge/i18n/ja.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ka.po b/deluge/i18n/ka.po
index edb37e0b0..5d223d956 100644
--- a/deluge/i18n/ka.po
+++ b/deluge/i18n/ka.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
"Language: ka\n"
#: deluge/pluginmanagerbase.py:173
diff --git a/deluge/i18n/kk.po b/deluge/i18n/kk.po
index c25ce68f8..0577ebdc1 100644
--- a/deluge/i18n/kk.po
+++ b/deluge/i18n/kk.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/km.po b/deluge/i18n/km.po
index a4ab1912c..18e578ab5 100644
--- a/deluge/i18n/km.po
+++ b/deluge/i18n/km.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ko.po b/deluge/i18n/ko.po
index b9c102dae..3a1074cc9 100644
--- a/deluge/i18n/ko.po
+++ b/deluge/i18n/ko.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ky.po b/deluge/i18n/ky.po
index f075e49f5..5c8fffeda 100644
--- a/deluge/i18n/ky.po
+++ b/deluge/i18n/ky.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/lb.po b/deluge/i18n/lb.po
index f054f5209..d2925ca2a 100644
--- a/deluge/i18n/lb.po
+++ b/deluge/i18n/lb.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/lt.po b/deluge/i18n/lt.po
index eb0ef5e1f..e7d9bcd97 100644
--- a/deluge/i18n/lt.po
+++ b/deluge/i18n/lt.po
@@ -15,8 +15,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
"Language: \n"
#: deluge/pluginmanagerbase.py:173
diff --git a/deluge/i18n/lv.po b/deluge/i18n/lv.po
index 0f7350fce..9de35c23a 100644
--- a/deluge/i18n/lv.po
+++ b/deluge/i18n/lv.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/mk.po b/deluge/i18n/mk.po
index 00dc80a18..3f0d61434 100644
--- a/deluge/i18n/mk.po
+++ b/deluge/i18n/mk.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ms.po b/deluge/i18n/ms.po
index 3444012d6..42c88c9c0 100644
--- a/deluge/i18n/ms.po
+++ b/deluge/i18n/ms.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/nap.po b/deluge/i18n/nap.po
index a41ad326b..ce15d60b0 100644
--- a/deluge/i18n/nap.po
+++ b/deluge/i18n/nap.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/nb.po b/deluge/i18n/nb.po
index 67d1ec135..905683a06 100644
--- a/deluge/i18n/nb.po
+++ b/deluge/i18n/nb.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/nl.po b/deluge/i18n/nl.po
index 5fc901009..3493d81a7 100644
--- a/deluge/i18n/nl.po
+++ b/deluge/i18n/nl.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:28+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:44+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/nn.po b/deluge/i18n/nn.po
index b743ff69a..d31142ad9 100644
--- a/deluge/i18n/nn.po
+++ b/deluge/i18n/nn.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/oc.po b/deluge/i18n/oc.po
index ac5978dac..56289f9c5 100644
--- a/deluge/i18n/oc.po
+++ b/deluge/i18n/oc.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/pl.po b/deluge/i18n/pl.po
index 491ab746f..682ef5f38 100644
--- a/deluge/i18n/pl.po
+++ b/deluge/i18n/pl.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/pt.po b/deluge/i18n/pt.po
index 1c089e703..d49a595f7 100644
--- a/deluge/i18n/pt.po
+++ b/deluge/i18n/pt.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/pt_BR.po b/deluge/i18n/pt_BR.po
index 39a4e768b..f09be95cb 100644
--- a/deluge/i18n/pt_BR.po
+++ b/deluge/i18n/pt_BR.po
@@ -15,8 +15,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ro.po b/deluge/i18n/ro.po
index 4c88b4901..3e5225cc8 100644
--- a/deluge/i18n/ro.po
+++ b/deluge/i18n/ro.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ru.po b/deluge/i18n/ru.po
index 5190fbc64..39314980b 100644
--- a/deluge/i18n/ru.po
+++ b/deluge/i18n/ru.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/si.po b/deluge/i18n/si.po
index c4e9d4703..2bf5daea8 100644
--- a/deluge/i18n/si.po
+++ b/deluge/i18n/si.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/sk.po b/deluge/i18n/sk.po
index 2c9f7f88d..0c1023483 100644
--- a/deluge/i18n/sk.po
+++ b/deluge/i18n/sk.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/sl.po b/deluge/i18n/sl.po
index f2e42bd98..c7bf1d77b 100644
--- a/deluge/i18n/sl.po
+++ b/deluge/i18n/sl.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/sr.po b/deluge/i18n/sr.po
index a01e893e4..13debb9c3 100644
--- a/deluge/i18n/sr.po
+++ b/deluge/i18n/sr.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/sv.po b/deluge/i18n/sv.po
index ba302e426..1c9173497 100644
--- a/deluge/i18n/sv.po
+++ b/deluge/i18n/sv.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/te.po b/deluge/i18n/te.po
index 29383ad46..5baed27c9 100644
--- a/deluge/i18n/te.po
+++ b/deluge/i18n/te.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/th.po b/deluge/i18n/th.po
index b11bff303..1a5a34b69 100644
--- a/deluge/i18n/th.po
+++ b/deluge/i18n/th.po
@@ -8,42 +8,42 @@ msgstr ""
"Project-Id-Version: deluge\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2014-07-09 19:10+0100\n"
-"PO-Revision-Date: 2012-01-02 22:50+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"PO-Revision-Date: 2014-11-27 01:08+0000\n"
+"Last-Translator: thetooi <phisarn.b@gmail.com>\n"
"Language-Team: Thai <th@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
-msgstr ""
+msgstr "ไม่สามารถใช้ได้"
#: deluge/common.py:260
msgid "KiB"
-msgstr ""
+msgstr "กิโลไบต์"
#: deluge/common.py:261
msgid "MiB"
-msgstr ""
+msgstr "เมกะไบต์"
#: deluge/common.py:262
msgid "GiB"
-msgstr ""
+msgstr "กิกะไบต์"
#: deluge/common.py:310
msgid "K"
-msgstr ""
+msgstr "กิโลไบต์"
#: deluge/common.py:313
msgid "M"
-msgstr ""
+msgstr "เมกกะไบต์"
#: deluge/common.py:315
msgid "G"
-msgstr ""
+msgstr "กิกกะไบต์"
#: deluge/common.py:353
#: deluge/plugins/AutoAdd/deluge/plugins/autoadd/data/autoadd_options.glade:857
@@ -66,15 +66,15 @@ msgstr ""
#: deluge/ui/web/js/deluge-all/details/OptionsTab.js:114
#: deluge/ui/web/js/deluge-all/details/OptionsTab.js:141
msgid "KiB/s"
-msgstr ""
+msgstr "กิโลไบต์/วินาที"
#: deluge/common.py:356
msgid "MiB/s"
-msgstr ""
+msgstr "เมกกะไบต์/วินาที"
#: deluge/common.py:358
msgid "GiB/s"
-msgstr ""
+msgstr "กิกกะไบต์/วินาที"
#: deluge/plugins/AutoAdd/deluge/plugins/autoadd/gtkui.py:281
#: deluge/ui/common.py:41 deluge/ui/common.py:45
@@ -86,15 +86,15 @@ msgstr ""
#: deluge/ui/web/js/deluge-all/details/StatusTab.js:121
#: deluge/ui/web/js/deluge-all/add/AddWindow.js:209
msgid "Error"
-msgstr ""
+msgstr "ผิดพลาด"
#: deluge/ui/common.py:47 deluge/ui/web/js/deluge-all/details/StatusTab.js:123
msgid "Announce OK"
-msgstr ""
+msgstr "Announce OK"
#: deluge/ui/common.py:48 deluge/ui/web/js/deluge-all/details/StatusTab.js:124
msgid "Announce Sent"
-msgstr ""
+msgstr "Announce Sent"
#: deluge/ui/common.py:46 deluge/ui/web/js/deluge-all/details/StatusTab.js:122
msgid "Warning"
diff --git a/deluge/i18n/tr.po b/deluge/i18n/tr.po
index bc6812cfe..6d788797a 100644
--- a/deluge/i18n/tr.po
+++ b/deluge/i18n/tr.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/uk.po b/deluge/i18n/uk.po
index b18bb9b48..4b8e94a97 100644
--- a/deluge/i18n/uk.po
+++ b/deluge/i18n/uk.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/ur.po b/deluge/i18n/ur.po
index 2e68f4acc..83a10f02d 100644
--- a/deluge/i18n/ur.po
+++ b/deluge/i18n/ur.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/vi.po b/deluge/i18n/vi.po
index f68dff2d5..f72fd2b94 100644
--- a/deluge/i18n/vi.po
+++ b/deluge/i18n/vi.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/zh_CN.po b/deluge/i18n/zh_CN.po
index dcdb6344a..311773be1 100644
--- a/deluge/i18n/zh_CN.po
+++ b/deluge/i18n/zh_CN.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/i18n/zh_TW.po b/deluge/i18n/zh_TW.po
index 284b5ef03..5da71a281 100644
--- a/deluge/i18n/zh_TW.po
+++ b/deluge/i18n/zh_TW.po
@@ -14,8 +14,8 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2014-10-03 20:29+0000\n"
-"X-Generator: Launchpad (build 17196)\n"
+"X-Launchpad-Export-Date: 2014-11-30 21:45+0000\n"
+"X-Generator: Launchpad (build 17267)\n"
#: deluge/pluginmanagerbase.py:173
msgid "Not available"
diff --git a/deluge/ui/web/js/deluge-all-debug.js b/deluge/ui/web/js/deluge-all-debug.js
index 637a5595b..a405f279f 100644
--- a/deluge/ui/web/js/deluge-all-debug.js
+++ b/deluge/ui/web/js/deluge-all-debug.js
@@ -125,7 +125,7 @@ Deluge.data.Peer = Ext.data.Record.create([
]);
/*!
* Deluge.data.TorrentRecord.js
- *
+ *
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
@@ -175,7 +175,7 @@ Deluge.data.Torrent = Ext.data.Record.create([{
type: 'string',
sortType: Deluge.data.SortTypes.asName
}, {
- name: 'total_size',
+ name: 'total_wanted',
type: 'int'
}, {
name: 'state',
@@ -216,6 +216,24 @@ Deluge.data.Torrent = Ext.data.Record.create([{
}, {
name: 'tracker_host',
type: 'string'
+ }, {
+ name: 'save_path',
+ type: 'string'
+ }, {
+ name: 'total_done',
+ type: 'int'
+ }, {
+ name: 'total_uploaded',
+ type: 'int'
+ }, {
+ name: 'max_download_speed',
+ type: 'int'
+ }, {
+ name: 'max_upload_speed',
+ type: 'int'
+ }, {
+ name: 'seeds_peers_ratio',
+ type: 'float'
}
]);
/*!
@@ -7020,7 +7038,7 @@ Deluge.Keys = {
/**
* Keys that are used within the torrent grid.
- * <pre>['queue', 'name', 'total_size', 'state', 'progress', 'num_seeds',
+ * <pre>['queue', 'name', 'total_wanted', 'state', 'progress', 'num_seeds',
* 'total_seeds', 'num_peers', 'total_peers', 'download_payload_rate',
* 'upload_payload_rate', 'eta', 'ratio', 'distributed_copies',
* 'is_auto_managed', 'time_added', 'tracker_host', 'save_path',
@@ -7028,7 +7046,7 @@ Deluge.Keys = {
* 'seeds_peers_ratio']</pre>
*/
Grid: [
- 'queue', 'name', 'total_size', 'state', 'progress', 'num_seeds',
+ 'queue', 'name', 'total_wanted', 'state', 'progress', 'num_seeds',
'total_seeds', 'num_peers', 'total_peers', 'download_payload_rate',
'upload_payload_rate', 'eta', 'ratio', 'distributed_copies',
'is_auto_managed', 'time_added', 'tracker_host', 'save_path',
@@ -8967,7 +8985,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
width: 75,
sortable: true,
renderer: fsize,
- dataIndex: 'total_size'
+ dataIndex: 'total_wanted'
}, {
header: _('Progress'),
width: 150,
@@ -9084,7 +9102,7 @@ Deluge.Toolbar = Ext.extend(Ext.Toolbar, {
fields: [
{name: 'queue', sortType: Deluge.data.SortTypes.asQueuePosition},
{name: 'name', sortType: Deluge.data.SortTypes.asName},
- {name: 'total_size', type: 'int'},
+ {name: 'total_wanted', type: 'int'},
{name: 'state'},
{name: 'progress', type: 'float'},
{name: 'num_seeds', type: 'int'},
diff --git a/deluge/ui/web/js/deluge-all.js b/deluge/ui/web/js/deluge-all.js
index 400613bb5..ab0775f81 100644
--- a/deluge/ui/web/js/deluge-all.js
+++ b/deluge/ui/web/js/deluge-all.js
@@ -64,7 +64,7 @@ Ext.namespace("Deluge.data");Deluge.data.SortTypes={asIPAddress:function(a){var
;Ext.namespace("Deluge.data");Deluge.data.Peer=Ext.data.Record.create([{name:"country",type:"string"},{name:"ip",type:"string",sortType:Deluge.data.SortTypes.asIPAddress},{name:"client",type:"string"},{name:"progress",type:"float"},{name:"down_speed",type:"int"},{name:"up_speed",type:"int"},{name:"seed",type:"int"}]);
/*
* Deluge.data.TorrentRecord.js
- *
+ *
* Copyright (c) Damien Churchill 2009-2010 <damoxc@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
@@ -93,7 +93,7 @@ Ext.namespace("Deluge.data");Deluge.data.SortTypes={asIPAddress:function(a){var
* this exception statement from your version. If you delete this exception
* statement from all source files in the program, then also delete it here.
*/
-Ext.namespace("Deluge.data");Deluge.data.Torrent=Ext.data.Record.create([{name:"queue",type:"int"},{name:"name",type:"string",sortType:Deluge.data.SortTypes.asName},{name:"total_size",type:"int"},{name:"state",type:"string"},{name:"progress",type:"int"},{name:"num_seeds",type:"int"},{name:"total_seeds",type:"int"},{name:"num_peers",type:"int"},{name:"total_peers",type:"int"},{name:"download_payload_rate",type:"int"},{name:"upload_payload_rate",type:"int"},{name:"eta",type:"int"},{name:"ratio",type:"float"},{name:"distributed_copies",type:"float"},{name:"time_added",type:"int"},{name:"tracker_host",type:"string"}]);
+Ext.namespace("Deluge.data");Deluge.data.Torrent=Ext.data.Record.create([{name:"queue",type:"int"},{name:"name",type:"string",sortType:Deluge.data.SortTypes.asName},{name:"total_wanted",type:"int"},{name:"state",type:"string"},{name:"progress",type:"int"},{name:"num_seeds",type:"int"},{name:"total_seeds",type:"int"},{name:"num_peers",type:"int"},{name:"total_peers",type:"int"},{name:"download_payload_rate",type:"int"},{name:"upload_payload_rate",type:"int"},{name:"eta",type:"int"},{name:"ratio",type:"float"},{name:"distributed_copies",type:"float"},{name:"time_added",type:"int"},{name:"tracker_host",type:"string"},{name:"save_path",type:"string"},{name:"total_done",type:"int"},{name:"total_uploaded",type:"int"},{name:"max_download_speed",type:"int"},{name:"max_upload_speed",type:"int"},{name:"seeds_peers_ratio",type:"float"}]);
/*
* Deluge.details.DetailsPanel.js
*
@@ -1405,7 +1405,7 @@ Ext.ns("Deluge");Deluge.FilterPanel=Ext.extend(Ext.Panel,{autoScroll:true,border
* this exception statement from your version. If you delete this exception
* statement from all source files in the program, then also delete it here.
*/
-Deluge.Keys={Grid:["queue","name","total_size","state","progress","num_seeds","total_seeds","num_peers","total_peers","download_payload_rate","upload_payload_rate","eta","ratio","distributed_copies","is_auto_managed","time_added","tracker_host","save_path","total_done","total_uploaded","max_download_speed","max_upload_speed","seeds_peers_ratio"],Status:["total_done","total_payload_download","total_uploaded","total_payload_upload","next_announce","tracker_status","num_pieces","piece_length","is_auto_managed","active_time","seeding_time","seed_rank"],Files:["files","file_progress","file_priorities"],Peers:["peers"],Details:["name","save_path","total_size","num_files","message","tracker","comment"],Options:["max_download_speed","max_upload_speed","max_connections","max_upload_slots","is_auto_managed","stop_at_ratio","stop_ratio","remove_at_ratio","private","prioritize_first_last","move_completed","move_completed_path"]};Ext.each(Deluge.Keys.Grid,function(a){Deluge.Keys.Status.push(a)});
+Deluge.Keys={Grid:["queue","name","total_wanted","state","progress","num_seeds","total_seeds","num_peers","total_peers","download_payload_rate","upload_payload_rate","eta","ratio","distributed_copies","is_auto_managed","time_added","tracker_host","save_path","total_done","total_uploaded","max_download_speed","max_upload_speed","seeds_peers_ratio"],Status:["total_done","total_payload_download","total_uploaded","total_payload_upload","next_announce","tracker_status","num_pieces","piece_length","is_auto_managed","active_time","seeding_time","seed_rank"],Files:["files","file_progress","file_priorities"],Peers:["peers"],Details:["name","save_path","total_size","num_files","message","tracker","comment"],Options:["max_download_speed","max_upload_speed","max_connections","max_upload_slots","is_auto_managed","stop_at_ratio","stop_ratio","remove_at_ratio","private","prioritize_first_last","move_completed","move_completed_path"]};Ext.each(Deluge.Keys.Grid,function(a){Deluge.Keys.Status.push(a)});
/*
* Deluge.LoginWindow.js
*
@@ -1757,7 +1757,7 @@ Deluge.Toolbar=Ext.extend(Ext.Toolbar,{constructor:function(a){a=Ext.apply({item
* this exception statement from your version. If you delete this exception
* statement from all source files in the program, then also delete it here.
*/
-(function(){function c(k){return(k==-1)?"":k+1}function f(l,m,k){return String.format('<div class="torrent-name x-deluge-{0}">{1}</div>',k.data.state.toLowerCase(),l)}function g(k){if(!k){return}return fspeed(k)}function i(k){if(k==-1){return""}return fspeed(k*1024)}function j(o,q,n){o=new Number(o);var k=o;var s=n.data.state+" "+o.toFixed(2)+"%";if(this.style){var m=this.style}else{var m=q.style}var l=new Number(m.match(/\w+:\s*(\d+)\w+/)[1]);return Deluge.progressBar(o,l-8,s)}function a(l,m,k){if(k.data.total_seeds>-1){return String.format("{0} ({1})",l,k.data.total_seeds)}else{return l}}function e(l,m,k){if(k.data.total_peers>-1){return String.format("{0} ({1})",l,k.data.total_peers)}else{return l}}function b(l,m,k){return(l<0)?"&infin;":parseFloat(new Number(l).toFixed(3))}function d(l,m,k){return String.format('<div style="background: url('+deluge.config.base+'tracker/{0}) no-repeat; padding-left: 20px;">{0}</div>',l)}function h(k){return k*-1}Deluge.TorrentGrid=Ext.extend(Ext.grid.GridPanel,{torrents:{},columns:[{id:"queue",header:_("#"),width:30,sortable:true,renderer:c,dataIndex:"queue"},{id:"name",header:_("Name"),width:150,sortable:true,renderer:f,dataIndex:"name"},{header:_("Size"),width:75,sortable:true,renderer:fsize,dataIndex:"total_size"},{header:_("Progress"),width:150,sortable:true,renderer:j,dataIndex:"progress"},{header:_("Down Speed"),width:80,sortable:true,renderer:g,dataIndex:"download_payload_rate"},{header:_("Up Speed"),width:80,sortable:true,renderer:g,dataIndex:"upload_payload_rate"},{header:_("ETA"),width:60,sortable:true,renderer:ftime,dataIndex:"eta"},{header:_("Seeders"),hidden:true,width:60,sortable:true,renderer:a,dataIndex:"num_seeds"},{header:_("Peers"),hidden:true,width:60,sortable:true,renderer:e,dataIndex:"num_peers"},{header:_("Ratio"),hidden:true,width:60,sortable:true,renderer:b,dataIndex:"ratio"},{header:_("Avail"),hidden:true,width:60,sortable:true,renderer:b,dataIndex:"distributed_copies"},{header:_("Added"),hidden:true,width:80,sortable:true,renderer:fdate,dataIndex:"time_added"},{header:_("Tracker"),hidden:true,width:120,sortable:true,renderer:d,dataIndex:"tracker_host"},{header:_("Save Path"),hidden:true,width:120,sortable:true,renderer:fplain,dataIndex:"save_path"},{header:_("Downloaded"),hidden:true,width:75,sortable:true,renderer:fsize,dataIndex:"total_done"},{header:_("Uploaded"),hidden:true,width:75,sortable:true,renderer:fsize,dataIndex:"total_uploaded"},{header:_("Down Limit"),hidden:true,width:75,sortable:true,renderer:i,dataIndex:"max_download_speed"},{header:_("Up Limit"),hidden:true,width:75,sortable:true,renderer:i,dataIndex:"max_upload_speed"},{header:_("Seeders")+"/"+_("Peers"),hidden:true,width:75,sortable:true,renderer:b,dataIndex:"seeds_peers_ratio"}],meta:{root:"torrents",idProperty:"id",fields:[{name:"queue",sortType:Deluge.data.SortTypes.asQueuePosition},{name:"name",sortType:Deluge.data.SortTypes.asName},{name:"total_size",type:"int"},{name:"state"},{name:"progress",type:"float"},{name:"num_seeds",type:"int"},{name:"total_seeds",type:"int"},{name:"num_peers",type:"int"},{name:"total_peers",type:"int"},{name:"download_payload_rate",type:"int"},{name:"upload_payload_rate",type:"int"},{name:"eta",type:"int",sortType:h},{name:"ratio",type:"float"},{name:"distributed_copies",type:"float"},{name:"time_added",type:"int"},{name:"tracker_host"},{name:"save_path"},{name:"total_done",type:"int"},{name:"total_uploaded",type:"int"},{name:"max_download_speed",type:"int"},{name:"max_upload_speed",type:"int"},{name:"seeds_peers_ratio",type:"float"}]},keys:[{key:"a",ctrl:true,stopEvent:true,handler:function(){deluge.torrents.getSelectionModel().selectAll()}},{key:[46],stopEvent:true,handler:function(){ids=deluge.torrents.getSelectedIds();deluge.removeWindow.show(ids)}}],constructor:function(k){k=Ext.apply({id:"torrentGrid",store:new Ext.data.JsonStore(this.meta),columns:this.columns,keys:this.keys,region:"center",cls:"deluge-torrents",stripeRows:true,autoExpandColumn:"name",autoExpandMin:150,deferredRender:false,autoScroll:true,margins:"5 5 0 0",stateful:true,view:new Ext.ux.grid.BufferView({rowHeight:26,scrollDelay:false})},k);Deluge.TorrentGrid.superclass.constructor.call(this,k)},initComponent:function(){Deluge.TorrentGrid.superclass.initComponent.call(this);deluge.events.on("torrentRemoved",this.onTorrentRemoved,this);deluge.events.on("disconnect",this.onDisconnect,this);this.on("rowcontextmenu",function(k,n,m){m.stopEvent();var l=k.getSelectionModel();if(!l.isSelected(n)){l.selectRow(n)}deluge.menus.torrent.showAt(m.getPoint())})},getTorrent:function(k){return this.getStore().getAt(k)},getSelected:function(){return this.getSelectionModel().getSelected()},getSelections:function(){return this.getSelectionModel().getSelections()},getSelectedId:function(){return this.getSelectionModel().getSelected().id},getSelectedIds:function(){var k=[];Ext.each(this.getSelectionModel().getSelections(),function(l){k.push(l.id)});return k},update:function(o,m){var q=this.getStore();if(m){q.removeAll();this.torrents={}}var p=[];for(var r in o){var u=o[r];if(this.torrents[r]){var n=q.getById(r);n.beginEdit();for(var l in u){if(n.get(l)!=u[l]){n.set(l,u[l])}}n.endEdit()}else{var n=new Deluge.data.Torrent(u);n.id=r;this.torrents[r]=1;p.push(n)}}q.add(p);q.each(function(k){if(!o[k.id]){q.remove(k);delete this.torrents[k.id]}},this);q.commitChanges();var s=q.getSortState();if(!s){return}q.sort(s.field,s.direction)},onDisconnect:function(){this.getStore().removeAll();this.torrents={}},onTorrentRemoved:function(l){var k=this.getSelectionModel();Ext.each(l,function(n){var m=this.getStore().getById(n);if(k.isSelected(m)){k.deselectRow(this.getStore().indexOf(m))}this.getStore().remove(m);delete this.torrents[n]},this)}});deluge.torrents=new Deluge.TorrentGrid()})();
+(function(){function c(k){return(k==-1)?"":k+1}function f(l,m,k){return String.format('<div class="torrent-name x-deluge-{0}">{1}</div>',k.data.state.toLowerCase(),l)}function g(k){if(!k){return}return fspeed(k)}function i(k){if(k==-1){return""}return fspeed(k*1024)}function j(o,q,n){o=new Number(o);var k=o;var s=n.data.state+" "+o.toFixed(2)+"%";if(this.style){var m=this.style}else{var m=q.style}var l=new Number(m.match(/\w+:\s*(\d+)\w+/)[1]);return Deluge.progressBar(o,l-8,s)}function a(l,m,k){if(k.data.total_seeds>-1){return String.format("{0} ({1})",l,k.data.total_seeds)}else{return l}}function e(l,m,k){if(k.data.total_peers>-1){return String.format("{0} ({1})",l,k.data.total_peers)}else{return l}}function b(l,m,k){return(l<0)?"&infin;":parseFloat(new Number(l).toFixed(3))}function d(l,m,k){return String.format('<div style="background: url('+deluge.config.base+'tracker/{0}) no-repeat; padding-left: 20px;">{0}</div>',l)}function h(k){return k*-1}Deluge.TorrentGrid=Ext.extend(Ext.grid.GridPanel,{torrents:{},columns:[{id:"queue",header:_("#"),width:30,sortable:true,renderer:c,dataIndex:"queue"},{id:"name",header:_("Name"),width:150,sortable:true,renderer:f,dataIndex:"name"},{header:_("Size"),width:75,sortable:true,renderer:fsize,dataIndex:"total_wanted"},{header:_("Progress"),width:150,sortable:true,renderer:j,dataIndex:"progress"},{header:_("Down Speed"),width:80,sortable:true,renderer:g,dataIndex:"download_payload_rate"},{header:_("Up Speed"),width:80,sortable:true,renderer:g,dataIndex:"upload_payload_rate"},{header:_("ETA"),width:60,sortable:true,renderer:ftime,dataIndex:"eta"},{header:_("Seeders"),hidden:true,width:60,sortable:true,renderer:a,dataIndex:"num_seeds"},{header:_("Peers"),hidden:true,width:60,sortable:true,renderer:e,dataIndex:"num_peers"},{header:_("Ratio"),hidden:true,width:60,sortable:true,renderer:b,dataIndex:"ratio"},{header:_("Avail"),hidden:true,width:60,sortable:true,renderer:b,dataIndex:"distributed_copies"},{header:_("Added"),hidden:true,width:80,sortable:true,renderer:fdate,dataIndex:"time_added"},{header:_("Tracker"),hidden:true,width:120,sortable:true,renderer:d,dataIndex:"tracker_host"},{header:_("Save Path"),hidden:true,width:120,sortable:true,renderer:fplain,dataIndex:"save_path"},{header:_("Downloaded"),hidden:true,width:75,sortable:true,renderer:fsize,dataIndex:"total_done"},{header:_("Uploaded"),hidden:true,width:75,sortable:true,renderer:fsize,dataIndex:"total_uploaded"},{header:_("Down Limit"),hidden:true,width:75,sortable:true,renderer:i,dataIndex:"max_download_speed"},{header:_("Up Limit"),hidden:true,width:75,sortable:true,renderer:i,dataIndex:"max_upload_speed"},{header:_("Seeders")+"/"+_("Peers"),hidden:true,width:75,sortable:true,renderer:b,dataIndex:"seeds_peers_ratio"}],meta:{root:"torrents",idProperty:"id",fields:[{name:"queue",sortType:Deluge.data.SortTypes.asQueuePosition},{name:"name",sortType:Deluge.data.SortTypes.asName},{name:"total_wanted",type:"int"},{name:"state"},{name:"progress",type:"float"},{name:"num_seeds",type:"int"},{name:"total_seeds",type:"int"},{name:"num_peers",type:"int"},{name:"total_peers",type:"int"},{name:"download_payload_rate",type:"int"},{name:"upload_payload_rate",type:"int"},{name:"eta",type:"int",sortType:h},{name:"ratio",type:"float"},{name:"distributed_copies",type:"float"},{name:"time_added",type:"int"},{name:"tracker_host"},{name:"save_path"},{name:"total_done",type:"int"},{name:"total_uploaded",type:"int"},{name:"max_download_speed",type:"int"},{name:"max_upload_speed",type:"int"},{name:"seeds_peers_ratio",type:"float"}]},keys:[{key:"a",ctrl:true,stopEvent:true,handler:function(){deluge.torrents.getSelectionModel().selectAll()}},{key:[46],stopEvent:true,handler:function(){ids=deluge.torrents.getSelectedIds();deluge.removeWindow.show(ids)}}],constructor:function(k){k=Ext.apply({id:"torrentGrid",store:new Ext.data.JsonStore(this.meta),columns:this.columns,keys:this.keys,region:"center",cls:"deluge-torrents",stripeRows:true,autoExpandColumn:"name",autoExpandMin:150,deferredRender:false,autoScroll:true,margins:"5 5 0 0",stateful:true,view:new Ext.ux.grid.BufferView({rowHeight:26,scrollDelay:false})},k);Deluge.TorrentGrid.superclass.constructor.call(this,k)},initComponent:function(){Deluge.TorrentGrid.superclass.initComponent.call(this);deluge.events.on("torrentRemoved",this.onTorrentRemoved,this);deluge.events.on("disconnect",this.onDisconnect,this);this.on("rowcontextmenu",function(k,n,m){m.stopEvent();var l=k.getSelectionModel();if(!l.isSelected(n)){l.selectRow(n)}deluge.menus.torrent.showAt(m.getPoint())})},getTorrent:function(k){return this.getStore().getAt(k)},getSelected:function(){return this.getSelectionModel().getSelected()},getSelections:function(){return this.getSelectionModel().getSelections()},getSelectedId:function(){return this.getSelectionModel().getSelected().id},getSelectedIds:function(){var k=[];Ext.each(this.getSelectionModel().getSelections(),function(l){k.push(l.id)});return k},update:function(o,m){var q=this.getStore();if(m){q.removeAll();this.torrents={}}var p=[];for(var r in o){var u=o[r];if(this.torrents[r]){var n=q.getById(r);n.beginEdit();for(var l in u){if(n.get(l)!=u[l]){n.set(l,u[l])}}n.endEdit()}else{var n=new Deluge.data.Torrent(u);n.id=r;this.torrents[r]=1;p.push(n)}}q.add(p);q.each(function(k){if(!o[k.id]){q.remove(k);delete this.torrents[k.id]}},this);q.commitChanges();var s=q.getSortState();if(!s){return}q.sort(s.field,s.direction)},onDisconnect:function(){this.getStore().removeAll();this.torrents={}},onTorrentRemoved:function(l){var k=this.getSelectionModel();Ext.each(l,function(n){var m=this.getStore().getById(n);if(k.isSelected(m)){k.deselectRow(this.getStore().indexOf(m))}this.getStore().remove(m);delete this.torrents[n]},this)}});deluge.torrents=new Deluge.TorrentGrid()})();
/*
* Deluge.UI.js
*
diff --git a/docs/man/deluge-console.1 b/docs/man/deluge-console.1
index 78a81839a..92465cf17 100644
--- a/docs/man/deluge-console.1
+++ b/docs/man/deluge-console.1
@@ -1,4 +1,4 @@
-.TH DELUGE-CONSOLE 1 "October 2014" "1.3.10"
+.TH DELUGE-CONSOLE 1 "November 2014" "1.3.11"
.SH NAME
deluge-console - a bittorrent client curses interface
diff --git a/docs/man/deluge-gtk.1 b/docs/man/deluge-gtk.1
index a18ac78fa..f847e8a4e 100644
--- a/docs/man/deluge-gtk.1
+++ b/docs/man/deluge-gtk.1
@@ -1,4 +1,4 @@
-.TH DELUGE-GTK 1 "October 2014" "1.3.10"
+.TH DELUGE-GTK 1 "November 2014" "1.3.11"
.SH NAME
deluge-gtk - a bittorrent client gtk interface
diff --git a/docs/man/deluge-web.1 b/docs/man/deluge-web.1
index 79f2b34c2..6e91b1773 100644
--- a/docs/man/deluge-web.1
+++ b/docs/man/deluge-web.1
@@ -1,4 +1,4 @@
-.TH DELUGE-WEB 1 "October 2014" "1.3.10"
+.TH DELUGE-WEB 1 "November 2014" "1.3.11"
.SH NAME
deluge-web - a bittorrent client ajax web interface
diff --git a/docs/man/deluge.1 b/docs/man/deluge.1
index 34906c4af..c478496bd 100644
--- a/docs/man/deluge.1
+++ b/docs/man/deluge.1
@@ -1,4 +1,4 @@
-.TH DELUGE 1 "October 2014" "1.3.10"
+.TH DELUGE 1 "November 2014" "1.3.11"
.SH NAME
deluge - a bittorrent client
diff --git a/docs/man/deluged.1 b/docs/man/deluged.1
index 858f2b565..0ba82b2ef 100644
--- a/docs/man/deluged.1
+++ b/docs/man/deluged.1
@@ -1,4 +1,4 @@
-.TH DELUGED 1 "October 2014" "1.3.10"
+.TH DELUGED 1 "November 2014" "1.3.11"
.SH NAME
deluged - a bittorrent client daemon
diff --git a/osx/Info.plist b/osx/Info.plist
index a038205d1..0b1bcfebf 100644
--- a/osx/Info.plist
+++ b/osx/Info.plist
@@ -11,11 +11,11 @@
<key>CFBundleExecutable</key>
<string>Deluge</string>
<key>CFBundleShortVersionString</key>
- <string>1.3.10</string>
+ <string>1.3.11</string>
<key>CFBundleVersion</key>
- <string>1.3.10</string>
+ <string>1.3.11</string>
<key>CFBundleGetInfoString</key>
- <string>1.3.10 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
+ <string>1.3.11 (c) 2008-2014 Deluge Team http://deluge-torrent.org/</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2008-2014 Deluge Team</string>
<key>CFBundleDevelopmentRegion</key>
diff --git a/setup.py b/setup.py
index d16a0d21d..c83d6bd33 100755
--- a/setup.py
+++ b/setup.py
@@ -533,7 +533,7 @@ if windows_check():
# Main setup
setup(
name = "deluge",
- version = "1.3.10",
+ version = "1.3.11",
fullname = "Deluge Bittorrent Client",
description = "Bittorrent Client",
author = "Andrew Resch, Damien Churchill",