summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-12-13 13:52:21 +0000
committerJannis Leidel <jannis@leidel.info>2010-12-13 13:52:21 +0000
commit2478f8588e4ed3164a05246f28cc02e5850dd0b8 (patch)
tree10291f56511ced54284bcf0255599ec4e0268caa
parent7292af85422980df3fefcd0ce131f8a37fe466e9 (diff)
Updated date format strings of languages that require alternate month names. Refs #14570 because it uses the new format character added for this purpose. Thank you, shell_dweller.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/conf/locale/cs/LC_MESSAGES/django.mobin77011 -> 77587 bytes
-rw-r--r--django/conf/locale/cs/LC_MESSAGES/django.po60
-rw-r--r--django/conf/locale/cs/formats.py4
-rw-r--r--django/conf/locale/el/LC_MESSAGES/django.mobin38998 -> 39698 bytes
-rw-r--r--django/conf/locale/el/LC_MESSAGES/django.po60
-rw-r--r--django/conf/locale/el/formats.py2
-rw-r--r--django/conf/locale/fi/LC_MESSAGES/django.mobin74604 -> 75217 bytes
-rw-r--r--django/conf/locale/fi/LC_MESSAGES/django.po60
-rw-r--r--django/conf/locale/fi/formats.py2
-rw-r--r--django/conf/locale/hr/LC_MESSAGES/django.mobin75872 -> 76455 bytes
-rw-r--r--django/conf/locale/hr/LC_MESSAGES/django.po60
-rw-r--r--django/conf/locale/hr/formats.py4
-rw-r--r--django/conf/locale/pl/LC_MESSAGES/django.mobin71600 -> 72183 bytes
-rw-r--r--django/conf/locale/pl/LC_MESSAGES/django.po60
-rw-r--r--django/conf/locale/pl/formats.py4
-rw-r--r--django/conf/locale/ru/LC_MESSAGES/django.mobin96144 -> 96770 bytes
-rw-r--r--django/conf/locale/ru/LC_MESSAGES/django.po60
-rw-r--r--django/conf/locale/ru/formats.py6
-rw-r--r--django/conf/locale/uk/LC_MESSAGES/django.mobin88818 -> 89390 bytes
-rw-r--r--django/conf/locale/uk/LC_MESSAGES/django.po60
-rw-r--r--django/conf/locale/uk/formats.py4
21 files changed, 433 insertions, 13 deletions
diff --git a/django/conf/locale/cs/LC_MESSAGES/django.mo b/django/conf/locale/cs/LC_MESSAGES/django.mo
index 82e12e8e09..4869f3d4c2 100644
--- a/django/conf/locale/cs/LC_MESSAGES/django.mo
+++ b/django/conf/locale/cs/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/cs/LC_MESSAGES/django.po b/django/conf/locale/cs/LC_MESSAGES/django.po
index b1a2e697d4..61841b2b3d 100644
--- a/django/conf/locale/cs/LC_MESSAGES/django.po
+++ b/django/conf/locale/cs/LC_MESSAGES/django.po
@@ -5057,6 +5057,66 @@ msgstr "listopad"
msgid "Dec."
msgstr "prosinec"
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "January"
+msgstr "ledna"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "February"
+msgstr "února"
+
+#: utils/dates.py:47
+msgctxt "alt. month"
+msgid "March"
+msgstr "března"
+
+#: utils/dates.py:48
+msgctxt "alt. month"
+msgid "April"
+msgstr "dubna"
+
+#: utils/dates.py:49
+msgctxt "alt. month"
+msgid "May"
+msgstr "května"
+
+#: utils/dates.py:50
+msgctxt "alt. month"
+msgid "June"
+msgstr "června"
+
+#: utils/dates.py:51
+msgctxt "alt. month"
+msgid "July"
+msgstr "července"
+
+#: utils/dates.py:52
+msgctxt "alt. month"
+msgid "August"
+msgstr "srpna"
+
+#: utils/dates.py:53
+msgctxt "alt. month"
+msgid "September"
+msgstr "září"
+
+#: utils/dates.py:54
+msgctxt "alt. month"
+msgid "October"
+msgstr "října"
+
+#: utils/dates.py:55
+msgctxt "alt. month"
+msgid "November"
+msgstr "listopadu"
+
+#: utils/dates.py:56
+msgctxt "alt. month"
+msgid "December"
+msgstr "prosince"
+
#: utils/text.py:130
msgid "or"
msgstr "nebo"
diff --git a/django/conf/locale/cs/formats.py b/django/conf/locale/cs/formats.py
index 9eeee6685a..1c03615f8b 100644
--- a/django/conf/locale/cs/formats.py
+++ b/django/conf/locale/cs/formats.py
@@ -4,9 +4,9 @@
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-DATE_FORMAT = 'j. F Y'
+DATE_FORMAT = 'j. E Y'
TIME_FORMAT = 'G:i:s'
-DATETIME_FORMAT = 'j. F Y G:i:s'
+DATETIME_FORMAT = 'j. E Y G:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'd.m.Y'
diff --git a/django/conf/locale/el/LC_MESSAGES/django.mo b/django/conf/locale/el/LC_MESSAGES/django.mo
index cd6050901c..f000f5b714 100644
--- a/django/conf/locale/el/LC_MESSAGES/django.mo
+++ b/django/conf/locale/el/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/el/LC_MESSAGES/django.po b/django/conf/locale/el/LC_MESSAGES/django.po
index d9793c843a..fbcb6bb49d 100644
--- a/django/conf/locale/el/LC_MESSAGES/django.po
+++ b/django/conf/locale/el/LC_MESSAGES/django.po
@@ -436,6 +436,66 @@ msgstr "Νοέ."
msgid "Dec."
msgstr "Δεκ."
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "January"
+msgstr "Ιανουαρίου"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "February"
+msgstr "Φεβρουαρίου"
+
+#: utils/dates.py:47
+msgctxt "alt. month"
+msgid "March"
+msgstr "Μαρτίου"
+
+#: utils/dates.py:48
+msgctxt "alt. month"
+msgid "April"
+msgstr "Απριλίου"
+
+#: utils/dates.py:49
+msgctxt "alt. month"
+msgid "May"
+msgstr "Μαΐου"
+
+#: utils/dates.py:50
+msgctxt "alt. month"
+msgid "June"
+msgstr "Ιουνίου"
+
+#: utils/dates.py:51
+msgctxt "alt. month"
+msgid "July"
+msgstr "Ιουλίου"
+
+#: utils/dates.py:52
+msgctxt "alt. month"
+msgid "August"
+msgstr "Αυγούστου"
+
+#: utils/dates.py:53
+msgctxt "alt. month"
+msgid "September"
+msgstr "Σεπτεμβρίου"
+
+#: utils/dates.py:54
+msgctxt "alt. month"
+msgid "October"
+msgstr "Οκτωβρίου"
+
+#: utils/dates.py:55
+msgctxt "alt. month"
+msgid "November"
+msgstr "Νοεμβρίου"
+
+#: utils/dates.py:56
+msgctxt "alt. month"
+msgid "December"
+msgstr "Δεκεμβρίου"
+
#: utils/dateformat.py:40
msgid "p.m."
msgstr "μμ."
diff --git a/django/conf/locale/el/formats.py b/django/conf/locale/el/formats.py
index 2e0bbeafc7..9226490a38 100644
--- a/django/conf/locale/el/formats.py
+++ b/django/conf/locale/el/formats.py
@@ -4,7 +4,7 @@
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-DATE_FORMAT = 'd F Y'
+DATE_FORMAT = 'd E Y'
TIME_FORMAT = 'g:i:s A'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
diff --git a/django/conf/locale/fi/LC_MESSAGES/django.mo b/django/conf/locale/fi/LC_MESSAGES/django.mo
index 80a041d975..5ac6ff9b88 100644
--- a/django/conf/locale/fi/LC_MESSAGES/django.mo
+++ b/django/conf/locale/fi/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/fi/LC_MESSAGES/django.po b/django/conf/locale/fi/LC_MESSAGES/django.po
index 2620d2bd66..7c0d4d0e4d 100644
--- a/django/conf/locale/fi/LC_MESSAGES/django.po
+++ b/django/conf/locale/fi/LC_MESSAGES/django.po
@@ -5029,6 +5029,66 @@ msgstr "marras"
msgid "Dec."
msgstr "joulu"
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "January"
+msgstr "tammikuuta"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "February"
+msgstr "helmikuuta"
+
+#: utils/dates.py:47
+msgctxt "alt. month"
+msgid "March"
+msgstr "maaliskuuta"
+
+#: utils/dates.py:48
+msgctxt "alt. month"
+msgid "April"
+msgstr "huhtikuuta"
+
+#: utils/dates.py:49
+msgctxt "alt. month"
+msgid "May"
+msgstr "toukokuuta"
+
+#: utils/dates.py:50
+msgctxt "alt. month"
+msgid "June"
+msgstr "kesäkuuta"
+
+#: utils/dates.py:51
+msgctxt "alt. month"
+msgid "July"
+msgstr "heinäkuuta"
+
+#: utils/dates.py:52
+msgctxt "alt. month"
+msgid "August"
+msgstr "elokuuta"
+
+#: utils/dates.py:53
+msgctxt "alt. month"
+msgid "September"
+msgstr "syyskuuta"
+
+#: utils/dates.py:54
+msgctxt "alt. month"
+msgid "October"
+msgstr "lokakuuta"
+
+#: utils/dates.py:55
+msgctxt "alt. month"
+msgid "November"
+msgstr "marraskuuta"
+
+#: utils/dates.py:56
+msgctxt "alt. month"
+msgid "December"
+msgstr "joulukuuta"
+
#: utils/text.py:130
msgid "or"
msgstr "tai"
diff --git a/django/conf/locale/fi/formats.py b/django/conf/locale/fi/formats.py
index 6af4b8f2d9..198ece66b0 100644
--- a/django/conf/locale/fi/formats.py
+++ b/django/conf/locale/fi/formats.py
@@ -4,7 +4,7 @@
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-DATE_FORMAT = 'j. F Y'
+DATE_FORMAT = 'j. E Y'
TIME_FORMAT = 'G.i.s'
# DATETIME_FORMAT =
YEAR_MONTH_FORMAT = 'F Y'
diff --git a/django/conf/locale/hr/LC_MESSAGES/django.mo b/django/conf/locale/hr/LC_MESSAGES/django.mo
index 63d364baa2..c1bbcd8ceb 100644
--- a/django/conf/locale/hr/LC_MESSAGES/django.mo
+++ b/django/conf/locale/hr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/hr/LC_MESSAGES/django.po b/django/conf/locale/hr/LC_MESSAGES/django.po
index 93cda1b3c9..d77d9cfec0 100644
--- a/django/conf/locale/hr/LC_MESSAGES/django.po
+++ b/django/conf/locale/hr/LC_MESSAGES/django.po
@@ -5082,6 +5082,66 @@ msgstr "Stu."
msgid "Dec."
msgstr "Pro."
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "January"
+msgstr "siječnja"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "February"
+msgstr "veljače"
+
+#: utils/dates.py:47
+msgctxt "alt. month"
+msgid "March"
+msgstr "ožujka"
+
+#: utils/dates.py:48
+msgctxt "alt. month"
+msgid "April"
+msgstr "travnja"
+
+#: utils/dates.py:49
+msgctxt "alt. month"
+msgid "May"
+msgstr "svibnja"
+
+#: utils/dates.py:50
+msgctxt "alt. month"
+msgid "June"
+msgstr "lipnja"
+
+#: utils/dates.py:51
+msgctxt "alt. month"
+msgid "July"
+msgstr "srpnja"
+
+#: utils/dates.py:52
+msgctxt "alt. month"
+msgid "August"
+msgstr "kolovoza"
+
+#: utils/dates.py:53
+msgctxt "alt. month"
+msgid "September"
+msgstr "rujna"
+
+#: utils/dates.py:54
+msgctxt "alt. month"
+msgid "October"
+msgstr "listopada"
+
+#: utils/dates.py:55
+msgctxt "alt. month"
+msgid "November"
+msgstr "studenoga"
+
+#: utils/dates.py:56
+msgctxt "alt. month"
+msgid "December"
+msgstr "prosinca"
+
#: utils/text.py:130
msgid "or"
msgstr "ili"
diff --git a/django/conf/locale/hr/formats.py b/django/conf/locale/hr/formats.py
index 9f61319996..ceaad57ee5 100644
--- a/django/conf/locale/hr/formats.py
+++ b/django/conf/locale/hr/formats.py
@@ -4,9 +4,9 @@
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-DATE_FORMAT = 'j. F Y.'
+DATE_FORMAT = 'j. E Y.'
TIME_FORMAT = 'H:i:s'
-DATETIME_FORMAT = 'j. F Y. H:i'
+DATETIME_FORMAT = 'j. E Y. H:i'
YEAR_MONTH_FORMAT = 'F Y.'
MONTH_DAY_FORMAT = 'j. F'
SHORT_DATE_FORMAT = 'j.m.Y.'
diff --git a/django/conf/locale/pl/LC_MESSAGES/django.mo b/django/conf/locale/pl/LC_MESSAGES/django.mo
index ea040d3364..415ce88372 100644
--- a/django/conf/locale/pl/LC_MESSAGES/django.mo
+++ b/django/conf/locale/pl/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/pl/LC_MESSAGES/django.po b/django/conf/locale/pl/LC_MESSAGES/django.po
index e81baa8e5b..ff2d0b2f67 100644
--- a/django/conf/locale/pl/LC_MESSAGES/django.po
+++ b/django/conf/locale/pl/LC_MESSAGES/django.po
@@ -5167,6 +5167,66 @@ msgstr "Lis."
msgid "Dec."
msgstr "Gru."
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "January"
+msgstr "stycznia"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "February"
+msgstr "lutego"
+
+#: utils/dates.py:47
+msgctxt "alt. month"
+msgid "March"
+msgstr "marca"
+
+#: utils/dates.py:48
+msgctxt "alt. month"
+msgid "April"
+msgstr "kwietnia"
+
+#: utils/dates.py:49
+msgctxt "alt. month"
+msgid "May"
+msgstr "maja"
+
+#: utils/dates.py:50
+msgctxt "alt. month"
+msgid "June"
+msgstr "czerwca"
+
+#: utils/dates.py:51
+msgctxt "alt. month"
+msgid "July"
+msgstr "lipca"
+
+#: utils/dates.py:52
+msgctxt "alt. month"
+msgid "August"
+msgstr "sierpnia"
+
+#: utils/dates.py:53
+msgctxt "alt. month"
+msgid "September"
+msgstr "września"
+
+#: utils/dates.py:54
+msgctxt "alt. month"
+msgid "October"
+msgstr "października"
+
+#: utils/dates.py:55
+msgctxt "alt. month"
+msgid "November"
+msgstr "listopada"
+
+#: utils/dates.py:56
+msgctxt "alt. month"
+msgid "December"
+msgstr "grudnia"
+
#: utils/text.py:136
msgid "or"
msgstr "lub"
diff --git a/django/conf/locale/pl/formats.py b/django/conf/locale/pl/formats.py
index 25a3ac7d25..582092d620 100644
--- a/django/conf/locale/pl/formats.py
+++ b/django/conf/locale/pl/formats.py
@@ -4,9 +4,9 @@
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-DATE_FORMAT = 'j F Y'
+DATE_FORMAT = 'j E Y'
TIME_FORMAT = 'H:i:s'
-DATETIME_FORMAT = 'j F Y H:i:s'
+DATETIME_FORMAT = 'j E Y H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd-m-Y'
diff --git a/django/conf/locale/ru/LC_MESSAGES/django.mo b/django/conf/locale/ru/LC_MESSAGES/django.mo
index 3341babb4e..e436f06bc5 100644
--- a/django/conf/locale/ru/LC_MESSAGES/django.mo
+++ b/django/conf/locale/ru/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/ru/LC_MESSAGES/django.po b/django/conf/locale/ru/LC_MESSAGES/django.po
index f69ae44fc8..099b9864b7 100644
--- a/django/conf/locale/ru/LC_MESSAGES/django.po
+++ b/django/conf/locale/ru/LC_MESSAGES/django.po
@@ -4929,6 +4929,66 @@ msgstr "Нояб."
msgid "Dec."
msgstr "Дек."
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "January"
+msgstr "января"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "February"
+msgstr "февраля"
+
+#: utils/dates.py:47
+msgctxt "alt. month"
+msgid "March"
+msgstr "марта"
+
+#: utils/dates.py:48
+msgctxt "alt. month"
+msgid "April"
+msgstr "апреля"
+
+#: utils/dates.py:49
+msgctxt "alt. month"
+msgid "May"
+msgstr "мая"
+
+#: utils/dates.py:50
+msgctxt "alt. month"
+msgid "June"
+msgstr "июня"
+
+#: utils/dates.py:51
+msgctxt "alt. month"
+msgid "July"
+msgstr "июля"
+
+#: utils/dates.py:52
+msgctxt "alt. month"
+msgid "August"
+msgstr "августа"
+
+#: utils/dates.py:53
+msgctxt "alt. month"
+msgid "September"
+msgstr "сентября"
+
+#: utils/dates.py:54
+msgctxt "alt. month"
+msgid "October"
+msgstr "октября"
+
+#: utils/dates.py:55
+msgctxt "alt. month"
+msgid "November"
+msgstr "ноября"
+
+#: utils/dates.py:56
+msgctxt "alt. month"
+msgid "December"
+msgstr "декабря"
+
#: utils/text.py:130
msgid "or"
msgstr "или"
diff --git a/django/conf/locale/ru/formats.py b/django/conf/locale/ru/formats.py
index d0e4cbf3ba..f3a8f2be4d 100644
--- a/django/conf/locale/ru/formats.py
+++ b/django/conf/locale/ru/formats.py
@@ -4,13 +4,13 @@
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-DATE_FORMAT = 'j F Y г.'
+DATE_FORMAT = 'j E Y г.'
TIME_FORMAT = 'G:i:s'
-DATETIME_FORMAT = 'j F Y г. G:i:s'
+DATETIME_FORMAT = 'j E Y г. G:i:s'
YEAR_MONTH_FORMAT = 'F Y г.'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'd.m.Y'
-SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
+SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
diff --git a/django/conf/locale/uk/LC_MESSAGES/django.mo b/django/conf/locale/uk/LC_MESSAGES/django.mo
index 0078db4fba..f8a1b978b3 100644
--- a/django/conf/locale/uk/LC_MESSAGES/django.mo
+++ b/django/conf/locale/uk/LC_MESSAGES/django.mo
Binary files differ
diff --git a/django/conf/locale/uk/LC_MESSAGES/django.po b/django/conf/locale/uk/LC_MESSAGES/django.po
index a8b6ab368e..de8b855eb7 100644
--- a/django/conf/locale/uk/LC_MESSAGES/django.po
+++ b/django/conf/locale/uk/LC_MESSAGES/django.po
@@ -4565,6 +4565,66 @@ msgstr "Лис."
msgid "Dec."
msgstr "Груд."
+#: utils/dates.py:45
+msgctxt "alt. month"
+msgid "January"
+msgstr "січня"
+
+#: utils/dates.py:46
+msgctxt "alt. month"
+msgid "February"
+msgstr "лютого"
+
+#: utils/dates.py:47
+msgctxt "alt. month"
+msgid "March"
+msgstr "березня"
+
+#: utils/dates.py:48
+msgctxt "alt. month"
+msgid "April"
+msgstr "квітня"
+
+#: utils/dates.py:49
+msgctxt "alt. month"
+msgid "May"
+msgstr "травня"
+
+#: utils/dates.py:50
+msgctxt "alt. month"
+msgid "June"
+msgstr "червня"
+
+#: utils/dates.py:51
+msgctxt "alt. month"
+msgid "July"
+msgstr "липня"
+
+#: utils/dates.py:52
+msgctxt "alt. month"
+msgid "August"
+msgstr "серпня"
+
+#: utils/dates.py:53
+msgctxt "alt. month"
+msgid "September"
+msgstr "вересня"
+
+#: utils/dates.py:54
+msgctxt "alt. month"
+msgid "October"
+msgstr "жовтня"
+
+#: utils/dates.py:55
+msgctxt "alt. month"
+msgid "November"
+msgstr "листопада"
+
+#: utils/dates.py:56
+msgctxt "alt. month"
+msgid "December"
+msgstr "грудня"
+
#: .\utils\text.py:128
msgid "or"
msgstr "або"
diff --git a/django/conf/locale/uk/formats.py b/django/conf/locale/uk/formats.py
index 1fc025b096..8b4606fb64 100644
--- a/django/conf/locale/uk/formats.py
+++ b/django/conf/locale/uk/formats.py
@@ -4,9 +4,9 @@
# The *_FORMAT strings use the Django date format syntax,
# see http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
-DATE_FORMAT = 'j F Y р.'
+DATE_FORMAT = 'j E Y р.'
TIME_FORMAT = 'H:i:s'
-# DATETIME_FORMAT =
+DATETIME_FORMAT = 'j E Y р. H:i:s'
YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'