fixed #2113: fixed 'pl' translation of date formats

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer 2006-06-12 14:49:05 +00:00
parent 395cc62c78
commit ece252ed0f
2 changed files with 3 additions and 3 deletions

View File

@ -1250,15 +1250,15 @@ msgstr "strony"
#: utils/translation.py:360
msgid "DATE_FORMAT"
msgstr "FORMAT_DATY"
msgstr "Y-m-d"
#: utils/translation.py:361
msgid "DATETIME_FORMAT"
msgstr ""
msgstr "Y-m-d H:i:s"
#: utils/translation.py:362
msgid "TIME_FORMAT"
msgstr ""
msgstr "H:i:s"
#: utils/dates.py:6
msgid "Monday"