X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=locale%2Fde%2Flocales.pl;h=7cc3c53028219059b71e6d01f3b831b4d51f13a1;hb=2ff4600332e95f26d4b6ecc98974c2c6e60e36ec;hp=a497ee6915a0bd0c07e438940a96ab0ecf1a54b2;hpb=ec047e71b7460feb9f70d30982f5006d99521ad4;p=kivitendo-erp.git diff --git a/locale/de/locales.pl b/locale/de/locales.pl index a497ee691..7cc3c5302 100755 --- a/locale/de/locales.pl +++ b/locale/de/locales.pl @@ -315,7 +315,7 @@ if ($opt_c) { $per = sprintf("%.1f", ($count - $notext) / $count * 100); print "\n$trlanguage - ${per}%"; -print " - $notext missing" if $notext; +print " - $notext/$count missing" if $notext; print "\n"; exit; @@ -577,7 +577,7 @@ sub scanhtmlfile { substr($line, 0, $+[0]) = ""; $text =~ s/\s+/ /g; - $copying = 0; + $copying = 0; if ($issubmit) { # $submit{$text} = 1; $cached{$_[0]}{submit}{$text} = 1;