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/archtoc.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/archtoc.html')
-rw-r--r-- | templates/es/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/es/archtoc.html b/templates/es/archtoc.html new file mode 100644 index 00000000..7559a8e3 --- /dev/null +++ b/templates/es/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Archivos de %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Archivos de %(listname)s</h1> + <p> + Puede obtener <a href="%(listinfo)s">mas información sobre esta lista</a> + o puede <a href="%(fullarch)s">bajar a su ordenador todo el archivo</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |