diff options
-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 88413f21..56234260 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 f34a0eff..6840acf4 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 |