From 47c7ef9e9bececb9a96ba8346a15f895f0fc22bf Mon Sep 17 00:00:00 2001 From: swiergot Date: Tue, 22 Aug 2006 14:23:11 +0000 Subject: Made "License" label translatable + Polish translation. --- web/lang/pl/pkgfuncs_po.inc | 2 ++ web/lib/pkgfuncs.inc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/lang/pl/pkgfuncs_po.inc b/web/lang/pl/pkgfuncs_po.inc index cf719f7..51ba68e 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 96bb1b7..34e89ed 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 "\n"; - print "
License: ".$license; + print "
".__("License").": ".$license; print "\n"; print "\n"; -- cgit v1.2.3-54-g00ecf