summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-05-16 04:17:22 +0000
committerpjmattal <pjmattal>2005-05-16 04:17:22 +0000
commit499d459bdfc2ffc42ade60eab0be48ca9b80d103 (patch)
tree2bc63122155c6a540d53e0b3cd7850d5a85588db /web/lib/pkgfuncs.inc
parentcac788476a1a62f16d80e7242e88b25665a1e993 (diff)
downloadaurweb-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.xz
updated with latest polish language patch
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r--web/lib/pkgfuncs.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 24f9e13..16da5b9 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -324,7 +324,7 @@ function package_details($id=0, $SID="") {
print "<tr>\n";
print " <td colspan='2'><span class='f3'>";
if ($row["LocationID"] == 2) {
- print "<a href='".$row['URLPath']."'>Tarball</a> :: <a href='".dirname($row['URLPath'])."/".$row['Name']."'>Files</a></span></td>";
+ print "<a href='".$row['URLPath']."'>".__("Tarball")."</a> :: <a href='".dirname($row['URLPath'])."/".$row['Name']."'>".__("Files")."</a></span></td>";
} elseif ($row["LocationID"] == 3) {
print "<a href='http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/" . $row["Category"] . "/" . $row["Name"] . "/?cvsroot=AUR&only_with_tag=CURRENT'>CVS</td>";
}
@@ -759,7 +759,7 @@ function pkg_search_page($SID="") {
print "<table cellspacing='3' class='boxSoft'>\n";
print "<tr>\n";
print " <td class='boxSoftTitle' align='right'>\n";
- print " <span class='f3'>Package Listing</span>\n";
+ print " <span class='f3'>".__("Package Listing")."</span>\n";
print " </td>\n";
print "</tr>\n";
print "<tr>\n";
@@ -780,7 +780,7 @@ function pkg_search_page($SID="") {
print " bottom'><span class='f2'>".__("Votes")."</span></th>\n";
if ($SID) {
print " <th style='border-bottom: #666 1px solid; vertical-align:";
- print " bottom'><span class='f2'>".__("Vote")."</span></th>\n";
+ print " bottom'><span class='f2'>".__("Voted")."</span></th>\n";
}
print " <th style='border-bottom: #666 1px solid; vertical-align:";
print " bottom'><span class='f2'>".__("Description")."</span></th>\n";
@@ -906,8 +906,8 @@ function pkg_search_page($SID="") {
print " </td>\n";
if ($SID) {
print " <td align='center'><span class='f5'>\n";
- print " <font style='background-color: cyan'>O</font>rphan&nbsp;&nbsp;&nbsp;&nbsp;\n";
- print " <font style='background-color: red'>O</font>ut-of-Date\n";
+ print " <font style='background-color: cyan'>".__("O%hrphan", array('</font>'))."&nbsp;&nbsp;&nbsp;&nbsp;\n";
+ print " <font style='background-color: red'>".__("O%hut-of-Date", array('</font>'))."\n";
print " </span></td>\n";
}
print " <td align='right'>";