aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorRhonda D'Vine <alfie>2002-11-29 12:13:01 +0000
committerRhonda D'Vine <alfie>2002-11-29 12:13:01 +0000
commite0e0a5bb87957b269445430521cd3ac8fcd44482 (patch)
treec44630aecafdd6637df2d688049d0f87e312a20f /stattrans.pl
parentdf33514fa8f2fe5d12793517f17f811591db7f15 (diff)
strings and pages are plural --> are instead of is
CVS version numbers stattrans.pl: 1.51 -> 1.52
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 8fec6452399..2b7c9c509c5 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -431,7 +431,7 @@ printf HTML "<html>\n<head><title>%s</title></head>\n<body bgcolor=\"#ffffff\">\
printf HTML "<h1 align=\"center\">%s</h1>\n", $config{'title'};
print HTML "<h2>Translated web pages</h2>\n";
-printf HTML "<p>There is %d pages to translate.</p>\n",($wml{'english'}+$untranslated{'english'});
+printf HTML "<p>There are %d pages to translate.</p>\n",($wml{'english'}+$untranslated{'english'});
print HTML $border_head;
print HTML "<table width=\"100%\" border=0 bgcolor=\"#cdc9c9\">\n";
@@ -457,7 +457,7 @@ print HTML "</table>\n";
print HTML $border_foot;
print HTML "<h2>Translated templates (gettext files)</h2>\n";
-printf HTML "<p>There is %d strings to translate.</p>\n",$po_total{'total'};
+printf HTML "<p>There are %d strings to translate.</p>\n",$po_total{'total'};
print HTML $border_head;
print HTML "<table width=\"100%\" border=0 bgcolor=\"#cdc9c9\">\n";
print HTML "<tr><th>Language</th><th>Up to date</th><th>Fuzzy</th><th>Not translated</th></tr>\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy