diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-18 13:25:16 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-18 13:25:16 -0800 |
commit | 35f3636e712f1580218809e6c74781287fb8cf92 (patch) | |
tree | ac10dcac2db321341bc359a6823fdb0588b087c3 /templates/he/archidxhead.html | |
parent | 5556c380589026d61927fae067f405c2231b9329 (diff) | |
download | mailman2-35f3636e712f1580218809e6c74781287fb8cf92.tar.gz mailman2-35f3636e712f1580218809e6c74781287fb8cf92.tar.xz mailman2-35f3636e712f1580218809e6c74781287fb8cf92.zip |
Added Hebrew translation from Dov Zamir minus the apparently unused
'direction' addition to the LC_DESCRIPTIONS dictionary.
Diffstat (limited to 'templates/he/archidxhead.html')
-rw-r--r-- | templates/he/archidxhead.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/he/archidxhead.html b/templates/he/archidxhead.html new file mode 100644 index 00000000..727f8cd1 --- /dev/null +++ b/templates/he/archidxhead.html @@ -0,0 +1,24 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>הארכיבים של %(listname)s %(archive)s לפי %(archtype)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(encoding)s + </HEAD> + <BODY BGCOLOR="#ffffff" dir="rtl"> + <a name="start"></A> + <h1>הארכיבים של %(archive)s לפי %(archtype)s</h1> + <ul> + <li> <b>המסרים ממוינים לפי:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + + <li><b><a href="%(listinfo)s">מידע נוסף אודות רשימה זו... + </a></b></li> + </ul> + <p><b>תאריך התחלה:</b> <i>%(firstdate)s</i><br> + <b>תאריך סיום:</b> <i>%(lastdate)s</i><br> + <b>מסרים:</b> %(size)s<p> + <ul> |