Ticket #26944: django.9.po

File django.9.po, 3.2 KB (added by Ruben, 8 years ago)

flatpages

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:45+0400\n"
12"Last-Translator: \n"
13"Language-Team: Ruben Harutyunov <rharutyunov@mail.ru>\n"
14"Language: hy\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"X-Generator: Poedit 1.8.7.1\n"
19
20#: contrib/flatpages/admin.py:12
21msgid "Advanced options"
22msgstr "Ընդլայնված կարգավորումներ"
23
24#: contrib/flatpages/apps.py:7
25msgid "Flat Pages"
26msgstr "Պարզ էջեր"
27
28#: contrib/flatpages/forms.py:8 contrib/flatpages/models.py:12
29msgid "URL"
30msgstr "URL"
31
32#: contrib/flatpages/forms.py:9
33msgid ""
34"Example: '/about/contact/'. Make sure to have leading and trailing slashes."
35msgstr ""
36"Օրինակ․ '/about/contact/'։ Համոզվեք, որ մուտքագրել եք սկզբի և վերջի թեք "
37"գծերը։"
38
39#: contrib/flatpages/forms.py:12
40msgid ""
41"This value must contain only letters, numbers, dots, underscores, dashes, "
42"slashes or tildes."
43msgstr ""
44"Այս արժեքը պետք է պարունակի միայն տառեր, թվեր, կետեր, ընդգծումներ, գծեր, թեք "
45"գծեր կամ ալիքանշաններ։"
46
47#: contrib/flatpages/forms.py:25
48msgid "URL is missing a leading slash."
49msgstr "URL֊ը չունի սկզբի թեք գիծ։"
50
51#: contrib/flatpages/forms.py:32
52msgid "URL is missing a trailing slash."
53msgstr "URL֊ը չունի վերջի թեք գիծ։"
54
55#: contrib/flatpages/forms.py:49
56#, python-format
57msgid "Flatpage with url %(url)s already exists for site %(site)s"
58msgstr "%(url)s url֊ով էջ արդեն գոյություն ունի %(site)s կայքի համար"
59
60#: contrib/flatpages/models.py:13
61msgid "title"
62msgstr "վերնագիր"
63
64#: contrib/flatpages/models.py:14
65msgid "content"
66msgstr "պարունակություն"
67
68#: contrib/flatpages/models.py:15
69msgid "enable comments"
70msgstr "միացնել մեկնաբանությունները"
71
72#: contrib/flatpages/models.py:16
73msgid "template name"
74msgstr "template֊ի անունը"
75
76#: contrib/flatpages/models.py:18
77msgid ""
78"Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
79"will use 'flatpages/default.html'."
80msgstr ""
81"Օրինակ․ 'flatpages/contact_page.html'։ Եթե տրամադրված չէ, համակարգը "
82"կօգտագործի 'flatpages/default.html' ֆայլը։"
83
84#: contrib/flatpages/models.py:22
85msgid "registration required"
86msgstr "պահանջվում է գրանցվել"
87
88#: contrib/flatpages/models.py:23
89msgid "If this is checked, only logged-in users will be able to view the page."
90msgstr ""
91"Եթե սա նշված է, միայն մուտք գործած օգտագործողները կկարողանան դիտել էջը։"
92
93#: contrib/flatpages/models.py:25
94msgid "sites"
95msgstr "կայքեր"
96
97#: contrib/flatpages/models.py:29
98msgid "flat page"
99msgstr "պարզ էջ"
100
101#: contrib/flatpages/models.py:30
102msgid "flat pages"
103msgstr "պարզ էջեր"
Back to Top