blob: c48aacc0e60cf13cc715d2328e043077b397f660 [file] [log] [blame]
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
# Sergey Lysach <sergikoff88@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-23 02:37+0100\n"
"PO-Revision-Date: 2012-03-11 17:02+0000\n"
"Last-Translator: Sergey Lysach <sergikoff88@gmail.com>\n"
"Language-Team: Ukrainian (http://www.transifex.net/projects/p/django/"
"language/uk/)\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: models.py:123
msgid "python model class name"
msgstr "ім'я класу моделі"
#: models.py:127
msgid "content type"
msgstr "тип вмісту"
#: models.py:128
msgid "content types"
msgstr "типи вмісту"
#: views.py:15
#, python-format
msgid "Content type %(ct_id)s object has no associated model"
msgstr "Тип вмісту %(ct_id)s не має пов'язанної моделі"
#: views.py:19
#, python-format
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
msgstr ""
"Об'єкт з ідентифікатором %(ct_id)s, що має тип вмісту %(obj_id)s не існує"
#: views.py:25
#, python-format
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
msgstr "Об'єкт типу %(ct_name)s не має методу get_absolute_url()"