mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
langs: add changed strings to German and English translations
Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
4dc8de6f22
commit
358e42ffbf
@@ -625,7 +625,7 @@ END
|
||||
$rdns = gethostbyaddr($iaddr, AF_INET);
|
||||
}
|
||||
|
||||
if (!$rdns) { $rdns = $Lang::tr{'lookup failed'}; }
|
||||
if (!$rdns) { $rdns = $Lang::tr{'ptr lookup failed'}; }
|
||||
|
||||
# Mark ISP name servers as disabled
|
||||
if ($id <= 2 && $enabled eq "disabled") {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2019 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -293,7 +293,7 @@ sub printactivelogins()
|
||||
# get rDNS...
|
||||
my $iaddr = inet_aton($remoteip);
|
||||
my $rdns = gethostbyaddr($iaddr, AF_INET);
|
||||
if (!$rdns) { $rdns = $Lang::tr{'lookup failed'}; };
|
||||
if (!$rdns) { $rdns = $Lang::tr{'ptr lookup failed'}; };
|
||||
|
||||
my $table_colour = ($id++ % 2) ? $color{'color22'} : $color{'color20'};
|
||||
|
||||
|
||||
@@ -444,12 +444,14 @@
|
||||
'are you sure' => 'Sind Sie sicher?',
|
||||
'arp table entries' => 'Einträge der ARP-Tabelle',
|
||||
'artist' => 'Künstler',
|
||||
'asn lookup failed' => 'AS-Auflösung gescheitert',
|
||||
'atm device' => 'Device:',
|
||||
'atm settings' => 'ATM-Einstellungen',
|
||||
'attemps' => 'Versuche',
|
||||
'attention' => 'ACHTUNG',
|
||||
'august' => 'August',
|
||||
'authentication' => 'Authentifizierung:',
|
||||
'autonomous system' => 'Autonomes System',
|
||||
'automatic' => 'Automatisch',
|
||||
'available updates' => 'Verfügbare Updates:',
|
||||
'average' => 'Durchschnitt',
|
||||
@@ -1503,7 +1505,9 @@
|
||||
'ip alias added' => 'Externer IP-Alias hinzugefügt',
|
||||
'ip alias changed' => 'Externer IP-Alias geändert',
|
||||
'ip alias removed' => 'Externer IP-Alias entfernt',
|
||||
'ip info' => 'IP-Information',
|
||||
'ip basic info' => 'Grundlegende IP-Informationen',
|
||||
'ip info' => 'IP-Informationen',
|
||||
'ip info for' => 'IP-Informationen für',
|
||||
'ipfire has now rebooted' => 'IPFire wird neu gestartet.',
|
||||
'ipfire has now shutdown' => 'IPFire wird heruntergefahren.',
|
||||
'ipfire side' => 'IPFire Seite:',
|
||||
@@ -1595,7 +1599,6 @@
|
||||
'logging server' => 'Protokollierungsserver',
|
||||
'loginlogout' => 'Login/Logout',
|
||||
'logs' => 'Protokolldateien',
|
||||
'lookup failed' => 'Reverse Lookup gescheitert',
|
||||
'loosedirectorychecking' => 'Loose directorychecking',
|
||||
'low' => 'Niedrig',
|
||||
'ls_dhcpd' => 'DHCP-Server:',
|
||||
@@ -2068,6 +2071,7 @@
|
||||
'proxy reports weekly' => 'Wöchentliche Berichte',
|
||||
'psk' => 'PSK',
|
||||
'ptr' => 'PTR',
|
||||
'ptr lookup failed' => 'Reverse Lookup gescheitert',
|
||||
'pulse' => 'Puls',
|
||||
'pulse dial' => 'Pulswahl:',
|
||||
'qos add subclass' => 'Unterklasse hinzufügen',
|
||||
@@ -2863,6 +2867,7 @@
|
||||
'week-graph' => 'Woche',
|
||||
'weekly firewallhits' => 'wöchentliche Firewalltreffer',
|
||||
'weeks' => 'Wochen',
|
||||
'whois results from' => 'WHOIS-Ergebnisse von',
|
||||
'wildcards' => 'Wildcards',
|
||||
'wins server' => 'WINS-Server',
|
||||
'wins support' => 'WINS-Support',
|
||||
|
||||
@@ -443,12 +443,14 @@
|
||||
'are you sure' => 'Are you sure?',
|
||||
'arp table entries' => 'ARP Table Entries',
|
||||
'artist' => 'Artist',
|
||||
'asn lookup failed' => 'AS lookup failed',
|
||||
'atm device' => 'Device:',
|
||||
'atm settings' => 'ATM settings',
|
||||
'attemps' => 'Attempts',
|
||||
'attention' => 'ATTENTION',
|
||||
'august' => 'August',
|
||||
'authentication' => 'Authentication:',
|
||||
'autonomous system' => 'Autonomous System',
|
||||
'automatic' => 'Automatic',
|
||||
'available updates' => 'Available updates:',
|
||||
'average' => 'Average',
|
||||
@@ -1531,7 +1533,9 @@
|
||||
'ip alias added' => 'External IP alias added',
|
||||
'ip alias changed' => 'External IP alias changed',
|
||||
'ip alias removed' => 'External IP alias removed',
|
||||
'ip info' => 'IP Information',
|
||||
'ip basic info' => 'Basic IP information',
|
||||
'ip info' => 'IP information',
|
||||
'ip info' => 'IP information for',
|
||||
'ipfire has now rebooted' => 'IPFire is rebooting now.',
|
||||
'ipfire has now shutdown' => 'IPFire is shutting down now.',
|
||||
'ipfire side' => 'IPFire side:',
|
||||
@@ -1623,7 +1627,6 @@
|
||||
'logging server' => 'Logging Server',
|
||||
'loginlogout' => 'Login/Logout',
|
||||
'logs' => 'logs',
|
||||
'lookup failed' => 'Reverse lookup failed',
|
||||
'loosedirectorychecking' => 'Loosedirectorychecking',
|
||||
'low' => 'Low',
|
||||
'ls_dhcpd' => 'DHCP Server:',
|
||||
@@ -2099,6 +2102,7 @@
|
||||
'proxy reports weekly' => 'Weekly reports',
|
||||
'psk' => 'PSK',
|
||||
'ptr' => 'PTR',
|
||||
'ptr lookup failed' => 'Reverse lookup failed',
|
||||
'pulse' => 'Pulse',
|
||||
'pulse dial' => 'Pulse dial:',
|
||||
'qos add subclass' => 'Add subclass',
|
||||
@@ -2907,6 +2911,7 @@
|
||||
'week-graph' => 'Week',
|
||||
'weekly firewallhits' => 'weekly firewallhits',
|
||||
'weeks' => 'Weeks',
|
||||
'whois results from' => 'WHOIS results from',
|
||||
'wildcards' => 'Wildcards',
|
||||
'winbind daemon' => 'Winbind Daemon',
|
||||
'wins server' => 'Wins Server',
|
||||
|
||||
@@ -1096,7 +1096,7 @@
|
||||
'logging server' => 'Servidor de conexión',
|
||||
'loginlogout' => 'Login/Logout',
|
||||
'logs' => 'registros',
|
||||
'lookup failed' => 'Falló la búsqueda reversiva',
|
||||
'ptr lookup failed' => 'Falló la búsqueda reversiva',
|
||||
'loosedirectorychecking' => 'Chequeo de loosedirectory',
|
||||
'low' => 'Bajo',
|
||||
'ls_dhcpd' => 'Servidor DHCP:',
|
||||
|
||||
@@ -1627,7 +1627,7 @@
|
||||
'logging server' => 'Serveur de connexion',
|
||||
'loginlogout' => 'Connexion/Quitter',
|
||||
'logs' => 'Journaux',
|
||||
'lookup failed' => 'La recherche inversée a échouée',
|
||||
'ptr lookup failed' => 'La recherche inversée a échouée',
|
||||
'loosedirectorychecking' => 'Echec de la vérification du répertoire',
|
||||
'low' => 'Bas',
|
||||
'ls_dhcpd' => 'Serveur DHCP :',
|
||||
|
||||
@@ -1409,7 +1409,7 @@
|
||||
'logging server' => 'Logging Server',
|
||||
'loginlogout' => 'Login/Logout',
|
||||
'logs' => 'Gestione Log',
|
||||
'lookup failed' => 'Reverse lookup failed',
|
||||
'ptr lookup failed' => 'Reverse lookup failed',
|
||||
'loosedirectorychecking' => 'Loosedirectorychecking',
|
||||
'low' => 'Basso',
|
||||
'ls_dhcpd' => 'DHCP Server:',
|
||||
|
||||
@@ -1389,7 +1389,7 @@
|
||||
'logging server' => 'Loggingserver',
|
||||
'loginlogout' => 'Login/Logout',
|
||||
'logs' => 'logs',
|
||||
'lookup failed' => 'Reverse lookup mislukt',
|
||||
'ptr lookup failed' => 'Reverse lookup mislukt',
|
||||
'loosedirectorychecking' => 'Loosedirectorychecking',
|
||||
'low' => 'Laag',
|
||||
'ls_dhcpd' => 'DHCP Server:',
|
||||
|
||||
@@ -1095,7 +1095,7 @@
|
||||
'logging server' => 'Serwer logowania',
|
||||
'loginlogout' => 'Zalogowanie/wylogowanie',
|
||||
'logs' => 'logi',
|
||||
'lookup failed' => 'Reverse lookup failed',
|
||||
'ptr lookup failed' => 'Reverse lookup failed',
|
||||
'loosedirectorychecking' => 'Loosedirectorychecking',
|
||||
'low' => 'Niski',
|
||||
'ls_dhcpd' => 'Serwer DHCP:',
|
||||
|
||||
@@ -1088,7 +1088,7 @@
|
||||
'logging server' => 'Сервер Логов',
|
||||
'loginlogout' => 'Login/Logout',
|
||||
'logs' => 'Логи',
|
||||
'lookup failed' => 'Reverse lookup failed',
|
||||
'ptr lookup failed' => 'Reverse lookup failed',
|
||||
'loosedirectorychecking' => 'Loosedirectorychecking',
|
||||
'low' => 'Low',
|
||||
'ls_dhcpd' => 'DHCP сервер:',
|
||||
|
||||
@@ -1539,7 +1539,7 @@
|
||||
'logging server' => 'Günlük Sunucusu',
|
||||
'loginlogout' => 'Giriş/Çıkış',
|
||||
'logs' => 'Günlükler',
|
||||
'lookup failed' => 'Ters arama başarısız',
|
||||
'ptr lookup failed' => 'Ters arama başarısız',
|
||||
'loosedirectorychecking' => 'Serbest Dizin Denetimi',
|
||||
'low' => 'Düşük',
|
||||
'ls_dhcpd' => 'DHCP Sunucusu:',
|
||||
|
||||
Reference in New Issue
Block a user