diff options
Diffstat (limited to '')
-rwxr-xr-x | templates/ar/archtocnombox.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/ar/archtocnombox.html b/templates/ar/archtocnombox.html new file mode 100755 index 00000000..6d0c9061 --- /dev/null +++ b/templates/ar/archtocnombox.html @@ -0,0 +1,19 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<html dir="rtl"> + <HEAD> + <title>أرشيفات القائمة %(listname)s</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>أرشيفات القائمة %(listname)s</h1> + <p> + You can get <a href="%(listinfo)s">معلومات أكثر حول هذه القائمة</a>. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |