diff options
author | bwarsaw <> | 2003-11-01 15:51:48 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-01 15:51:48 +0000 |
commit | 6bcf977e6ac07dc2d9e29ee0f1dd925820881df1 (patch) | |
tree | 2d2e4ee042e1cbca48ea02cb34b7ba2c764263aa /templates/ca/archidxfoot.html | |
parent | 15a5b1e8c341f0158a73a7eeb8b29c496bc6a613 (diff) | |
download | mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.tar.gz mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.tar.xz mailman2-6bcf977e6ac07dc2d9e29ee0f1dd925820881df1.zip |
Catalan support by Robert Garrigos and Toni Panades.
Diffstat (limited to 'templates/ca/archidxfoot.html')
-rw-r--r-- | templates/ca/archidxfoot.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/ca/archidxfoot.html b/templates/ca/archidxfoot.html new file mode 100644 index 00000000..1930ea72 --- /dev/null +++ b/templates/ca/archidxfoot.html @@ -0,0 +1,21 @@ + </ul> + <p> + <a name="end"><b>Data de l'últim missatge:</b></a> + <i>%(lastdate)s</i><br> + <b>Arxivat a:</b> <i>%(archivedate)s</i> + <p> + <ul> + <li> <b>Missatges ordenats per:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + <li><b><a href="%(listinfo)s">Més informació d'aquesta llista... + </a></b></li> + </ul> + <p> + <hr> + <i>Aquest arxiu ha estat generat per + Pipermail %(version)s.</i> + </BODY> +</HTML> |