fleshing out the package logic, renamed pkg include files for consistency

This commit is contained in:
eric 2004-06-29 00:56:31 +00:00
parent 4b80bc34ff
commit 6249c40e94
7 changed files with 81 additions and 52 deletions

View file

@ -111,4 +111,9 @@ $_t["en"]["Logged-in as: %h%s%h"] = "Logged-in as: %h%s%h";
# $_t["fr"]["Logged-in as: %h%s%h"] = "--> Traduction française ici. <--";
# $_t["de"]["Logged-in as: %h%s%h"] = "--> Deutsche Übersetzung hier. <--";
$_t["en"]["Error looking up username, %s."] = "Error looking up username, %s.";
# $_t["es"]["Error looking up username, %s."] = "--> Traducción española aquí. <--";
# $_t["fr"]["Error looking up username, %s."] = "--> Traduction française ici. <--";
# $_t["de"]["Error looking up username, %s."] = "--> Deutsche Übersetzung hier. <--";
?>

View file

@ -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. <--";
?>

View file

@ -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. <--";
?>