From patchwork Wed Oct 20 09:21:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4800 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4HZ4qt6Jxcz3wcx for ; Wed, 20 Oct 2021 09:21:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4HZ4qq6WrJz1Tw; Wed, 20 Oct 2021 09:21:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HZ4qq2JWTz2xRb; Wed, 20 Oct 2021 09:21:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4HZ4qn3dGVz2xRb for ; Wed, 20 Oct 2021 09:21:41 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4HZ4qm4QHZzBF; Wed, 20 Oct 2021 09:21:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1634721700; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JkLSQ98z9pqPs9KTdUrRuVY4OZ7ed1O5+vuDZXSenRg=; b=Ycez61Vz+dERNeY5wJQ47TB1TWE1ViAQNAeW1lcswV4g+EqYeycO9MfHMctVKZLymQFVax I8JcplV48YJjdEDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1634721700; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JkLSQ98z9pqPs9KTdUrRuVY4OZ7ed1O5+vuDZXSenRg=; b=vQ/4TeuwX9R/mP6F2DAZ3MSPsa1waAEkUBlj5Dv/8T/Ra0fwAtW3dei3SercifBtQfpaaN 2SwChEZiWn+mH8KsZmgLMLMUm2XaQH796zdmTvMYAPgpYrNMdHylzqHkWvzfJJtKivzdWq wbGxp1PmZ3iu4Xh328uA9SvXmKGdyrQEBOB+kOnJZwDvOXgPjjmRHMu49H1gBHjg10sJpc zf1XkD9Ssyhv3+CZAqu+HWDuVdwYbl/Hk7D9jY639kJZGXncxVYF0FtiI1XTz3vRZqcnm4 XJwMV64KOIRDoowGTkAwc5/uh7kz5PiNjbZyegAcNFmy8v5CACVZ+mL2tOmF4w== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] Run "./make.sh lang" Date: Wed, 20 Oct 2021 09:21:35 +0000 Message-Id: <20211020092136.14783-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- doc/language_issues.de | 4 ++++ doc/language_issues.en | 23 ++++++++++--------- doc/language_issues.es | 11 ++++++++- doc/language_issues.fr | 11 +++++++++ doc/language_issues.it | 13 +++++++++-- doc/language_issues.nl | 11 ++++++++- doc/language_issues.pl | 11 ++++++++- doc/language_issues.ru | 11 ++++++++- doc/language_issues.tr | 11 +++++++++ doc/language_missings | 51 +++++++++++++++++++++++++++++++++++++++++- langs/de/cgi-bin/de.pl | 2 +- langs/en/cgi-bin/en.pl | 2 +- 12 files changed, 142 insertions(+), 19 deletions(-) diff --git a/doc/language_issues.de b/doc/language_issues.de index a091f2303..d1aacc1e6 100644 --- a/doc/language_issues.de +++ b/doc/language_issues.de @@ -92,7 +92,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -234,6 +236,7 @@ WARNING: translation string unused: dns new 0 WARNING: translation string unused: dns new 1 WARNING: translation string unused: dns saved WARNING: translation string unused: dns saved txt +WARNING: translation string unused: dnssec disabled warning WARNING: translation string unused: dnssec information WARNING: translation string unused: do not log this port list WARNING: translation string unused: domain master @@ -264,6 +267,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key diff --git a/doc/language_issues.en b/doc/language_issues.en index 3d10bebc6..34a95b358 100644 --- a/doc/language_issues.en +++ b/doc/language_issues.en @@ -180,6 +180,7 @@ WARNING: untranslated string: advproxy admin mail = Cache administrator e-mail WARNING: untranslated string: advproxy advanced web proxy = Advanced Web Proxy WARNING: untranslated string: advproxy advanced web proxy configuration = Advanced web proxy configuration WARNING: untranslated string: advproxy allowed subnets = Allowed subnets (one per line) +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information WARNING: untranslated string: advproxy back to main page = Back to main page WARNING: untranslated string: advproxy banned ip clients = Banned IP addresses (one per line) WARNING: untranslated string: advproxy banned mac clients = Banned MAC addresses (one per line) @@ -232,6 +233,11 @@ WARNING: untranslated string: advproxy errmsg time restriction = Invalid time re WARNING: untranslated string: advproxy errmsg wpad invalid ip or mask = WPAD: Invalid IP or subnet for excluded IP subnet WARNING: untranslated string: advproxy error design = Error messages design WARNING: untranslated string: advproxy error language = Error messages language +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds WARNING: untranslated string: advproxy friday = Fri WARNING: untranslated string: advproxy from = From WARNING: untranslated string: advproxy group access control = Group based access control @@ -265,14 +271,13 @@ WARNING: untranslated string: advproxy ram cache size = Memory cache size (MB) WARNING: untranslated string: advproxy reset = Reset WARNING: untranslated string: advproxy saturday = Sat WARNING: untranslated string: advproxy save and restart = Save and Restart -WARNING: untranslated string: advproxy squid version = Squid cache version +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: advproxy squidclamav = SquidClamav WARNING: untranslated string: advproxy ssl ports = Allowed SSL ports (one per line) WARNING: untranslated string: advproxy standard = Standard WARNING: untranslated string: advproxy standard ports = Allowed standard ports (one per line) WARNING: untranslated string: advproxy sunday = Sun WARNING: untranslated string: advproxy supervisor password = Supervisor password -WARNING: untranslated string: advproxy suppress version = Suppress version information WARNING: untranslated string: advproxy throttling per host on = Limit per host on WARNING: untranslated string: advproxy throttling total on = Overall limit on WARNING: untranslated string: advproxy throttling unlimited = unlimited @@ -345,8 +350,8 @@ WARNING: untranslated string: bad destination range = The Destination port range WARNING: untranslated string: bad ignore filter = Bad ignore filter: WARNING: untranslated string: bad return code = Helper program returned error code WARNING: untranslated string: bad source range = The Source port range has a first value that is greater than or equal to the second value. -WARNING: untranslated string: bandwitherror = You cannot change the bandwithsettings, with Qos being enabled. First disable Qos.

