run some strings through gettext
This commit is contained in:
parent
1cd9f74305
commit
828a1d339a
@ -267,13 +267,13 @@ Deluge.Menus.Connections = new Ext.menu.Menu({
|
|||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
},{
|
},{
|
||||||
id: '-1',
|
id: '-1',
|
||||||
text: 'Unlimited',
|
text: _('Unlimited'),
|
||||||
group: 'max_connections_global',
|
group: 'max_connections_global',
|
||||||
checked: false,
|
checked: false,
|
||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
},'-',{
|
},'-',{
|
||||||
id: 'other',
|
id: 'other',
|
||||||
text: 'Other',
|
text: _('Other'),
|
||||||
group: 'max_connections_global',
|
group: 'max_connections_global',
|
||||||
checked: false,
|
checked: false,
|
||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
@ -314,13 +314,13 @@ Deluge.Menus.Download = new Ext.menu.Menu({
|
|||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
},{
|
},{
|
||||||
id: '-1',
|
id: '-1',
|
||||||
text: 'Unlimited',
|
text: _('Unlimited'),
|
||||||
group: 'max_download_speed',
|
group: 'max_download_speed',
|
||||||
checked: false,
|
checked: false,
|
||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
},'-',{
|
},'-',{
|
||||||
id: 'other',
|
id: 'other',
|
||||||
text: 'Other',
|
text: _('Other'),
|
||||||
group: 'max_download_speed',
|
group: 'max_download_speed',
|
||||||
checked: false,
|
checked: false,
|
||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
@ -361,13 +361,13 @@ Deluge.Menus.Upload = new Ext.menu.Menu({
|
|||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
},{
|
},{
|
||||||
id: '-1',
|
id: '-1',
|
||||||
text: 'Unlimited',
|
text: _('Unlimited'),
|
||||||
group: 'max_upload_speed',
|
group: 'max_upload_speed',
|
||||||
checked: false,
|
checked: false,
|
||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
},'-',{
|
},'-',{
|
||||||
id: 'other',
|
id: 'other',
|
||||||
text: 'Other',
|
text: _('Other'),
|
||||||
group: 'max_upload_speed',
|
group: 'max_upload_speed',
|
||||||
checked: false,
|
checked: false,
|
||||||
checkHandler: onLimitChanged
|
checkHandler: onLimitChanged
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user