Fixed missing 'Captive' localization string for 'logs.dat'

Added 'Captive' localization string in 'de/en.pl'.

After a fresh install of Core 117, the system log shows a blank line
for 'Captive Portal' entries.

Deleted translation for 'Captive menu' and changed '30-network.menu' accordingly
to avoid duplicate translation strings.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2018-01-09 14:11:33 +01:00
committed by Michael Tremer
parent 35c4e2a302
commit 80908b44b7
3 changed files with 4 additions and 4 deletions

View File

@@ -23,9 +23,9 @@
'title' => "$Lang::tr{'dhcp server'}",
'enabled' => 1,
};
$subnetwork->{'32.captive'} = {'caption' => $Lang::tr{'Captive menu'},
$subnetwork->{'32.captive'} = {'caption' => $Lang::tr{'Captive'},
'uri' => '/cgi-bin/captive.cgi',
'title' => $Lang::tr{'Captive menu'},
'title' => $Lang::tr{'Captive'},
'enabled' => 1,
};
$subnetwork->{'40.scheduler'} = {