diff options
author | eric <eric> | 2004-06-29 00:56:31 +0000 |
---|---|---|
committer | eric <eric> | 2004-06-29 00:56:31 +0000 |
commit | 6249c40e9417aff0ab8eb6f84c1f6693771c7b81 (patch) | |
tree | 5331d03317404d7422e5cf4ec32a348e1c2bea89 /web/lang/mgmnt_po.inc | |
parent | 4b80bc34ffb738ef3cd1a7944e8716d3e8140565 (diff) | |
download | aurweb-6249c40e9417aff0ab8eb6f84c1f6693771c7b81.tar.xz |
fleshing out the package logic, renamed pkg include files for consistency
Diffstat (limited to 'web/lang/mgmnt_po.inc')
-rw-r--r-- | web/lang/mgmnt_po.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/lang/mgmnt_po.inc b/web/lang/mgmnt_po.inc index 438f50d..824ef50 100644 --- a/web/lang/mgmnt_po.inc +++ b/web/lang/mgmnt_po.inc @@ -16,4 +16,9 @@ $_t["en"]["Under construction..."] = "Under construction..."; # $_t["fr"]["Under construction..."] = "--> Traduction française ici. <--"; # $_t["de"]["Under construction..."] = "--> Deutsche Übersetzung hier. <--"; +$_t["en"]["Manage package ID: %s"] = "Manage package ID: %s"; +# $_t["es"]["Manage package ID: %s"] = "--> Traducción española aquí. <--"; +# $_t["fr"]["Manage package ID: %s"] = "--> Traduction française ici. <--"; +# $_t["de"]["Manage package ID: %s"] = "--> Deutsche Übersetzung hier. <--"; + ?>
\ No newline at end of file |