diff options
author | David Planella <david.planella@gmail.com> | 2008-06-14 14:06:18 +0200 |
---|---|---|
committer | David Planella <david.planella@gmail.com> | 2008-06-14 14:06:18 +0200 |
commit | f6016bb8ac32973ff6eed86ea61b0ff8dbca6213 (patch) | |
tree | 01242a2052a9331a996afe6e0ec8e3577e39fb72 /templates/ca/emptyarchive.html | |
parent | 584aa9c3d648067a0dd756cf561352b02d10ecc3 (diff) | |
download | mailman2-f6016bb8ac32973ff6eed86ea61b0ff8dbca6213.tar.gz mailman2-f6016bb8ac32973ff6eed86ea61b0ff8dbca6213.tar.xz mailman2-f6016bb8ac32973ff6eed86ea61b0ff8dbca6213.zip |
Added the current translations from the mailman installation at the SoftcatalĂ server
Diffstat (limited to 'templates/ca/emptyarchive.html')
-rw-r--r-- | templates/ca/emptyarchive.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/templates/ca/emptyarchive.html b/templates/ca/emptyarchive.html index 71b5d3a3..66b61afd 100644 --- a/templates/ca/emptyarchive.html +++ b/templates/ca/emptyarchive.html @@ -1,14 +1,14 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> -<HTML> - <HEAD> - <title>The %(listname)s Archives</title> - <META NAME="robots" CONTENT="noindex,follow"> - </HEAD> - <BODY BGCOLOR="#ffffff"> -<h1>Els Arxius de %(listname)s</h1> - -<p> Encara no s'hi ha enviat cap missatge en aquesta llista, així que els - arxius estan buits. Podeu trobar <a href="%(listinfo)s">més informació - sobre aquesta llista</a>. </p> - </BODY> - </HTML> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <title>The %(listname)s Archives</title>
+ <META NAME="robots" CONTENT="noindex,follow">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+<h1>Els Arxius de %(listname)s</h1>
+
+<p> Encara no s'hi ha enviat cap missatge en aquesta llista, així que els
+ arxius estan buits. Podeu trobar <a href="%(listinfo)s">més informació
+ sobre aquesta llista</a>. </p>
+ </BODY>
+ </HTML>
|