aboutsummaryrefslogtreecommitdiffstats
path: root/templates/sk/article.html
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2007-11-26 20:05:42 -0800
committerMark Sapiro <msapiro@value.net>2007-11-26 20:05:42 -0800
commit867db51b2434aaf99dd776348972950341a38f23 (patch)
treec1d86c1eab7c83055284f81f45e106b40f2e7518 /templates/sk/article.html
parent04cf2724037aa01a0fc02842a68162a5771cc0ba (diff)
downloadmailman2-867db51b2434aaf99dd776348972950341a38f23.tar.gz
mailman2-867db51b2434aaf99dd776348972950341a38f23.tar.xz
mailman2-867db51b2434aaf99dd776348972950341a38f23.zip
Added Slovak translation from Martin Matuska.
Diffstat (limited to 'templates/sk/article.html')
-rw-r--r--templates/sk/article.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/templates/sk/article.html b/templates/sk/article.html
new file mode 100644
index 00000000..5bd568ef
--- /dev/null
+++ b/templates/sk/article.html
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> %(title)s
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s">
+ <META NAME="robots" CONTENT="index,nofollow">
+ %(encoding)s
+ %(prev)s
+ %(next)s
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>%(subject_html)s</H1>
+ <B>%(author_html)s</B>
+ <A HREF="mailto:%(email_url)s?Subject=%(subject_url)s&In-Reply-To=%(in_reply_to_url)s"
+ TITLE="%(subject_html)s">%(email_html)s
+ </A><BR>
+ <I>%(datestr_html)s</I>
+ <P><UL>
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>Správy zoradené podľa:</B>
+ <a href="date.html#%(sequence)s">[ dátumu ]</a>
+ <a href="thread.html#%(sequence)s">[ vlákna ]</a>
+ <a href="subject.html#%(sequence)s">[ predmetu ]</a>
+ <a href="author.html#%(sequence)s">[ autora ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+%(body)s
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ %(prev_wsubj)s
+ %(next_wsubj)s
+ <LI> <B>Správy zoradené podľa:</B>
+ <a href="date.html#%(sequence)s">[ dátumu ]</a>
+ <a href="thread.html#%(sequence)s">[ vlákna ]</a>
+ <a href="subject.html#%(sequence)s">[ predemtu ]</a>
+ <a href="author.html#%(sequence)s">[ autora ]</a>
+ </LI>
+ </UL>
+<hr>
+<a href="%(listurl)s">Ďalšie informácie o konferencii %(listname)s</a><br>
+</body></html>