diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2011-05-29 12:32:46 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2011-05-29 12:32:46 +0300 |
commit | 38ade4af245fcfcd5f4fced9e6264aac3dcf2876 (patch) | |
tree | fcd58f7b3689e2572759ae3dd3e72c2de43baf7b /template | |
parent | c114fd0bf91ca0467ffde7375ac13ce9623d3e11 (diff) | |
download | vdradmin-am-38ade4af245fcfcd5f4fced9e6264aac3dcf2876.tar.gz vdradmin-am-38ade4af245fcfcd5f4fced9e6264aac3dcf2876.tar.bz2 |
Local net help fine tuning.
Diffstat (limited to 'template')
-rw-r--r-- | template/default/help_config.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/help_config.html b/template/default/help_config.html index b88cc67..8132f55 100644 --- a/template/default/help_config.html +++ b/template/default/help_config.html @@ -38,7 +38,7 @@ <dt><?% gettext('Number of channels to use:') %?></dt> <dd><?% gettext('VDRAdmin-AM will load the given number of channels from VDR and present only those in any fields where channels can be selected. This also limits the EPG information VDRAdmin-AM will read so that you can use this to reduce VDRAdmin-AM\'s memory consumption and increase its performance. <strong>0</strong> turns this feature off and VDRAdmin-AM will use all available channels.') %?></dd> <dt><?% gettext('Local net (no login required):') %?></dt> - <dd><?% gettext('Here you can specify subnets from which access to VDRAdmin-AM does not require logging in. For example: "192.168.0.0/24" will include any IP starting with "192.168.0", "192.168.0.123/32" will only match "192.168.0.123". Multiple subnets can be specified by separating them with spaces or commas.') %?></dd> + <dd><?% gettext('Here you can specify subnets from which access to VDRAdmin-AM does not require logging in. For example: "192.168.0.0/24" will include any IP starting with "192.168.0.", "192.168.0.123/32" will only match "192.168.0.123". Multiple subnets can be specified by separating them with spaces or commas.') %?></dd> <dt><?% gettext('Language:') %?></dt> <dd><?% gettext('Here you can set the localization VDRAdmin-AM should use.') %?></dd> <dt><?% gettext('Save settings on exit:') %?></dt> |