diff options
author | pjmattal <pjmattal> | 2005-07-29 12:29:23 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-07-29 12:29:23 +0000 |
commit | a8999a691777a96ea07f53a479a154b743712a46 (patch) | |
tree | 016d59470dae03d355a27c67fa7032e165e6137a /web/lang/en/pkgfuncs_po.inc | |
parent | 37cc16182a1bb0f3088c68dc47c7100b12fa3b19 (diff) | |
download | aurweb-a8999a691777a96ea07f53a479a154b743712a46.tar.xz |
added swiergot's checking patch as well as modifying it to also
list package name in green on the package list page (with legend)
Diffstat (limited to 'web/lang/en/pkgfuncs_po.inc')
-rw-r--r-- | web/lang/en/pkgfuncs_po.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/lang/en/pkgfuncs_po.inc b/web/lang/en/pkgfuncs_po.inc index 2cc4b6f..3a62eb1 100644 --- a/web/lang/en/pkgfuncs_po.inc +++ b/web/lang/en/pkgfuncs_po.inc @@ -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"; + ?>
\ No newline at end of file |