diff options
author | pjmattal <pjmattal> | 2005-08-02 12:35:42 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-08-02 12:35:42 +0000 |
commit | 89f2e5bc049b9428d5dfc10c2f68792445a12898 (patch) | |
tree | 7f0e4bb51c0ee5cb38c8d91a904b1d08ebfd9c16 /web | |
parent | ee2b2e20210abe7f6a62f49b55001be83a139142 (diff) | |
download | aurweb-89f2e5bc049b9428d5dfc10c2f68792445a12898.tar.xz |
committed swiergot's updates to polish for 1.2.1
Diffstat (limited to 'web')
-rw-r--r-- | web/lang/pl/aur_po.inc | 6 | ||||
-rw-r--r-- | web/lang/pl/pkgfuncs_po.inc | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/web/lang/pl/aur_po.inc b/web/lang/pl/aur_po.inc index 63ab5ad..d5ec213 100644 --- a/web/lang/pl/aur_po.inc +++ b/web/lang/pl/aur_po.inc @@ -21,4 +21,8 @@ $_t["pl"]["Developer"] = "Developer"; $_t["pl"]["%s: %sAn ArchLinux project%s"] = "%s: %sProjekt ArchLinux%s"; -?>
\ No newline at end of file +$_t["pl"]["Discussion"] = "Dyskusja"; + +$_t["pl"]["Bugs"] = "Błędy"; + +?> diff --git a/web/lang/pl/pkgfuncs_po.inc b/web/lang/pl/pkgfuncs_po.inc index 19accc9..384a983 100644 --- a/web/lang/pl/pkgfuncs_po.inc +++ b/web/lang/pl/pkgfuncs_po.inc @@ -79,4 +79,10 @@ $_t["pl"]["Unflag Package Safe To Use"] = "Usuń flagę oznaczającą pakiet jak $_t["pl"]["Safe"] = "Bezpieczny"; -?>
\ No newline at end of file +$_t["pl"]["First Submitted"] = "Wysłany"; + +$_t["pl"]["Last Updated"] = "Ostatnia aktualizacja"; + +$_t["pl"]["Age"] = "Wiek"; + +?> |