From 2883950b7e5ae75b2b091f9f9a67b0aaf1f4e140 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 11 Sep 2014 21:10:36 +0200 Subject: [PATCH] Logout help text --- src/locale/de/LC_MESSAGES/django.po | 26 ++++++++++++++----- .../templates/tixlcontrol/base.html | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/locale/de/LC_MESSAGES/django.po b/src/locale/de/LC_MESSAGES/django.po index 7f3cf9626..d47c1daeb 100644 --- a/src/locale/de/LC_MESSAGES/django.po +++ b/src/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-11 11:16+0200\n" +"POT-Creation-Date: 2014-09-11 21:09+0200\n" "PO-Revision-Date: 2014-09-11 11:05+200\n" "Last-Translator: Raphael Michel \n" "Language-Team: Raphael Michel \n" @@ -18,11 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: tixl/settings.py:92 +#: tixl/settings.py:104 msgid "German" msgstr "Deutsch" -#: tixl/settings.py:93 +#: tixl/settings.py:105 msgid "English" msgstr "Englisch" @@ -30,7 +30,7 @@ msgstr "Englisch" msgid "The two password fields didn't match." msgstr "Die beiden eingegebenen Passwörter stimmen nicht überein." -#: tixlbase/admin.py:18 tixlcontrol/views/auth.py:14 +#: tixlbase/admin.py:18 tixlcontrol/views/auth.py:15 msgid "Password" msgstr "Passwort" @@ -70,15 +70,27 @@ msgstr "Nachname" msgid "Log in" msgstr "Anmelden" -#: tixlcontrol/views/auth.py:13 +#: tixlcontrol/templates/tixlcontrol/base.html:17 +msgid "Toggle navigation" +msgstr "" + +#: tixlcontrol/templates/tixlcontrol/base.html:26 +msgid "Dashboard" +msgstr "Übersicht" + +#: tixlcontrol/templates/tixlcontrol/base.html:30 +msgid "Log out" +msgstr "Abmelden" + +#: tixlcontrol/views/auth.py:14 msgid "E-mail address" msgstr "E-Mail-Adresse" -#: tixlcontrol/views/auth.py:18 +#: tixlcontrol/views/auth.py:19 msgid "Please enter a correct e-mail address and password." msgstr "" "Bitte geben Sie eine gültige Kombination aus E-Mail-Adresse und Passwort ein." -#: tixlcontrol/views/auth.py:19 +#: tixlcontrol/views/auth.py:20 msgid "This account is inactive." msgstr "Dieses Konto ist deaktiviert." diff --git a/src/tixlcontrol/templates/tixlcontrol/base.html b/src/tixlcontrol/templates/tixlcontrol/base.html index 261f21f33..9d03b4725 100644 --- a/src/tixlcontrol/templates/tixlcontrol/base.html +++ b/src/tixlcontrol/templates/tixlcontrol/base.html @@ -27,7 +27,7 @@