From 58803a80ac80ca4512008f7db05599467166ecdb Mon Sep 17 00:00:00 2001 From: Jutta Wrage Date: Fri, 9 Dec 2005 02:28:25 +0000 Subject: summaries for tables and some other minor changes to make tidy happy CVS version numbers stattrans.pl: 1.72 -> 1.73 --- stattrans.pl | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index d2718b68ba5..1657602e2e1 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -78,10 +78,6 @@ $altcvs->options( $max_versions = 5; $min_versions = 1; -# $border_head = "
" -# ."
"; -# $border_foot = "
"; - $date = strftime "%a %b %e %H:%M:%S %Y %z", localtime; @@ -389,7 +385,7 @@ foreach $lang (@search_in) { printf HTML "

", $color; printf HTML "%s: %s

\n", $config{'title'}, ucfirst $lang; - printf HTML "\n", $color; + printf HTML "
\n", $color; print HTML "\n"; # printf HTML "", $config{'title'}, ucfirst $lang; @@ -429,7 +425,7 @@ foreach $lang (@search_in) { # outputs the content if ($o_body) { print HTML "

Outdated translations: (top)

\n"; - print HTML "

%s: %s

\n"; + print HTML "
\n"; print HTML ""; if ($opt_d eq "u") { print HTML ""; } elsif ($opt_d eq "h") { print HTML ""; } @@ -442,7 +438,7 @@ foreach $lang (@search_in) { } if ($u_body) { print HTML "

Pages not translated: (top)

\n"; - print HTML "
FileTranslatedOriginCommentUnified diffColored diff
\n"; + print HTML "
\n"; print HTML $u_body; print HTML "
\n"; } @@ -456,7 +452,7 @@ foreach $lang (@search_in) { if ($lang ne 'english') { print HTML "

Translations of templates (gettext files): (top)

\n"; # print HTML $border_head; - print HTML "\n"; + print HTML "
\n"; print HTML "\n"; foreach my $domain (sort keys %po_total) { next if $domain eq 'total'; @@ -512,7 +508,7 @@ print HTMLI "

Translated web pages

\n"; printf HTMLI "

There are %d pages to translate.

\n",($wml{'english'}+$untranslated{'english'}); # print HTMLI $border_head; -print HTMLI "
FileUp to dateFuzzyUntranslatedTotal
\n"; +print HTMLI "
\n"; print HTMLI "\n"; print HTMLI "\n"; print HTMLI ""; @@ -556,7 +552,7 @@ print HTMLI "

Translated web pages (by size)

\n"; printf HTMLI "

There are %d bytes to translate.

\n",($wml_s{'english'}+$untranslated_s{'english'}); # print HTMLI $border_head; -print HTMLI "
\n"; +print HTMLI "
\n"; # print HTMLI "
\n"; print HTMLI "\n"; print HTMLI "\n"; @@ -601,7 +597,7 @@ print HTMLI "
\n"; print HTMLI "

Translated templates (gettext files)

\n"; printf HTMLI "

There are %d strings to translate.

\n",$po_total{'total'}; # print HTMLI $border_head; -print HTMLI "\n"; +print HTMLI "
\n"; # print HTMLI "
\n"; print HTMLI "\n"; print HTMLI ""; -- cgit v1.2.3