Changeset 764
- Timestamp:
- 10/01/05 12:33:40 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/i18n/django/conf/admin_templates/admin_object_history.html
r763 r764 33 33 {% else %} 34 34 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> 36 36 37 37 {% endif %} django/branches/i18n/django/conf/locale/de/LC_MESSAGES/django.po
r730 r764 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "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" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 119 119 120 120 #: conf/admin_templates/base.html:22 conf/admin_templates/base.html.py:2 121 #: conf/admin_templates/base.html.py:5 121 122 msgid "Change password" 122 123 msgstr "Passwort �ern" 123 124 124 125 #: conf/admin_templates/base.html:22 conf/admin_templates/base.html.py:3 126 #: conf/admin_templates/base.html.py:5 125 127 msgid "Log out" 126 128 msgstr "Abmelden" … … 132 134 #: conf/admin_templates/registration/password_reset_done.html.py:1 133 135 #: conf/admin_templates/registration/password_change_form.html.py:1 136 #: conf/admin_templates/admin_object_history.html.py:1 134 137 msgid "Home" 135 138 msgstr "Start" … … 158 161 #: conf/admin_templates/registration/password_change_form.html.py:2 159 162 #: 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 160 166 msgid "Password change" 161 167 msgstr "Kennwort �ern" … … 174 180 #: conf/admin_templates/registration/password_reset_form.html.py:4 175 181 #: 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 176 185 msgid "Password reset" 177 186 msgstr "Kennwort zur�zen" … … 183 192 msgstr "" 184 193 "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." 187 196 188 197 #: conf/admin_templates/registration/password_reset_form.html.py:6 … … 212 221 "should be receiving it shortly." 213 222 msgstr "" 214 "Wir haben Ihnen ein neues Kennwort per eMail zugeschickt an die Adresse, "215 " dieSie 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." 216 225 217 226 #: conf/admin_templates/registration/password_change_form.html.py:4 227 #: conf/admin_templates/registration/password_change_form.html.py:5 218 228 msgid "" 219 229 "Please enter your old password, for security's sake, and then enter your new " … … 225 235 226 236 #: conf/admin_templates/registration/password_change_form.html.py:5 237 #: conf/admin_templates/registration/password_change_form.html.py:6 227 238 msgid "Old password:" 228 239 msgstr "altes Kennwort:" 229 240 230 241 #: conf/admin_templates/registration/password_change_form.html.py:6 242 #: conf/admin_templates/registration/password_change_form.html.py:7 231 243 msgid "New password:" 232 244 msgstr "neues Kennwort:" 233 245 234 246 #: conf/admin_templates/registration/password_change_form.html.py:7 247 #: conf/admin_templates/registration/password_change_form.html.py:8 235 248 msgid "Confirm password:" 236 249 msgstr "Kennwortwiederholung:" 237 250 238 251 #: conf/admin_templates/registration/password_change_form.html.py:8 252 #: conf/admin_templates/registration/password_change_form.html.py:9 239 253 msgid "Change my password" 240 254 msgstr "Mein Kennwort �ern" … … 271 285 msgstr "Das Team von %(site_name)s" 272 286 287 #: conf/admin_templates/admin_object_history.html.py:2 288 msgid "History" 289 msgstr "Geschichte" 290 291 #: conf/admin_templates/admin_object_history.html.py:3 292 msgid "Date/time" 293 msgstr "Datum/Zeit" 294 295 #: conf/admin_templates/admin_object_history.html.py:4 296 msgid "User" 297 msgstr "Benutzer" 298 299 #: conf/admin_templates/admin_object_history.html.py:5 300 msgid "Action" 301 msgstr "Aktion" 302 303 #: conf/admin_templates/admin_object_history.html.py:6 304 msgid "" 305 "This object doesn't have a change history. It probably wasn't added via this " 306 "admin site." 307 msgstr "" 308 "Dieses Objekt hat keine �derungsgeschichte. Es wurde m�cherweise nicht " 309 "�iese Verwaltungsseiten angelegt." 310
