summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswiergot <swiergot>2006-08-22 16:23:11 +0200
committerswiergot <swiergot>2006-08-22 16:23:11 +0200
commit47c7ef9e9bececb9a96ba8346a15f895f0fc22bf (patch)
tree8c25333cd1cfc73fafb03d89a239ac7b1beddfac
parentdce2f7044384c5a94a5c361e8cb715fa00676ae4 (diff)
downloadaur-47c7ef9e9bececb9a96ba8346a15f895f0fc22bf.tar.gz
aur-47c7ef9e9bececb9a96ba8346a15f895f0fc22bf.tar.xz
Made "License" label translatable + Polish translation.
-rw-r--r--web/lang/pl/pkgfuncs_po.inc2
-rw-r--r--web/lib/pkgfuncs.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/web/lang/pl/pkgfuncs_po.inc b/web/lang/pl/pkgfuncs_po.inc
index cf719f77..51ba68ee 100644
--- a/web/lang/pl/pkgfuncs_po.inc
+++ b/web/lang/pl/pkgfuncs_po.inc
@@ -117,4 +117,6 @@ $_t["pl"]["All"] = "Wszystkie";
$_t["pl"]["Unsafe"] = "Nie bezpieczne";
+$_t["pl"]["License"] = "Licencja";
+
?> \ No newline at end of file
diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc
index 96bb1b79..34e89edb 100644
--- a/web/lib/pkgfuncs.inc
+++ b/web/lib/pkgfuncs.inc
@@ -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";