mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added sort order field to packages search bar (closes #3060)
This commit is contained in:
parent
cb63efbfc5
commit
400fc9487b
3 changed files with 34 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue