Ticket #2623: a.diff

File a.diff, 3.3 KB (added by ibr, 18 years ago)
  • django/conf/global_settings.py

    diff -Naurpx '*~' trunk.orig/django/conf/global_settings.py trunk/django/conf/global_settings.py
    old new LANGUAGES = (  
    5353    ('is', gettext_noop('Icelandic')),
    5454    ('it', gettext_noop('Italian')),
    5555    ('ja', gettext_noop('Japanese')),
     56    ('kk', gettext_noop('Kazakh')),
    5657    ('nl', gettext_noop('Dutch')),
    5758    ('no', gettext_noop('Norwegian')),
    5859    ('pt-br', gettext_noop('Brazilian')),
    LANGUAGES = (  
    6364    ('sr', gettext_noop('Serbian')),
    6465    ('sv', gettext_noop('Swedish')),
    6566    ('ta', gettext_noop('Tamil')),
     67    ('tr', gettext_noop('Turkish')),
    6668    ('uk', gettext_noop('Ukrainian')),
    6769    ('zh-cn', gettext_noop('Simplified Chinese')),
    6870    ('zh-tw', gettext_noop('Traditional Chinese')),
  • django/conf/locale/kk/LC_MESSAGES/django.po

    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
     7msgid ""
     8msgstr ""
     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
     20msgid "DATE_WITH_TIME_FULL"
     21msgstr "j N Y, H:i"
     22
     23#: utils/translation.py:360
     24msgid "DATE_FORMAT"
     25msgstr "j N Y"
     26
     27#: utils/translation.py:361
     28msgid "DATETIME_FORMAT"
     29msgstr "j N Y, H:i"
     30
     31#: utils/translation.py:362
     32msgid "TIME_FORMAT"
     33msgstr "H:i"
  • django/conf/locale/tr/LC_MESSAGES/django.po

    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
     7msgid ""
     8msgstr ""
     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
     20msgid "DATE_WITH_TIME_FULL"
     21msgstr "j N Y, H:i"
     22
     23#: utils/translation.py:360
     24msgid "DATE_FORMAT"
     25msgstr "j N Y"
     26
     27#: utils/translation.py:361
     28msgid "DATETIME_FORMAT"
     29msgstr "j N Y, H:i"
     30
     31#: utils/translation.py:362
     32msgid "TIME_FORMAT"
     33msgstr "H:i"
Back to Top