diff options
author | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
---|---|---|
committer | David Planella <david.planella@gmail.com> | 2008-06-15 15:38:23 +0200 |
commit | 8af8691a1866e2346ec163d9f039a5487d432322 (patch) | |
tree | 77260a25a450e320a04440513b647a04facdcd39 /templates/ca/archtocnombox.html | |
parent | 0a1d6be5c777163ad366880e6ad21d833718a00f (diff) | |
download | mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.gz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.tar.xz mailman2-8af8691a1866e2346ec163d9f039a5487d432322.zip |
Completed the correction of all templates
The encoding is currently iso88591, no conversion to HTML entities has yet been done.
Diffstat (limited to 'templates/ca/archtocnombox.html')
-rw-r--r-- | templates/ca/archtocnombox.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/ca/archtocnombox.html b/templates/ca/archtocnombox.html index c8802a63..11373ae4 100644 --- a/templates/ca/archtocnombox.html +++ b/templates/ca/archtocnombox.html @@ -1,14 +1,14 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> - <title>Els arxius de la llista %(listname)s</title> + <title>Els arxius de la llista %(listname)s</title> <META NAME="robots" CONTENT="noindex,follow"> %(meta)s </HEAD> <BODY BGCOLOR="#ffffff"> - <h1>Els arxius de la llista %(listname)s</h1> + <h1>Arxius de la llista %(listname)s</h1> <p> - Podeu obtenir <a href="%(listinfo)s">més informació sobre aquesta llista</a>. + Podeu obtenir <a href="%(listinfo)s">més informació sobre aquesta llista</a>. </p> %(noarchive_msg)s %(archive_listing_start)s |