diff --git a/po/POTFILES.in b/po/POTFILES.in index 62c24e493..2ade2ac93 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -7,40 +7,44 @@ glade/plugin_dialog.glade glade/preferences_dialog.glade glade/torrent_menu.glade glade/tray_menu.glade -src/common.py -src/core.py -src/interface.py -src/dialogs.py src/tab_details.py +src/update.py +src/interface.py +src/browser.py +src/plugins.py +src/core.py src/files.py -plugins/TorrentSearch/__init__.py -plugins/TorrentSearch/plugin.py -plugins/TorrentSearch/searchdlg.glade -plugins/TorrentCreator/__init__.py -plugins/TorrentCreator/torrentcreator.glade -plugins/DesiredRatio/__init__.py -plugins/NetworkGraph/__init__.py -plugins/NetworkGraph/tab_graph.py -plugins/NetworkHealth/__init__.py -plugins/NetworkHealth/plugin.py -plugins/RSS/__init__.py -plugins/RSS/plugin.py -plugins/RSS/rss.glade +src/dialogs.py +src/common.py plugins/BlocklistImport/__init__.py plugins/BlocklistImport/ui.py plugins/BlocklistImport/text.py plugins/BlocklistImport/test.py plugins/BlocklistImport/peerguardian.py -plugins/TorrentPieces/__init__.py -plugins/TorrentPieces/tab_pieces.py -plugins/EventLogging/__init__.py -plugins/EventLogging/tab_log.py -plugins/EventLogging/event_logging_preferences.glade -plugins/TorrentNotification/__init__.py -plugins/TorrentNotification/notification_preferences.glade -plugins/TorrentPieces/__init__.py -plugins/TorrentPieces/tab_pieces.py +plugins/DesiredRatio/__init__.py plugins/TorrentPeers/__init__.py plugins/TorrentPeers/tab_peers.py +plugins/TorrentCreator/torrentcreator.glade +plugins/TorrentCreator/__init__.py +plugins/RSS/rss.glade +plugins/RSS/__init__.py +plugins/RSS/plugin.py +plugins/TorrentNotification/notification_preferences.glade +plugins/TorrentNotification/__init__.py +plugins/NetworkHealth/__init__.py +plugins/NetworkHealth/plugin.py +plugins/EventLogging/event_logging_preferences.glade +plugins/EventLogging/__init__.py +plugins/EventLogging/tab_log.py +plugins/SpeedLimiter/__init__.py +plugins/TorrentSearch/__init__.py +plugins/TorrentSearch/plugin.py +plugins/TorrentSearch/searchdlg.glade +plugins/NetworkGraph/tab_graph.py +plugins/NetworkGraph/__init__.py +plugins/TorrentPieces/tab_pieces.py +plugins/TorrentPieces/__init__.py plugins/Locations/__init__.py plugins/Locations/plugin.py +plugins/TorrentFiles/tab_files.py +plugins/TorrentFiles/__init__.py diff --git a/po/deluge.pot b/po/deluge.pot index 03664e39b..9cfaea728 100644 --- a/po/deluge.pot +++ b/po/deluge.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-08-05 04:13-0500\n" +"POT-Creation-Date: 2007-08-05 04:33-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -687,8 +687,9 @@ msgstr "" msgid "Updates" msgstr "" -#: glade/preferences_dialog.glade:2272 plugins/EventLogging/tab_log.py:187 +#: glade/preferences_dialog.glade:2272 #: plugins/EventLogging/event_logging_preferences.glade:270 +#: plugins/EventLogging/tab_log.py:187 msgid "Other" msgstr "" @@ -760,99 +761,22 @@ msgstr "" msgid "_Quit" msgstr "" -#: src/common.py:53 src/interface.py:500 -msgid "Infinity" -msgstr "" - -#: src/common.py:67 -msgid "KiB" -msgstr "" - -#: src/common.py:70 -msgid "MiB" -msgstr "" - -#: src/common.py:72 -msgid "GiB" -msgstr "" - -#: src/core.py:84 -msgid "Queued" -msgstr "" - -#: src/core.py:85 -msgid "Checking" -msgstr "" - -#: src/core.py:86 -msgid "Connecting" -msgstr "" - -#: src/core.py:87 -msgid "Downloading Metadata" -msgstr "" - -#: src/core.py:88 plugins/BlocklistImport/ui.py:115 -msgid "Downloading" -msgstr "" - -#: src/core.py:89 -msgid "Finished" -msgstr "" - -#: src/core.py:91 -msgid "Allocating" -msgstr "" - -#: src/core.py:137 -msgid "bytes needed" -msgstr "" - -#: src/core.py:384 -msgid "File was not found" -msgstr "" - -#: src/core.py:432 -msgid "Asked for a torrent that doesn't exist" -msgstr "" - -#: src/core.py:609 src/interface.py:820 +#: src/update.py:14 msgid "" -"You cannot move torrent to a different partition. Please fix your " -"preferences" -msgstr "" - -#: src/core.py:631 -msgid "Announce sent" -msgstr "" - -#: src/core.py:635 -msgid "Announce OK" -msgstr "" - -#: src/core.py:641 -msgid "Alert" -msgstr "" - -#: src/core.py:642 -msgid "HTTP code" -msgstr "" - -#: src/core.py:643 -msgid "times in a row" -msgstr "" - -#: src/core.py:650 -msgid "Warning" +"There is a newer version of Deluge. Would you like to be taken to our " +"download site?" msgstr "" #: src/interface.py:210 src/interface.py:216 src/interface.py:304 -#: src/interface.py:328 +#: src/interface.py:328 plugins/SpeedLimiter/__init__.py:63 +#: plugins/SpeedLimiter/__init__.py:73 plugins/SpeedLimiter/__init__.py:118 +#: plugins/SpeedLimiter/__init__.py:149 msgid "KiB/s" msgstr "" #: src/interface.py:234 src/interface.py:305 src/interface.py:329 #: src/interface.py:922 src/interface.py:931 src/interface.py:935 +#: plugins/SpeedLimiter/__init__.py:119 plugins/SpeedLimiter/__init__.py:150 msgid "Unlimited" msgstr "" @@ -861,7 +785,8 @@ msgid "Activated" msgstr "" #: src/interface.py:297 src/interface.py:308 src/interface.py:332 -#: plugins/DesiredRatio/__init__.py:102 +#: plugins/DesiredRatio/__init__.py:102 plugins/SpeedLimiter/__init__.py:122 +#: plugins/SpeedLimiter/__init__.py:153 msgid "Other..." msgstr "" @@ -883,12 +808,16 @@ msgid "" "To show the Deluge window, please enter your password" msgstr "" +#: src/interface.py:500 src/common.py:53 +msgid "Infinity" +msgstr "" + #: src/interface.py:512 msgid "Unknown" msgstr "" -#: src/interface.py:526 plugins/TorrentSearch/plugin.py:20 -#: plugins/RSS/plugin.py:36 plugins/RSS/plugin.py:44 plugins/RSS/plugin.py:51 +#: src/interface.py:526 plugins/RSS/plugin.py:36 plugins/RSS/plugin.py:44 +#: plugins/RSS/plugin.py:51 plugins/TorrentSearch/plugin.py:20 msgid "Name" msgstr "" @@ -905,6 +834,12 @@ msgstr "" msgid "Paused %s" msgstr "" +#: src/interface.py:820 src/core.py:609 +msgid "" +"You cannot move torrent to a different partition. Please fix your " +"preferences" +msgstr "" + #: src/interface.py:941 msgid "Connections" msgstr "" @@ -959,6 +894,85 @@ msgstr "" msgid "Warning - all downloaded files for this torrent will be deleted!" msgstr "" +#: src/core.py:84 +msgid "Queued" +msgstr "" + +#: src/core.py:85 +msgid "Checking" +msgstr "" + +#: src/core.py:86 +msgid "Connecting" +msgstr "" + +#: src/core.py:87 +msgid "Downloading Metadata" +msgstr "" + +#: src/core.py:88 plugins/BlocklistImport/ui.py:115 +msgid "Downloading" +msgstr "" + +#: src/core.py:89 +msgid "Finished" +msgstr "" + +#: src/core.py:91 +msgid "Allocating" +msgstr "" + +#: src/core.py:137 +msgid "bytes needed" +msgstr "" + +#: src/core.py:384 +msgid "File was not found" +msgstr "" + +#: src/core.py:432 +msgid "Asked for a torrent that doesn't exist" +msgstr "" + +#: src/core.py:631 +msgid "Announce sent" +msgstr "" + +#: src/core.py:635 +msgid "Announce OK" +msgstr "" + +#: src/core.py:641 +msgid "Alert" +msgstr "" + +#: src/core.py:642 +msgid "HTTP code" +msgstr "" + +#: src/core.py:643 +msgid "times in a row" +msgstr "" + +#: src/core.py:650 +msgid "Warning" +msgstr "" + +#: src/files.py:72 +msgid "Filename" +msgstr "" + +#: src/files.py:77 +msgid "Priority" +msgstr "" + +#: src/files.py:99 +msgid "" +"File priority can only be set when using full allocation.\n" +"Please change your preference to disable compact allocation, then remove and " +"readd this torrent." +msgstr "" + #: src/dialogs.py:322 msgid "Plugin" msgstr "" @@ -987,338 +1001,16 @@ msgstr "" msgid "Choose a download directory" msgstr "" -#: src/files.py:72 -msgid "Filename" +#: src/common.py:67 +msgid "KiB" msgstr "" -#: src/files.py:77 -msgid "Priority" +#: src/common.py:70 +msgid "MiB" msgstr "" -#: src/files.py:99 -msgid "" -"File priority can only be set when using full allocation.\n" -"Please change your preference to disable compact allocation, then remove and " -"readd this torrent." -msgstr "" - -#: plugins/TorrentSearch/__init__.py:1 -msgid "Torrent Search" -msgstr "" - -#: plugins/TorrentSearch/__init__.py:4 -msgid "A searchbar for torrent search engines" -msgstr "" - -#: plugins/TorrentSearch/plugin.py:21 -msgid "Search String" -msgstr "" - -#: plugins/TorrentSearch/plugin.py:43 plugins/TorrentSearch/plugin.py:133 -msgid "Choose an Engine" -msgstr "" - -#: plugins/TorrentSearch/plugin.py:47 -msgid "Manage Engines" -msgstr "" - -#: plugins/TorrentSearch/plugin.py:154 -msgid "Search " -msgstr "" - -#: plugins/TorrentSearch/searchdlg.glade:7 -msgid "Manage Search Plugins" -msgstr "" - -#: plugins/TorrentSearch/searchdlg.glade:79 -msgid "Name:" -msgstr "" - -#: plugins/TorrentSearch/searchdlg.glade:91 -msgid "URL:" -msgstr "" - -#: plugins/TorrentSearch/searchdlg.glade:123 -msgid "" -"Add a new search engine by entering a Name and a URL. For Name, enter the " -"name of the search engine to be used. For URL, enter the url of the seach " -"page. The user's search query will replace any instance of ${query} in the " -"URL.\n" -"For example, a Google search would be:\n" -"Name: Google\n" -"URL: http://www.google.com/search?q=${query}" -msgstr "" - -#: plugins/TorrentSearch/searchdlg.glade:133 -msgid "Help" -msgstr "" - -#: plugins/TorrentCreator/__init__.py:19 -#: plugins/TorrentCreator/torrentcreator.glade:8 -msgid "Torrent Creator" -msgstr "" - -#: plugins/TorrentCreator/__init__.py:22 -msgid "A torrent creator plugin" -msgstr "" - -#: plugins/TorrentCreator/__init__.py:50 -msgid "_New Torrent" -msgstr "" - -#: plugins/TorrentCreator/__init__.py:60 -msgid "New Torrent" -msgstr "" - -#: plugins/TorrentCreator/__init__.py:62 -msgid "Create New Torrent" -msgstr "" - -#: plugins/TorrentCreator/__init__.py:98 -msgid "Save file as..." -msgstr "" - -#: plugins/TorrentCreator/__init__.py:120 -msgid "You must select a source for the torrent." -msgstr "" - -#: plugins/TorrentCreator/__init__.py:127 -msgid "You must select a file to save the torrent as." -msgstr "" - -#: plugins/TorrentCreator/__init__.py:138 -msgid "You must specify at least one tracker." -msgstr "" - -#: plugins/TorrentCreator/__init__.py:148 -msgid "Deluge" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:77 -msgid "This torrent will be made from a directory" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:78 -msgid "Folder:" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:92 -msgid "This torrent will be made from a single file" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:93 -msgid "File:" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:138 -msgid "Source" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:219 -msgid "Save Torrent File As:" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:237 -msgid "Load this torrent into Deluge for seeding" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:238 -msgid "Add new torrent to queue" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:257 -msgid "Torrent File" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:305 -msgid "Trackers" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:352 -msgid "Comments" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:389 -msgid "Author" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:424 -#: plugins/TorrentCreator/torrentcreator.glade:436 -msgid "" -"The smaller the piece sizes, the more efficient the transfers will be, but " -"the actual \".torrent\" file will be larger" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:426 -msgid "Piece Size:" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:437 -msgid "" -"32 KiB\n" -"64 KiB\n" -"128 KiB\n" -"256 KiB\n" -"512 KiB\n" -"1024 KiB\n" -msgstr "" - -#: plugins/TorrentCreator/torrentcreator.glade:460 -msgid "Advanced" -msgstr "" - -#: plugins/DesiredRatio/__init__.py:19 plugins/DesiredRatio/__init__.py:106 -msgid "Desired Ratio" -msgstr "" - -#: plugins/DesiredRatio/__init__.py:22 -msgid "Set the desired ratio for a torrent." -msgstr "" - -#: plugins/DesiredRatio/__init__.py:63 -msgid "_Desired Ratio" -msgstr "" - -#: plugins/DesiredRatio/__init__.py:67 -msgid "_Not Set" -msgstr "" - -#: plugins/DesiredRatio/__init__.py:99 -msgid "Not Set" -msgstr "" - -#: plugins/NetworkGraph/__init__.py:1 -msgid "Network Activity Graph" -msgstr "" - -#: plugins/NetworkGraph/__init__.py:4 -msgid "" -"Network Activity Graph plugin\n" -"\n" -"Written by Kripkenstein" -msgstr "" - -#: plugins/NetworkGraph/__init__.py:37 -msgid "Graph" -msgstr "" - -#: plugins/NetworkHealth/__init__.py:1 -msgid "Network Health Monitor" -msgstr "" - -#: plugins/NetworkHealth/__init__.py:4 -msgid "" -"Network Health Monitor plugin\n" -"\n" -"Written by Kripkenstein" -msgstr "" - -#: plugins/NetworkHealth/plugin.py:21 -msgid "[Health: OK]" -msgstr "" - -#: plugins/RSS/__init__.py:1 plugins/RSS/plugin.py:103 -msgid "RSS Broadcatcher" -msgstr "" - -#: plugins/RSS/__init__.py:4 -msgid "" -"\n" -"Download Torrents automatically from RSS Feeds\n" -"\n" -"The latest version of my RSS autodownloader, which uses the Universal Feed " -"parser (http://feedparser.org/). Add RSS feeds on the 'Feeds' tab, then add " -"filters for TV shows (or whatever) on the 'Filters' tab. Double-click " -"entries on the 'Torrents' tab to download extra torrents from the feeds. The " -"Options are pretty self-explanatary.\n" -"\n" -"Please message me (SatNav) on the forums and let me know how you get on..\n" -"\n" -"Enjoy!" -msgstr "" - -#: plugins/RSS/plugin.py:37 plugins/RSS/plugin.py:45 -msgid "URL" -msgstr "" - -#: plugins/RSS/plugin.py:38 -msgid "Last Entry Date" -msgstr "" - -#: plugins/RSS/plugin.py:43 plugins/RSS/rss.glade:384 -msgid "Feed" -msgstr "" - -#: plugins/RSS/plugin.py:46 -msgid "Date" -msgstr "" - -#: plugins/RSS/plugin.py:101 -msgid "RSS" -msgstr "" - -#: plugins/RSS/plugin.py:186 plugins/RSS/plugin.py:190 -#: plugins/RSS/plugin.py:191 plugins/RSS/plugin.py:192 -#: plugins/RSS/plugin.py:194 plugins/RSS/plugin.py:195 -#: plugins/RSS/plugin.py:196 -msgid "New Filter" -msgstr "" - -#: plugins/RSS/plugin.py:265 plugins/RSS/plugin.py:400 -#: plugins/RSS/plugin.py:401 -msgid "All" -msgstr "" - -#: plugins/RSS/rss.glade:7 -msgid "RSS Broadcatcher Settings" -msgstr "" - -#: plugins/RSS/rss.glade:86 -msgid "Feed Name:" -msgstr "" - -#: plugins/RSS/rss.glade:150 -msgid "Feed URL:" -msgstr "" - -#: plugins/RSS/rss.glade:282 -msgid "Feeds" -msgstr "" - -#: plugins/RSS/rss.glade:412 -msgid "Filter Exp:" -msgstr "" - -#: plugins/RSS/rss.glade:441 -msgid "Filter Name:" -msgstr "" - -#: plugins/RSS/rss.glade:542 -msgid "Filters" -msgstr "" - -#: plugins/RSS/rss.glade:563 -msgid " Feed: " -msgstr "" - -#: plugins/RSS/rss.glade:616 -msgid "Torrents" -msgstr "" - -#: plugins/RSS/rss.glade:659 -msgid "Update Interval (seconds): " -msgstr "" - -#: plugins/RSS/rss.glade:728 -msgid "Check feeds on Deluge start" -msgstr "" - -#: plugins/RSS/rss.glade:780 -msgid "Check Feeds Now" -msgstr "" - -#: plugins/RSS/rss.glade:835 -msgid "Options" +#: src/common.py:72 +msgid "GiB" msgstr "" #: plugins/BlocklistImport/__init__.py:6 @@ -1421,6 +1113,628 @@ msgstr "" msgid "Invalid version" msgstr "" +#: plugins/DesiredRatio/__init__.py:19 plugins/DesiredRatio/__init__.py:106 +msgid "Desired Ratio" +msgstr "" + +#: plugins/DesiredRatio/__init__.py:22 +msgid "Set the desired ratio for a torrent." +msgstr "" + +#: plugins/DesiredRatio/__init__.py:63 +msgid "_Desired Ratio" +msgstr "" + +#: plugins/DesiredRatio/__init__.py:67 +msgid "_Not Set" +msgstr "" + +#: plugins/DesiredRatio/__init__.py:99 +msgid "Not Set" +msgstr "" + +#: plugins/TorrentPeers/__init__.py:19 +msgid "Torrent Peers" +msgstr "" + +#: plugins/TorrentPeers/__init__.py:22 +msgid "" +"\n" +"This is just the peers tab as a plugin.\n" +msgstr "" + +#: plugins/TorrentPeers/tab_peers.py:36 +msgid "IP Address" +msgstr "" + +#: plugins/TorrentPeers/tab_peers.py:39 +msgid "Client" +msgstr "" + +#: plugins/TorrentPeers/tab_peers.py:40 +msgid "Percent Complete" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:8 +#: plugins/TorrentCreator/__init__.py:19 +msgid "Torrent Creator" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:77 +msgid "This torrent will be made from a directory" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:78 +msgid "Folder:" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:92 +msgid "This torrent will be made from a single file" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:93 +msgid "File:" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:138 +msgid "Source" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:219 +msgid "Save Torrent File As:" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:237 +msgid "Load this torrent into Deluge for seeding" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:238 +msgid "Add new torrent to queue" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:257 +msgid "Torrent File" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:305 +msgid "Trackers" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:352 +msgid "Comments" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:389 +msgid "Author" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:424 +#: plugins/TorrentCreator/torrentcreator.glade:436 +msgid "" +"The smaller the piece sizes, the more efficient the transfers will be, but " +"the actual \".torrent\" file will be larger" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:426 +msgid "Piece Size:" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:437 +msgid "" +"32 KiB\n" +"64 KiB\n" +"128 KiB\n" +"256 KiB\n" +"512 KiB\n" +"1024 KiB\n" +msgstr "" + +#: plugins/TorrentCreator/torrentcreator.glade:460 +msgid "Advanced" +msgstr "" + +#: plugins/TorrentCreator/__init__.py:22 +msgid "A torrent creator plugin" +msgstr "" + +#: plugins/TorrentCreator/__init__.py:50 +msgid "_New Torrent" +msgstr "" + +#: plugins/TorrentCreator/__init__.py:60 +msgid "New Torrent" +msgstr "" + +#: plugins/TorrentCreator/__init__.py:62 +msgid "Create New Torrent" +msgstr "" + +#: plugins/TorrentCreator/__init__.py:98 +msgid "Save file as..." +msgstr "" + +#: plugins/TorrentCreator/__init__.py:120 +msgid "You must select a source for the torrent." +msgstr "" + +#: plugins/TorrentCreator/__init__.py:127 +msgid "You must select a file to save the torrent as." +msgstr "" + +#: plugins/TorrentCreator/__init__.py:138 +msgid "You must specify at least one tracker." +msgstr "" + +#: plugins/TorrentCreator/__init__.py:148 +msgid "Deluge" +msgstr "" + +#: plugins/RSS/rss.glade:7 +msgid "RSS Broadcatcher Settings" +msgstr "" + +#: plugins/RSS/rss.glade:86 +msgid "Feed Name:" +msgstr "" + +#: plugins/RSS/rss.glade:150 +msgid "Feed URL:" +msgstr "" + +#: plugins/RSS/rss.glade:282 +msgid "Feeds" +msgstr "" + +#: plugins/RSS/rss.glade:384 plugins/RSS/plugin.py:43 +msgid "Feed" +msgstr "" + +#: plugins/RSS/rss.glade:412 +msgid "Filter Exp:" +msgstr "" + +#: plugins/RSS/rss.glade:441 +msgid "Filter Name:" +msgstr "" + +#: plugins/RSS/rss.glade:542 +msgid "Filters" +msgstr "" + +#: plugins/RSS/rss.glade:563 +msgid " Feed: " +msgstr "" + +#: plugins/RSS/rss.glade:616 +msgid "Torrents" +msgstr "" + +#: plugins/RSS/rss.glade:659 +msgid "Update Interval (seconds): " +msgstr "" + +#: plugins/RSS/rss.glade:728 +msgid "Check feeds on Deluge start" +msgstr "" + +#: plugins/RSS/rss.glade:780 +msgid "Check Feeds Now" +msgstr "" + +#: plugins/RSS/rss.glade:835 +msgid "Options" +msgstr "" + +#: plugins/RSS/__init__.py:1 plugins/RSS/plugin.py:103 +msgid "RSS Broadcatcher" +msgstr "" + +#: plugins/RSS/__init__.py:4 +msgid "" +"\n" +"Download Torrents automatically from RSS Feeds\n" +"\n" +"The latest version of my RSS autodownloader, which uses the Universal Feed " +"parser (http://feedparser.org/). Add RSS feeds on the 'Feeds' tab, then add " +"filters for TV shows (or whatever) on the 'Filters' tab. Double-click " +"entries on the 'Torrents' tab to download extra torrents from the feeds. The " +"Options are pretty self-explanatary.\n" +"\n" +"Please message me (SatNav) on the forums and let me know how you get on..\n" +"\n" +"Enjoy!" +msgstr "" + +#: plugins/RSS/plugin.py:37 plugins/RSS/plugin.py:45 +msgid "URL" +msgstr "" + +#: plugins/RSS/plugin.py:38 +msgid "Last Entry Date" +msgstr "" + +#: plugins/RSS/plugin.py:46 +msgid "Date" +msgstr "" + +#: plugins/RSS/plugin.py:101 +msgid "RSS" +msgstr "" + +#: plugins/RSS/plugin.py:186 plugins/RSS/plugin.py:190 +#: plugins/RSS/plugin.py:191 plugins/RSS/plugin.py:192 +#: plugins/RSS/plugin.py:194 plugins/RSS/plugin.py:195 +#: plugins/RSS/plugin.py:196 +msgid "New Filter" +msgstr "" + +#: plugins/RSS/plugin.py:265 plugins/RSS/plugin.py:400 +#: plugins/RSS/plugin.py:401 +msgid "All" +msgstr "" + +#: plugins/TorrentNotification/notification_preferences.glade:7 +msgid "Torrent Notification Preferences" +msgstr "" + +#: plugins/TorrentNotification/notification_preferences.glade:24 +msgid "Enable event sound (requires pygame)" +msgstr "" + +#: plugins/TorrentNotification/notification_preferences.glade:37 +msgid "Select A File" +msgstr "" + +#: plugins/TorrentNotification/notification_preferences.glade:57 +msgid "Enable blinking tray icon" +msgstr "" + +#: plugins/TorrentNotification/notification_preferences.glade:67 +msgid "Enable popup notification (requires python-notify)" +msgstr "" + +#: plugins/TorrentNotification/__init__.py:19 +msgid "Torrent Notification" +msgstr "" + +#: plugins/TorrentNotification/__init__.py:22 +msgid "" +"Make tray icon blink when torrent finishes downloading and/or popup a " +"notification" +msgstr "" + +#: plugins/TorrentNotification/__init__.py:93 +msgid "Torrent complete" +msgstr "" + +#: plugins/TorrentNotification/__init__.py:94 +#: plugins/TorrentFiles/__init__.py:54 +msgid "Files" +msgstr "" + +#: plugins/NetworkHealth/__init__.py:1 +msgid "Network Health Monitor" +msgstr "" + +#: plugins/NetworkHealth/__init__.py:4 +msgid "" +"Network Health Monitor plugin\n" +"\n" +"Written by Kripkenstein" +msgstr "" + +#: plugins/NetworkHealth/plugin.py:21 +msgid "[Health: OK]" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:7 +msgid "Event Logging Preferences" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:23 +msgid "Select events to log" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:30 +#: plugins/EventLogging/tab_log.py:39 +msgid "Torrent finished" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:45 +msgid "Peer messages" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:60 +#: plugins/EventLogging/tab_log.py:55 +msgid "Invalid request" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:75 +#: plugins/EventLogging/tab_log.py:64 +msgid "File error" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:90 +#: plugins/EventLogging/tab_log.py:73 +msgid "Hash failed error" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:105 +#: plugins/EventLogging/tab_log.py:83 +msgid "Peer ban error" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:120 +#: plugins/EventLogging/tab_log.py:92 +msgid "Fastresume rejected error" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:135 +#: plugins/EventLogging/tab_log.py:101 +msgid "Tracker announce" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:150 +#: plugins/EventLogging/tab_log.py:110 +msgid "Tracker reply" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:165 +#: plugins/EventLogging/tab_log.py:119 +msgid "Tracker alert" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:180 +#: plugins/EventLogging/tab_log.py:130 +msgid "Tracker warning" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:195 +#: plugins/EventLogging/tab_log.py:139 +msgid "Storage moved" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:210 +#: plugins/EventLogging/tab_log.py:148 plugins/TorrentPieces/tab_pieces.py:157 +#: plugins/TorrentPieces/tab_pieces.py:206 +#: plugins/TorrentPieces/tab_pieces.py:282 +msgid "Piece finished" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:225 +#: plugins/EventLogging/tab_log.py:158 +msgid "Block downloading" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:240 +#: plugins/EventLogging/tab_log.py:169 +msgid "Block finished" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:255 +#: plugins/EventLogging/tab_log.py:179 +msgid "Peer blocked" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:284 +msgid "Log files" +msgstr "" + +#: plugins/EventLogging/event_logging_preferences.glade:295 +msgid "Enable log files" +msgstr "" + +#: plugins/EventLogging/__init__.py:19 +msgid "Event Logging" +msgstr "" + +#: plugins/EventLogging/__init__.py:22 +msgid "" +"\n" +"Adds a tab with log of selected events.\n" +"\n" +"Event messages come from libtorrent alerts.\n" +"If you want those strings translated to your locale,\n" +"you'll have to report the issue with libtorrent, not deluge.\n" +"\n" +"Regarding the log files, the logs are saved in a log\n" +"directory within the deluge config directory. Event\n" +"messages for specific torrents are saved to individual\n" +"log files named the same as the associated .torrent\n" +"file. Event messages not specific to any torrent are\n" +"saved to logs named after the events\n" +"(eg peer_messages.log).\n" +"Event messages in the log files also include a timestamp.\n" +"The user is responsible to cleanout the logs.\n" +"\n" +"As of v0.2\n" +"Events are now truncated in display. Log files are not.\n" +"New events are now displayed at the top.\n" +msgstr "" + +#: plugins/EventLogging/__init__.py:86 +msgid "Event Log" +msgstr "" + +#: plugins/EventLogging/tab_log.py:39 plugins/EventLogging/tab_log.py:47 +#: plugins/EventLogging/tab_log.py:55 plugins/EventLogging/tab_log.py:64 +#: plugins/EventLogging/tab_log.py:73 plugins/EventLogging/tab_log.py:83 +#: plugins/EventLogging/tab_log.py:101 plugins/EventLogging/tab_log.py:110 +#: plugins/EventLogging/tab_log.py:119 plugins/EventLogging/tab_log.py:130 +#: plugins/EventLogging/tab_log.py:139 plugins/EventLogging/tab_log.py:148 +#: plugins/EventLogging/tab_log.py:158 plugins/EventLogging/tab_log.py:169 +#: plugins/EventLogging/tab_log.py:179 plugins/EventLogging/tab_log.py:187 +msgid "event message: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:40 plugins/EventLogging/tab_log.py:64 +#: plugins/EventLogging/tab_log.py:74 plugins/EventLogging/tab_log.py:84 +#: plugins/EventLogging/tab_log.py:93 plugins/EventLogging/tab_log.py:102 +#: plugins/EventLogging/tab_log.py:111 plugins/EventLogging/tab_log.py:120 +#: plugins/EventLogging/tab_log.py:131 plugins/EventLogging/tab_log.py:140 +#: plugins/EventLogging/tab_log.py:149 plugins/EventLogging/tab_log.py:159 +#: plugins/EventLogging/tab_log.py:170 +msgid "torrent: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:47 +msgid "Peer message" +msgstr "" + +#: plugins/EventLogging/tab_log.py:47 plugins/EventLogging/tab_log.py:83 +#: plugins/EventLogging/tab_log.py:180 +msgid "ip address: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:48 plugins/EventLogging/tab_log.py:55 +msgid "client: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:75 plugins/EventLogging/tab_log.py:150 +#: plugins/EventLogging/tab_log.py:160 plugins/EventLogging/tab_log.py:171 +msgid "piece index: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:121 +msgid "status code: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:121 +msgid "Times in a row: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:160 plugins/EventLogging/tab_log.py:171 +msgid "block index: " +msgstr "" + +#: plugins/EventLogging/tab_log.py:161 plugins/TorrentPieces/tab_pieces.py:291 +msgid "peer speed: " +msgstr "" + +#: plugins/SpeedLimiter/__init__.py:17 +msgid "Speed Limiter" +msgstr "" + +#: plugins/SpeedLimiter/__init__.py:20 +msgid "Set the desired speed limit per torrent." +msgstr "" + +#: plugins/SpeedLimiter/__init__.py:61 +msgid "Torrent _Download Speed" +msgstr "" + +#: plugins/SpeedLimiter/__init__.py:71 +msgid "Torrent Upload _Speed" +msgstr "" + +#: plugins/SpeedLimiter/__init__.py:126 +msgid "Torrent Upload Speed (KiB/s):" +msgstr "" + +#: plugins/SpeedLimiter/__init__.py:157 +msgid "Torrent Download Speed (KiB/s):" +msgstr "" + +#: plugins/TorrentSearch/__init__.py:1 +msgid "Torrent Search" +msgstr "" + +#: plugins/TorrentSearch/__init__.py:4 +msgid "A searchbar for torrent search engines" +msgstr "" + +#: plugins/TorrentSearch/plugin.py:21 +msgid "Search String" +msgstr "" + +#: plugins/TorrentSearch/plugin.py:43 plugins/TorrentSearch/plugin.py:133 +msgid "Choose an Engine" +msgstr "" + +#: plugins/TorrentSearch/plugin.py:47 +msgid "Manage Engines" +msgstr "" + +#: plugins/TorrentSearch/plugin.py:154 +msgid "Search " +msgstr "" + +#: plugins/TorrentSearch/searchdlg.glade:7 +msgid "Manage Search Plugins" +msgstr "" + +#: plugins/TorrentSearch/searchdlg.glade:79 +msgid "Name:" +msgstr "" + +#: plugins/TorrentSearch/searchdlg.glade:91 +msgid "URL:" +msgstr "" + +#: plugins/TorrentSearch/searchdlg.glade:123 +msgid "" +"Add a new search engine by entering a Name and a URL. For Name, enter the " +"name of the search engine to be used. For URL, enter the url of the seach " +"page. The user's search query will replace any instance of ${query} in the " +"URL.\n" +"For example, a Google search would be:\n" +"Name: Google\n" +"URL: http://www.google.com/search?q=${query}" +msgstr "" + +#: plugins/TorrentSearch/searchdlg.glade:133 +msgid "Help" +msgstr "" + +#: plugins/NetworkGraph/__init__.py:1 +msgid "Network Activity Graph" +msgstr "" + +#: plugins/NetworkGraph/__init__.py:4 +msgid "" +"Network Activity Graph plugin\n" +"\n" +"Written by Kripkenstein" +msgstr "" + +#: plugins/NetworkGraph/__init__.py:37 +msgid "Graph" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:160 +#: plugins/TorrentPieces/tab_pieces.py:209 +msgid "Piece not started" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:187 +msgid "Piece shared with next file(s)" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:247 +msgid "fast" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:249 +msgid "slow" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:251 +msgid "medium" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:253 +msgid "unknown" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:273 +#: plugins/TorrentPieces/tab_pieces.py:290 +msgid "blocks finished" +msgstr "" + +#: plugins/TorrentPieces/tab_pieces.py:274 +msgid "peer speed: unknown" +msgstr "" + #: plugins/TorrentPieces/__init__.py:19 msgid "Torrent Pieces" msgstr "" @@ -1460,284 +1774,6 @@ msgid "" "pieces tab.\n" msgstr "" -#: plugins/TorrentPieces/tab_pieces.py:157 -#: plugins/TorrentPieces/tab_pieces.py:206 -#: plugins/TorrentPieces/tab_pieces.py:282 plugins/EventLogging/tab_log.py:148 -#: plugins/EventLogging/event_logging_preferences.glade:210 -msgid "Piece finished" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:160 -#: plugins/TorrentPieces/tab_pieces.py:209 -msgid "Piece not started" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:187 -msgid "Piece shared with next file(s)" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:247 -msgid "fast" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:249 -msgid "slow" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:251 -msgid "medium" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:253 -msgid "unknown" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:273 -#: plugins/TorrentPieces/tab_pieces.py:290 -msgid "blocks finished" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:274 -msgid "peer speed: unknown" -msgstr "" - -#: plugins/TorrentPieces/tab_pieces.py:291 plugins/EventLogging/tab_log.py:161 -msgid "peer speed: " -msgstr "" - -#: plugins/EventLogging/__init__.py:19 -msgid "Event Logging" -msgstr "" - -#: plugins/EventLogging/__init__.py:22 -msgid "" -"\n" -"Adds a tab with log of selected events.\n" -"\n" -"Event messages come from libtorrent alerts.\n" -"If you want those strings translated to your locale,\n" -"you'll have to report the issue with libtorrent, not deluge.\n" -"\n" -"Regarding the log files, the logs are saved in a log\n" -"directory within the deluge config directory. Event\n" -"messages for specific torrents are saved to individual\n" -"log files named the same as the associated .torrent\n" -"file. Event messages not specific to any torrent are\n" -"saved to logs named after the events\n" -"(eg peer_messages.log).\n" -"Event messages in the log files also include a timestamp.\n" -"The user is responsible to cleanout the logs.\n" -"\n" -"As of v0.2\n" -"Events are now truncated in display. Log files are not.\n" -"New events are now displayed at the top.\n" -msgstr "" - -#: plugins/EventLogging/__init__.py:86 -msgid "Event Log" -msgstr "" - -#: plugins/EventLogging/tab_log.py:39 -#: plugins/EventLogging/event_logging_preferences.glade:30 -msgid "Torrent finished" -msgstr "" - -#: plugins/EventLogging/tab_log.py:39 plugins/EventLogging/tab_log.py:47 -#: plugins/EventLogging/tab_log.py:55 plugins/EventLogging/tab_log.py:64 -#: plugins/EventLogging/tab_log.py:73 plugins/EventLogging/tab_log.py:83 -#: plugins/EventLogging/tab_log.py:101 plugins/EventLogging/tab_log.py:110 -#: plugins/EventLogging/tab_log.py:119 plugins/EventLogging/tab_log.py:130 -#: plugins/EventLogging/tab_log.py:139 plugins/EventLogging/tab_log.py:148 -#: plugins/EventLogging/tab_log.py:158 plugins/EventLogging/tab_log.py:169 -#: plugins/EventLogging/tab_log.py:179 plugins/EventLogging/tab_log.py:187 -msgid "event message: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:40 plugins/EventLogging/tab_log.py:64 -#: plugins/EventLogging/tab_log.py:74 plugins/EventLogging/tab_log.py:84 -#: plugins/EventLogging/tab_log.py:93 plugins/EventLogging/tab_log.py:102 -#: plugins/EventLogging/tab_log.py:111 plugins/EventLogging/tab_log.py:120 -#: plugins/EventLogging/tab_log.py:131 plugins/EventLogging/tab_log.py:140 -#: plugins/EventLogging/tab_log.py:149 plugins/EventLogging/tab_log.py:159 -#: plugins/EventLogging/tab_log.py:170 -msgid "torrent: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:47 -msgid "Peer message" -msgstr "" - -#: plugins/EventLogging/tab_log.py:47 plugins/EventLogging/tab_log.py:83 -#: plugins/EventLogging/tab_log.py:180 -msgid "ip address: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:48 plugins/EventLogging/tab_log.py:55 -msgid "client: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:55 -#: plugins/EventLogging/event_logging_preferences.glade:60 -msgid "Invalid request" -msgstr "" - -#: plugins/EventLogging/tab_log.py:64 -#: plugins/EventLogging/event_logging_preferences.glade:75 -msgid "File error" -msgstr "" - -#: plugins/EventLogging/tab_log.py:73 -#: plugins/EventLogging/event_logging_preferences.glade:90 -msgid "Hash failed error" -msgstr "" - -#: plugins/EventLogging/tab_log.py:75 plugins/EventLogging/tab_log.py:150 -#: plugins/EventLogging/tab_log.py:160 plugins/EventLogging/tab_log.py:171 -msgid "piece index: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:83 -#: plugins/EventLogging/event_logging_preferences.glade:105 -msgid "Peer ban error" -msgstr "" - -#: plugins/EventLogging/tab_log.py:92 -#: plugins/EventLogging/event_logging_preferences.glade:120 -msgid "Fastresume rejected error" -msgstr "" - -#: plugins/EventLogging/tab_log.py:101 -#: plugins/EventLogging/event_logging_preferences.glade:135 -msgid "Tracker announce" -msgstr "" - -#: plugins/EventLogging/tab_log.py:110 -#: plugins/EventLogging/event_logging_preferences.glade:150 -msgid "Tracker reply" -msgstr "" - -#: plugins/EventLogging/tab_log.py:119 -#: plugins/EventLogging/event_logging_preferences.glade:165 -msgid "Tracker alert" -msgstr "" - -#: plugins/EventLogging/tab_log.py:121 -msgid "status code: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:121 -msgid "Times in a row: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:130 -#: plugins/EventLogging/event_logging_preferences.glade:180 -msgid "Tracker warning" -msgstr "" - -#: plugins/EventLogging/tab_log.py:139 -#: plugins/EventLogging/event_logging_preferences.glade:195 -msgid "Storage moved" -msgstr "" - -#: plugins/EventLogging/tab_log.py:158 -#: plugins/EventLogging/event_logging_preferences.glade:225 -msgid "Block downloading" -msgstr "" - -#: plugins/EventLogging/tab_log.py:160 plugins/EventLogging/tab_log.py:171 -msgid "block index: " -msgstr "" - -#: plugins/EventLogging/tab_log.py:169 -#: plugins/EventLogging/event_logging_preferences.glade:240 -msgid "Block finished" -msgstr "" - -#: plugins/EventLogging/tab_log.py:179 -#: plugins/EventLogging/event_logging_preferences.glade:255 -msgid "Peer blocked" -msgstr "" - -#: plugins/EventLogging/event_logging_preferences.glade:7 -msgid "Event Logging Preferences" -msgstr "" - -#: plugins/EventLogging/event_logging_preferences.glade:23 -msgid "Select events to log" -msgstr "" - -#: plugins/EventLogging/event_logging_preferences.glade:45 -msgid "Peer messages" -msgstr "" - -#: plugins/EventLogging/event_logging_preferences.glade:284 -msgid "Log files" -msgstr "" - -#: plugins/EventLogging/event_logging_preferences.glade:295 -msgid "Enable log files" -msgstr "" - -#: plugins/TorrentNotification/__init__.py:19 -msgid "Torrent Notification" -msgstr "" - -#: plugins/TorrentNotification/__init__.py:22 -msgid "" -"Make tray icon blink when torrent finishes downloading and/or popup a " -"notification" -msgstr "" - -#: plugins/TorrentNotification/__init__.py:93 -msgid "Torrent complete" -msgstr "" - -#: plugins/TorrentNotification/__init__.py:94 -msgid "Files" -msgstr "" - -#: plugins/TorrentNotification/notification_preferences.glade:7 -msgid "Torrent Notification Preferences" -msgstr "" - -#: plugins/TorrentNotification/notification_preferences.glade:24 -msgid "Enable event sound (requires pygame)" -msgstr "" - -#: plugins/TorrentNotification/notification_preferences.glade:37 -msgid "Select A File" -msgstr "" - -#: plugins/TorrentNotification/notification_preferences.glade:57 -msgid "Enable blinking tray icon" -msgstr "" - -#: plugins/TorrentNotification/notification_preferences.glade:67 -msgid "Enable popup notification (requires python-notify)" -msgstr "" - -#: plugins/TorrentPeers/__init__.py:19 -msgid "Torrent Peers" -msgstr "" - -#: plugins/TorrentPeers/__init__.py:22 -msgid "" -"\n" -"This is just the peers tab as a plugin.\n" -msgstr "" - -#: plugins/TorrentPeers/tab_peers.py:36 -msgid "IP Address" -msgstr "" - -#: plugins/TorrentPeers/tab_peers.py:39 -msgid "Client" -msgstr "" - -#: plugins/TorrentPeers/tab_peers.py:40 -msgid "Percent Complete" -msgstr "" - #: plugins/Locations/__init__.py:18 msgid "Locations" msgstr "" @@ -1756,3 +1792,17 @@ msgid "" "Gateway used for the connection. It is therefore possible to have different " "settings for home and work, or for broadband, 3G and dial-up on the fly.\n" msgstr "" + +#: plugins/TorrentFiles/tab_files.py:27 +msgid "Progress" +msgstr "" + +#: plugins/TorrentFiles/__init__.py:19 +msgid "Torrent Files" +msgstr "" + +#: plugins/TorrentFiles/__init__.py:22 +msgid "" +"\n" +"This is just the files tab as a plugin.\n" +msgstr ""