diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-06-22 10:22:58 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-06-22 10:22:58 -0700 |
commit | 9f3b515a2fae45b80449e2cde8378628a2e9c705 (patch) | |
tree | 493ba1fcf877565e30b0f812399f7422de0c3583 /templates/ca/archtocnombox.html | |
parent | 1355bcecbf14107106cb468c14637d88f6c787c9 (diff) | |
parent | 5bfafd6dad44a472eb30408584237d2bc46f54be (diff) | |
download | mailman2-9f3b515a2fae45b80449e2cde8378628a2e9c705.tar.gz mailman2-9f3b515a2fae45b80449e2cde8378628a2e9c705.tar.xz mailman2-9f3b515a2fae45b80449e2cde8378628a2e9c705.zip |
Merged the Catalan i18n from the Mailman Catalan Translation Team.
Diffstat (limited to '')
-rw-r--r-- | templates/ca/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/ca/archtocnombox.html b/templates/ca/archtocnombox.html new file mode 100644 index 00000000..fe76f174 --- /dev/null +++ b/templates/ca/archtocnombox.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>Els arxius de la llista %(listname)s</title> + <META NAME="robots" CONTENT="noindex,follow"> + %(meta)s + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>Arxius de la llista %(listname)s</h1> + <p> + Podeu obtenir <a href="%(listinfo)s">més informació sobre aquesta llista</a>. + </p> + %(noarchive_msg)s + %(archive_listing_start)s + %(archive_listing)s + %(archive_listing_end)s + </BODY> + </HTML> |