From 5f59fd86fb137ffeaf88bbf6ba0401c1fe246ec2 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Sat, 11 Jun 2005 02:38:07 +0000 Subject: added changes to front page to close bug #2820 --- web/html/index.php | 1 + web/lang/en/aur_po.inc | 2 ++ web/lang/en/index_po.inc | 4 ++++ web/lib/aur.inc | 2 +- 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/web/html/index.php b/web/html/index.php index 94e193d..4993e23 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -79,6 +79,7 @@ print "\n"; print " "; print "

".__("Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h.", array('', ''))."

"; print "

".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('', ''))."

"; +print "

".__("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('', '')); print "

".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('', ''))."

"; #Hey, how about listing the newest pacakges? :D diff --git a/web/lang/en/aur_po.inc b/web/lang/en/aur_po.inc index 523014e..d71bc87 100644 --- a/web/lang/en/aur_po.inc +++ b/web/lang/en/aur_po.inc @@ -21,4 +21,6 @@ $_t["en"]["Accounts"] = "Accounts"; $_t["en"]["Logout"] = "Logout"; +$_t["en"]["%s: %sAn ArchLinux project%s"] = "%s: %sAn ArchLinux project%s"; + ?> \ No newline at end of file diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc index 767a101..d9efc74 100644 --- a/web/lang/en/index_po.inc +++ b/web/lang/en/index_po.inc @@ -47,4 +47,8 @@ $_t["en"]["Incorrect password for username, %s."] = "Incorrect password for user $_t["en"]["Latest Packages:"] = "Latest Packages:"; +$_t["en"]["Discussion about the AUR takes place on the %sTUR Users List%s."] = "Discussion about the AUR takes place on the %sTUR Users List%s."; + +$_t["en"]["Email discussion about the AUR takes place on the %sTUR Users List%s."] = "Email discussion about the AUR takes place on the %sTUR Users List%s."; + ?> \ No newline at end of file diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 494e70a..52daeca 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -371,7 +371,7 @@ function html_header() { print "style='background-color: #000; width: 100%;'>\n"; print " \n"; print " "; - print __("%s: An ArchLinux project", array("AUR")); + print __("%s: %sAn ArchLinux project%s", array("AUR", "", "")); print "\n"; print " \n"; print " \n"; -- cgit v1.2.3-54-g00ecf