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/archtocentry.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/archtocentry.html')
-rw-r--r-- | templates/he/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/he/archtocentry.html b/templates/he/archtocentry.html new file mode 100644 index 00000000..2243e0db --- /dev/null +++ b/templates/he/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ שיחה ]</a> + <A href="%(archive)s/subject.html">[ נושא ]</a> + <A href="%(archive)s/author.html">[ מאת ]</a> + <A href="%(archive)s/date.html">[ תאריך ]</a> + </td> + %(textlink)s + </tr> + |