maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Maposmatic-dev] [PATCH] Adding Error 500 handler template.


From: David Decotigny
Subject: Re: [Maposmatic-dev] [PATCH] Adding Error 500 handler template.
Date: Sun, 06 Sep 2009 17:27:26 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)


Yep, right. In fact, I didn't look carefully into this file before
checking it in (it's taken from the django distrib).

Maxime Petazzoni wrote:
* David Decotigny <address@hidden> [2009-09-06 15:25:42]:

+{% block content %}
+<h1>{% trans 'Server Error <em>(500)</em>' %}</h1>
+<p>{% trans "There's been an error." %}</p>
+
+{% endblock %}

I would avoid the use of the contraction here, in favor of the more
formal and descriptive "An error occured while processing your request.
Please try again later."

Along with its French translation "Une erreur est survenue lors du
traitement de votre requête. Merci de réessayer plus tard."

- Maxime






reply via email to

[Prev in Thread] Current Thread [Next in Thread]