From b8cf05be606731560d4519f2f705dafac8ca4b6a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 16 Nov 2008 18:13:39 +0100 Subject: [PATCH] Add update information to index page. --- locale/nl/LC_MESSAGES/django.po | 78 ++++++++++++++++++++++++++++++--- templates/influences/index.html | 33 ++++++++++++++ 2 files changed, 106 insertions(+), 5 deletions(-) diff --git a/locale/nl/LC_MESSAGES/django.po b/locale/nl/LC_MESSAGES/django.po index a8b1194..ed0d963 100644 --- a/locale/nl/LC_MESSAGES/django.po +++ b/locale/nl/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-11-14 13:36+0100\n" +"POT-Creation-Date: 2008-11-16 18:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Matthijs Kooijman \n" "Language-Team: N/A\n" @@ -70,6 +70,11 @@ msgstr "In geval van ongeval waarschuwen (naam)" msgid "Warn in case of accident (phone number)" msgstr "In geval van ongeval waarschuwen (telefoonnummer)" +#: influences/admin.py:43 +#, fuzzy, python-format +msgid "Commentaar: %s" +msgstr "Commentaar" + #: influences/models.py:12 influences/models.py:33 msgid "New" msgstr "Nieuw" @@ -327,6 +332,69 @@ msgstr "" msgid "Add character" msgstr "Karakter toevoegen" +#: templates/influences/index.html:8 +msgid "Xerxes update (2008.11.16)" +msgstr "" + +#: templates/influences/index.html:9 +msgid "" +"\n" +"

Just in time to receive all the influences after Lextalionis VI, we've\n" +"updated Xerxes with a some new features and bugfixes. A lot of them are\n" +"behind the scenes, but what you will immediately notice is the option to\n" +"comment on your influences.

\n" +"\n" +"

This commenting feature can be used by you to provide additional\n" +"information when needed, and by the SL's to ask extra questions and give\n" +"feedback.

\n" +"\n" +"

You will automatically receive an email when any comments are posted\n" +"or the result of the influence is known, so there is no need to keep\n" +"checking back here.

\n" +msgstr "" +"\n" +"

Net op tijd om alle nieuwe invloeden van na Lextalionis VI te\n" +"ontvangen, hebben we Xerxes weer geupdate met wat nieuwe mogelijkheden\n" +"en bugfixes. De meeste hiervan zijn achter de schermen te vinden, maar\n" +"wat je waarschijnlijk meteen zal opvallen is de mogelijkheid om\n" +"commentaar achter te laten bij je eigen invloeden.

\n" +"\n" +"

Deze commentaren kunnen door jou gebruikt worden om extra\n" +"informatie te geven wanneer nodig en door de SL's om extra vragen te\n" +"stellen en feedback te geven\n" +"\n" +"

Je krijgt automatisch een mailtje wanneer er een commentaar\n" +"toegevoegd wordt of wanneer het resultaat van je invloed bekend is, dus\n" +"je hoeft niet voortdurend het systeem in de gaten te houden.\n" + +#: templates/influences/index.html:24 +msgid "For SL's" +msgstr "Voor SL's" + +#: templates/influences/index.html:25 +msgid "" +"\n" +"

When posting comments, you have an extra option: Making comments\n" +"private. By unchecking the \"Is public\" checkbox, a comment will be\n" +"private. This means it is visible to SL's only, and no notification will\n" +"be sent to the player either.

\n" +"\n" +"

Also, there is now a Todo field on each influence, to be able to note\n" +"down todo points. There is no handy way for selecting all todo's in a\n" +"single page, but I'll add that if that would help.

\n" +msgstr "" +"\n" +"

Bij het posten van commentaar hebben jullie een extra optie: Het\n" +"prive maken van commentaar. Door het checkboxje \"Is openbaar\" uit te\n" +"vinken wordt het commentaar wat je plaatst prive. Dit betekent dat het\n" +"commentaar alleen zichtbaar is voor SL's en dat er geen mailtje wordt\n" +"gestuurd naar de speler

\n" +"\n" +"

Verder is er een Todo veld bij elke invloed, om todo puntjes in te\n" +"kunnen opschrijven. Er is nog geen handige manier om alle todo's op\n" +"een pagina te krijgen, maar dat kan ik toevoegen als daar behoefte aan\n" +"is.

\n" + #: templates/influences/influence_comments_block.html:22 #: templates/influences/influence_comments_block.html:34 msgid "Reply to this comment" @@ -337,16 +405,16 @@ msgid "Cancel reply" msgstr "Antwoord annuleren" #: templates/influences/influence_comments_block.html:35 -#: templates/influences/influence_comments_block.html:58 +#: templates/influences/influence_comments_block.html:60 msgid "Preview" msgstr "Voorbeeld" -#: templates/influences/influence_comments_block.html:42 +#: templates/influences/influence_comments_block.html:43 msgid "No comments were added yet" msgstr "Geen commentaar toegevoegd" -#: templates/influences/influence_comments_block.html:48 -#: templates/influences/influence_comments_block.html:57 +#: templates/influences/influence_comments_block.html:50 +#: templates/influences/influence_comments_block.html:59 msgid "Add comment" msgstr "Commentaar toevoegen" diff --git a/templates/influences/index.html b/templates/influences/index.html index 02596e1..5f53b5e 100644 --- a/templates/influences/index.html +++ b/templates/influences/index.html @@ -1,7 +1,40 @@ {% extends "base/base.html" %} +{% load i18n %} + {% block content %} +{% block intro %} +

{% trans "Xerxes update (2008.11.16)" %}

+{% blocktrans %} +

Just in time to receive all the influences after Lextalionis VI, we've +updated Xerxes with a some new features and bugfixes. A lot of them are +behind the scenes, but what you will immediately notice is the option to +comment on your influences.

+ +

This commenting feature can be used by you to provide additional +information when needed, and by the SL's to ask extra questions and give +feedback.

+ +

You will automatically receive an email when any comments are posted +or the result of the influence is known, so there is no need to keep +checking back here.

+{% endblocktrans %} +{% if request.user.is_staff %} +

{% trans "For SL's" %}

+{% blocktrans %} +

When posting comments, you have an extra option: Making comments +private. By unchecking the "Is public" checkbox, a comment will be +private. This means it is visible to SL's only, and no notification will +be sent to the player either.

+ +

Also, there is now a Todo field on each influence, to be able to note +down todo points. There is no handy way for selecting all todo's in a +single page, but I'll add that if that would help.

+{% endblocktrans %} +{% endif %} +{% endblock %} + {% with characters as object_list %} {% include "influences/character_list_block.html" %} {% endwith %} -- 2.30.2