aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-04-14 11:16:32 -0700
committerMark Sapiro <mark@msapiro.net>2008-04-14 11:16:32 -0700
commit934e2ef0893bf548bcf5f3472697e4eb90764a85 (patch)
treecc81b7d4b95601ca11049c2fa368ef775fcfa8d0 /templates
parentbb4873af815ee6fa4b544162ad8e52c6395b79d0 (diff)
downloadmailman2-934e2ef0893bf548bcf5f3472697e4eb90764a85.tar.gz
mailman2-934e2ef0893bf548bcf5f3472697e4eb90764a85.tar.xz
mailman2-934e2ef0893bf548bcf5f3472697e4eb90764a85.zip
- Updated Polish translation from Zbigniew Szalbot.
- Updated mailman.pot for 2.1.10rc1 and msgmerge'd all the mailman.po files.
Diffstat (limited to 'templates')
-rw-r--r--templates/pl/archtoc.html4
-rw-r--r--templates/pl/archtocnombox.html18
2 files changed, 20 insertions, 2 deletions
diff --git a/templates/pl/archtoc.html b/templates/pl/archtoc.html
index d8cdc465..158e95b0 100644
--- a/templates/pl/archtoc.html
+++ b/templates/pl/archtoc.html
@@ -8,8 +8,8 @@
<BODY BGCOLOR="#ffffff">
<h1>Archiwum listy %(listname)s</h1>
<p>
- Możesz odwiedzić <a href="%(listinfo)s">stronę informacyjną tej listy</a>,
- albo <a href="%(fullarch)s">ściągnąć całe archiwum</a>
+ Odwiedź <a href="%(listinfo)s">stronę informacyjną tej listy</a>,
+ albo <a href="%(fullarch)s">pobierz całe archiwum</a>
(%(size)s).
</p>
%(noarchive_msg)s
diff --git a/templates/pl/archtocnombox.html b/templates/pl/archtocnombox.html
new file mode 100644
index 00000000..4a1a893b
--- /dev/null
+++ b/templates/pl/archtocnombox.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>Archiwum listy %(listname)s</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ %(meta)s
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <h1>Archiwum listy %(listname)s</h1>
+ <p>
+ Odwiedź <a href="%(listinfo)s">stronę informacyjną tej listy</a>.
+ </p>
+ %(noarchive_msg)s
+ %(archive_listing_start)s
+ %(archive_listing)s
+ %(archive_listing_end)s
+ </BODY>
+ </HTML>