mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
parent
d9a2a5ea99
commit
a4d583179c
3 changed files with 10 additions and 2 deletions
|
@ -83,8 +83,8 @@ print "<td class='boxSoft' valign='top'>";
|
|||
|
||||
print "<p>".__("Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information.", array('<a href="http://wiki.archlinux.org/index.php/New_AUR_user_guidelines">', '</a>', '<a href="http://wiki.archlinux.org/index.php/New_AUR_TU_guidelines">', '</a>'))."<br>";
|
||||
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>".__("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>";
|
||||
|
|
|
@ -23,4 +23,8 @@ $_t["en"]["Logout"] = "Logout";
|
|||
|
||||
$_t["en"]["%s: %sAn ArchLinux project%s"] = "%s: %sAn ArchLinux project%s";
|
||||
|
||||
$_t["en"]["Discussion"] = "Discussion";
|
||||
|
||||
$_t["en"]["Bugs"] = "Bugs";
|
||||
|
||||
?>
|
|
@ -421,6 +421,10 @@ function html_header() {
|
|||
print " <span class='black'> - </span> ";
|
||||
print " <a href='/logout.php'>".__("Logout")."</a> ";
|
||||
}
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='http://bugs.archlinux.org/index.php?tasks=all&project=2'>".__("Bugs")."</a> ";
|
||||
print " <span class='black'> - </span> ";
|
||||
print " <a href='http://www.archlinux.org/mailman/listinfo/tur-users'>".__("Discussion")."</a> ";
|
||||
print " <span class='black'>:.</span></span>";
|
||||
print " </td>";
|
||||
print " </tr>";
|
||||
|
|
Loading…
Add table
Reference in a new issue