mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
new_admin: the same language 'cs' fix as in trunk for DATE_FORMAT and friends
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
aa2d958e1d
commit
2e98eaea6e
Binary file not shown.
@ -679,7 +679,7 @@ msgstr "Akce"
|
||||
|
||||
#: contrib/admin/templates/admin/object_history.html:26
|
||||
msgid "DATE_WITH_TIME_FULL"
|
||||
msgstr "Plné datum s časem"
|
||||
msgstr "j. N, Y, H:i"
|
||||
|
||||
#: contrib/admin/templates/admin/object_history.html:36
|
||||
msgid ""
|
||||
@ -1066,15 +1066,15 @@ msgstr "statické stránky"
|
||||
|
||||
#: utils/translation.py:335
|
||||
msgid "DATE_FORMAT"
|
||||
msgstr "Formát data"
|
||||
msgstr "j. N, Y"
|
||||
|
||||
#: utils/translation.py:336
|
||||
msgid "DATETIME_FORMAT"
|
||||
msgstr "Formát data a času"
|
||||
msgstr "j. N, Y, H:i"
|
||||
|
||||
#: utils/translation.py:337
|
||||
msgid "TIME_FORMAT"
|
||||
msgstr "Formát času"
|
||||
msgstr "H:i"
|
||||
|
||||
#: utils/dates.py:6
|
||||
msgid "Monday"
|
||||
|
Loading…
x
Reference in New Issue
Block a user