~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone, Jakub Wilk, Luke Faraone
  • Date: 2013-05-09 15:10:47 UTC
  • mfrom: (6.2.12 experimental)
  • Revision ID: package-import@ubuntu.com-20130509151047-g79qsrewg1yl43h5
Tags: 1.5.1-2
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Luke Faraone ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is distributed under the same license as the Django package.
2
2
#
3
3
# Translators:
4
 
# Ali Nikneshan <ali@nikneshan.com>, 2011.
 
4
# Ali Nikneshan <ali@nikneshan.com>, 2011, 2012.
5
5
# Jannis Leidel <jannis@leidel.info>, 2011.
6
6
msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: Django\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2012-03-23 02:37+0100\n"
11
 
"PO-Revision-Date: 2012-03-08 12:31+0000\n"
 
10
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
 
11
"PO-Revision-Date: 2012-10-18 10:56+0000\n"
12
12
"Last-Translator: Ali Nikneshan <ali@nikneshan.com>\n"
13
 
"Language-Team: Persian (http://www.transifex.net/projects/p/django/language/"
 
13
"Language-Team: Persian (http://www.transifex.com/projects/p/django/language/"
14
14
"fa/)\n"
15
 
"Language: fa\n"
16
15
"MIME-Version: 1.0\n"
17
16
"Content-Type: text/plain; charset=UTF-8\n"
18
17
"Content-Transfer-Encoding: 8bit\n"
19
 
"Plural-Forms: nplurals=1; plural=0\n"
 
18
"Language: fa\n"
 
19
"Plural-Forms: nplurals=1; plural=0;\n"
20
20
 
21
21
#: admin.py:10
22
22
msgid "Advanced options"
23
23
msgstr "گزینه‌های پیشرفته"
24
24
 
25
 
#: forms.py:7 models.py:7
 
25
#: forms.py:7 models.py:11
26
26
msgid "URL"
27
27
msgstr "نشانی اینترنتی"
28
28
 
30
30
msgid ""
31
31
"Example: '/about/contact/'. Make sure to have leading and trailing slashes."
32
32
msgstr ""
33
 
"مثال: '/about/contact/'. مطمئن شوید که خط اریب را هم در ابتدا و هم در انتها "
 
33
"مثال: '/about/contact/'. مطمئن شوید که اسلش را هم در ابتدا و هم در انتها "
34
34
"گذاشته‌اید."
35
35
 
36
36
#: forms.py:10
41
41
 
42
42
#: forms.py:19
43
43
msgid "URL is missing a leading slash."
44
 
msgstr ""
 
44
msgstr "در آدرس اسلش آغازین فراموش شده است."
45
45
 
46
46
#: forms.py:23
47
47
msgid "URL is missing a trailing slash."
48
 
msgstr ""
 
48
msgstr "در آدرس اسلش پایانی فراموش شده است."
49
49
 
50
50
#: forms.py:38
51
51
#, python-format
52
52
msgid "Flatpage with url %(url)s already exists for site %(site)s"
53
 
msgstr ""
 
53
msgstr "صفحه تخت با آدرس %(url)s برای سایت %(site)s وجود دارد "
54
54
 
55
 
#: models.py:8
 
55
#: models.py:12
56
56
msgid "title"
57
57
msgstr "عنوان"
58
58
 
59
 
#: models.py:9
 
59
#: models.py:13
60
60
msgid "content"
61
61
msgstr "محتوا"
62
62
 
63
 
#: models.py:10
 
63
#: models.py:14
64
64
msgid "enable comments"
65
65
msgstr "فعال کردن نظرات"
66
66
 
67
 
#: models.py:11
 
67
#: models.py:15
68
68
msgid "template name"
69
69
msgstr "نام قالب"
70
70
 
71
 
#: models.py:12
 
71
#: models.py:16
72
72
msgid ""
73
73
"Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
74
74
"will use 'flatpages/default.html'."
76
76
"مثال: 'flatpages/contact_page.html'. اگر این مشخص نشود، سیستم از 'flatpages/"
77
77
"default.html' استفاده خواهد کرد."
78
78
 
79
 
#: models.py:13
 
79
#: models.py:17
80
80
msgid "registration required"
81
81
msgstr "عضویت لازم است"
82
82
 
83
 
#: models.py:13
 
83
#: models.py:17
84
84
msgid "If this is checked, only logged-in users will be able to view the page."
85
85
msgstr ""
86
86
"اگر این انتخاب شود، فقط کاربران وارد شده خواهند توانست این صفحه را مشاهده "
87
87
"نمایند."
88
88
 
89
 
#: models.py:18
 
89
#: models.py:22
90
90
msgid "flat page"
91
91
msgstr "صفحه تخت"
92
92
 
93
 
#: models.py:19
 
93
#: models.py:23
94
94
msgid "flat pages"
95
95
msgstr "صفحات تخت"
 
96
 
 
97
#: tests/forms.py:97
 
98
msgid "This field is required."
 
99
msgstr "این فیلد لازم است."