diff options
author | <> | 2003-04-09 05:09:57 +0000 |
---|---|---|
committer | <> | 2003-04-09 05:09:57 +0000 |
commit | ff670afdeeaf7e1715a89868ddfed3af101457bf (patch) | |
tree | 9bb2f8dc5172dcfceec2abfe7f4729872768c3d8 /templates/pt/emptyarchive.html | |
parent | 01015334f5c849a0ec891bf8c87137f350473c81 (diff) | |
download | mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.gz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.tar.xz mailman2-ff670afdeeaf7e1715a89868ddfed3af101457bf.zip |
This commit was manufactured by cvs2svn to create branch
'Release_2_1-maint'.
Diffstat (limited to 'templates/pt/emptyarchive.html')
-rw-r--r-- | templates/pt/emptyarchive.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/pt/emptyarchive.html b/templates/pt/emptyarchive.html new file mode 100644 index 00000000..f1e94f0a --- /dev/null +++ b/templates/pt/emptyarchive.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Arquivos de %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arquivos de %(listname)s </h1> + <p> + Ainda não foram enviadas mensagens para esta lista, por isso + os arquivos estão vazios. Pode ter mais <a href="%(listinfo)s"> + informações sobre + esta lista</a>. + </p> + </BODY> + </HTML> |