x":
$s = "The following conflicts with the suggested time:
"; break;
case "your suggested time of x - x conflicts with the following existing calendar entries:":
$s = "Your suggested time of $m1 - $m2 conflicts with the following existing calendar entries:"; break;
case "you must enter one or more search keywords":
$s = "You must enter one or more search keywords"; break;
case "are you sure\\nyou want to\\ndelete this entry ?\\n\\nthis will delete\\nthis entry for all users.": $s = "Are you sure\\nyou want to\\ndelete this entry ?\\n\\nThis will delete\\nthis entry for all users."; break;
case "": $s = ""; break;
case "": $s = ""; break;
case "": $s = ""; break;
case "": $s = ""; break;
case "": $s = ""; break;
case "": $s = ""; break;
default: $s = "* ". $message;
}
return $s;
}
?>