Commit 9fad0d61 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Pulled the contenttypes translations updates from Transifex. Refs #17822.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17718 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent bf586ee8
Loading
Loading
Loading
Loading
+26 −8
Original line number Diff line number Diff line
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-15 13:15-0400\n"
"PO-Revision-Date: 2011-03-04 18:34+0000\n"
"Last-Translator: Jannis <jannis@leidel.info>\n"
"Language-Team: Arabic <None>\n"
"POT-Creation-Date: 2012-03-14 00:16-0700\n"
"PO-Revision-Date: 2012-03-08 11:45+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: Arabic (http://www.transifex.net/projects/p/django/language/"
"ar/)\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"

#: models.py:77
#: models.py:123
msgid "python model class name"
msgstr "اسم صنف النموذج في python"

#: models.py:81
#: models.py:127
msgid "content type"
msgstr "نوع البيانات"

#: models.py:82
#: models.py:128
msgid "content types"
msgstr "أنواع البيانات"

#: views.py:15
#, python-format
msgid "Content type %(ct_id)s object has no associated model"
msgstr ""

#: views.py:19
#, python-format
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
msgstr ""

#: views.py:25
#, python-format
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
msgstr ""
+28 −10
Original line number Diff line number Diff line
# This file is distributed under the same license as the Django package.
#
# Translators:
# Ali Ismayilov <ali@ismailov.info>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-03-15 13:15-0400\n"
"PO-Revision-Date: 2011-03-04 18:34+0000\n"
"Last-Translator: Jannis <jannis@leidel.info>\n"
"Language-Team: Azerbaijani <None>\n"
"POT-Creation-Date: 2012-03-14 00:16-0700\n"
"PO-Revision-Date: 2012-03-08 11:45+0000\n"
"Last-Translator: Ali Ismayilov <ali@ismailov.info>\n"
"Language-Team: Azerbaijani (http://www.transifex.net/projects/p/django/"
"language/az/)\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: az\n"
"Plural-Forms: nplurals=1; plural=0\n"

#: models.py:77
#: models.py:123
msgid "python model class name"
msgstr ""
msgstr "python modelinin sinif (class) adı"

#: models.py:81
#: models.py:127
msgid "content type"
msgstr ""
msgstr "məzmun tipi"

#: models.py:82
#: models.py:128
msgid "content types"
msgstr "məzmun tipləri"

#: views.py:15
#, python-format
msgid "Content type %(ct_id)s object has no associated model"
msgstr ""

#: views.py:19
#, python-format
msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
msgstr ""

#: views.py:25
#, python-format
msgid "%(ct_name)s objects don't have a get_absolute_url() method"
msgstr ""
Loading