From 499d459bdfc2ffc42ade60eab0be48ca9b80d103 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Mon, 16 May 2005 04:17:22 +0000 Subject: updated with latest polish language patch --- web/lib/pkgfuncs.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/lib/pkgfuncs.inc') 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 "\n"; print " "; if ($row["LocationID"] == 2) { - print "Tarball :: Files"; + print "".__("Tarball")." :: ".__("Files").""; } elseif ($row["LocationID"] == 3) { print "CVS"; } @@ -759,7 +759,7 @@ function pkg_search_page($SID="") { print "\n"; print "\n"; print " \n"; print "\n"; print "\n"; @@ -780,7 +780,7 @@ function pkg_search_page($SID="") { print " bottom'>".__("Votes")."\n"; if ($SID) { print " \n"; + print " bottom'>".__("Voted")."\n"; } print " \n"; @@ -906,8 +906,8 @@ function pkg_search_page($SID="") { print " \n"; if ($SID) { print " \n"; } print "
\n"; - print " Package Listing\n"; + print " ".__("Package Listing")."\n"; print "
".__("Vote")."".__("Description")."\n"; - print " Orphan    \n"; - print " Out-of-Date\n"; + print " ".__("O%hrphan", array(''))."    \n"; + print " ".__("O%hut-of-Date", array(''))."\n"; print " "; -- cgit v1.2.3-54-g00ecf