Skip to content

Commit

Permalink
Clarify that IPs can be IPv4 or IPv6 addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jan 28, 2019
1 parent a923096 commit 7a2cbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion languages/de.php
Expand Up @@ -13,7 +13,7 @@
$plugin_tx['minicounter']['syscheck_xhversion']="die CMSimple_XH-Version ≥ %s";

$plugin_tx['minicounter']['cf_start_value']="Der Startwert für die Besucherzählung. Setzen Sie diesen größer als 0, wenn Sie zuvor einen anderen Besucherzähler installiert hatten, oder wenn Sie die Zählerdatei manuell geleert haben.";
$plugin_tx['minicounter']['cf_ignore_ips']="Eine durch Kommas getrennte Liste von zu ignorierenden IP-Adressen.";
$plugin_tx['minicounter']['cf_ignore_ips']="Eine durch Kommas getrennte Liste von zu ignorierenden IPv4- und/oder IPv6-Adressen.";
$plugin_tx['minicounter']['cf_honor_dnt']="Ob der Do Not Track (DNT; engl. für \"nicht verfolgen\") Header beachtet werden soll: \"1\" (ja) oder \"0\" (nein).";

?>
2 changes: 1 addition & 1 deletion languages/en.php
Expand Up @@ -13,7 +13,7 @@
$plugin_tx['minicounter']['syscheck_xhversion']="CMSimple_XH version ≥ %s";

$plugin_tx['minicounter']['cf_start_value']="The value to start counting the visitors. Set greater than 0, if you formerly had installed another visitor counter, or if you have manually truncated the counter file.";
$plugin_tx['minicounter']['cf_ignore_ips']="A comma delimited list of IP addresses to ignore.";
$plugin_tx['minicounter']['cf_ignore_ips']="A comma delimited list of IPv4 and/or IPv6 addresses to ignore.";
$plugin_tx['minicounter']['cf_honor_dnt']="Whether the Do Not Track (DNT) header should be honored: \"1\" (yes) or \"0\" (no).";

?>

0 comments on commit 7a2cbe1

Please sign in to comment.