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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue