mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Made "License" label translatable + Polish translation.
This commit is contained in:
parent
dce2f70443
commit
47c7ef9e9b
2 changed files with 3 additions and 1 deletions
|
@ -117,4 +117,6 @@ $_t["pl"]["All"] = "Wszystkie";
|
|||
|
||||
$_t["pl"]["Unsafe"] = "Nie bezpieczne";
|
||||
|
||||
$_t["pl"]["License"] = "Licencja";
|
||||
|
||||
?>
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue