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

« back to all changes in this revision

Viewing changes to django/contrib/admindocs/locale/en/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

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
 
# Translators:
4
 
# Jannis Leidel <jannis@leidel.info>, 2011.
5
3
msgid ""
6
4
msgstr ""
7
5
"Project-Id-Version: Django\n"
8
6
"Report-Msgid-Bugs-To: \n"
9
 
"POT-Creation-Date: 2012-10-22 09:28+0200\n"
10
 
"PO-Revision-Date: 2012-10-22 08:46+0000\n"
11
 
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
 
7
"POT-Creation-Date: 2013-06-02 00:30-0400\n"
 
8
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
 
9
"Last-Translator: Django team\n"
12
10
"Language-Team: English <en@li.org>\n"
 
11
"Language: en\n"
13
12
"MIME-Version: 1.0\n"
14
13
"Content-Type: text/plain; charset=UTF-8\n"
15
14
"Content-Transfer-Encoding: 8bit\n"
16
 
"Language: en\n"
17
 
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
15
 
19
 
#: views.py:58 views.py:60 views.py:62
 
16
#: views.py:59 views.py:61 views.py:63
20
17
msgid "tag:"
21
 
msgstr "tag:"
 
18
msgstr ""
22
19
 
23
 
#: views.py:93 views.py:95 views.py:97
 
20
#: views.py:94 views.py:96 views.py:98
24
21
msgid "filter:"
25
 
msgstr "filter:"
 
22
msgstr ""
26
23
 
27
 
#: views.py:156 views.py:158 views.py:160
 
24
#: views.py:157 views.py:159 views.py:161
28
25
msgid "view:"
29
 
msgstr "view:"
 
26
msgstr ""
30
27
 
31
 
#: views.py:188
 
28
#: views.py:189
32
29
#, python-format
33
30
msgid "App %r not found"
34
 
msgstr "App %r not found"
 
31
msgstr ""
35
32
 
36
 
#: views.py:195
 
33
#: views.py:196
37
34
#, python-format
38
35
msgid "Model %(model_name)r not found in app %(app_label)r"
39
 
msgstr "Model %(model_name)r not found in app %(app_label)r"
 
36
msgstr ""
40
37
 
41
 
#: views.py:207
 
38
#: views.py:208
42
39
#, python-format
43
40
msgid "the related `%(app_label)s.%(data_type)s` object"
44
 
msgstr "the related `%(app_label)s.%(data_type)s` object"
 
41
msgstr ""
45
42
 
46
 
#: views.py:207 views.py:226 views.py:231 views.py:245 views.py:259
47
 
#: views.py:264
 
43
#: views.py:208 views.py:227 views.py:232 views.py:246 views.py:260
 
44
#: views.py:265
48
45
msgid "model:"
49
 
msgstr "model:"
 
46
msgstr ""
50
47
 
51
 
#: views.py:222 views.py:254
 
48
#: views.py:223 views.py:255
52
49
#, python-format
53
50
msgid "related `%(app_label)s.%(object_name)s` objects"
54
 
msgstr "related `%(app_label)s.%(object_name)s` objects"
 
51
msgstr ""
55
52
 
56
 
#: views.py:226 views.py:259
 
53
#: views.py:227 views.py:260
57
54
#, python-format
58
55
msgid "all %s"
59
 
msgstr "all %s"
 
56
msgstr ""
60
57
 
61
 
#: views.py:231 views.py:264
 
58
#: views.py:232 views.py:265
62
59
#, python-format
63
60
msgid "number of %s"
64
 
msgstr "number of %s"
 
61
msgstr ""
65
62
 
66
 
#: views.py:269
 
63
#. Translators: %s is an object type name
 
64
#: views.py:271
67
65
#, python-format
68
 
msgid "Fields on %s objects"
69
 
msgstr "Fields on %s objects"
 
66
msgid "Attributes on %s objects"
 
67
msgstr ""
70
68
 
71
 
#: views.py:361
 
69
#: views.py:363
72
70
#, python-format
73
71
msgid "%s does not appear to be a urlpattern object"
74
 
msgstr "%s does not appear to be a urlpattern object"
 
72
msgstr ""
75
73
 
76
74
#: templates/admin_doc/bookmarklets.html:6 templates/admin_doc/index.html:6
77
75
#: templates/admin_doc/missing_docutils.html:6
83
81
#: templates/admin_doc/view_detail.html:6
84
82
#: templates/admin_doc/view_index.html:7
85
83
msgid "Home"
86
 
msgstr "Home"
 
84
msgstr ""
87
85
 
88
86
#: templates/admin_doc/bookmarklets.html:7 templates/admin_doc/index.html:7
 
87
#: templates/admin_doc/index.html.py:10 templates/admin_doc/index.html:14
89
88
#: templates/admin_doc/missing_docutils.html:7
 
89
#: templates/admin_doc/missing_docutils.html:14
90
90
#: templates/admin_doc/model_detail.html:15
91
91
#: templates/admin_doc/model_index.html:9
92
92
#: templates/admin_doc/template_detail.html:7
95
95
#: templates/admin_doc/view_detail.html:7
96
96
#: templates/admin_doc/view_index.html:8
97
97
msgid "Documentation"
98
 
msgstr "Documentation"
 
98
msgstr ""
99
99
 
100
 
#: templates/admin_doc/bookmarklets.html:8
 
100
#: templates/admin_doc/bookmarklets.html:8 templates/admin_doc/index.html:29
101
101
msgid "Bookmarklets"
102
 
msgstr "Bookmarklets"
 
102
msgstr ""
103
103
 
104
104
#: templates/admin_doc/bookmarklets.html:11
105
105
msgid "Documentation bookmarklets"
106
 
msgstr "Documentation bookmarklets"
 
106
msgstr ""
107
107
 
108
108
#: templates/admin_doc/bookmarklets.html:15
109
109
msgid ""
115
115
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
116
116
"your computer is \"internal\").</p>\n"
117
117
msgstr ""
118
 
"\n"
119
 
"<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
120
 
"toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
121
 
"select the bookmarklet from any page in the site.  Note that some of these\n"
122
 
"bookmarklets require you to be viewing the site from a computer designated\n"
123
 
"as \"internal\" (talk to your system administrator if you aren't sure if\n"
124
 
"your computer is \"internal\").</p>\n"
125
118
 
126
119
#: templates/admin_doc/bookmarklets.html:25
127
120
msgid "Documentation for this page"
128
 
msgstr "Documentation for this page"
 
121
msgstr ""
129
122
 
130
123
#: templates/admin_doc/bookmarklets.html:26
131
124
msgid ""
132
125
"Jumps you from any page to the documentation for the view that generates "
133
126
"that page."
134
127
msgstr ""
135
 
"Jumps you from any page to the documentation for the view that generates "
136
 
"that page."
137
128
 
138
129
#: templates/admin_doc/bookmarklets.html:28
139
130
msgid "Show object ID"
140
 
msgstr "Show object ID"
 
131
msgstr ""
141
132
 
142
133
#: templates/admin_doc/bookmarklets.html:29
143
134
msgid ""
144
135
"Shows the content-type and unique ID for pages that represent a single "
145
136
"object."
146
137
msgstr ""
147
 
"Shows the content-type and unique ID for pages that represent a single "
148
 
"object."
149
138
 
150
139
#: templates/admin_doc/bookmarklets.html:31
151
140
msgid "Edit this object (current window)"
152
 
msgstr "Edit this object (current window)"
 
141
msgstr ""
153
142
 
154
143
#: templates/admin_doc/bookmarklets.html:32
155
144
msgid "Jumps to the admin page for pages that represent a single object."
156
 
msgstr "Jumps to the admin page for pages that represent a single object."
 
145
msgstr ""
157
146
 
158
147
#: templates/admin_doc/bookmarklets.html:34
159
148
msgid "Edit this object (new window)"
160
 
msgstr "Edit this object (new window)"
 
149
msgstr ""
161
150
 
162
151
#: templates/admin_doc/bookmarklets.html:35
163
152
msgid "As above, but opens the admin page in a new window."
164
 
msgstr "As above, but opens the admin page in a new window."
165
 
 
166
 
#: templates/admin_doc/model_detail.html:16
 
153
msgstr ""
 
154
 
 
155
#: templates/admin_doc/index.html:17
 
156
#: templates/admin_doc/template_tag_index.html:9
 
157
msgid "Tags"
 
158
msgstr ""
 
159
 
 
160
#: templates/admin_doc/index.html:18
 
161
msgid "List of all the template tags and their functions."
 
162
msgstr ""
 
163
 
 
164
#: templates/admin_doc/index.html:20
 
165
#: templates/admin_doc/template_filter_index.html:9
 
166
msgid "Filters"
 
167
msgstr ""
 
168
 
 
169
#: templates/admin_doc/index.html:21
 
170
msgid ""
 
171
"Filters are actions which can be applied to variables in a template to alter "
 
172
"the output."
 
173
msgstr ""
 
174
 
 
175
#: templates/admin_doc/index.html:23 templates/admin_doc/model_detail.html:16
167
176
#: templates/admin_doc/model_index.html:10
 
177
#: templates/admin_doc/model_index.html:14
168
178
msgid "Models"
169
 
msgstr "Models"
 
179
msgstr ""
 
180
 
 
181
#: templates/admin_doc/index.html:24
 
182
msgid ""
 
183
"Models are descriptions of all the objects in the system and their "
 
184
"associated fields. Each model has a list of fields which can be accessed as "
 
185
"template variables"
 
186
msgstr ""
 
187
 
 
188
#: templates/admin_doc/index.html:26 templates/admin_doc/view_detail.html:8
 
189
#: templates/admin_doc/view_index.html:9
 
190
#: templates/admin_doc/view_index.html:12
 
191
msgid "Views"
 
192
msgstr ""
 
193
 
 
194
#: templates/admin_doc/index.html:27
 
195
msgid ""
 
196
"Each page on the public site is generated by a view. The view defines which "
 
197
"template is used to generate the page and which objects are available to "
 
198
"that template."
 
199
msgstr ""
 
200
 
 
201
#: templates/admin_doc/index.html:30
 
202
msgid "Tools for your browser to quickly access admin functionality."
 
203
msgstr ""
 
204
 
 
205
#: templates/admin_doc/missing_docutils.html:10
 
206
msgid "Please install docutils"
 
207
msgstr ""
 
208
 
 
209
#: templates/admin_doc/missing_docutils.html:17
 
210
#, python-format
 
211
msgid ""
 
212
"The admin documentation system requires Python's <a href=\"%(link)s"
 
213
"\">docutils</a> library."
 
214
msgstr ""
 
215
 
 
216
#: templates/admin_doc/missing_docutils.html:19
 
217
#, python-format
 
218
msgid ""
 
219
"Please ask your administrators to install <a href=\"%(link)s\">docutils</a>."
 
220
msgstr ""
 
221
 
 
222
#: templates/admin_doc/model_detail.html:21
 
223
#, python-format
 
224
msgid "Model: %(name)s"
 
225
msgstr ""
 
226
 
 
227
#: templates/admin_doc/model_detail.html:35
 
228
msgid "Field"
 
229
msgstr ""
 
230
 
 
231
#: templates/admin_doc/model_detail.html:36
 
232
msgid "Type"
 
233
msgstr ""
 
234
 
 
235
#: templates/admin_doc/model_detail.html:37
 
236
msgid "Description"
 
237
msgstr ""
 
238
 
 
239
#: templates/admin_doc/model_detail.html:52
 
240
msgid "Back to Models Documentation"
 
241
msgstr ""
 
242
 
 
243
#: templates/admin_doc/model_index.html:18
 
244
msgid "Model documentation"
 
245
msgstr ""
 
246
 
 
247
#: templates/admin_doc/model_index.html:43
 
248
msgid "Model groups"
 
249
msgstr ""
170
250
 
171
251
#: templates/admin_doc/template_detail.html:8
172
252
msgid "Templates"
173
 
msgstr "Templates"
174
 
 
175
 
#: templates/admin_doc/template_filter_index.html:9
176
 
msgid "Filters"
177
 
msgstr "Filters"
178
 
 
179
 
#: templates/admin_doc/template_tag_index.html:9
180
 
msgid "Tags"
181
 
msgstr "Tags"
182
 
 
183
 
#: templates/admin_doc/view_detail.html:8
184
 
#: templates/admin_doc/view_index.html:9
185
 
msgid "Views"
186
 
msgstr "Views"
187
 
 
188
 
#: tests/__init__.py:23
 
253
msgstr ""
 
254
 
 
255
#: templates/admin_doc/template_detail.html:13
 
256
#, python-format
 
257
msgid "Template: %(name)s"
 
258
msgstr ""
 
259
 
 
260
#: templates/admin_doc/template_detail.html:16
 
261
#, python-format
 
262
msgid "Template: \"%(name)s\""
 
263
msgstr ""
 
264
 
 
265
#: templates/admin_doc/template_detail.html:20
 
266
#, python-format
 
267
msgid "Search path for template \"%(name)s\" on %(grouper)s:"
 
268
msgstr ""
 
269
 
 
270
#: templates/admin_doc/template_detail.html:23
 
271
msgid "(does not exist)"
 
272
msgstr ""
 
273
 
 
274
#: templates/admin_doc/template_detail.html:28
 
275
msgid "Back to Documentation"
 
276
msgstr ""
 
277
 
 
278
#: templates/admin_doc/template_filter_index.html:12
 
279
msgid "Template filters"
 
280
msgstr ""
 
281
 
 
282
#: templates/admin_doc/template_filter_index.html:16
 
283
msgid "Template filter documentation"
 
284
msgstr ""
 
285
 
 
286
#: templates/admin_doc/template_filter_index.html:22
 
287
#: templates/admin_doc/template_filter_index.html:43
 
288
msgid "Built-in filters"
 
289
msgstr ""
 
290
 
 
291
#: templates/admin_doc/template_filter_index.html:23
 
292
#, python-format
 
293
msgid ""
 
294
"To use these filters, put <code>%(code)s</code> in your template before "
 
295
"using the filter."
 
296
msgstr ""
 
297
 
 
298
#: templates/admin_doc/template_tag_index.html:12
 
299
msgid "Template tags"
 
300
msgstr ""
 
301
 
 
302
#: templates/admin_doc/template_tag_index.html:16
 
303
msgid "Template tag documentation"
 
304
msgstr ""
 
305
 
 
306
#: templates/admin_doc/template_tag_index.html:22
 
307
#: templates/admin_doc/template_tag_index.html:43
 
308
msgid "Built-in tags"
 
309
msgstr ""
 
310
 
 
311
#: templates/admin_doc/template_tag_index.html:23
 
312
#, python-format
 
313
msgid ""
 
314
"To use these tags, put <code>%(code)s</code> in your template before using "
 
315
"the tag."
 
316
msgstr ""
 
317
 
 
318
#: templates/admin_doc/view_detail.html:12
 
319
#, python-format
 
320
msgid "View: %(name)s"
 
321
msgstr ""
 
322
 
 
323
#: templates/admin_doc/view_detail.html:23
 
324
msgid "Context:"
 
325
msgstr ""
 
326
 
 
327
#: templates/admin_doc/view_detail.html:28
 
328
msgid "Templates:"
 
329
msgstr ""
 
330
 
 
331
#: templates/admin_doc/view_detail.html:32
 
332
msgid "Back to Views Documentation"
 
333
msgstr ""
 
334
 
 
335
#: templates/admin_doc/view_index.html:16
 
336
msgid "View documentation"
 
337
msgstr ""
 
338
 
 
339
#: templates/admin_doc/view_index.html:22
 
340
msgid "Jump to site"
 
341
msgstr ""
 
342
 
 
343
#: templates/admin_doc/view_index.html:35
 
344
#, python-format
 
345
msgid "Views by URL on %(name)s"
 
346
msgstr ""
 
347
 
 
348
#: templates/admin_doc/view_index.html:40
 
349
#, python-format
 
350
msgid "View function: %(name)s"
 
351
msgstr ""
 
352
 
 
353
#: tests/test_fields.py:29
189
354
msgid "Boolean (Either True or False)"
190
 
msgstr "Boolean (Either True or False)"
 
355
msgstr ""
191
356
 
192
 
#: tests/__init__.py:33
 
357
#: tests/test_fields.py:39
193
358
#, python-format
194
359
msgid "Field of type: %(field_type)s"
195
 
msgstr "Field of type: %(field_type)s"
 
360
msgstr ""