diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-06-03 18:12:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-06-03 18:12:09 -0700 |
commit | 8514e1b722068eace3a9e20bf274a2ae37cdafa3 (patch) | |
tree | 30bd8accd70b3730409cded16256ec7f3fe5fcf7 /templates/eo/archtocentry.html | |
parent | eef7927345dd7a93c5290c9f0a3805e517e3f453 (diff) | |
download | mailman2-8514e1b722068eace3a9e20bf274a2ae37cdafa3.tar.gz mailman2-8514e1b722068eace3a9e20bf274a2ae37cdafa3.tar.xz mailman2-8514e1b722068eace3a9e20bf274a2ae37cdafa3.zip |
Added Esperanto translation and updated i18n.
Diffstat (limited to '')
-rw-r--r-- | templates/eo/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/eo/archtocentry.html b/templates/eo/archtocentry.html new file mode 100644 index 00000000..1a83e728 --- /dev/null +++ b/templates/eo/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Diskutfadeno ]</a> + <A href="%(archive)s/subject.html">[ Temo ]</a> + <A href="%(archive)s/author.html">[ AĆtoro ]</a> + <A href="%(archive)s/date.html">[ Dato ]</a> + </td> + %(textlink)s + </tr> + |