diff options
author | eric <eric> | 2004-06-25 02:17:17 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-25 02:17:17 +0200 |
commit | 16a97cf1a38313dbe8cab0f29f1054e61a3964f6 (patch) | |
tree | a6e535a9b130f20b204ca860573425a1b99cedb5 /web/lang/pkgs_po.inc | |
parent | 1f62f86af5225643f2a7d72c1a050c46ffc37477 (diff) | |
download | aur-16a97cf1a38313dbe8cab0f29f1054e61a3964f6.tar.gz aur-16a97cf1a38313dbe8cab0f29f1054e61a3964f6.tar.xz |
first pass at displaying package search results - still needs Less/More buttons
Diffstat (limited to 'web/lang/pkgs_po.inc')
-rw-r--r-- | web/lang/pkgs_po.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/lang/pkgs_po.inc b/web/lang/pkgs_po.inc index 432ee283..94294c74 100644 --- a/web/lang/pkgs_po.inc +++ b/web/lang/pkgs_po.inc @@ -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. <--"; + ?>
\ No newline at end of file |