Message contains an embedded URL.
Better move it out of the translatable string
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
-'use strict';
-'require view';
-'require form';
-'require fs';
-'require uci';
+'use strict';
+'require view';
+'require form';
+'require fs';
+'require uci';
'require ui';
'require rpc';
m = new form.Map(
'olsrd',
_('OLSR Daemon'),
- _(
- 'The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
- 'As such it allows mesh routing for any network equipment. ' +
- 'It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
- 'Visit <a href="http://www.olsr.org">olsrd.org</a> for help and documentation.'
- )
+ _('The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
+ 'As such it allows mesh routing for any network equipment.') + '<br/>' +
+ _('It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
+ 'Visit %s for help and documentation.'.format('<a href="http://www.olsr.org">olsrd.org</a>'))
);
-'use strict';
-'require view';
-'require form';
-'require fs';
-'require uci';
+'use strict';
+'require view';
+'require form';
+'require fs';
+'require uci';
'require ui';
'require rpc';
m = new form.Map(
'olsrd6',
_('OLSR Daemon'),
- _(
- 'The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
- 'As such it allows mesh routing for any network equipment. ' +
- 'It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
- 'Visit <a href="http://www.olsr.org">olsrd.org</a> for help and documentation.'
- )
+ _('The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
+ 'As such it allows mesh routing for any network equipment.') + '<br/>' +
+ _('It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
+ 'Visit %s for help and documentation.'.format('<a href="http://www.olsr.org">olsrd.org</a>'))
);
'use strict';
'require view';
'require form';
-'require uci';
+'require uci';
'require ui';
'require tools.widgets as widgets';
var m = new form.Map(
'olsrd',
_('OLSR Daemon - Interface'),
- _(
- 'The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
- 'As such it allows mesh routing for any network equipment. ' +
- 'It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
- "Visit <a href='http://www.olsr.org'>olsrd.org</a> for help and documentation."
- )
+ _('The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
+ 'As such it allows mesh routing for any network equipment.') + '<br/>' +
+ _('It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
+ 'Visit %s for help and documentation.'.format('<a href="http://www.olsr.org">olsrd.org</a>'))
);
var pathname = window.location.pathname;
'use strict';
'require view';
'require form';
-'require uci';
+'require uci';
'require ui';
'require tools.widgets as widgets';
var m = new form.Map(
'olsrd6',
_('OLSR Daemon - Interface'),
- _(
- 'The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
- 'As such it allows mesh routing for any network equipment. ' +
- 'It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
- "Visit <a href='http://www.olsr.org'>olsrd.org</a> for help and documentation."
- )
+ _('The OLSR daemon is an implementation of the Optimized Link State Routing protocol. ' +
+ 'As such it allows mesh routing for any network equipment.') + '<br/>' +
+ _('It runs on any wifi card that supports ad-hoc mode and of course on any ethernet device. ' +
+ 'Visit %s for help and documentation.'.format('<a href="http://www.olsr.org">olsrd.org</a>'))
);
var pathname = window.location.pathname;