added sort order field to packages search bar (closes #3060)

This commit is contained in:
swiergot 2005-09-02 16:27:30 +00:00
parent cb63efbfc5
commit 400fc9487b
3 changed files with 34 additions and 8 deletions

View file

@ -79,6 +79,12 @@ $_t["en"]["Manage"] = "Manage";
$_t["en"]["Sort by"] = "Sort by";
$_t["en"]["Sort order"] = "Sort order";
$_t["en"]["Ascending"] = "Ascending";
$_t["en"]["Descending"] = "Descending";
$_t["en"]["Actions"] = "Actions";
$_t["en"]["Sources"] = "Sources";

View file

@ -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";