diff options
author | bwarsaw <> | 2005-05-20 13:28:23 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-05-20 13:28:23 +0000 |
commit | 8d2ad7415ec8f0eb24ee357d74fa89c012eee37c (patch) | |
tree | 218f0c74ca8981a275fc8de8bafe5d4b53b2a6c7 /templates/es/archtocentry.html | |
parent | 19694a6348cb1cbc7373f4c0ca200b316b225d26 (diff) | |
download | mailman2-8d2ad7415ec8f0eb24ee357d74fa89c012eee37c.tar.gz mailman2-8d2ad7415ec8f0eb24ee357d74fa89c012eee37c.tar.xz mailman2-8d2ad7415ec8f0eb24ee357d74fa89c012eee37c.zip |
Missing Spanish templates by Julio A Cartaya.
Diffstat (limited to 'templates/es/archtocentry.html')
-rw-r--r-- | templates/es/archtocentry.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/es/archtocentry.html b/templates/es/archtocentry.html new file mode 100644 index 00000000..24c9342c --- /dev/null +++ b/templates/es/archtocentry.html @@ -0,0 +1,12 @@ + + <tr> + <td>%(archivelabel)s:</td> + <td> + <A href="%(archive)s/thread.html">[ Hilo ]</a> + <A href="%(archive)s/subject.html">[ Tema ]</a> + <A href="%(archive)s/author.html">[ Autor ]</a> + <A href="%(archive)s/date.html">[ Fecha ]</a> + </td> + %(textlink)s + </tr> + |