summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-05-16 06:17:22 +0200
committerpjmattal <pjmattal>2005-05-16 06:17:22 +0200
commit499d459bdfc2ffc42ade60eab0be48ca9b80d103 (patch)
tree2bc63122155c6a540d53e0b3cd7850d5a85588db /web/html
parentcac788476a1a62f16d80e7242e88b25665a1e993 (diff)
downloadaur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.gz
aur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.xz
updated with latest polish language patch
Diffstat (limited to 'web/html')
-rw-r--r--web/html/index.php8
-rw-r--r--web/html/pkgsubmit.php2
2 files changed, 4 insertions, 6 deletions
diff --git a/web/html/index.php b/web/html/index.php
index ac474333..e97eacde 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -77,11 +77,9 @@ html_header();
print "<table border='0' cellpadding='0' cellspacing='3' width='90%'>\n";
print "<tr>\n";
print " <td align='left' valign='top'>";
-?>
-<p>Welcome to the AUR! If you're a newcomer, you may want to read the <a href="guidelines.html">Guidelines</a>.</p>
-<p>If you have feedback about the AUR, please leave it in <a href="http://bugs.archlinux.org/index.php?tasks=all&amp;project=2">Flyspray</a>.</p>
-<p>Though we can't vouch for their contents, we provide a <a href="http://wiki2.archlinux.org/index.php/Unofficial%20Repositories">list of user repositories</a> for your convenience.</p>
-<?php
+print "<p>".__("Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h.", array('<a href="guidelines.html">', '</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&amp;project=2">', '</a>'))."</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 __("This is where the intro text will go.");
#print __("For now, it's just a place holder.");
#print __("It's more important to get the login functionality finished.");
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index 070de6ea..560d972d 100644
--- a/web/html/pkgsubmit.php
+++ b/web/html/pkgsubmit.php
@@ -536,7 +536,7 @@ if ($_COOKIE["AURSID"]) {
print "</tr>\n";
print "<tr>\n";
print " <td valign='top' span='f4' align='right'>";
- print __("Comments").":</td>\n";
+ print __("Comment").":</td>\n";
print " <td span='f4' align='left'>";
print "<textarea rows='10' cols='50' name='comments'></textarea>";
print " </td>\n";