mypkgs works, but need an 'action' table

This commit is contained in:
eric 2004-06-26 13:21:04 +00:00
parent 5cbbf11c8b
commit dc3b13064c
4 changed files with 98 additions and 7 deletions

View file

@ -76,4 +76,19 @@ $_t["en"]["No packages matched your search criteria."] = "No packages matched yo
# $_t["fr"]["No packages matched your search criteria."] = "--> Traduction française ici. <--";
# $_t["de"]["No packages matched your search criteria."] = "--> Deutsche Übersetzung hier. <--";
$_t["en"]["My Packages"] = "My Packages";
# $_t["es"]["My Packages"] = "--> Traducción española aquí. <--";
# $_t["fr"]["My Packages"] = "--> Traduction française ici. <--";
# $_t["de"]["My Packages"] = "--> Deutsche Übersetzung hier. <--";
$_t["en"]["Go"] = "Go";
# $_t["es"]["Go"] = "--> Traducción española aquí. <--";
# $_t["fr"]["Go"] = "--> Traduction française ici. <--";
# $_t["de"]["Go"] = "--> Deutsche Übersetzung hier. <--";
$_t["en"]["Out-of-date"] = "Out-of-date";
# $_t["es"]["Out-of-date"] = "--> Traducción española aquí. <--";
# $_t["fr"]["Out-of-date"] = "--> Traduction française ici. <--";
# $_t["de"]["Out-of-date"] = "--> Deutsche Übersetzung hier. <--";
?>