mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
committed by
Michael Tremer
parent
35c4e2a302
commit
80908b44b7
@@ -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'} = {
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
'Add Rule' => 'Regel hinzufügen',
|
||||
'Add a route' => 'Eine Route hinzufügen',
|
||||
'Async logging enabled' => 'Aktiviere asynchrones Schreiben des Syslogs',
|
||||
'Captive' => 'Captive-Portal',
|
||||
'Captive 1day' => '1 Tag',
|
||||
'Captive 1month' => '1 Monat',
|
||||
'Captive 1week' => '1 Woche',
|
||||
@@ -43,7 +44,6 @@
|
||||
'Captive logo_upload' => 'Logo hochladen',
|
||||
'Captive logo_upload1' => '(PNG, min. 1280x400, max. 1920x800)',
|
||||
'Captive mac' => 'MAC-Adresse',
|
||||
'Captive menu' => 'Captive-Portal',
|
||||
'Captive noexpiretime' => 'Es wurde kein gültiger Verbindungszeitraum angegeben',
|
||||
'Captive nolimit' => 'Unbegrenzt',
|
||||
'Captive nr' => 'Nummer',
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
'Add Rule' => 'Add rule',
|
||||
'Add a route' => 'Add a route',
|
||||
'Async logging enabled' => 'Enable asynchronous writing of the syslog file',
|
||||
'Captive' => 'Captive Portal',
|
||||
'Captive 1day' => '1 day',
|
||||
'Captive 1month' => '1 month',
|
||||
'Captive 1week' => '1 week',
|
||||
@@ -42,7 +43,6 @@
|
||||
'Captive logo uploaded' => 'Logo uploaded',
|
||||
'Captive logo_set' => 'Current Logo',
|
||||
'Captive mac' => 'MAC Address',
|
||||
'Captive menu' => 'Captive Portal',
|
||||
'Captive noexpiretime' => 'No valid connection time range given',
|
||||
'Captive nolimit' => 'unlimited',
|
||||
'Captive nr' => 'Number',
|
||||
|
||||
Reference in New Issue
Block a user