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/archtoc.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/archtoc.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/tr/archtoc.html b/templates/tr/archtoc.html new file mode 100644 index 00000000..405e0440 --- /dev/null +++ b/templates/tr/archtoc.html @@ -0,0 +1,21 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>%(listname)s Arşivleri</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>%(listname)s Arşivleri </h1> + <p> + <a href="%(listinfo)s">Bu listeyle ilgili daha fazla bilgi</a> alabilirsiniz + veya <a href="%(fullarch)s">tüm arşivi indirebilirsiniz</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> + |