diff options
author | eric <eric> | 2004-06-26 13:21:04 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-26 13:21:04 +0000 |
commit | dc3b13064cdb59dd12b200e7f8c73fd63126dea6 (patch) | |
tree | f203062484b4f1b78d76ffef607526ad22399f13 /web/lang | |
parent | 5cbbf11c8bf72a1b80dc72e27d5737c7d79a5903 (diff) | |
download | aurweb-dc3b13064cdb59dd12b200e7f8c73fd63126dea6.tar.xz |
mypkgs works, but need an 'action' table
Diffstat (limited to 'web/lang')
-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 94294c7..20acf85 100644 --- a/web/lang/pkgs_po.inc +++ b/web/lang/pkgs_po.inc @@ -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. <--"; + ?>
\ No newline at end of file |