Django

Code

Changeset 764

Show
Ignore:
Timestamp:
10/01/05 12:33:40 (3 years ago)
Author:
hugo
Message:

i18n: fixed a bug in one admin template and updated the german translations for the admin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/i18n/django/conf/admin_templates/admin_object_history.html

    r763 r764  
    3333{% else %} 
    3434 
    35     <p>{{ _('This object doesn't have a change history. It probably wasn't added via this admin site.') }}</p> 
     35    <p>{{ _("This object doesn't have a change history. It probably wasn't added via this admin site.") }}</p> 
    3636 
    3737{% endif %} 
  • django/branches/i18n/django/conf/locale/de/LC_MESSAGES/django.po

    r730 r764  
    99"Project-Id-Version: PACKAGE VERSION\n" 
    1010"Report-Msgid-Bugs-To: \n" 
    11 "POT-Creation-Date: 2005-09-29 22:07+0200\n" 
     11"POT-Creation-Date: 2005-10-01 18:22+0200\n" 
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 
     
    119119 
    120120#: conf/admin_templates/base.html:22 conf/admin_templates/base.html.py:2 
     121#: conf/admin_templates/base.html.py:5 
    121122msgid "Change password" 
    122123msgstr "Passwort �ern" 
    123124 
    124125#: conf/admin_templates/base.html:22 conf/admin_templates/base.html.py:3 
     126#: conf/admin_templates/base.html.py:5 
    125127msgid "Log out" 
    126128msgstr "Abmelden" 
     
    132134#: conf/admin_templates/registration/password_reset_done.html.py:1 
    133135#: conf/admin_templates/registration/password_change_form.html.py:1 
     136#: conf/admin_templates/admin_object_history.html.py:1 
    134137msgid "Home" 
    135138msgstr "Start" 
     
    158161#: conf/admin_templates/registration/password_change_form.html.py:2 
    159162#: conf/admin_templates/registration/password_change_form.html.py:3 
     163#: conf/admin_templates/registration/password_change_done.html.py:6 
     164#: conf/admin_templates/registration/password_change_form.html.py:4 
     165#: conf/admin_templates/registration/password_change_form.html.py:10 
    160166msgid "Password change" 
    161167msgstr "Kennwort �ern" 
     
    174180#: conf/admin_templates/registration/password_reset_form.html.py:4 
    175181#: conf/admin_templates/registration/password_reset_done.html.py:2 
     182#: conf/admin_templates/registration/password_reset_form.html.py:8 
     183#: conf/admin_templates/registration/password_reset_form.html.py:9 
     184#: conf/admin_templates/registration/password_reset_done.html.py:6 
    176185msgid "Password reset" 
    177186msgstr "Kennwort zur�zen" 
     
    183192msgstr "" 
    184193"Sie haben Ihr Kennwort vergessen? Geben Sie bitte Ihre eMail-Adresse ein und " 
    185 "wir setzen das Kennwort auf einen neuen Wert und schicken den per eMail an Sie
    186 "raus." 
     194"wir setzen das Kennwort auf einen neuen Wert und schicken den per eMail an
     195"Sie raus." 
    187196 
    188197#: conf/admin_templates/registration/password_reset_form.html.py:6 
     
    212221"should be receiving it shortly." 
    213222msgstr "" 
    214 "Wir haben Ihnen ein neues Kennwort per eMail zugeschickt an die Adresse,
    215 "die Sie uns gegeben haben. Es sollte in K�nkommen." 
     223"Wir haben Ihnen ein neues Kennwort per eMail zugeschickt an die Adresse, die
     224"Sie uns gegeben haben. Es sollte in K�nkommen." 
    216225 
    217226#: conf/admin_templates/registration/password_change_form.html.py:4 
     227#: conf/admin_templates/registration/password_change_form.html.py:5 
    218228msgid "" 
    219229"Please enter your old password, for security's sake, and then enter your new " 
     
    225235 
    226236#: conf/admin_templates/registration/password_change_form.html.py:5 
     237#: conf/admin_templates/registration/password_change_form.html.py:6 
    227238msgid "Old password:" 
    228239msgstr "altes Kennwort:" 
    229240 
    230241#: conf/admin_templates/registration/password_change_form.html.py:6 
     242#: conf/admin_templates/registration/password_change_form.html.py:7 
    231243msgid "New password:" 
    232244msgstr "neues Kennwort:" 
    233245 
    234246#: conf/admin_templates/registration/password_change_form.html.py:7 
     247#: conf/admin_templates/registration/password_change_form.html.py:8 
    235248msgid "Confirm password:" 
    236249msgstr "Kennwortwiederholung:" 
    237250 
    238251#: conf/admin_templates/registration/password_change_form.html.py:8 
     252#: conf/admin_templates/registration/password_change_form.html.py:9 
    239253msgid "Change my password" 
    240254msgstr "Mein Kennwort �ern" 
     
    271285msgstr "Das Team von %(site_name)s" 
    272286 
     287#: conf/admin_templates/admin_object_history.html.py:2 
     288msgid "History" 
     289msgstr "Geschichte" 
     290 
     291#: conf/admin_templates/admin_object_history.html.py:3 
     292msgid "Date/time" 
     293msgstr "Datum/Zeit" 
     294 
     295#: conf/admin_templates/admin_object_history.html.py:4 
     296msgid "User" 
     297msgstr "Benutzer" 
     298 
     299#: conf/admin_templates/admin_object_history.html.py:5 
     300msgid "Action" 
     301msgstr "Aktion" 
     302 
     303#: conf/admin_templates/admin_object_history.html.py:6 
     304msgid "" 
     305"This object doesn't have a change history. It probably wasn't added via this " 
     306"admin site." 
     307msgstr "" 
     308"Dieses Objekt hat keine �derungsgeschichte. Es wurde m�cherweise nicht " 
     309"�iese Verwaltungsseiten angelegt." 
     310