-WARNING: untranslated string: bandwithsettings = Bandwithsettings +WARNING: untranslated string: bandwidtherror = You cannot change the bandwidthsettings, with Qos being enabled. First disable Qos.

+WARNING: untranslated string: bandwidthsettings = bandwidthsettings WARNING: untranslated string: basic options = Basic Options WARNING: untranslated string: beep when ppp connects or disconnects = Beep when IPFire connects or disconnects WARNING: untranslated string: bit = bit @@ -626,7 +631,6 @@ WARNING: untranslated string: dnsforward entries = Current entries WARNING: untranslated string: dnsforward forward_servers = Nameservers WARNING: untranslated string: dnsforward zone = Zone WARNING: untranslated string: dnssec aware = DNSSEC Aware -WARNING: untranslated string: dnssec disabled warning = WARNING: DNSSEC has been disabled WARNING: untranslated string: dnssec not supported = DNSSEC Not supported WARNING: untranslated string: dnssec validating = DNSSEC Validating WARNING: untranslated string: dod = Dial on Demand @@ -713,7 +717,6 @@ WARNING: untranslated string: enabled on = Enabled on WARNING: untranslated string: encapsulation = Encapsulation WARNING: untranslated string: encryption = Encryption: WARNING: untranslated string: end address = End address: -WARNING: untranslated string: enter ack class = Enter the ACK- Class
and then press Save. WARNING: untranslated string: enter data = Enter your settings
and then press Save. WARNING: untranslated string: entropy = Entropy WARNING: untranslated string: entropy graphs = Entropy Graphs @@ -736,8 +739,8 @@ WARNING: untranslated string: extrahd to root = to root WARNING: untranslated string: extrahd you cant mount = You can't mount WARNING: untranslated string: fallout zombieload ridl = Fallout/ZombieLoad/RIDL WARNING: untranslated string: false classnumber = The Class-Number does not match the interface. -WARNING: untranslated string: false max bandwith = Maximum bandwith is false. -WARNING: untranslated string: false min bandwith = Minimum bandwith is false. +WARNING: untranslated string: false max bandwidth = Maximum bandwidth is false. +WARNING: untranslated string: false min bandwidth = Minimum bandwidth is false. WARNING: untranslated string: february = February WARNING: untranslated string: fetch ip from = Guess the real public IP with help of an external server WARNING: untranslated string: fifteen minutes = 15 Minutes @@ -964,7 +967,7 @@ WARNING: untranslated string: graph = Graph WARNING: untranslated string: graph per = per WARNING: untranslated string: green = GREEN WARNING: untranslated string: grouptype = Grouptype: -WARNING: untranslated string: guaranteed bandwith = Guaranteed bandwith +WARNING: untranslated string: guaranteed bandwidth = Guaranteed bandwidth WARNING: untranslated string: guardian = Guardian WARNING: untranslated string: guardian block a host = unknown string WARNING: untranslated string: guardian block httpd brute-force = unknown string @@ -1223,7 +1226,7 @@ WARNING: untranslated string: masquerade orange = Masquerade ORANGE WARNING: untranslated string: masquerading = Masquerading WARNING: untranslated string: masquerading disabled = Masquerading disabled WARNING: untranslated string: masquerading enabled = Masquerading enabled -WARNING: untranslated string: max bandwith = Maximum bandwith +WARNING: untranslated string: max bandwidth = Maximum bandwidth WARNING: untranslated string: max lease time = Max lease time (mins): WARNING: untranslated string: max reliability = Maximum reliability WARNING: untranslated string: max renewal time = Maximum Renewal Time diff --git a/doc/language_issues.es b/doc/language_issues.es index 2e58b5b02..55d46c597 100644 --- a/doc/language_issues.es +++ b/doc/language_issues.es @@ -90,7 +90,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -273,6 +275,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key @@ -801,15 +804,22 @@ WARNING: untranslated string: addons = Addons WARNING: untranslated string: administrator password = Administrator password WARNING: untranslated string: administrator username = Administrator username WARNING: untranslated string: advproxy AUTH method ntlm auth = Windows Active Directory +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information WARNING: untranslated string: advproxy basic authentication = Allow HTTP Basic authentication WARNING: untranslated string: advproxy cache-digest = Enable Cache-Digest Generation WARNING: untranslated string: advproxy errmsg cache = The RAM cache size is greater than the harddisk cache size: WARNING: untranslated string: advproxy errmsg invalid upstream proxy = Invalid upstream proxy IP/hostname WARNING: untranslated string: advproxy errmsg proxy ports equal = The proxy port and the transparent port cannot be equal. WARNING: untranslated string: advproxy errmsg wpad invalid ip or mask = WPAD: Invalid IP or subnet for excluded IP subnet +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds WARNING: untranslated string: advproxy group access control = Group based access control WARNING: untranslated string: advproxy group required = Required group WARNING: untranslated string: advproxy proxy port transparent = Transparent port +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: advproxy wpad example dst_noproxy_ip = e.g. 192.168.2.0/255.255.255.0 WARNING: untranslated string: advproxy wpad example dst_noproxy_url = e.g. *.ipfire.org* WARNING: untranslated string: advproxy wpad label dst_noproxy_ip = Excluded IP Subnets (one per line) @@ -920,7 +930,6 @@ WARNING: untranslated string: dnsforward entries = Current entries WARNING: untranslated string: dnsforward forward_servers = Nameservers WARNING: untranslated string: dnsforward zone = Zone WARNING: untranslated string: dnssec aware = DNSSEC Aware -WARNING: untranslated string: dnssec disabled warning = WARNING: DNSSEC has been disabled WARNING: untranslated string: dnssec not supported = DNSSEC Not supported WARNING: untranslated string: dnssec validating = DNSSEC Validating WARNING: untranslated string: downlink = Downlink diff --git a/doc/language_issues.fr b/doc/language_issues.fr index 72826274b..6f8edcead 100644 --- a/doc/language_issues.fr +++ b/doc/language_issues.fr @@ -96,7 +96,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -261,6 +263,7 @@ WARNING: translation string unused: dns new 0 WARNING: translation string unused: dns new 1 WARNING: translation string unused: dns saved WARNING: translation string unused: dns saved txt +WARNING: translation string unused: dnssec disabled warning WARNING: translation string unused: dnssec information WARNING: translation string unused: do not log this port list WARNING: translation string unused: domain master @@ -292,6 +295,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key @@ -892,6 +896,13 @@ WARNING: translation string unused: zoneconf val vlan amount assignment error WARNING: translation string unused: zoneconf val vlan tag assignment error WARNING: translation string unused: zoneconf val vlan tag range error WARNING: translation string unused: zoneconf val zoneslave amount error +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: fwhost cust locationgrp = unknown string WARNING: untranslated string: fwhost err hostip = unknown string WARNING: untranslated string: guardian block a host = unknown string diff --git a/doc/language_issues.it b/doc/language_issues.it index 4538461c6..a97016dcc 100644 --- a/doc/language_issues.it +++ b/doc/language_issues.it @@ -70,7 +70,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -263,6 +265,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key @@ -895,10 +898,17 @@ WARNING: untranslated string: acpitemp = ACPI - Temperatures WARNING: untranslated string: administrator password = Administrator password WARNING: untranslated string: administrator username = Administrator username WARNING: untranslated string: advproxy AUTH method ntlm auth = Windows Active Directory +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information WARNING: untranslated string: advproxy basic authentication = Allow HTTP Basic authentication WARNING: untranslated string: advproxy errmsg wpad invalid ip or mask = WPAD: Invalid IP or subnet for excluded IP subnet +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds WARNING: untranslated string: advproxy group access control = Group based access control WARNING: untranslated string: advproxy group required = Required group +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: advproxy wpad example dst_noproxy_ip = e.g. 192.168.2.0/255.255.255.0 WARNING: untranslated string: advproxy wpad example dst_noproxy_url = e.g. *.ipfire.org* WARNING: untranslated string: advproxy wpad label dst_noproxy_ip = Excluded IP Subnets (one per line) @@ -946,7 +956,6 @@ WARNING: untranslated string: dns use isp assigned nameservers = Use ISP-assigne WARNING: untranslated string: dns use protocol for dns queries = Protocol for DNS queries WARNING: untranslated string: dnsforward dnssec disabled = DNSSEC Validation is disabled WARNING: untranslated string: dnsforward forward_servers = Nameservers -WARNING: untranslated string: dnssec disabled warning = WARNING: DNSSEC has been disabled WARNING: untranslated string: download apple profile = Download Apple Configuration Profile WARNING: untranslated string: duration = Duration WARNING: untranslated string: eight hours = 8 Hours @@ -999,7 +1008,7 @@ WARNING: untranslated string: fwhost cust locationgrp = unknown string WARNING: untranslated string: fwhost err hostip = unknown string WARNING: untranslated string: fwhost newlocationgrp = Location Groups WARNING: untranslated string: generate ptr = Generate PTR -WARNING: untranslated string: guaranteed bandwith = Guaranteed bandwith +WARNING: untranslated string: guaranteed bandwidth = Guaranteed bandwidth WARNING: untranslated string: guardian = Guardian WARNING: untranslated string: guardian block a host = unknown string WARNING: untranslated string: guardian block httpd brute-force = unknown string diff --git a/doc/language_issues.nl b/doc/language_issues.nl index 85fdcbe44..6c2715bc4 100644 --- a/doc/language_issues.nl +++ b/doc/language_issues.nl @@ -69,7 +69,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -261,6 +263,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key @@ -890,10 +893,17 @@ WARNING: untranslated string: acpitemp = ACPI - Temperatures WARNING: untranslated string: administrator password = Administrator password WARNING: untranslated string: administrator username = Administrator username WARNING: untranslated string: advproxy AUTH method ntlm auth = Windows Active Directory +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information WARNING: untranslated string: advproxy basic authentication = Allow HTTP Basic authentication WARNING: untranslated string: advproxy errmsg wpad invalid ip or mask = WPAD: Invalid IP or subnet for excluded IP subnet +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds WARNING: untranslated string: advproxy group access control = Group based access control WARNING: untranslated string: advproxy group required = Required group +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: advproxy wpad example dst_noproxy_ip = e.g. 192.168.2.0/255.255.255.0 WARNING: untranslated string: advproxy wpad example dst_noproxy_url = e.g. *.ipfire.org* WARNING: untranslated string: advproxy wpad label dst_noproxy_ip = Excluded IP Subnets (one per line) @@ -949,7 +959,6 @@ WARNING: untranslated string: dns use protocol for dns queries = Protocol for DN WARNING: untranslated string: dnsforward dnssec disabled = DNSSEC Validation is disabled WARNING: untranslated string: dnsforward forward_servers = Nameservers WARNING: untranslated string: dnssec aware = DNSSEC Aware -WARNING: untranslated string: dnssec disabled warning = WARNING: DNSSEC has been disabled WARNING: untranslated string: dnssec not supported = DNSSEC Not supported WARNING: untranslated string: dnssec validating = DNSSEC Validating WARNING: untranslated string: download apple profile = Download Apple Configuration Profile diff --git a/doc/language_issues.pl b/doc/language_issues.pl index a023bdbee..79d2045d3 100644 --- a/doc/language_issues.pl +++ b/doc/language_issues.pl @@ -69,7 +69,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -251,6 +253,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key @@ -816,15 +819,22 @@ WARNING: untranslated string: addons = Addons WARNING: untranslated string: administrator password = Administrator password WARNING: untranslated string: administrator username = Administrator username WARNING: untranslated string: advproxy AUTH method ntlm auth = Windows Active Directory +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information WARNING: untranslated string: advproxy basic authentication = Allow HTTP Basic authentication WARNING: untranslated string: advproxy cache-digest = Enable Cache-Digest Generation WARNING: untranslated string: advproxy errmsg cache = The RAM cache size is greater than the harddisk cache size: WARNING: untranslated string: advproxy errmsg invalid upstream proxy = Invalid upstream proxy IP/hostname WARNING: untranslated string: advproxy errmsg proxy ports equal = The proxy port and the transparent port cannot be equal. WARNING: untranslated string: advproxy errmsg wpad invalid ip or mask = WPAD: Invalid IP or subnet for excluded IP subnet +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds WARNING: untranslated string: advproxy group access control = Group based access control WARNING: untranslated string: advproxy group required = Required group WARNING: untranslated string: advproxy proxy port transparent = Transparent port +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: advproxy wpad example dst_noproxy_ip = e.g. 192.168.2.0/255.255.255.0 WARNING: untranslated string: advproxy wpad example dst_noproxy_url = e.g. *.ipfire.org* WARNING: untranslated string: advproxy wpad label dst_noproxy_ip = Excluded IP Subnets (one per line) @@ -935,7 +945,6 @@ WARNING: untranslated string: dnsforward entries = Current entries WARNING: untranslated string: dnsforward forward_servers = Nameservers WARNING: untranslated string: dnsforward zone = Zone WARNING: untranslated string: dnssec aware = DNSSEC Aware -WARNING: untranslated string: dnssec disabled warning = WARNING: DNSSEC has been disabled WARNING: untranslated string: dnssec not supported = DNSSEC Not supported WARNING: untranslated string: dnssec validating = DNSSEC Validating WARNING: untranslated string: downlink = Downlink diff --git a/doc/language_issues.ru b/doc/language_issues.ru index d1abbc4a8..52b116c60 100644 --- a/doc/language_issues.ru +++ b/doc/language_issues.ru @@ -69,7 +69,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -250,6 +252,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key @@ -812,15 +815,22 @@ WARNING: untranslated string: addons = Addons WARNING: untranslated string: administrator password = Administrator password WARNING: untranslated string: administrator username = Administrator username WARNING: untranslated string: advproxy AUTH method ntlm auth = Windows Active Directory +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information WARNING: untranslated string: advproxy basic authentication = Allow HTTP Basic authentication WARNING: untranslated string: advproxy cache-digest = Enable Cache-Digest Generation WARNING: untranslated string: advproxy errmsg cache = The RAM cache size is greater than the harddisk cache size: WARNING: untranslated string: advproxy errmsg invalid upstream proxy = Invalid upstream proxy IP/hostname WARNING: untranslated string: advproxy errmsg proxy ports equal = The proxy port and the transparent port cannot be equal. WARNING: untranslated string: advproxy errmsg wpad invalid ip or mask = WPAD: Invalid IP or subnet for excluded IP subnet +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds WARNING: untranslated string: advproxy group access control = Group based access control WARNING: untranslated string: advproxy group required = Required group WARNING: untranslated string: advproxy proxy port transparent = Transparent port +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: advproxy wpad example dst_noproxy_ip = e.g. 192.168.2.0/255.255.255.0 WARNING: untranslated string: advproxy wpad example dst_noproxy_url = e.g. *.ipfire.org* WARNING: untranslated string: advproxy wpad label dst_noproxy_ip = Excluded IP Subnets (one per line) @@ -932,7 +942,6 @@ WARNING: untranslated string: dnsforward entries = Current entries WARNING: untranslated string: dnsforward forward_servers = Nameservers WARNING: untranslated string: dnsforward zone = Zone WARNING: untranslated string: dnssec aware = DNSSEC Aware -WARNING: untranslated string: dnssec disabled warning = WARNING: DNSSEC has been disabled WARNING: untranslated string: dnssec not supported = DNSSEC Not supported WARNING: untranslated string: dnssec validating = DNSSEC Validating WARNING: untranslated string: downlink = Downlink diff --git a/doc/language_issues.tr b/doc/language_issues.tr index a882db069..019dd7be0 100644 --- a/doc/language_issues.tr +++ b/doc/language_issues.tr @@ -92,7 +92,9 @@ WARNING: translation string unused: advproxy errmsg password incorrect WARNING: translation string unused: advproxy invalid num of children WARNING: translation string unused: advproxy no clients defined WARNING: translation string unused: advproxy redirector children +WARNING: translation string unused: advproxy squid version WARNING: translation string unused: advproxy ssadvanced proxy +WARNING: translation string unused: advproxy suppress version WARNING: translation string unused: advproxy throttle binary WARNING: translation string unused: advproxy throttle dskimg WARNING: translation string unused: advproxy throttle mmedia @@ -258,6 +260,7 @@ WARNING: translation string unused: dns new 1 WARNING: translation string unused: dns saved WARNING: translation string unused: dns saved txt WARNING: translation string unused: dnsforward forward_server +WARNING: translation string unused: dnssec disabled warning WARNING: translation string unused: dnssec information WARNING: translation string unused: do not log this port list WARNING: translation string unused: domain master @@ -289,6 +292,7 @@ WARNING: translation string unused: enable javascript WARNING: translation string unused: enable wildcards WARNING: translation string unused: enabledtitle WARNING: translation string unused: encrypted +WARNING: translation string unused: enter ack class WARNING: translation string unused: err bk 1 WARNING: translation string unused: err bk 10 password WARNING: translation string unused: err bk 2 key @@ -885,7 +889,14 @@ WARNING: untranslated string: Disabled = Disabled WARNING: untranslated string: Scan for Songs = unknown string WARNING: untranslated string: Weekly = Weekly WARNING: untranslated string: acpitemp = ACPI - Temperatures +WARNING: untranslated string: advproxy asbased anomaly detection = Anomaly detections based on Autonomous Systems information WARNING: untranslated string: advproxy errmsg wpad invalid ip or mask = WPAD: Invalid IP or subnet for excluded IP subnet +WARNING: untranslated string: advproxy fastflux detection = Deny access to destinations hosted on fast flux setups +WARNING: untranslated string: advproxy fastflux detection threshold = Threshold +WARNING: untranslated string: advproxy fastflux no threshold given = No threshold was given for fast flux detection +WARNING: untranslated string: advproxy fastflux threshold invalid = Supplied fast flux detection threshold is invalid +WARNING: untranslated string: advproxy fastflux threshold out of bounds = Supplied fast flux detection threshold is out of bounds +WARNING: untranslated string: advproxy selectively announcements detection = Deny access to destinations hosted on selectively announced networks WARNING: untranslated string: advproxy wpad example dst_noproxy_ip = e.g. 192.168.2.0/255.255.255.0 WARNING: untranslated string: advproxy wpad example dst_noproxy_url = e.g. *.ipfire.org* WARNING: untranslated string: advproxy wpad label dst_noproxy_ip = Excluded IP Subnets (one per line) diff --git a/doc/language_missings b/doc/language_missings index 7aa2094a4..ae3901bc5 100644 --- a/doc/language_missings +++ b/doc/language_missings @@ -79,6 +79,7 @@ < administrator password < administrator username < adsl settings +< advproxy asbased anomaly detection < advproxy AUTH method ntlm < advproxy AUTH method ntlm auth < advproxy basic authentication @@ -87,9 +88,15 @@ < advproxy errmsg invalid upstream proxy < advproxy errmsg proxy ports equal < advproxy errmsg wpad invalid ip or mask +< advproxy fastflux detection +< advproxy fastflux detection threshold +< advproxy fastflux no threshold given +< advproxy fastflux threshold invalid +< advproxy fastflux threshold out of bounds < advproxy group access control < advproxy group required < advproxy proxy port transparent +< advproxy selectively announcements detection < advproxy wpad example dst_noproxy_ip < advproxy wpad example dst_noproxy_url < advproxy wpad label dst_noproxy_ip @@ -927,6 +934,13 @@ ############################################################################ # Checking cgi-bin translations for language: fr # ############################################################################ +< advproxy asbased anomaly detection +< advproxy fastflux detection +< advproxy fastflux detection threshold +< advproxy fastflux no threshold given +< advproxy fastflux threshold invalid +< advproxy fastflux threshold out of bounds +< advproxy selectively announcements detection < ansi t1.483 < bewan adsl pci st < bewan adsl usb @@ -943,11 +957,18 @@ < administrator password < administrator username < adsl settings +< advproxy asbased anomaly detection < advproxy AUTH method ntlm auth < advproxy basic authentication < advproxy errmsg wpad invalid ip or mask +< advproxy fastflux detection +< advproxy fastflux detection threshold +< advproxy fastflux no threshold given +< advproxy fastflux threshold invalid +< advproxy fastflux threshold out of bounds < advproxy group access control < advproxy group required +< advproxy selectively announcements detection < advproxy wpad example dst_noproxy_ip < advproxy wpad example dst_noproxy_url < advproxy wpad label dst_noproxy_ip @@ -1108,7 +1129,7 @@ < fwhost cust locationlocation < fwhost newlocationgrp < generate ptr -< guaranteed bandwith +< guaranteed bandwidth < guardian < hardware vulnerabilities < ids apply @@ -1340,12 +1361,19 @@ < administrator password < administrator username < adsl settings +< advproxy asbased anomaly detection < advproxy AUTH method ntlm < advproxy AUTH method ntlm auth < advproxy basic authentication < advproxy errmsg wpad invalid ip or mask +< advproxy fastflux detection +< advproxy fastflux detection threshold +< advproxy fastflux no threshold given +< advproxy fastflux threshold invalid +< advproxy fastflux threshold out of bounds < advproxy group access control < advproxy group required +< advproxy selectively announcements detection < advproxy wpad example dst_noproxy_ip < advproxy wpad example dst_noproxy_url < advproxy wpad label dst_noproxy_ip @@ -1793,6 +1821,7 @@ < administrator password < administrator username < adsl settings +< advproxy asbased anomaly detection < advproxy AUTH method ntlm < advproxy AUTH method ntlm auth < advproxy basic authentication @@ -1801,9 +1830,15 @@ < advproxy errmsg invalid upstream proxy < advproxy errmsg proxy ports equal < advproxy errmsg wpad invalid ip or mask +< advproxy fastflux detection +< advproxy fastflux detection threshold +< advproxy fastflux no threshold given +< advproxy fastflux threshold invalid +< advproxy fastflux threshold out of bounds < advproxy group access control < advproxy group required < advproxy proxy port transparent +< advproxy selectively announcements detection < advproxy wpad example dst_noproxy_ip < advproxy wpad example dst_noproxy_url < advproxy wpad label dst_noproxy_ip @@ -2687,6 +2722,7 @@ < administrator password < administrator username < adsl settings +< advproxy asbased anomaly detection < advproxy AUTH method ntlm < advproxy AUTH method ntlm auth < advproxy basic authentication @@ -2695,9 +2731,15 @@ < advproxy errmsg invalid upstream proxy < advproxy errmsg proxy ports equal < advproxy errmsg wpad invalid ip or mask +< advproxy fastflux detection +< advproxy fastflux detection threshold +< advproxy fastflux no threshold given +< advproxy fastflux threshold invalid +< advproxy fastflux threshold out of bounds < advproxy group access control < advproxy group required < advproxy proxy port transparent +< advproxy selectively announcements detection < advproxy wpad example dst_noproxy_ip < advproxy wpad example dst_noproxy_url < advproxy wpad label dst_noproxy_ip @@ -3581,7 +3623,14 @@ # Checking cgi-bin translations for language: tr # ############################################################################ < acpitemp +< advproxy asbased anomaly detection < advproxy errmsg wpad invalid ip or mask +< advproxy fastflux detection +< advproxy fastflux detection threshold +< advproxy fastflux no threshold given +< advproxy fastflux threshold invalid +< advproxy fastflux threshold out of bounds +< advproxy selectively announcements detection < advproxy wpad example dst_noproxy_ip < advproxy wpad example dst_noproxy_url < advproxy wpad label dst_noproxy_ip diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index 0844e3991..80aaff9a9 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -328,8 +328,8 @@ 'advproxy error design' => 'Design der Fehlermeldungen', 'advproxy error language' => 'Sprache der Fehlermeldungen', 'advproxy fastflux detection' => 'Verbindungen zu auf Fast Flux-Setups gehosteten Zielen verweigern', -'advproxy fastflux no threshold given' => 'Kein Schwellwert für Fast Flux-Erkennung angegeben', 'advproxy fastflux detection threshold' => 'Schwellwert', +'advproxy fastflux no threshold given' => 'Kein Schwellwert für Fast Flux-Erkennung angegeben', 'advproxy fastflux threshold invalid' => 'Eingegebener Schwellwert für Fast Flux-Erkennung ist ungültig', 'advproxy fastflux threshold out of bounds' => 'Eingegebener Schwellwert für Fast Flux-Erkennung befindet sich außerhalb zulässiger Grenzwerte', 'advproxy friday' => 'Fr', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 1d833b6ef..4c05dcf76 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -325,8 +325,8 @@ 'advproxy error design' => 'Error messages design', 'advproxy error language' => 'Error messages language', 'advproxy fastflux detection' => 'Deny access to destinations hosted on fast flux setups', -'advproxy fastflux no threshold given' => 'No threshold was given for fast flux detection', 'advproxy fastflux detection threshold' => 'Threshold', +'advproxy fastflux no threshold given' => 'No threshold was given for fast flux detection', 'advproxy fastflux threshold invalid' => 'Supplied fast flux detection threshold is invalid', 'advproxy fastflux threshold out of bounds' => 'Supplied fast flux detection threshold is out of bounds', 'advproxy friday' => 'Fri',