diff --git a/account/locale/de/LC_MESSAGES/django.mo b/account/locale/de/LC_MESSAGES/django.mo index fbf71cf..61f7a64 100644 Binary files a/account/locale/de/LC_MESSAGES/django.mo and b/account/locale/de/LC_MESSAGES/django.mo differ diff --git a/account/locale/de/LC_MESSAGES/django.po b/account/locale/de/LC_MESSAGES/django.po index dbcfd33..ba122c0 100644 --- a/account/locale/de/LC_MESSAGES/django.po +++ b/account/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-11-30 23:23+0100\n" +"POT-Creation-Date: 2013-12-01 00:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -152,7 +152,7 @@ msgstr "Admin Passwort" #: templates/admin.html:8 #, fuzzy msgid "You can change other users passwords here." -msgstr "Hier kannst du dein Passwort ändern." +msgstr "Hier kannst du das Passwort anderer Member setzen." #: templates/admin.html:18 templates/clabpin.html:18 #: templates/gastropin.html:23 templates/nrf24.html:19 @@ -180,7 +180,8 @@ msgid "" " password yet, please contact one of the following people:" msgstr "" "Wenn du ein Neu-Member bist und noch kein\n" -" Passwort hast, musst du dich an einen der folgenden Member wenden:" +" Passwort hast, musst du dich an einen der folgenden " +"Member wenden:" #: templates/base.html:128 msgid "Sign in" @@ -230,14 +231,22 @@ msgstr "und deine Gastro-PIN" msgid "Welcome to the c-base member interface" msgstr "Willkommen im c-base member interface" +#: templates/home.html:8 +#, python-format +msgid "" +"You are one of currently %(number_of_members)s\n" +" c-base members." +msgstr "" +"Du bist eines von zurzeit %(number_of_members)s\n" +" c-base Membern." + #: templates/home.html:10 -#, fuzzy msgid "" "Here you can change some parameters of your\n" " c-base member account." msgstr "" -"Hier kannst du\n" -" einige Einstellungen deines c-base-Mitgliedszugangs ändern." +"Hier kannst du einige deiner Parameter deines\n" +" c-base Accounts aendern." #: templates/home.html:13 msgid "Basic information about your account" @@ -288,24 +297,20 @@ msgid "External e-mail address:" msgstr "Externe e-Mail-Adresse" #: templates/home.html:47 -#, fuzzy msgid "" "The external e-mail address is used by the\n" " board of c-base to reach you in cases where your c-base\n" " address (see above) is not working. To change your\n" -" external e-mail address please contact the c-base board\n" -" (vorstand@c-base." -"org)." +" external e-mail address please contact the c-base board " +"via " msgstr "" -"Die externe e-Mail-Adresse wird\n" -" vom Vorstand der c-base benutzt, um dich zu erreichen " -"falls\n" -" deine c-base-Adresse (siehe oben) nicht funktioniert. Um " -"deine\n" -" externe e-Mail-Adresse zu ändern, tritt bitte mit dem " -"Vorstand\n" -" in Kontakt (vorstand@c-base.org)." +"Die externe E-Mail Adresse wird vom Vorstand\n" +" verwendet, um dich in Situationen erreichen zu koennen,\n" +" in denen deine interne c-mail Adresse nicht " +"funktioniert.\n" +" Um deine externe E-Mail zu aendern, kontaktiere bitte " +"den\n" +" Vorstand unter: " #: templates/home.html:54 msgid "Your c-base member account balance:" diff --git a/account/templates/admin.html b/account/templates/admin.html index e230e92..6e7adc9 100644 --- a/account/templates/admin.html +++ b/account/templates/admin.html @@ -5,7 +5,7 @@ {% block form_title %}{% trans "Admin Password"%}{% endblock %} {% block form_description %} -

{% blocktrans %}You can change other users passwords here.{% endblocktrans %}

+

{% trans "You can change other users passwords here." %}

{% endblock %} {% block form_fields %} @@ -19,4 +19,4 @@ -{% endblock form_fields %} \ No newline at end of file +{% endblock form_fields %} diff --git a/account/templates/home.html b/account/templates/home.html index 77de400..f4097b4 100644 --- a/account/templates/home.html +++ b/account/templates/home.html @@ -5,8 +5,8 @@

{% trans "Welcome to the c-base member interface" %}

-

You are one of currently {{ number_of_members }} - c-base members.

+

{% blocktrans %}You are one of currently {{ number_of_members }} + c-base members.{% endblocktrans%}

{% blocktrans %}Here you can change some parameters of your c-base member account.{% endblocktrans %}

@@ -47,8 +47,8 @@ {% blocktrans %}The external e-mail address is used by the board of c-base to reach you in cases where your c-base address (see above) is not working. To change your - external e-mail address please contact the c-base board - (vorstand@c-base.org).{% endblocktrans %} + external e-mail address please contact the c-base board via {% endblocktrans %} + (vorstand@c-base.org).
  • {% trans "Your c-base member account balance:" %} @@ -58,4 +58,4 @@
  • -{% endblock container %} \ No newline at end of file +{% endblock container %}