$savemsg=sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'),date(gettext("n/j/y H:i:s"),$_POST['newver']),$revision['description']);
}else{
$savemsg=gettext("Unable to revert to the selected configuration.");
$savemsg=sprintf(gettext('Successfully reverted to timestamp %1$s with description "%2$s".'),date(gettext("n/j/y H:i:s"),$_POST['newver']),$revision['description']);
}else{
$savemsg=gettext("Unable to revert to the selected configuration.");
$savemsg=sprintf(gettext('Deleted backup with timestamp %1$s and description "%2$s".'),date(gettext("n/j/y H:i:s"),$_POST['rmver']),$revision['description']);
break;
}else{
$savemsg=gettext("Unable to delete the selected configuration.");
<?=gettext("To view the differences between an older configuration and a newer configuration, select the older configuration using the left column of radio options and select the newer configuration in the right column, then press the Diff button.");?>
<?=gettext("To view the differences between an older configuration and a newer configuration, select the older configuration using the left column of radio options and select the newer configuration in the right column, then press the button.");?>