echo _('Successful!'); ?>
}
?>
@@ -67,16 +67,16 @@
if($bad)
{
- ?>Sorry, but there are error(s) found in the following table(s):
+ echo _('Sorry, but there are error(s) found in the following table(s):');
foreach($bad_array as $table)
{
echo " '$table'";
}
- ?>.Please fix these errors and run the script again.
+ ?>. echo _('Please fix these errors and run the script again.'); ?>
}
else
{
- echo "Successful! Everything is set up ok, you can rumble!";
+ echo _('Successful! Everything is set up ok, you can rumble!"');
}
?>
|