diff options
author | <> | 2004-11-03 18:29:30 +0000 |
---|---|---|
committer | <> | 2004-11-03 18:29:30 +0000 |
commit | 96f5db3dfd2e394698e5f9743318585782e3bca6 (patch) | |
tree | 6a354464a1a4e53ef2b7bf5eab93f83dea604a01 /templates/pt_BR/archtoc.html | |
parent | 25b16e646ed8ac48fa99584e631bd2a69ce02b2b (diff) | |
download | mailman2-96f5db3dfd2e394698e5f9743318585782e3bca6.tar.gz mailman2-96f5db3dfd2e394698e5f9743318585782e3bca6.tar.xz mailman2-96f5db3dfd2e394698e5f9743318585782e3bca6.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to '')
-rw-r--r-- | templates/pt_BR/archtoc.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/pt_BR/archtoc.html b/templates/pt_BR/archtoc.html new file mode 100644 index 00000000..13c98f36 --- /dev/null +++ b/templates/pt_BR/archtoc.html @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Os arquivos da lista %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Os arquivos da lista %(listname)s</h1> + <p> + Você poderá obter mais informações sobre a <a href="%(listinfo)s">lista</a> + ou poderá <a href="%(fullarch)s">baixar o arquivo completo</a> + (%(size)s). + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |