diff options
author | pjmattal <pjmattal> | 2005-07-28 15:51:33 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-07-28 15:51:33 +0000 |
commit | 25d3f782885264063c4070de5fb72cb959b30b36 (patch) | |
tree | ae4c91eb2a6ed93d87535b25672fa5a849ab0545 | |
parent | fb1fc1a020c9357972a264ccdb15fb86bdea8a85 (diff) | |
download | aurweb-25d3f782885264063c4070de5fb72cb959b30b36.tar.xz |
closes bug #2851 (reminder to vote)
-rw-r--r-- | web/html/index.php | 2 | ||||
-rw-r--r-- | web/lang/en/index_po.inc | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php index 88413f2..5623426 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -86,6 +86,8 @@ print "<p>".__("Welcome to the AUR! Please read the %hAUR User Guidelines%h and print __("Contributed PKGBUILDs <b>must</b> conform to the %hArch Packaging Standards%h otherwise they will be deleted!", array('<a href="http://wiki.archlinux.org/index.php/Arch_Packaging_Standards">', '</a>'))."</p>"; print "<p>".__("If you have feedback about the AUR, please leave it in %hFlyspray%h.", array('<a href="http://bugs.archlinux.org/index.php?tasks=all&project=2">', '</a>'))."<br>"; print __("Email discussion about the AUR takes place on the %sTUR Users List%s.", array('<a href="http://www.archlinux.org/mailman/listinfo/tur-users">', '</a>'))."</p>"; +print "<p>".__("Remember to vote for your favourite packages!")."<br>"; +print __("The most popular packages will be provided as binary packages in [community].")."</p>"; #print "<p>".__("Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience.", array('<a href="http://wiki2.archlinux.org/index.php/Unofficial%20Repositories">', '</a>'))."</p>"; print "<br>\n"; diff --git a/web/lang/en/index_po.inc b/web/lang/en/index_po.inc index f34a0ef..6840acf 100644 --- a/web/lang/en/index_po.inc +++ b/web/lang/en/index_po.inc @@ -75,4 +75,10 @@ $_t["en"]["Packages in unsupported"] = "Packages in unsupported"; $_t["en"]["Packages in [community]"] = "Packages in [community]"; +$_t["en"]["Remember to vote for your favourite packages! The most popular packages are provided as binary packages in [community]."] = "Remember to vote for your favourite packages! The most popular packages are provided as binary packages in [community]."; + +$_t["en"]["Remember to vote for your favourite packages!"] = "Remember to vote for your favourite packages!"; + +$_t["en"]["The most popular packages will be provided as binary packages in [community]."] = "The most popular packages will be provided as binary packages in [community]."; + ?>
\ No newline at end of file |