Author: damoxc
Revision: 4976
Log:
run some strings through gettext
Diff:
Modified: trunk/deluge/ui/web/js/deluge-menus.js
===================================================================
--- trunk/deluge/ui/web/js/deluge-menus.js 2009-04-01 22:33:26 UTC (rev
4975)
+++ trunk/deluge/ui/web/js/deluge-menus.js 2009-04-02 07:14:03 UTC (rev
4976)
@@ -267,13 +267,13 @@
checkHandler: onLimitChanged
},{
id: '-1',
- text: 'Unlimited',
+ text: _('Unlimited'),
group: 'max_connections_global',
checked: false,
checkHandler: onLimitChanged
},'-',{
id: 'other',
- text: 'Other',
+ text: _('Other'),
group: 'max_connections_global',
checked: false,
checkHandler: onLimitChanged
@@ -314,13 +314,13 @@
checkHandler: onLimitChanged
},{
id: '-1',
- text: 'Unlimited',
+ text: _('Unlimited'),
group: 'max_download_speed',
checked: false,
checkHandler: onLimitChanged
},'-',{
id: 'other',
- text: 'Other',
+ text: _('Other'),
group: 'max_download_speed',
checked: false,
checkHandler: onLimitChanged
@@ -361,13 +361,13 @@
checkHandler: onLimitChanged
},{
id: '-1',
- text: 'Unlimited',
+ text: _('Unlimited'),
group: 'max_upload_speed',
checked: false,
checkHandler: onLimitChanged
},'-',{
id: 'other',
- text: 'Other',
+ text: _('Other'),
group: 'max_upload_speed',
checked: false,
checkHandler: onLimitChanged
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---