Like on this line :
Code: Select all
echo '<p>We have '.$total.' entries displayed on '.$pages.' pages.<br />';
Code: Select all
echo '<p>We have '.$total. ' '; if ($total <= 1) { echo 'entry'; } else { echo 'entries'; } echo ' displayed on '.$pages.' page'; if ($pages > 1) { echo 's'; } echo '.<br />';
I found no translation yet so I plan to do a french one and also add the french dirty words list. Would this be the 1st translation made?