diff options
author | <> | 2003-01-02 05:25:50 +0000 |
---|---|---|
committer | <> | 2003-01-02 05:25:50 +0000 |
commit | b132a73f15e432eaf43310fce9196ca0c0651465 (patch) | |
tree | c15f816ba7c4de99fef510e3bd75af0890d47441 /templates/pt_BR/emptyarchive.html | |
download | mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.gz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.tar.xz mailman2-b132a73f15e432eaf43310fce9196ca0c0651465.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pt_BR/emptyarchive.html')
-rw-r--r-- | templates/pt_BR/emptyarchive.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/pt_BR/emptyarchive.html b/templates/pt_BR/emptyarchive.html new file mode 100644 index 00000000..295eca1f --- /dev/null +++ b/templates/pt_BR/emptyarchive.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arquivos da lista %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>The %(listname)s Archives </h1> + <p> + Ainda não foi postada nenhuma mensagem para esta lista, assim os + arquivos estão atualmente vazios. Você poderá ter + <a href="%(listinfo)s">mais detalhes sobre esta lista</a>. + </p> + </BODY> + </HTML> |