translation updates
This commit is contained in:
parent
ea9068e3f8
commit
8fd8509e5b
|
@ -18,12 +18,12 @@
|
|||
plugin_name = _("Locations")
|
||||
plugin_author = "Kristoffer Lundén"
|
||||
plugin_version = "0.2"
|
||||
plugin_description = """Automagically remembers relevant settings for different locations.
|
||||
plugin_description = _("""Automagically remembers relevant settings for different locations.
|
||||
|
||||
When this plugin is active, it will remember a lot of useful network-specific preferences, such as up- or download limits, open ports and proxy information. Just change preferences to suit each location while connected, and Deluge will automagically use those settings the next time you connect at that location. There is no other configuration needed.
|
||||
|
||||
The plugin determines location by identifying the unique MAC address of the 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.
|
||||
"""
|
||||
""")
|
||||
|
||||
def deluge_init(deluge_path):
|
||||
global path
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
glade/delugegtk.glade
|
||||
glade/dgtkpopups.glade
|
||||
glade/file_tab_menu.glade
|
||||
glade/file_tab_menu.glade
|
||||
glade/merge_dialog.glade
|
||||
glade/plugin_dialog.glade
|
||||
glade/preferences_dialog.glade
|
||||
|
@ -11,8 +12,7 @@ src/core.py
|
|||
src/interface.py
|
||||
src/dialogs.py
|
||||
src/tab_details.py
|
||||
src/tab_files.py
|
||||
src/tab_peers.py
|
||||
src/files.py
|
||||
plugins/TorrentSearch/__init__.py
|
||||
plugins/TorrentSearch/plugin.py
|
||||
plugins/TorrentSearch/searchdlg.glade
|
||||
|
@ -20,7 +20,7 @@ plugins/TorrentCreator/__init__.py
|
|||
plugins/TorrentCreator/torrentcreator.glade
|
||||
plugins/DesiredRatio/__init__.py
|
||||
plugins/NetworkGraph/__init__.py
|
||||
plugins/NetworkGraph/plugin.py
|
||||
plugins/NetworkGraph/tab_graph.py
|
||||
plugins/NetworkHealth/__init__.py
|
||||
plugins/NetworkHealth/plugin.py
|
||||
plugins/RSS/__init__.py
|
||||
|
@ -38,3 +38,9 @@ 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/TorrentPeers/__init__.py
|
||||
plugins/TorrentPeers/tab_peers.py
|
||||
plugins/Locations/__init__.py
|
||||
plugins/Locations/plugin.py
|
||||
|
|
1206
po/deluge.pot
1206
po/deluge.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue