diff options
author | pjmattal <pjmattal> | 2005-07-29 14:29:23 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-07-29 14:29:23 +0200 |
commit | a8999a691777a96ea07f53a479a154b743712a46 (patch) | |
tree | 016d59470dae03d355a27c67fa7032e165e6137a /web/lang | |
parent | 37cc16182a1bb0f3088c68dc47c7100b12fa3b19 (diff) | |
download | aur-a8999a691777a96ea07f53a479a154b743712a46.tar.gz aur-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')
-rw-r--r-- | web/lang/en/pkgfuncs_po.inc | 14 | ||||
-rw-r--r-- | web/lang/en/search_po.inc | 8 | ||||
-rw-r--r-- | web/lang/pl/pkgfuncs_po.inc | 14 | ||||
-rw-r--r-- | web/lang/pl/search_po.inc | 10 |
4 files changed, 44 insertions, 2 deletions
diff --git a/web/lang/en/pkgfuncs_po.inc b/web/lang/en/pkgfuncs_po.inc index 2cc4b6f7..3a62eb1f 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 diff --git a/web/lang/en/search_po.inc b/web/lang/en/search_po.inc index f915bfdd..e4753aac 100644 --- a/web/lang/en/search_po.inc +++ b/web/lang/en/search_po.inc @@ -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."; + ?>
\ No newline at end of file diff --git a/web/lang/pl/pkgfuncs_po.inc b/web/lang/pl/pkgfuncs_po.inc index a708d441..4fd3e2cb 100644 --- a/web/lang/pl/pkgfuncs_po.inc +++ b/web/lang/pl/pkgfuncs_po.inc @@ -65,4 +65,16 @@ $_t["pl"]["Notify"] = "Włącz powiadamianie"; $_t["pl"]["New Comment Notification"] = "Powiadomienie o nowym komentarzu."; -?>
\ No newline at end of file +$_t["pl"]["The above files have been verified (by %s) and are safe to use."] = "Powyższe pliki zostały sprawdzone (przez: %s) i możesz ich bezpiecznie uzywać."; + +$_t["pl"]["Be careful! The above files may contain malicious code that can damage your system."] = "Zachowaj ostrożność! Powyższe pliki mogą zawierać szkodliwy kod zagrażający twojemu systemowi."; + +$_t["pl"]["Flag Safe"] = "Zaznacz jako bezpieczny"; + +$_t["pl"]["Flag Package Safe To Use"] = "Zaznacz pakiet jako bezpieczny w użyciu"; + +$_t["pl"]["Unflag Safe"] = "Usuń flagę bezpieczeństwa"; + +$_t["pl"]["Unflag Package Safe To Use"] = "Usuń flagę oznaczającą pakiet jako bezpieczny w użyciu"; + +?> diff --git a/web/lang/pl/search_po.inc b/web/lang/pl/search_po.inc index 8de975dc..dbfa3705 100644 --- a/web/lang/pl/search_po.inc +++ b/web/lang/pl/search_po.inc @@ -48,4 +48,12 @@ $_t["pl"]["Couldn't add to notification list."] = "Dodanie do listy powiadamiani $_t["pl"]["Couldn't remove from notification list."] = "Usunięcie z listy powiadamiania nie powiodło się."; -?>
\ No newline at end of file +$_t["pl"]["The selected packages have been flagged safe."] = "Wybrane pakiety zostały zaznaczone jako bezpieczne."; + +$_t["pl"]["Couldn't flag package safe."] = "Zaznaczenie pakietu jako bezpiecznego nie powiodło się."; + +$_t["pl"]["The selected packages have been unflagged safe."] = "Wybrane pakiety zostały odznaczone jako bezpieczne."; + +$_t["pl"]["Couldn't unflag package safe."] = "Odznaczenie pakietu jako bezpiecznego nie powiodło się."; + +?> |