update template strings
This commit is contained in:
parent
a684994527
commit
93c3d47287
|
@ -1,7 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
template_dirs = ['~/prj/WebUi/templates/deluge',
|
template_dirs = ['~/prj/webui06/templates/classic','~/prj/webui06/templates/white']
|
||||||
'~/prj/WebUi/templates/advanced']
|
|
||||||
|
|
||||||
template_dirs = [os.path.expanduser(template_dir ) for template_dir in template_dirs]
|
template_dirs = [os.path.expanduser(template_dir ) for template_dir in template_dirs]
|
||||||
|
|
||||||
|
|
|
@ -1,22 +1,29 @@
|
||||||
_('# Of Files')
|
_('# Of Files')
|
||||||
|
_('+')
|
||||||
|
_('++')
|
||||||
_('About')
|
_('About')
|
||||||
_('Add')
|
_('Active time')
|
||||||
_('Add Another (Stay in add page)')
|
|
||||||
_('Add Torrent')
|
_('Add Torrent')
|
||||||
_('Add torrent')
|
_('Add torrent')
|
||||||
|
_('Address')
|
||||||
|
_('Admin')
|
||||||
|
_('Auto Managed')
|
||||||
_('Auto refresh:')
|
_('Auto refresh:')
|
||||||
_('Ava')
|
_('Ava')
|
||||||
_('Availability')
|
_('Availability')
|
||||||
_('BandWidth')
|
_('Clear')
|
||||||
|
_('Client')
|
||||||
_('Config')
|
_('Config')
|
||||||
|
_('Connect')
|
||||||
|
_('Connect to Daemon')
|
||||||
|
_('Connected to')
|
||||||
_('Connections')
|
_('Connections')
|
||||||
_('DHT Nodes')
|
_('DHT Nodes')
|
||||||
_('Debug:Data Dump')
|
|
||||||
_('Delete .torrent file')
|
_('Delete .torrent file')
|
||||||
_('Delete downloaded files.')
|
_('Delete downloaded files.')
|
||||||
_('Details')
|
_('Deluge : Torrent List')
|
||||||
|
_('Deluge Login')
|
||||||
_('Disable')
|
_('Disable')
|
||||||
_('Down')
|
|
||||||
_('Down Speed')
|
_('Down Speed')
|
||||||
_('Download')
|
_('Download')
|
||||||
_('Downloaded')
|
_('Downloaded')
|
||||||
|
@ -24,37 +31,43 @@ _('ETA')
|
||||||
_('Enable')
|
_('Enable')
|
||||||
_('Error')
|
_('Error')
|
||||||
_('Eta')
|
_('Eta')
|
||||||
|
_('False')
|
||||||
_('File')
|
_('File')
|
||||||
_('Filter on Tracker')
|
_('Filter on a keyword')
|
||||||
_('Filter on state')
|
|
||||||
_('General')
|
_('General')
|
||||||
_('Hash')
|
_('Keyword')
|
||||||
|
_('Label')
|
||||||
|
_('Label torrent')
|
||||||
_('Login')
|
_('Login')
|
||||||
_('Logout')
|
_('Logout')
|
||||||
|
_('Move')
|
||||||
|
_('Move torrent')
|
||||||
|
_('N')
|
||||||
_('Name')
|
_('Name')
|
||||||
_('Next Announce')
|
_('Next Announce')
|
||||||
|
_('Not Connected to a daemon')
|
||||||
_('Off')
|
_('Off')
|
||||||
_('Options')
|
_('Options')
|
||||||
|
_('Other')
|
||||||
_('Password')
|
_('Password')
|
||||||
_('Password is invalid,try again')
|
_('Password is invalid,try again')
|
||||||
_('Pause')
|
|
||||||
_('Pause all')
|
_('Pause all')
|
||||||
_('Peers')
|
_('Peers')
|
||||||
_('Pieces')
|
_('Pieces')
|
||||||
|
_('Private')
|
||||||
_('Progress')
|
_('Progress')
|
||||||
_('Queue Down')
|
_('Queue')
|
||||||
_('Queue Position')
|
_('Queue Position')
|
||||||
_('Queue Up')
|
|
||||||
_('Ratio')
|
_('Ratio')
|
||||||
_('Reannounce')
|
|
||||||
_('Refresh')
|
|
||||||
_('Refresh page every:')
|
_('Refresh page every:')
|
||||||
_('Remove')
|
_('Remove')
|
||||||
_('Remove torrent')
|
_('Remove torrent')
|
||||||
_('Resume')
|
_('Restart')
|
||||||
_('Resume all')
|
_('Resume all')
|
||||||
_('Save')
|
_('Save')
|
||||||
|
_('Seed rank')
|
||||||
_('Seeders')
|
_('Seeders')
|
||||||
|
_('Seeding time')
|
||||||
_('Set')
|
_('Set')
|
||||||
_('Set Timeout')
|
_('Set Timeout')
|
||||||
_('Settings')
|
_('Settings')
|
||||||
|
@ -62,15 +75,16 @@ _('Share Ratio')
|
||||||
_('Size')
|
_('Size')
|
||||||
_('Speed')
|
_('Speed')
|
||||||
_('Start')
|
_('Start')
|
||||||
|
_('Stop')
|
||||||
_('Submit')
|
_('Submit')
|
||||||
_('Torrent list')
|
_('Torrent list')
|
||||||
_('Total Size')
|
_('Total Size')
|
||||||
_('Tracker')
|
_('Tracker')
|
||||||
_('Tracker Status')
|
_('Tracker Status')
|
||||||
_('Up')
|
_('True')
|
||||||
_('Up Speed')
|
_('Up Speed')
|
||||||
|
_('Update')
|
||||||
_('Upload')
|
_('Upload')
|
||||||
_('Upload torrent')
|
|
||||||
_('Uploaded')
|
_('Uploaded')
|
||||||
_('Url')
|
_('X')
|
||||||
_('seconds')
|
_('seconds')
|
||||||
|
|
Loading…
Reference in New Issue