Ticket #26944: django.11.po

File django.11.po, 1.7 KB (added by Ruben, 8 years ago)

contenttypes

Line 
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: \n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2016-07-15 00:22+0400\n"
11"PO-Revision-Date: 2016-07-15 20:47+0400\n"
12"Language: hy\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"
16"Last-Translator: \n"
17"Language-Team: Ruben Harutyunov <rharutyunov@mail.ru>\n"
18"X-Generator: Poedit 1.8.7.1\n"
19
20#: contrib/contenttypes/apps.py:12
21msgid "Content Types"
22msgstr "Պարունակության տիպեր"
23
24#: contrib/contenttypes/models.py:163
25msgid "python model class name"
26msgstr "python մոդելի դասի անուն"
27
28#: contrib/contenttypes/models.py:167
29msgid "content type"
30msgstr "պարունակության տիպ"
31
32#: contrib/contenttypes/models.py:168
33msgid "content types"
34msgstr "պարունակության տիպեր"
35
36#: contrib/contenttypes/views.py:19
37#, python-format
38msgid "Content type %(ct_id)s object has no associated model"
39msgstr "Պարունակության տիպ %(ct_id)s օբյեկտը չունի իր հետ կապված մոդել"
40
41#: contrib/contenttypes/views.py:23
42#, python-format
43msgid "Content type %(ct_id)s object %(obj_id)s doesn't exist"
44msgstr "Պարունակության տիպ %(ct_id)s %(obj_id)s օբյեկտը գոյություն չունի"
45
46#: contrib/contenttypes/views.py:29
47#, python-format
48msgid "%(ct_name)s objects don't have a get_absolute_url() method"
49msgstr "%(ct_name)s օբյեկտները չունեն get_absolute_url() մեթոդ"
Back to Top