Made "License" label translatable + Polish translation.

This commit is contained in:
swiergot 2006-08-22 14:23:11 +00:00
parent dce2f70443
commit 47c7ef9e9b
2 changed files with 3 additions and 1 deletions

View file

@ -117,4 +117,6 @@ $_t["pl"]["All"] = "Wszystkie";
$_t["pl"]["Unsafe"] = "Nie bezpieczne";
$_t["pl"]["License"] = "Licencja";
?>

View file

@ -340,7 +340,7 @@ function package_details($id=0, $SID="") {
$license = $row["License"] == "" ? $msg : $row["License"];
print "<tr>\n";
print " <td class='boxSoft' colspan='2'><br><span class='f3'>License: ".$license;
print " <td class='boxSoft' colspan='2'><br><span class='f3'>".__("License").": ".$license;
print "</a></span></td>\n";
print "</tr>\n";