diff options
author | bwarsaw <> | 2003-11-30 23:04:03 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-11-30 23:04:03 +0000 |
commit | 5e7a7d87e925f0c23579b53b62058b946ac8ae59 (patch) | |
tree | 1562fdaccb2a6011d8773e8c0b8a16c970102567 /templates/hr/archidxfoot.html | |
parent | 6ef246fb27781875a9ad3ecee5b2c9af1a7e5d6c (diff) | |
download | mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.tar.gz mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.tar.xz mailman2-5e7a7d87e925f0c23579b53b62058b946ac8ae59.zip |
Croation language support by Nino Katic.
Diffstat (limited to 'templates/hr/archidxfoot.html')
-rw-r--r-- | templates/hr/archidxfoot.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/hr/archidxfoot.html b/templates/hr/archidxfoot.html new file mode 100644 index 00000000..f1c9f65b --- /dev/null +++ b/templates/hr/archidxfoot.html @@ -0,0 +1,21 @@ + </ul> + <p> + <a name="end"><b>Datum zadnje poruke:</b></a> + <i>%(lastdate)s</i><br> + <b>Arhivirano:</b> <i>%(archivedate)s</i> + <p> + <ul> + <li> <b>Poruke sortirane po:</b> + %(thread_ref)s + %(subject_ref)s + %(author_ref)s + %(date_ref)s + <li><b><a href="%(listinfo)s">Više informacija o ovoj listi... + </a></b></li> + </ul> + <p> + <hr> + <i>Ova arhiva je generirana sa + Pipermail %(version)s.</i> + </BODY> +</HTML> |