aboutsummaryrefslogtreecommitdiffstats
path: root/templates/es/archtoc.html
diff options
context:
space:
mode:
authorbwarsaw <>2005-05-20 13:28:23 +0000
committerbwarsaw <>2005-05-20 13:28:23 +0000
commit8d2ad7415ec8f0eb24ee357d74fa89c012eee37c (patch)
tree218f0c74ca8981a275fc8de8bafe5d4b53b2a6c7 /templates/es/archtoc.html
parent19694a6348cb1cbc7373f4c0ca200b316b225d26 (diff)
downloadmailman2-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.html20
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&oacute;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>