fixed #1587 - added new ukrainian translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b1599e56b8
commit
3d8094f898
|
@ -56,6 +56,7 @@ LANGUAGES = (
|
||||||
('sl', _('Slovenian')),
|
('sl', _('Slovenian')),
|
||||||
('sr', _('Serbian')),
|
('sr', _('Serbian')),
|
||||||
('sv', _('Swedish')),
|
('sv', _('Swedish')),
|
||||||
|
('uk', _('Ukrainian')),
|
||||||
('zh-cn', _('Simplified Chinese')),
|
('zh-cn', _('Simplified Chinese')),
|
||||||
('zh-tw', _('Traditional Chinese')),
|
('zh-tw', _('Traditional Chinese')),
|
||||||
)
|
)
|
||||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Django 1.0\n"
|
"Project-Id-Version: Django 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2006-03-20 11:44+0100\n"
|
"POT-Creation-Date: 2006-04-06 11:52+0200\n"
|
||||||
"PO-Revision-Date: 2005-10-08 00:03+0200\n"
|
"PO-Revision-Date: 2005-10-08 00:03+0200\n"
|
||||||
"Last-Translator: Georg Bauer <gb@bofh.ms>\n"
|
"Last-Translator: Georg Bauer <gb@bofh.ms>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -1538,10 +1538,14 @@ msgid "Swedish"
|
||||||
msgstr "Schwedisch"
|
msgstr "Schwedisch"
|
||||||
|
|
||||||
#: conf/global_settings.py:59
|
#: conf/global_settings.py:59
|
||||||
|
msgid "Ukrainian"
|
||||||
|
msgstr "Ukrainisch"
|
||||||
|
|
||||||
|
#: conf/global_settings.py:60
|
||||||
msgid "Simplified Chinese"
|
msgid "Simplified Chinese"
|
||||||
msgstr "Vereinfachtes Chinesisch"
|
msgstr "Vereinfachtes Chinesisch"
|
||||||
|
|
||||||
#: conf/global_settings.py:60
|
#: conf/global_settings.py:61
|
||||||
msgid "Traditional Chinese"
|
msgid "Traditional Chinese"
|
||||||
msgstr "Traditionelles Chinesisch"
|
msgstr "Traditionelles Chinesisch"
|
||||||
|
|
||||||
|
@ -1858,7 +1862,7 @@ msgstr ""
|
||||||
"Das Attribut %(attr)s in Zeile %(line)s hat einen ungültigen Wert. Die Zeile "
|
"Das Attribut %(attr)s in Zeile %(line)s hat einen ungültigen Wert. Die Zeile "
|
||||||
"beginnt mit \"%(start)s\"."
|
"beginnt mit \"%(start)s\"."
|
||||||
|
|
||||||
#: core/meta/__init__.py:1944
|
#: core/meta/__init__.py:1955
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "%(object)s with this %(type)s already exists for the given %(field)s."
|
msgid "%(object)s with this %(type)s already exists for the given %(field)s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue