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/pl/search_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/pl/search_po.inc')
-rw-r--r-- | web/lang/pl/search_po.inc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/lang/pl/search_po.inc b/web/lang/pl/search_po.inc index 8de975d..dbfa370 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ę."; + +?> |