mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
first pass at displaying package search results - still needs Less/More buttons
This commit is contained in:
parent
1f62f86af5
commit
16a97cf1a3
4 changed files with 72 additions and 27 deletions
|
@ -61,4 +61,19 @@ $_t["en"]["Any"] = "Any";
|
|||
# $_t["fr"]["Any"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Any"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Votes"] = "Votes";
|
||||
# $_t["es"]["Votes"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Votes"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Votes"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["Description"] = "Description";
|
||||
# $_t["es"]["Description"] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["Description"] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["Description"] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
$_t["en"]["No packages matched your search criteria."] = "No packages matched your search criteria.";
|
||||
# $_t["es"]["No packages matched your search criteria."] = "--> Traducción española aquí. <--";
|
||||
# $_t["fr"]["No packages matched your search criteria."] = "--> Traduction française ici. <--";
|
||||
# $_t["de"]["No packages matched your search criteria."] = "--> Deutsche Übersetzung hier. <--";
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue