diff options
author | swiergot <swiergot> | 2005-09-02 18:27:30 +0200 |
---|---|---|
committer | swiergot <swiergot> | 2005-09-02 18:27:30 +0200 |
commit | 400fc9487b2efaa580a808f6c3f7dce2e180761b (patch) | |
tree | 14348b0c66390c64a9a25d6632b8bd1865efe7cf /web/lang/pl/pkgfuncs_po.inc | |
parent | cb63efbfc57bd8c85b76176a6ebcbafd9bc013d5 (diff) | |
download | aur-400fc9487b2efaa580a808f6c3f7dce2e180761b.tar.gz aur-400fc9487b2efaa580a808f6c3f7dce2e180761b.tar.xz |
added sort order field to packages search bar (closes #3060)
Diffstat (limited to 'web/lang/pl/pkgfuncs_po.inc')
-rw-r--r-- | web/lang/pl/pkgfuncs_po.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/lang/pl/pkgfuncs_po.inc b/web/lang/pl/pkgfuncs_po.inc index 384a9836..e28bb964 100644 --- a/web/lang/pl/pkgfuncs_po.inc +++ b/web/lang/pl/pkgfuncs_po.inc @@ -21,6 +21,9 @@ $_t["pl"]["Name"] = "Nazwa"; $_t["pl"]["Per page"] = "Na stronie"; $_t["pl"]["Popularity"] = "Popularność"; $_t["pl"]["Sort by"] = "Sortuj według"; +$_t["pl"]["Sort order"] = "Porządek"; +$_t["pl"]["Ascending"] = "Rosnąco"; +$_t["pl"]["Descending"] = "Malejąco"; $_t["pl"]["Search Criteria"] = "Kryteria wyszukiwania"; $_t["pl"]["Location"] = "Lokacja"; $_t["pl"]["Keywords"] = "Słowa kluczowe"; |