added swiergot's checking patch as well as modifying it to also

list package name in green on the package list page (with legend)
This commit is contained in:
pjmattal 2005-07-29 12:29:23 +00:00
parent 37cc16182a
commit a8999a6917
8 changed files with 252 additions and 113 deletions

View file

@ -109,4 +109,18 @@ $_t["en"]["New Comment Notification"] = "New Comment Notification";
$_t["en"]["Comments"] = "Comments";
$_t["en"]["The above files have been verified (by %s) and are safe to use."] = "The above files have been verified (by %s) and are safe to use.";
$_t["en"]["Be careful! The above files may contain malicious code that can damage your system."] = "Be careful! The above files may contain malicious code that can damage your system.";
$_t["en"]["Flag Safe"] = "Flag Safe";
$_t["en"]["Flag Package Safe To Use"] = "Flag Package Safe To Use";
$_t["en"]["Unflag Safe"] = "Unflag Safe";
$_t["en"]["Unflag Package Safe To Use"] = "Unflag Package Safe To Use";
$_t["en"]["Safe"] = "Safe";
?>

View file

@ -67,4 +67,12 @@ $_t["en"]["The selected packages have been disowned."] = "The selected packages
$_t["en"]["Couldn't remove from notification list."] = "Couldn't remove from notification list.";
$_t["en"]["The selected packages have been flagged safe."] = "The selected packages have been flagged safe.";
$_t["en"]["Couldn't flag package safe."] = "Couldn't flag package safe.";
$_t["en"]["The selected packages have been unflagged safe."] = "The selected packages have been unflagged safe.";
$_t["en"]["Couldn't unflag package safe."] = "Couldn't unflag package safe.";
?>