From 51ee7548bc0c375fc8bf7d9f236a5ab1001834f5 Mon Sep 17 00:00:00 2001
From: rboren Your level is not high enough to moderate comments. Your level is not high enough to moderate comments. Your level is not high enough to moderate comments. Your level is not high enough to moderate comments. ";
if ($approved) {
if ('1' == $approved) {
- echo "1 comment approved The following comments are in the moderation queue:
\n";
+ echo __("1 comment approved
") . "\n";
} else {
- echo "$approved comments approved
\n";
+ echo sprintf(__("%s comments approved
"), $approved) . "\n";
}
}
if ($deleted) {
if ('1' == $deleted) {
- echo "1 comment deleted
\n";
+ echo __("1 comment deleted
") . "\n";
} else {
- echo "$deleted comments deleted
\n";
+ echo sprintf(__("%s comments deleted
"), $deleted) . "\n";
}
}
if ($ignored) {
if ('1' == $ignored) {
- echo "1 comment unchanged
\n";
+ echo __("1 comment unchanged
") . "\n";
} else {
- echo "$ignored comments unchanged
\n";
+ echo sprintf(__("%s comments unchanged
"), $ignored) . "\n";
}
}
echo "
Currently there are no comments to be approved.
") . "\n"; } ?>