diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-26 20:05:42 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-26 20:05:42 -0800 |
commit | 867db51b2434aaf99dd776348972950341a38f23 (patch) | |
tree | c1d86c1eab7c83055284f81f45e106b40f2e7518 /templates/sk/archtoc.html | |
parent | 04cf2724037aa01a0fc02842a68162a5771cc0ba (diff) | |
download | mailman2-867db51b2434aaf99dd776348972950341a38f23.tar.gz mailman2-867db51b2434aaf99dd776348972950341a38f23.tar.xz mailman2-867db51b2434aaf99dd776348972950341a38f23.zip |
Added Slovak translation from Martin Matuska.
Diffstat (limited to 'templates/sk/archtoc.html')
-rw-r--r-- | templates/sk/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/sk/archtoc.html b/templates/sk/archtoc.html new file mode 100644 index 00000000..1928cdb6 --- /dev/null +++ b/templates/sk/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\"> +<HTML> + <HEAD> + <title>Archív konferencie %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Archív konferencie %(listname)s </h1> + <p> + Zobraziť <a href="%(listinfo)s">viac informácií o konferencii</a> + alebo <a href="%(fullarch)s">stiahnuť celý archív</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |