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

« back to all changes in this revision

Viewing changes to django/contrib/admindocs/locale/sr_Latn/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:
5
5
# Janos Guljas <janos@resenje.org>, 2012
6
6
msgid ""
7
7
msgstr ""
8
 
"Project-Id-Version: django-core\n"
 
8
"Project-Id-Version: django\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
 
"POT-Creation-Date: 2013-06-02 00:30-0400\n"
11
 
"PO-Revision-Date: 2013-08-17 08:36+0000\n"
 
10
"POT-Creation-Date: 2014-05-19 15:12+0200\n"
 
11
"PO-Revision-Date: 2014-05-20 09:38+0000\n"
12
12
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
13
13
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/django/"
14
14
"language/sr@latin/)\n"
19
19
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20
20
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21
21
 
22
 
#: views.py:59 views.py:61 views.py:63
23
 
msgid "tag:"
24
 
msgstr "tag:"
25
 
 
26
 
#: views.py:94 views.py:96 views.py:98
27
 
msgid "filter:"
28
 
msgstr "filter:"
29
 
 
30
 
#: views.py:157 views.py:159 views.py:161
31
 
msgid "view:"
32
 
msgstr "vju:"
33
 
 
34
 
#: views.py:189
35
 
#, python-format
36
 
msgid "App %r not found"
37
 
msgstr "Aplikacija %r nije pronađena"
38
 
 
39
 
#: views.py:196
40
 
#, python-format
41
 
msgid "Model %(model_name)r not found in app %(app_label)r"
42
 
msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r"
43
 
 
44
 
#: views.py:208
45
 
#, python-format
46
 
msgid "the related `%(app_label)s.%(data_type)s` object"
47
 
msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`"
48
 
 
49
 
#: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
50
 
#: views.py:265
51
 
msgid "model:"
52
 
msgstr "model:"
53
 
 
54
 
#: views.py:223 views.py:255
55
 
#, python-format
56
 
msgid "related `%(app_label)s.%(object_name)s` objects"
57
 
msgstr "klase `%(app_label)s.%(object_name)s`"
58
 
 
59
 
#: views.py:227 views.py:260
60
 
#, python-format
61
 
msgid "all %s"
62
 
msgstr "svi povezani objekti %s"
63
 
 
64
 
#: views.py:232 views.py:265
65
 
#, python-format
66
 
msgid "number of %s"
67
 
msgstr "broj povezanih objekata %s"
68
 
 
69
 
#. Translators: %s is an object type name
70
 
#: views.py:271
71
 
#, python-format
72
 
msgid "Attributes on %s objects"
 
22
#: contrib/admindocs/apps.py:8
 
23
msgid "Administrative Documentation"
73
24
msgstr ""
74
25
 
75
 
#: views.py:363
76
 
#, python-format
77
 
msgid "%s does not appear to be a urlpattern object"
78
 
msgstr "%s ne izgleda kao „urlpattern“ objekat"
79
 
 
80
 
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
81
 
#: templates/admin_doc/missing_docutils.html:6
82
 
#: templates/admin_doc/model_detail.html:14
83
 
#: templates/admin_doc/model_index.html:8
84
 
#: templates/admin_doc/template_detail.html:6
85
 
#: templates/admin_doc/template_filter_index.html:7
86
 
#: templates/admin_doc/template_tag_index.html:7
87
 
#: templates/admin_doc/view_detail.html:6
88
 
#: templates/admin_doc/view_index.html:7
 
26
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:6
 
27
#: contrib/admindocs/templates/admin_doc/index.html:6
 
28
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:6
 
29
#: contrib/admindocs/templates/admin_doc/model_detail.html:14
 
30
#: contrib/admindocs/templates/admin_doc/model_index.html:8
 
31
#: contrib/admindocs/templates/admin_doc/template_detail.html:6
 
32
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:7
 
33
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:7
 
34
#: contrib/admindocs/templates/admin_doc/view_detail.html:6
 
35
#: contrib/admindocs/templates/admin_doc/view_index.html:7
89
36
msgid "Home"
90
37
msgstr "Početna"
91
38
 
92
 
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
93
 
#: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14
94
 
#: templates/admin_doc/missing_docutils.html:7
95
 
#: templates/admin_doc/missing_docutils.html:14
96
 
#: templates/admin_doc/model_detail.html:15
97
 
#: templates/admin_doc/model_index.html:9
98
 
#: templates/admin_doc/template_detail.html:7
99
 
#: templates/admin_doc/template_filter_index.html:8
100
 
#: templates/admin_doc/template_tag_index.html:8
101
 
#: templates/admin_doc/view_detail.html:7
102
 
#: templates/admin_doc/view_index.html:8
 
39
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:7
 
40
#: contrib/admindocs/templates/admin_doc/index.html:7
 
41
#: contrib/admindocs/templates/admin_doc/index.html:10
 
42
#: contrib/admindocs/templates/admin_doc/index.html:14
 
43
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:7
 
44
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:14
 
45
#: contrib/admindocs/templates/admin_doc/model_detail.html:15
 
46
#: contrib/admindocs/templates/admin_doc/model_index.html:9
 
47
#: contrib/admindocs/templates/admin_doc/template_detail.html:7
 
48
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:8
 
49
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:8
 
50
#: contrib/admindocs/templates/admin_doc/view_detail.html:7
 
51
#: contrib/admindocs/templates/admin_doc/view_index.html:8
103
52
msgid "Documentation"
104
53
msgstr "Dokumentacija"
105
54
 
106
 
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:29
 
55
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:8
 
56
#: contrib/admindocs/templates/admin_doc/index.html:29
107
57
msgid "Bookmarklets"
108
58
msgstr "Bukmarkleti"
109
59
 
110
 
#: templates/admin_doc/bookmarklets.html:11
 
60
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:11
111
61
msgid "Documentation bookmarklets"
112
62
msgstr "Bukmarkleti dokumentacije"
113
63
 
114
 
#: templates/admin_doc/bookmarklets.html:15
 
64
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:15
115
65
msgid ""
116
66
"\n"
117
67
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
129
79
"označeni kao „interni“ (pitajte administratora vašeg sistema ukoliko niste\n"
130
80
"sigurni da li je vaš računar „interni“).</p>\n"
131
81
 
132
 
#: templates/admin_doc/bookmarklets.html:25
 
82
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:25
133
83
msgid "Documentation for this page"
134
84
msgstr "Dokumentacija za ovu stranicu"
135
85
 
136
 
#: templates/admin_doc/bookmarklets.html:26
 
86
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:26
137
87
msgid ""
138
88
"Jumps you from any page to the documentation for the view that generates "
139
89
"that page."
141
91
"Vodi od bilo koje stranice do dokumentaicje pogleda koji je generisao tu "
142
92
"stranicu."
143
93
 
144
 
#: templates/admin_doc/bookmarklets.html:28
 
94
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:28
145
95
msgid "Show object ID"
146
96
msgstr "Prikaži ID objekta"
147
97
 
148
 
#: templates/admin_doc/bookmarklets.html:29
 
98
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:29
149
99
msgid ""
150
100
"Shows the content-type and unique ID for pages that represent a single "
151
101
"object."
153
103
"Prikazuje content-type i jedinstveni ID za stranicu koja prestavlja jedan "
154
104
"objekat."
155
105
 
156
 
#: templates/admin_doc/bookmarklets.html:31
 
106
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:31
157
107
msgid "Edit this object (current window)"
158
108
msgstr "Izmeni ovaj objekat (u ovom prozoru)"
159
109
 
160
 
#: templates/admin_doc/bookmarklets.html:32
 
110
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:32
161
111
msgid "Jumps to the admin page for pages that represent a single object."
162
112
msgstr ""
163
113
"Vodi u administracioni stranicu za stranice koje prestavljaju jedan objekat"
164
114
 
165
 
#: templates/admin_doc/bookmarklets.html:34
 
115
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:34
166
116
msgid "Edit this object (new window)"
167
117
msgstr "Izmeni ovaj objekat (novi prozor)"
168
118
 
169
 
#: templates/admin_doc/bookmarklets.html:35
 
119
#: contrib/admindocs/templates/admin_doc/bookmarklets.html:35
170
120
msgid "As above, but opens the admin page in a new window."
171
121
msgstr ""
172
122
"Isto kao prethodni, ali otvara administracionu stranicu u novom prozoru."
173
123
 
174
 
#: templates/admin_doc/index.html:17
175
 
#: templates/admin_doc/template_tag_index.html:9
 
124
#: contrib/admindocs/templates/admin_doc/index.html:17
 
125
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:9
176
126
msgid "Tags"
177
127
msgstr "Tagovi"
178
128
 
179
 
#: templates/admin_doc/index.html:18
 
129
#: contrib/admindocs/templates/admin_doc/index.html:18
180
130
msgid "List of all the template tags and their functions."
181
131
msgstr ""
182
132
 
183
 
#: templates/admin_doc/index.html:20
184
 
#: templates/admin_doc/template_filter_index.html:9
 
133
#: contrib/admindocs/templates/admin_doc/index.html:20
 
134
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:9
185
135
msgid "Filters"
186
136
msgstr "Filteri"
187
137
 
188
 
#: templates/admin_doc/index.html:21
 
138
#: contrib/admindocs/templates/admin_doc/index.html:21
189
139
msgid ""
190
140
"Filters are actions which can be applied to variables in a template to alter "
191
141
"the output."
192
142
msgstr ""
193
143
 
194
 
#: templates/admin_doc/index.html:23 templates/admin_doc/model_detail.html:16
195
 
#: templates/admin_doc/model_index.html:10
196
 
#: templates/admin_doc/model_index.html:14
 
144
#: contrib/admindocs/templates/admin_doc/index.html:23
 
145
#: contrib/admindocs/templates/admin_doc/model_detail.html:16
 
146
#: contrib/admindocs/templates/admin_doc/model_index.html:10
 
147
#: contrib/admindocs/templates/admin_doc/model_index.html:14
197
148
msgid "Models"
198
149
msgstr "Modeli"
199
150
 
200
 
#: templates/admin_doc/index.html:24
 
151
#: contrib/admindocs/templates/admin_doc/index.html:24
201
152
msgid ""
202
153
"Models are descriptions of all the objects in the system and their "
203
154
"associated fields. Each model has a list of fields which can be accessed as "
204
155
"template variables"
205
156
msgstr ""
206
157
 
207
 
#: templates/admin_doc/index.html:26 templates/admin_doc/view_detail.html:8
208
 
#: templates/admin_doc/view_index.html:9
209
 
#: templates/admin_doc/view_index.html:12
 
158
#: contrib/admindocs/templates/admin_doc/index.html:26
 
159
#: contrib/admindocs/templates/admin_doc/view_detail.html:8
 
160
#: contrib/admindocs/templates/admin_doc/view_index.html:9
 
161
#: contrib/admindocs/templates/admin_doc/view_index.html:12
210
162
msgid "Views"
211
163
msgstr "Vjuevi"
212
164
 
213
 
#: templates/admin_doc/index.html:27
 
165
#: contrib/admindocs/templates/admin_doc/index.html:27
214
166
msgid ""
215
167
"Each page on the public site is generated by a view. The view defines which "
216
168
"template is used to generate the page and which objects are available to "
217
169
"that template."
218
170
msgstr ""
219
171
 
220
 
#: templates/admin_doc/index.html:30
 
172
#: contrib/admindocs/templates/admin_doc/index.html:30
221
173
msgid "Tools for your browser to quickly access admin functionality."
222
174
msgstr ""
223
175
 
224
 
#: templates/admin_doc/missing_docutils.html:10
 
176
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:10
225
177
msgid "Please install docutils"
226
178
msgstr ""
227
179
 
228
 
#: templates/admin_doc/missing_docutils.html:17
 
180
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:17
229
181
#, python-format
230
182
msgid ""
231
183
"The admin documentation system requires Python's <a href=\"%(link)s"
232
184
"\">docutils</a> library."
233
185
msgstr ""
234
186
 
235
 
#: templates/admin_doc/missing_docutils.html:19
 
187
#: contrib/admindocs/templates/admin_doc/missing_docutils.html:19
236
188
#, python-format
237
189
msgid ""
238
190
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
239
191
msgstr ""
240
192
 
241
 
#: templates/admin_doc/model_detail.html:21
 
193
#: contrib/admindocs/templates/admin_doc/model_detail.html:21
242
194
#, python-format
243
195
msgid "Model: %(name)s"
244
196
msgstr ""
245
197
 
246
 
#: templates/admin_doc/model_detail.html:35
 
198
#: contrib/admindocs/templates/admin_doc/model_detail.html:35
247
199
msgid "Field"
248
200
msgstr ""
249
201
 
250
 
#: templates/admin_doc/model_detail.html:36
 
202
#: contrib/admindocs/templates/admin_doc/model_detail.html:36
251
203
msgid "Type"
252
204
msgstr ""
253
205
 
254
 
#: templates/admin_doc/model_detail.html:37
 
206
#: contrib/admindocs/templates/admin_doc/model_detail.html:37
255
207
msgid "Description"
256
208
msgstr ""
257
209
 
258
 
#: templates/admin_doc/model_detail.html:52
259
 
msgid "Back to Models Documentation"
 
210
#: contrib/admindocs/templates/admin_doc/model_detail.html:52
 
211
msgid "Back to Model Documentation"
260
212
msgstr ""
261
213
 
262
 
#: templates/admin_doc/model_index.html:18
 
214
#: contrib/admindocs/templates/admin_doc/model_index.html:18
263
215
msgid "Model documentation"
264
216
msgstr ""
265
217
 
266
 
#: templates/admin_doc/model_index.html:43
 
218
#: contrib/admindocs/templates/admin_doc/model_index.html:43
267
219
msgid "Model groups"
268
220
msgstr ""
269
221
 
270
 
#: templates/admin_doc/template_detail.html:8
 
222
#: contrib/admindocs/templates/admin_doc/template_detail.html:8
271
223
msgid "Templates"
272
224
msgstr "Šabloni"
273
225
 
274
 
#: templates/admin_doc/template_detail.html:13
 
226
#: contrib/admindocs/templates/admin_doc/template_detail.html:13
275
227
#, python-format
276
228
msgid "Template: %(name)s"
277
229
msgstr ""
278
230
 
279
 
#: templates/admin_doc/template_detail.html:16
 
231
#: contrib/admindocs/templates/admin_doc/template_detail.html:16
280
232
#, python-format
281
233
msgid "Template: \"%(name)s\""
282
234
msgstr ""
283
235
 
284
 
#: templates/admin_doc/template_detail.html:20
 
236
#: contrib/admindocs/templates/admin_doc/template_detail.html:18
285
237
#, python-format
286
 
msgid "Search path for template \"%(name)s\" on %(grouper)s:"
 
238
msgid "Search path for template \"%(name)s\":"
287
239
msgstr ""
288
240
 
289
 
#: templates/admin_doc/template_detail.html:23
 
241
#: contrib/admindocs/templates/admin_doc/template_detail.html:21
290
242
msgid "(does not exist)"
291
243
msgstr ""
292
244
 
293
 
#: templates/admin_doc/template_detail.html:28
 
245
#: contrib/admindocs/templates/admin_doc/template_detail.html:25
294
246
msgid "Back to Documentation"
295
247
msgstr ""
296
248
 
297
 
#: templates/admin_doc/template_filter_index.html:12
 
249
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:12
298
250
msgid "Template filters"
299
251
msgstr ""
300
252
 
301
 
#: templates/admin_doc/template_filter_index.html:16
 
253
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:16
302
254
msgid "Template filter documentation"
303
255
msgstr ""
304
256
 
305
 
#: templates/admin_doc/template_filter_index.html:22
306
 
#: templates/admin_doc/template_filter_index.html:43
 
257
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:22
 
258
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:43
307
259
msgid "Built-in filters"
308
260
msgstr ""
309
261
 
310
 
#: templates/admin_doc/template_filter_index.html:23
 
262
#: contrib/admindocs/templates/admin_doc/template_filter_index.html:23
311
263
#, python-format
312
264
msgid ""
313
265
"To use these filters, put <code>%(code)s</code> in your template before "
314
266
"using the filter."
315
267
msgstr ""
316
268
 
317
 
#: templates/admin_doc/template_tag_index.html:12
 
269
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:12
318
270
msgid "Template tags"
319
271
msgstr ""
320
272
 
321
 
#: templates/admin_doc/template_tag_index.html:16
 
273
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:16
322
274
msgid "Template tag documentation"
323
275
msgstr ""
324
276
 
325
 
#: templates/admin_doc/template_tag_index.html:22
326
 
#: templates/admin_doc/template_tag_index.html:43
 
277
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:22
 
278
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:43
327
279
msgid "Built-in tags"
328
280
msgstr ""
329
281
 
330
 
#: templates/admin_doc/template_tag_index.html:23
 
282
#: contrib/admindocs/templates/admin_doc/template_tag_index.html:23
331
283
#, python-format
332
284
msgid ""
333
285
"To use these tags, put <code>%(code)s</code> in your template before using "
334
286
"the tag."
335
287
msgstr ""
336
288
 
337
 
#: templates/admin_doc/view_detail.html:12
 
289
#: contrib/admindocs/templates/admin_doc/view_detail.html:12
338
290
#, python-format
339
291
msgid "View: %(name)s"
340
292
msgstr ""
341
293
 
342
 
#: templates/admin_doc/view_detail.html:23
 
294
#: contrib/admindocs/templates/admin_doc/view_detail.html:23
343
295
msgid "Context:"
344
296
msgstr ""
345
297
 
346
 
#: templates/admin_doc/view_detail.html:28
 
298
#: contrib/admindocs/templates/admin_doc/view_detail.html:28
347
299
msgid "Templates:"
348
300
msgstr ""
349
301
 
350
 
#: templates/admin_doc/view_detail.html:32
 
302
#: contrib/admindocs/templates/admin_doc/view_detail.html:32
351
303
msgid "Back to Views Documentation"
352
304
msgstr ""
353
305
 
354
 
#: templates/admin_doc/view_index.html:16
 
306
#: contrib/admindocs/templates/admin_doc/view_index.html:16
355
307
msgid "View documentation"
356
308
msgstr ""
357
309
 
358
 
#: templates/admin_doc/view_index.html:22
359
 
msgid "Jump to site"
360
 
msgstr ""
361
 
 
362
 
#: templates/admin_doc/view_index.html:35
363
 
#, python-format
364
 
msgid "Views by URL on %(name)s"
365
 
msgstr ""
366
 
 
367
 
#: templates/admin_doc/view_index.html:40
368
 
#, python-format
369
 
msgid "View function: %(name)s"
370
 
msgstr ""
371
 
 
372
 
#: tests/test_fields.py:29
 
310
#: contrib/admindocs/templates/admin_doc/view_index.html:22
 
311
msgid "Jump to namespace"
 
312
msgstr ""
 
313
 
 
314
#: contrib/admindocs/templates/admin_doc/view_index.html:27
 
315
msgid "Empty namespace"
 
316
msgstr ""
 
317
 
 
318
#: contrib/admindocs/templates/admin_doc/view_index.html:40
 
319
#, python-format
 
320
msgid "Views by namespace %(name)s"
 
321
msgstr ""
 
322
 
 
323
#: contrib/admindocs/templates/admin_doc/view_index.html:42
 
324
msgid "Views by empty namespace"
 
325
msgstr ""
 
326
 
 
327
#: contrib/admindocs/templates/admin_doc/view_index.html:49
 
328
#, python-format
 
329
msgid ""
 
330
"\n"
 
331
"    View function: <code>%(full_name)s</code>. Name: <code>%(url_name)s</"
 
332
"code>.\n"
 
333
msgstr ""
 
334
 
 
335
#: contrib/admindocs/tests/test_fields.py:32
373
336
msgid "Boolean (Either True or False)"
374
337
msgstr "Bulova vrednost (True ili False)"
375
338
 
376
 
#: tests/test_fields.py:39
 
339
#: contrib/admindocs/tests/test_fields.py:42
377
340
#, python-format
378
341
msgid "Field of type: %(field_type)s"
379
342
msgstr "Ponje tipa: %(field_type)s"
 
343
 
 
344
#: contrib/admindocs/views.py:76 contrib/admindocs/views.py:78
 
345
#: contrib/admindocs/views.py:80
 
346
msgid "tag:"
 
347
msgstr "tag:"
 
348
 
 
349
#: contrib/admindocs/views.py:109 contrib/admindocs/views.py:111
 
350
#: contrib/admindocs/views.py:113
 
351
msgid "filter:"
 
352
msgstr "filter:"
 
353
 
 
354
#: contrib/admindocs/views.py:160 contrib/admindocs/views.py:162
 
355
#: contrib/admindocs/views.py:164
 
356
msgid "view:"
 
357
msgstr "vju:"
 
358
 
 
359
#: contrib/admindocs/views.py:191
 
360
#, python-format
 
361
msgid "App %(app_label)r not found"
 
362
msgstr ""
 
363
 
 
364
#: contrib/admindocs/views.py:195
 
365
#, python-format
 
366
msgid "Model %(model_name)r not found in app %(app_label)r"
 
367
msgstr "Model %(model_name)r nije pronađen u aplikaciji %(app_label)r"
 
368
 
 
369
#: contrib/admindocs/views.py:208
 
370
#, python-format
 
371
msgid "the related `%(app_label)s.%(data_type)s` object"
 
372
msgstr "povezani objekti klase `%(app_label)s.%(data_type)s`"
 
373
 
 
374
#: contrib/admindocs/views.py:212 contrib/admindocs/views.py:232
 
375
#: contrib/admindocs/views.py:237 contrib/admindocs/views.py:251
 
376
#: contrib/admindocs/views.py:265 contrib/admindocs/views.py:270
 
377
msgid "model:"
 
378
msgstr "model:"
 
379
 
 
380
#: contrib/admindocs/views.py:228 contrib/admindocs/views.py:260
 
381
#, python-format
 
382
msgid "related `%(app_label)s.%(object_name)s` objects"
 
383
msgstr "klase `%(app_label)s.%(object_name)s`"
 
384
 
 
385
#: contrib/admindocs/views.py:232 contrib/admindocs/views.py:265
 
386
#, python-format
 
387
msgid "all %s"
 
388
msgstr "svi povezani objekti %s"
 
389
 
 
390
#: contrib/admindocs/views.py:237 contrib/admindocs/views.py:270
 
391
#, python-format
 
392
msgid "number of %s"
 
393
msgstr "broj povezanih objekata %s"
 
394
 
 
395
#. Translators: %s is an object type name
 
396
#: contrib/admindocs/views.py:275
 
397
#, python-format
 
398
msgid "Attributes on %s objects"
 
399
msgstr ""
 
400
 
 
401
#: contrib/admindocs/views.py:369
 
402
#, python-format
 
403
msgid "%s does not appear to be a urlpattern object"
 
404
msgstr "%s ne izgleda kao „urlpattern“ objekat"