mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 08:52:58 +02:00
ids.cgi: Update automatic download texts
Update the showed texts in the dropdown box as mentioned in the bug report. Fixes #11985 Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -859,9 +859,9 @@ print <<END
|
||||
|
||||
<td>
|
||||
<select name='AUTOUPDATE_INTERVAL'>
|
||||
<option value='off' $selected{'AUTOUPDATE_INTERVAL'}{'off'} >$Lang::tr{'no'}</option>
|
||||
<option value='daily' $selected{'AUTOUPDATE_INTERVAL'}{'daily'} >$Lang::tr{'urlfilter daily'}</option>
|
||||
<option value='weekly' $selected{'AUTOUPDATE_INTERVAL'}{'weekly'} >$Lang::tr{'urlfilter weekly'}</option>
|
||||
<option value='off' $selected{'AUTOUPDATE_INTERVAL'}{'off'} >- $Lang::tr{'Disabled'} -</option>
|
||||
<option value='daily' $selected{'AUTOUPDATE_INTERVAL'}{'daily'} >$Lang::tr{'Daily'}</option>
|
||||
<option value='weekly' $selected{'AUTOUPDATE_INTERVAL'}{'weekly'} >$Lang::tr{'Weekly'}</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -83,6 +83,8 @@
|
||||
'ConnSched time' => 'Zeit:',
|
||||
'ConnSched up' => 'Herauf',
|
||||
'ConnSched weekdays' => 'Wochentage:',
|
||||
'Daily' => 'Täglich',
|
||||
'Disabled' => 'Deaktiviert',
|
||||
'Edit an existing route' => 'Eine existierende Route editieren',
|
||||
'Enter TOS' => 'Aktivieren oder deaktivieren Sie die TOS-Bits <br /> und klicken Sie danach auf <i>Speichern</i>.',
|
||||
'Existing Files' => 'Dateien in der Datenbank',
|
||||
@@ -121,6 +123,7 @@
|
||||
'Utilization on' => 'Auslastung auf',
|
||||
'Verbose' => 'Verbose',
|
||||
'WakeOnLan' => 'Wake On LAN',
|
||||
'Weekly' => 'Wöchentlich',
|
||||
'a ca certificate with this name already exists' => 'Ein CA-Zertifikat mit diesem Namen existiert bereits.',
|
||||
'a connection with this common name already exists' => 'Eine Verbindung mit diesem gemeinsamen Namen existiert bereits.',
|
||||
'a connection with this name already exists' => 'Eine Verbindung mit diesem Namen existiert bereits.',
|
||||
|
||||
@@ -83,6 +83,8 @@
|
||||
'ConnSched time' => 'Time:',
|
||||
'ConnSched up' => 'Up',
|
||||
'ConnSched weekdays' => 'Days of the week:',
|
||||
'Daily' => 'Daily',
|
||||
'Disabled' => 'Disabled',
|
||||
'Edit an existing route' => 'Edit an existing route',
|
||||
'Enter TOS' => 'Activate or deactivate TOS-bits <br /> and then press <i>Save</i>.',
|
||||
'Existing Files' => 'Files in database',
|
||||
@@ -121,6 +123,7 @@
|
||||
'Utilization on' => 'Utilization on',
|
||||
'Verbose' => 'Verbose:',
|
||||
'WakeOnLan' => 'Wake On Lan',
|
||||
'Weekly' => 'Weekly',
|
||||
'a ca certificate with this name already exists' => 'A CA certificate with this name already exists.',
|
||||
'a connection with this common name already exists' => 'A connection with this common name already exists.',
|
||||
'a connection with this name already exists' => 'A connection with this name already exists.',
|
||||
|
||||
Reference in New Issue
Block a user