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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2014-09-17 14:15:11 UTC
  • mfrom: (1.3.17) (6.2.18 experimental)
  • Revision ID: package-import@ubuntu.com-20140917141511-icneokthe9ww5sk4
Tags: 1.7-2
* Release to unstable.
* Add a migrate-south sample script to help users apply their South
  migrations. Thanks to Brian May.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Jannis Leidel <jannis@leidel.info>, 2011
5
5
msgid ""
6
6
msgstr ""
7
 
"Project-Id-Version: django-core\n"
 
7
"Project-Id-Version: django\n"
8
8
"Report-Msgid-Bugs-To: \n"
9
 
"POT-Creation-Date: 2013-05-02 16:18+0200\n"
10
 
"PO-Revision-Date: 2013-04-29 09:01+0000\n"
11
 
"Last-Translator: claudep <claude@2xlibre.net>\n"
 
9
"POT-Creation-Date: 2014-05-19 15:12+0200\n"
 
10
"PO-Revision-Date: 2014-05-20 09:41+0000\n"
 
11
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
12
12
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/django/"
13
13
"language/bg/)\n"
14
14
"MIME-Version: 1.0\n"
17
17
"Language: bg\n"
18
18
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
19
 
20
 
#: admin.py:10
 
20
#: contrib/flatpages/admin.py:11
21
21
msgid "Advanced options"
22
22
msgstr "Допълнителни опции"
23
23
 
24
 
#: forms.py:7 models.py:11
 
24
#: contrib/flatpages/apps.py:8
 
25
msgid "Flat Pages"
 
26
msgstr ""
 
27
 
 
28
#: contrib/flatpages/forms.py:8 contrib/flatpages/models.py:12
25
29
msgid "URL"
26
30
msgstr "URL"
27
31
 
28
 
#: forms.py:8
 
32
#: contrib/flatpages/forms.py:9
29
33
msgid ""
30
34
"Example: '/about/contact/'. Make sure to have leading and trailing slashes."
31
35
msgstr ""
32
36
"Пример: '/about/contact/'.  Началната и крайната наклонена чертичка са "
33
37
"задължителни.  "
34
38
 
35
 
#: forms.py:10
 
39
#: contrib/flatpages/forms.py:11
36
40
msgid ""
37
41
"This value must contain only letters, numbers, dots, underscores, dashes, "
38
42
"slashes or tildes."
40
44
"Тази стойност трябва да съдържа само букви, цифри, точки, долни тирета, "
41
45
"наклонени черти или tildes."
42
46
 
43
 
#: forms.py:19
 
47
#: contrib/flatpages/forms.py:22
44
48
msgid "URL is missing a leading slash."
45
49
msgstr "URL липсва водеща черта."
46
50
 
47
 
#: forms.py:23
 
51
#: contrib/flatpages/forms.py:29
48
52
msgid "URL is missing a trailing slash."
49
53
msgstr "URL липсва наклонена черта."
50
54
 
51
 
#: forms.py:38
 
55
#: contrib/flatpages/forms.py:46
52
56
#, python-format
53
57
msgid "Flatpage with url %(url)s already exists for site %(site)s"
54
58
msgstr "Flatpage с url %(url)s вече съществува за site %(site)s"
55
59
 
56
 
#: models.py:12
 
60
#: contrib/flatpages/models.py:13
57
61
msgid "title"
58
62
msgstr "заглавие"
59
63
 
60
 
#: models.py:13
 
64
#: contrib/flatpages/models.py:14
61
65
msgid "content"
62
66
msgstr "съдържание"
63
67
 
64
 
#: models.py:14
 
68
#: contrib/flatpages/models.py:15
65
69
msgid "enable comments"
66
70
msgstr "позволяване на коментари"
67
71
 
68
 
#: models.py:15
 
72
#: contrib/flatpages/models.py:16
69
73
msgid "template name"
70
74
msgstr "име на шаблон"
71
75
 
72
 
#: models.py:16
 
76
#: contrib/flatpages/models.py:17
73
77
msgid ""
74
78
"Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
75
79
"will use 'flatpages/default.html'."
77
81
"Пример: 'flatpages/contact_page.html'.  Ако това не е указано, системата ще "
78
82
"използва 'flatpages/default.html'.  "
79
83
 
80
 
#: models.py:17
 
84
#: contrib/flatpages/models.py:18
81
85
msgid "registration required"
82
86
msgstr "изисква се регистрация"
83
87
 
84
 
#: models.py:18
 
88
#: contrib/flatpages/models.py:19
85
89
msgid "If this is checked, only logged-in users will be able to view the page."
86
90
msgstr ""
87
91
"Ако това е чекнато, само логнати потребители ще могат да виждат страницата.  "
88
92
 
89
 
#: models.py:24
 
93
#: contrib/flatpages/models.py:25
90
94
msgid "flat page"
91
95
msgstr "информативна страница"
92
96
 
93
 
#: models.py:25
 
97
#: contrib/flatpages/models.py:26
94
98
msgid "flat pages"
95
99
msgstr "информативни страници"
96
100
 
97
 
#: tests/test_forms.py:98
 
101
#: contrib/flatpages/tests/test_forms.py:98
98
102
msgid "This field is required."
99
103
msgstr "Това поле е задължително."