Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2008-05-25 17:15:58 (GMT)
committer Chris Ball <cjb@laptop.org>2008-05-25 17:15:58 (GMT)
commit326290335f7fa73806ab0f2dee02f06e25a8bd0c (patch)
tree8feeb52e77945f2e851ef480dfe3a9297b2556c3 /mwlib
parent7d07baff62ca437ed8c0443a4f64326a90ea4e68 (diff)
Spanish translations for top links from Tomeu.
Diffstat (limited to 'mwlib')
-rwxr-xr-xmwlib/htmlwriter.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/mwlib/htmlwriter.py b/mwlib/htmlwriter.py
index b49529e..8912b3d 100755
--- a/mwlib/htmlwriter.py
+++ b/mwlib/htmlwriter.py
@@ -1,4 +1,5 @@
#! /usr/bin/env python
+# -*- coding: utf-8 -*-
# Copyright (c) 2007-2008 PediaPress GmbH
# See README.txt for additional licensing information.
@@ -359,13 +360,13 @@ class HTMLWriter(object):
self.out.write('&middot; <a class="offsite" ')
self.out.write('href="http:/pullcord.laptop.org:8000/render?q=')
self._write(a.caption)
- self.out.write('">Page does not render correctly</a> ')
+ self.out.write('">Haz clic aquí si esta página contiene errores de presentación</a> ')
# Report inappropriate content.
self.out.write('&middot; <a class="offsite" ')
self.out.write('href="http:/pullcord.laptop.org:8000/report?q=')
self._write(a.caption)
- self.out.write('">Report inappropriate content</a>')
+ self.out.write('">Esta página contiene material inapropiado</a>')
self.out.write("</font>")
self.out.write('</h1>')