diff options
author | David Planella <david.planella@gmail.com> | 2008-06-21 13:06:42 +0200 |
---|---|---|
committer | David Planella <david.planella@gmail.com> | 2008-06-21 13:06:42 +0200 |
commit | 5bfafd6dad44a472eb30408584237d2bc46f54be (patch) | |
tree | 5702fdbc5e1b2c543508d4c80e890edfe44fb75a /templates/ca/admlogin.html | |
parent | 9b013e5b4bc10316599a086b8c7fadd351bde185 (diff) | |
download | mailman2-5bfafd6dad44a472eb30408584237d2bc46f54be.tar.gz mailman2-5bfafd6dad44a472eb30408584237d2bc46f54be.tar.xz mailman2-5bfafd6dad44a472eb30408584237d2bc46f54be.zip |
Templates' encoding converted to HTML Entities, further message catalog fixes
As some of the HTML pages are generated by mixing the templates with messages from the PO catalog, we should probably check if it is ok to mix encodings, as the catalog will be in UTF-8 and the templates in ISO8859-1.
Diffstat (limited to 'templates/ca/admlogin.html')
-rw-r--r-- | templates/ca/admlogin.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/ca/admlogin.html b/templates/ca/admlogin.html index a9518f31..f57996d2 100644 --- a/templates/ca/admlogin.html +++ b/templates/ca/admlogin.html @@ -1,6 +1,6 @@ <html> <head> - <title>Autenticació per a %(who)s a la llista %(listname)s</title> + <title>Autenticació per a %(who)s a la llista %(listname)s</title> </head> <body bgcolor="#ffffff"> <FORM METHOD=POST ACTION="%(path)s"> @@ -8,7 +8,7 @@ <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER"> - <B><FONT COLOR="#000000" SIZE="+1">Autenticació per a %(who)s + <B><FONT COLOR="#000000" SIZE="+1">Autenticació per a %(who)s a la llista %(listname)s</FONT></B> </TD> </TR> @@ -23,16 +23,16 @@ </td> </tr> </TABLE> - <p><strong><em>Important:</em></strong> a partir d'aquí, caldrà que tingueu les galetes habilitades en el vostre navegador. En cas contrari, us haureu de tornar a autenticar per a cada operació. + <p><strong><em>Important:</em></strong> a partir d'aquí, caldrà que tingueu les galetes habilitades en el vostre navegador. En cas contrari, us haureu de tornar a autenticar per a cada operació. </p> - <p>La interfície administrativa del Mailman utilitza galetes de -sessió, de manera que us hàgiu de tornar a autenticar per a cada -operació. Aquesta galeta expirarà automàticament quan -sortiu del navegador. De manera alternativa, podeu eliminar-la -explícitament si feu clic al botó <em>Surt</em> a sota d'<em>Altres -activitats administratives</em> (el qual es mostrarà un cop hàgiu + <p>La interfície administrativa del Mailman utilitza galetes de +sessió, de manera que no us hàgiu de tornar a autenticar per a cada +operació. Aquesta galeta expirarà automàticament quan +sortiu del navegador. De manera alternativa, podeu eliminar-la +explícitament si feu clic al botó <em>Surt</em> a sota d'<em>Altres +tasques administratives</em> (el qual es mostrarà un cop hàgiu entrat). </FORM> </body> |