diff -Naurpx '*~' trunk.orig/django/conf/global_settings.py trunk/django/conf/global_settings.py
old
|
new
|
LANGUAGES = (
|
53 | 53 | ('is', gettext_noop('Icelandic')), |
54 | 54 | ('it', gettext_noop('Italian')), |
55 | 55 | ('ja', gettext_noop('Japanese')), |
| 56 | ('kk', gettext_noop('Kazakh')), |
56 | 57 | ('nl', gettext_noop('Dutch')), |
57 | 58 | ('no', gettext_noop('Norwegian')), |
58 | 59 | ('pt-br', gettext_noop('Brazilian')), |
… |
… |
LANGUAGES = (
|
63 | 64 | ('sr', gettext_noop('Serbian')), |
64 | 65 | ('sv', gettext_noop('Swedish')), |
65 | 66 | ('ta', gettext_noop('Tamil')), |
| 67 | ('tr', gettext_noop('Turkish')), |
66 | 68 | ('uk', gettext_noop('Ukrainian')), |
67 | 69 | ('zh-cn', gettext_noop('Simplified Chinese')), |
68 | 70 | ('zh-tw', gettext_noop('Traditional Chinese')), |
diff -Naurpx '*~' trunk.orig/django/conf/locale/kk/LC_MESSAGES/django.po trunk/django/conf/locale/kk/LC_MESSAGES/django.po
old
|
new
|
|
| 1 | # Django Kazakh translation. |
| 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | # This file is distributed under the same license as the Django package. |
| 4 | # Baurzhan Ismagulov <ibr@radix50.net>, 2006. |
| 5 | # |
| 6 | #, fuzzy |
| 7 | msgid "" |
| 8 | msgstr "" |
| 9 | "Project-Id-Version: django 1.0\n" |
| 10 | "Report-Msgid-Bugs-To: \n" |
| 11 | "POT-Creation-Date: 2006-05-16 10:10+0200\n" |
| 12 | "PO-Revision-Date: 2006-08-30 12:36+0200\n" |
| 13 | "Last-Translator: Baurzhan Ismagulov <ibr@radix50.net>\n" |
| 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=utf-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | |
| 19 | #: contrib/admin/templates/admin/object_history.html:26 |
| 20 | msgid "DATE_WITH_TIME_FULL" |
| 21 | msgstr "j N Y, H:i" |
| 22 | |
| 23 | #: utils/translation.py:360 |
| 24 | msgid "DATE_FORMAT" |
| 25 | msgstr "j N Y" |
| 26 | |
| 27 | #: utils/translation.py:361 |
| 28 | msgid "DATETIME_FORMAT" |
| 29 | msgstr "j N Y, H:i" |
| 30 | |
| 31 | #: utils/translation.py:362 |
| 32 | msgid "TIME_FORMAT" |
| 33 | msgstr "H:i" |
diff -Naurpx '*~' trunk.orig/django/conf/locale/tr/LC_MESSAGES/django.po trunk/django/conf/locale/tr/LC_MESSAGES/django.po
old
|
new
|
|
| 1 | # Django Turkish translation. |
| 2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER |
| 3 | # This file is distributed under the same license as the Django package. |
| 4 | # Baurzhan Ismagulov <ibr@radix50.net>, 2006. |
| 5 | # |
| 6 | #, fuzzy |
| 7 | msgid "" |
| 8 | msgstr "" |
| 9 | "Project-Id-Version: django 1.0\n" |
| 10 | "Report-Msgid-Bugs-To: \n" |
| 11 | "POT-Creation-Date: 2006-05-16 10:10+0200\n" |
| 12 | "PO-Revision-Date: 2006-08-30 12:36+0200\n" |
| 13 | "Last-Translator: Baurzhan Ismagulov <ibr@radix50.net>\n" |
| 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| 15 | "MIME-Version: 1.0\n" |
| 16 | "Content-Type: text/plain; charset=utf-8\n" |
| 17 | "Content-Transfer-Encoding: 8bit\n" |
| 18 | |
| 19 | #: contrib/admin/templates/admin/object_history.html:26 |
| 20 | msgid "DATE_WITH_TIME_FULL" |
| 21 | msgstr "j N Y, H:i" |
| 22 | |
| 23 | #: utils/translation.py:360 |
| 24 | msgid "DATE_FORMAT" |
| 25 | msgstr "j N Y" |
| 26 | |
| 27 | #: utils/translation.py:361 |
| 28 | msgid "DATETIME_FORMAT" |
| 29 | msgstr "j N Y, H:i" |
| 30 | |
| 31 | #: utils/translation.py:362 |
| 32 | msgid "TIME_FORMAT" |
| 33 | msgstr "H:i" |