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

« back to all changes in this revision

Viewing changes to django/contrib/flatpages/locale/sq/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
# Besnik <besnik@programeshqip.org>, 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: Albanian (http://www.transifex.com/projects/p/django/language/"
13
13
"sq/)\n"
14
14
"MIME-Version: 1.0\n"
17
17
"Language: sq\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 "Mundësi të mëtejshme"
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
"Shembull: '/rreth/kontakt/'. Sigurohuni që vendosni pjerraket përkatëse."
33
37
 
34
 
#: forms.py:10
 
38
#: contrib/flatpages/forms.py:11
35
39
msgid ""
36
40
"This value must contain only letters, numbers, dots, underscores, dashes, "
37
41
"slashes or tildes."
39
43
"Kjo vlerë duhet të përmbajë vetëm shkronja, numra, pika, nënvija, vija "
40
44
"ndarëse, pjerrake ose shenjën afërsisht."
41
45
 
42
 
#: forms.py:19
 
46
#: contrib/flatpages/forms.py:22
43
47
msgid "URL is missing a leading slash."
44
48
msgstr "URL-së i mungon një pjerrake në krye."
45
49
 
46
 
#: forms.py:23
 
50
#: contrib/flatpages/forms.py:29
47
51
msgid "URL is missing a trailing slash."
48
52
msgstr "URL-së i mungon një pjerrake në fund."
49
53
 
50
 
#: forms.py:38
 
54
#: contrib/flatpages/forms.py:46
51
55
#, python-format
52
56
msgid "Flatpage with url %(url)s already exists for site %(site)s"
53
57
msgstr "Ka tashmë një flatpage me url %(url)s për site-in %(site)s"
54
58
 
55
 
#: models.py:12
 
59
#: contrib/flatpages/models.py:13
56
60
msgid "title"
57
61
msgstr "titull"
58
62
 
59
 
#: models.py:13
 
63
#: contrib/flatpages/models.py:14
60
64
msgid "content"
61
65
msgstr "lëndë"
62
66
 
63
 
#: models.py:14
 
67
#: contrib/flatpages/models.py:15
64
68
msgid "enable comments"
65
69
msgstr "aktivizo komente"
66
70
 
67
 
#: models.py:15
 
71
#: contrib/flatpages/models.py:16
68
72
msgid "template name"
69
73
msgstr "emër gjedheje"
70
74
 
71
 
#: models.py:16
 
75
#: contrib/flatpages/models.py:17
72
76
msgid ""
73
77
"Example: 'flatpages/contact_page.html'. If this isn't provided, the system "
74
78
"will use 'flatpages/default.html'."
76
80
"Shembull: 'flatpages/contact_page.html'. Nëse nuk ka një të tillë, sistemi "
77
81
"do të përdorë 'flatpages/default.html'."
78
82
 
79
 
#: models.py:17
 
83
#: contrib/flatpages/models.py:18
80
84
msgid "registration required"
81
85
msgstr "lypset regjistrim"
82
86
 
83
 
#: models.py:18
 
87
#: contrib/flatpages/models.py:19
84
88
msgid "If this is checked, only logged-in users will be able to view the page."
85
89
msgstr ""
86
90
"Po iu vu shenjë kësaj, vetëm përdoruesit që kanë bërë hyrjen do të jenë në "
87
91
"gjendje të shohin faqen."
88
92
 
89
 
#: models.py:24
 
93
#: contrib/flatpages/models.py:25
90
94
msgid "flat page"
91
95
msgstr "faqe e e thjeshtë"
92
96
 
93
 
#: models.py:25
 
97
#: contrib/flatpages/models.py:26
94
98
msgid "flat pages"
95
99
msgstr "faqe të thjeshta"
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 "Kjo fushë është e domosdoshme."