diff options
author | pjmattal <pjmattal> | 2005-06-10 06:52:46 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-06-10 06:52:46 +0200 |
commit | c7e4f5c7fa8e4ba9e9503f70a3334d33f31b78e1 (patch) | |
tree | b49f8c311d398367269b9e6572e5b280547c7e1f /web/lang | |
parent | 45e5883a1579ef64071d161a216e7159bfab1daf (diff) | |
download | aur-c7e4f5c7fa8e4ba9e9503f70a3334d33f31b78e1.tar.gz aur-c7e4f5c7fa8e4ba9e9503f70a3334d33f31b78e1.tar.xz |
Added Simo's patch for #2579, adding user info page
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer
Diffstat (limited to 'web/lang')
-rw-r--r-- | web/lang/account_po.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/lang/account_po.inc b/web/lang/account_po.inc index c246dcad..8c675421 100644 --- a/web/lang/account_po.inc +++ b/web/lang/account_po.inc @@ -327,4 +327,6 @@ $_t["en"]["You do not have permission to edit this account."] = "You do not have $_t["de"]["You do not have permission to edit this account."] = "Zugriff für das Bearbeiten dieses Benutzerkontos verweigert."; $_t["pl"]["You do not have permission to edit this account."] = "Nie masz uprawnień do edycji tego konta."; -?>
\ No newline at end of file +$_t["en"]["You must log in to view user information."] = "You must log in to view user information."; + +?> |