diff options
author | Mark Sapiro <mark@msapiro.net> | 2013-05-20 15:51:13 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2013-05-20 15:51:13 -0700 |
commit | 12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0 (patch) | |
tree | 3bbc66c65dc945a5f42baee7884699389ed112bc /templates/fa/archtocnombox.html | |
parent | 64047694242be831634a82c35d948cbc44f60f20 (diff) | |
download | mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.tar.gz mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.tar.xz mailman2-12e58f43ed736d8cf59bdd7ce7dcc376aee45cc0.zip |
Here are the 'forgot to add' templates/fa and messages/fa files.
Diffstat (limited to 'templates/fa/archtocnombox.html')
-rw-r--r-- | templates/fa/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/fa/archtocnombox.html b/templates/fa/archtocnombox.html new file mode 100644 index 00000000..713e7678 --- /dev/null +++ b/templates/fa/archtocnombox.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> + <HEAD> + <title>آرشیوهای %(listname)s </title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>آرشیوهای %(listname)s </h1> + <p> + شما می توانید <a href="%(listinfo)s">اطلاعات بیشتری درباره این فهرست بگیرید</a>. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |