aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorDavid Prévot <taffit>2011-12-23 23:02:35 +0000
committerDavid Prévot <taffit>2011-12-23 23:02:35 +0000
commit9ee38fe5c2a76e4593b19a5a677c26b318b872d0 (patch)
treee03493a41b9ec19808d72a2912ea7d69c179304d /stattrans.pl
parentbcd6445a67da66a0d281dbde8b88c51b3ea2c486 (diff)
Fix gettext stuff and update POT file; (fr) sync
CVS version numbers stattrans.pl: 1.106 -> 1.107 english/po/stats.pot: 1.3 -> 1.4 french/po/stats.fr.po: 1.4 -> 1.5
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stattrans.pl b/stattrans.pl
index 02f54acbd56..8c5204a1c8d 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -386,7 +386,7 @@ foreach $lang (@search_in) {
$o_body .= sprintf "<td>%s</td>", $transversion{"$lang/$file"};
$o_body .= sprintf "<td>%s</td>", $version{"$orig/$file"};
$o_body .= sprintf "<td>%s</td>", $msg;
- $o_body .= sprintf "<td style='font-family: monospace' title='<gettext domain=\"stats\">Click to fetch diffstat data.</gettext>' onClick=\"setDiffstat('%s', '%s', '%s', this)\">+/-</td>", $file, $transversion{"$lang/$file"}, $version{"$orig/$file"};
+ $o_body .= sprintf '<td style=\'font-family: monospace\' title=\'<gettext domain="stats">Click to fetch diffstat data</gettext>\' onClick="setDiffstat(\'%s\', \'%s\', \'%s\', this)">+/-</td>', $file, $transversion{"$lang/$file"}, $version{"$orig/$file"};
if ($msg eq '<gettext domain="stats">Wrong translation version</gettext>' || $msg eq '<gettext domain="stats">The original no longer exists</gettext>') {
$o_body .= "<td></td><td></td>";
} else {

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