diff options
author | bwarsaw <> | 2004-04-25 02:30:04 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-04-25 02:30:04 +0000 |
commit | 3f101cbe773f9ac67a3769b089a68e615cf6463a (patch) | |
tree | 54488e3d41445614f2e58e192d9e0fbc3b15e60b /templates/tr/article.html | |
parent | 47d3534699d5262e95f1eb579ad8811885a87ad7 (diff) | |
download | mailman2-3f101cbe773f9ac67a3769b089a68e615cf6463a.tar.gz mailman2-3f101cbe773f9ac67a3769b089a68e615cf6463a.tar.xz mailman2-3f101cbe773f9ac67a3769b089a68e615cf6463a.zip |
Turkish language support by Kerem Erkan.
Diffstat (limited to '')
-rw-r--r-- | templates/tr/article.html | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/templates/tr/article.html b/templates/tr/article.html new file mode 100644 index 00000000..ec436e9a --- /dev/null +++ b/templates/tr/article.html @@ -0,0 +1,51 @@ +<!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>Mesaj sıralaması:</B> + <a href="date.html#%(sequence)s">[ tarih ]</a> + <a href="thread.html#%(sequence)s">[ thread ]</a> + <a href="subject.html#%(sequence)s">[ konu ]</a> + <a href="author.html#%(sequence)s">[ yazar ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +%(body)s +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + %(prev_wsubj)s + %(next_wsubj)s + <LI> <B>Mesaj sıralaması:</B> + <a href="date.html#%(sequence)s">[ tarih ]</a> + <a href="thread.html#%(sequence)s">[ thread ]</a> + <a href="subject.html#%(sequence)s">[ konu ]</a> + <a href="author.html#%(sequence)s">[ yazar ]</a> + </LI> + </UL> + +<hr> +<a href="%(listurl)s">%(listname)s mesaj listesiyle ilgili +daha fazla bilgi</a><br> +</body></html> + |