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/archidxfoot.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 'templates/tr/archidxfoot.html')
-rw-r--r-- | templates/tr/archidxfoot.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/tr/archidxfoot.html b/templates/tr/archidxfoot.html new file mode 100644 index 00000000..65f341e9 --- /dev/null +++ b/templates/tr/archidxfoot.html @@ -0,0 +1,22 @@ + </ul> + <p> + <a name="end"><b>Son mesaj tarihi:</b></a> + <i>%(lastdate)s</i><br> + <b>Arşivlendiği tarih:</b> <i>%(archivedate)s</i> + <p> + <ul> + <li> <b>Mesaj sıralaması:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + <li><b><a href="%(listinfo)s">Bu liste ile ilgili daha fazla bilgi... + </a></b></li> + </ul> + <p> + <hr> + <i>Bu arşiv Pipermail %(version)s ile + oluşturulmuştur.</i> + </BODY> +</HTML> + |