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/search_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/search_po.inc')
-rw-r--r-- | web/lang/search_po.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/web/lang/search_po.inc b/web/lang/search_po.inc index 438f50d..01527c4 100644 --- a/web/lang/search_po.inc +++ b/web/lang/search_po.inc @@ -16,4 +16,24 @@ $_t["en"]["Under construction..."] = "Under construction..."; # $_t["fr"]["Under construction..."] = "--> Traduction française ici. <--"; # $_t["de"]["Under construction..."] = "--> Deutsche Übersetzung hier. <--"; +$_t["en"]["You must be logged in before you can vote for packages."] = "You must be logged in before you can vote for packages."; +# $_t["es"]["You must be logged in before you can vote for packages."] = "--> Traducción española aquí. <--"; +# $_t["fr"]["You must be logged in before you can vote for packages."] = "--> Traduction française ici. <--"; +# $_t["de"]["You must be logged in before you can vote for packages."] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["You do not have access to disown packages."] = "You do not have access to disown packages."; +# $_t["es"]["You do not have access to disown packages."] = "--> Traducción española aquí. <--"; +# $_t["fr"]["You do not have access to disown packages."] = "--> Traduction française ici. <--"; +# $_t["de"]["You do not have access to disown packages."] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["You must be logged in before you can flag packages."] = "You must be logged in before you can flag packages."; +# $_t["es"]["You must be logged in before you can flag packages."] = "--> Traducción española aquí. <--"; +# $_t["fr"]["You must be logged in before you can flag packages."] = "--> Traduction française ici. <--"; +# $_t["de"]["You must be logged in before you can flag packages."] = "--> Deutsche Übersetzung hier. <--"; + +$_t["en"]["You do not have access to adopt packages."] = "You do not have access to adopt packages."; +# $_t["es"]["You do not have access to adopt packages."] = "--> Traducción española aquí. <--"; +# $_t["fr"]["You do not have access to adopt packages."] = "--> Traduction française ici. <--"; +# $_t["de"]["You do not have access to adopt packages."] = "--> Deutsche Übersetzung hier. <--"; + ?>
\ No newline at end of file |