aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/locale/en/LC_MESSAGES/django.po
blob: 8158542c550b43e354a559938e7f6a198a492cdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Django Debug Toolbar\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-26 22:00+0200\n"
"PO-Revision-Date: 2012-03-31 20:10+0000\n"
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"

#: panels/cache.py:190
msgid "Cache"
msgstr "Cache"

#: panels/cache.py:194
#, python-format
msgid "%(cache_calls)d call in %(time).2fms"
msgid_plural "%(cache_calls)d calls in %(time).2fms"
msgstr[0] "%(cache_calls)d call in %(time).2fms"
msgstr[1] "%(cache_calls)d calls in %(time).2fms"

#: panels/cache.py:201
#, python-format
msgid "Cache calls from %(count)d backend"
msgid_plural "Cache calls from %(count)d backends"
msgstr[0] "Cache calls from %(count)d backend"
msgstr[1] "Cache calls from %(count)d backends"

#: panels/headers.py:39 panels/headers.py:42
msgid "HTTP Headers"
msgstr "HTTP Headers"

#: panels/logger.py:127
msgid "Logging"
msgstr "Logging"

#: panels/logger.py:132
#, python-format
msgid "%(count)s message"
msgid_plural "%(count)s messages"
msgstr[0] "%(count)s message"
msgstr[1] "%(count)s messages"

#: panels/logger.py:136
msgid "Log Messages"
msgstr "Log Messages"

#: panels/profiling.py:152 panels/profiling.py:158
msgid "Profiling"
msgstr "Profiling"

#: panels/request_vars.py:20 panels/request_vars.py:23
msgid "Request Vars"
msgstr "Request Vars"

#: panels/request_vars.py:38
msgid "<no view>"
msgstr "<no view>"

#: panels/request_vars.py:50
msgid "<unavailable>"
msgstr "<unavailable>"

#: panels/settings_vars.py:20
msgid "Settings"
msgstr "Settings"

#: panels/settings_vars.py:23
#, python-format
msgid "Settings from <code>%s</code>"
msgstr "Settings from <code>%s</code>"

#: panels/signals.py:43 panels/signals.py:61
msgid "Signals"
msgstr "Signals"

#: panels/signals.py:52
#, python-format
msgid "%(num_receivers)d receiver of 1 signal"
msgid_plural "%(num_receivers)d receivers of 1 signal"
msgstr[0] "%(num_receivers)d receiver of 1 signal"
msgstr[1] "%(num_receivers)d receivers of 1 signal"

#: panels/signals.py:55
#, python-format
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
msgstr[0] "%(num_receivers)d receiver of %(num_signals)d signals"
msgstr[1] "%(num_receivers)d receivers of %(num_signals)d signals"

#: panels/sql.py:35
msgid "Autocommit"
msgstr "Autocommit"

#: panels/sql.py:36
msgid "Read uncommitted"
msgstr "Read uncommitted"

#: panels/sql.py:37
msgid "Read committed"
msgstr "Read committed"

#: panels/sql.py:38
msgid "Repeatable read"
msgstr "Repeatable read"

#: panels/sql.py:39
msgid "Serializable"
msgstr "Serializable"

#: panels/sql.py:50
msgid "Idle"
msgstr "Idle"

#: panels/sql.py:51
msgid "Active"
msgstr "Active"

#: panels/sql.py:52
msgid "In transaction"
msgstr "In transaction"

#: panels/sql.py:53
msgid "In error"
msgstr "In error"

#: panels/sql.py:54
msgid "Unknown"
msgstr "Unknown"

#: panels/sql.py:122
msgid "SQL"
msgstr "SQL"

#: panels/template.py:104
msgid "Templates"
msgstr "Templates"

#: panels/template.py:108
#, python-format
msgid "Templates (%(num_templates)s rendered)"
msgstr "Templates (%(num_templates)s rendered)"

#: panels/timer.py:60 panels/timer.py:76
#: templates/debug_toolbar/panels/logger.html:7
#: templates/debug_toolbar/panels/sql_explain.html:11
#: templates/debug_toolbar/panels/sql_profile.html:12
#: templates/debug_toolbar/panels/sql_select.html:11
msgid "Time"
msgstr "Time"

#: panels/timer.py:68
#, python-format
msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)"

#: panels/timer.py:73
#, python-format
msgid "TOTAL: %0.2fms"
msgstr "TOTAL: %0.2fms"

#: panels/timer.py:87
msgid "User CPU time"
msgstr "User CPU time"

#: panels/timer.py:87
#, python-format
msgid "%(utime)0.3f msec"
msgstr "%(utime)0.3f msec"

#: panels/timer.py:88
msgid "System CPU time"
msgstr "System CPU time"

#: panels/timer.py:88
#, python-format
msgid "%(stime)0.3f msec"
msgstr "%(stime)0.3f msec"

#: panels/timer.py:89
msgid "Total CPU time"
msgstr "Total CPU time"

#: panels/timer.py:89
#, python-format
msgid "%(total)0.3f msec"
msgstr "%(total)0.3f msec"

#: panels/timer.py:90
msgid "Elapsed time"
msgstr "Elapsed time"

#: panels/timer.py:90
#, python-format
msgid "%(total_time)0.3f msec"
msgstr "%(total_time)0.3f msec"

#: panels/timer.py:91
msgid "Context switches"
msgstr "Context switches"

#: panels/timer.py:91
#, python-format
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
msgstr "%(vcsw)d voluntary, %(ivcsw)d involuntary"

#: panels/version.py:23 panels/version.py:32
msgid "Versions"
msgstr "Versions"

#: templates/debug_toolbar/base.html:11
msgid "Hide Toolbar"
msgstr "Hide Toolbar"

#: templates/debug_toolbar/base.html:11
msgid "Hide"
msgstr "Hide"

#: templates/debug_toolbar/base.html:36
msgid "Show Toolbar"
msgstr "Show Toolbar"

#: templates/debug_toolbar/base.html:42
msgid "Close"
msgstr "Close"

#: templates/debug_toolbar/redirect.html:7
#: templates/debug_toolbar/panels/logger.html:10
msgid "Location"
msgstr "Location"

#: templates/debug_toolbar/redirect.html:9
msgid "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>."
msgstr "The Django Debug Toolbar has intercepted a redirect to the above URL for debug viewing purposes.  You can click the above link to continue with the redirect as normal.  If you'd like to disable this feature, set the <code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key <code>INTERCEPT_REDIRECTS</code> to <code>False</code>."

#: templates/debug_toolbar/panels/cache.html:2
msgid "Summary"
msgstr "Summary"

#: templates/debug_toolbar/panels/cache.html:6
msgid "Total Calls"
msgstr "Total Calls"

#: templates/debug_toolbar/panels/cache.html:7
msgid "Total Time"
msgstr "Total Time"

#: templates/debug_toolbar/panels/cache.html:8
msgid "Cache Hits"
msgstr "Cache Hits"

#: templates/debug_toolbar/panels/cache.html:9
msgid "Cache Misses"
msgstr "Cache Misses"

#: templates/debug_toolbar/panels/cache.html:21
msgid "Commands"
msgstr "Commands"

#: templates/debug_toolbar/panels/cache.html:39
msgid "Calls"
msgstr "Calls"

#: templates/debug_toolbar/panels/cache.html:43
#: templates/debug_toolbar/panels/sql.html:21
msgid "Time (ms)"
msgstr "Time (ms)"

#: templates/debug_toolbar/panels/cache.html:44
msgid "Type"
msgstr "Type"

#: templates/debug_toolbar/panels/cache.html:45
#: templates/debug_toolbar/panels/request_vars.html:9
msgid "args"
msgstr "args"

#: templates/debug_toolbar/panels/cache.html:46
#: templates/debug_toolbar/panels/request_vars.html:10
msgid "kwargs"
msgstr "kwargs"

#: templates/debug_toolbar/panels/cache.html:47
msgid "Backend"
msgstr "Backend"

#: templates/debug_toolbar/panels/headers.html:5
msgid "Key"
msgstr "Key"

#: templates/debug_toolbar/panels/headers.html:6
#: templates/debug_toolbar/panels/request_vars.html:41
#: templates/debug_toolbar/panels/request_vars.html:67
#: templates/debug_toolbar/panels/request_vars.html:89
#: templates/debug_toolbar/panels/request_vars.html:111
#: templates/debug_toolbar/panels/settings_vars.html:6
#: templates/debug_toolbar/panels/timer.html:11
msgid "Value"
msgstr "Value"

#: templates/debug_toolbar/panels/logger.html:6
msgid "Level"
msgstr "Level"

#: templates/debug_toolbar/panels/logger.html:8
msgid "Channel"
msgstr "Channel"

#: templates/debug_toolbar/panels/logger.html:9
msgid "Message"
msgstr "Message"

#: templates/debug_toolbar/panels/logger.html:26
msgid "No messages logged"
msgstr "No messages logged"

#: templates/debug_toolbar/panels/profiling.html:6
msgid "Call"
msgstr "Call"

#: templates/debug_toolbar/panels/profiling.html:7
msgid "CumTime"
msgstr "CumTime"

#: templates/debug_toolbar/panels/profiling.html:8
#: templates/debug_toolbar/panels/profiling.html:10
msgid "Per"
msgstr "Per"

#: templates/debug_toolbar/panels/profiling.html:9
msgid "TotTime"
msgstr "TotTime"

#: templates/debug_toolbar/panels/profiling.html:11
msgid "Count"
msgstr "Count"

#: templates/debug_toolbar/panels/request_vars.html:3
msgid "View information"
msgstr "View information"

#: templates/debug_toolbar/panels/request_vars.html:7
msgid "View Function"
msgstr "View Function"

#: templates/debug_toolbar/panels/request_vars.html:8
msgid "URL Name"
msgstr "URL Name"

#: templates/debug_toolbar/panels/request_vars.html:31
msgid "COOKIES Variables"
msgstr "COOKIES Variables"

#: templates/debug_toolbar/panels/request_vars.html:40
#: templates/debug_toolbar/panels/request_vars.html:66
#: templates/debug_toolbar/panels/request_vars.html:88
#: templates/debug_toolbar/panels/request_vars.html:110
msgid "Variable"
msgstr "Variable"

#: templates/debug_toolbar/panels/request_vars.html:54
msgid "No COOKIE data"
msgstr "No COOKIE data"

#: templates/debug_toolbar/panels/request_vars.html:57
msgid "SESSION Variables"
msgstr "SESSION Variables"

#: templates/debug_toolbar/panels/request_vars.html:80
msgid "No SESSION data"
msgstr "No SESSION data"

#: templates/debug_toolbar/panels/request_vars.html:83
msgid "GET Variables"
msgstr "GET Variables"

#: templates/debug_toolbar/panels/request_vars.html:102
msgid "No GET data"
msgstr "No GET data"

#: templates/debug_toolbar/panels/request_vars.html:105
msgid "POST Variables"
msgstr "POST Variables"

#: templates/debug_toolbar/panels/request_vars.html:124
msgid "No POST data"
msgstr "No POST data"

#: templates/debug_toolbar/panels/settings_vars.html:5
msgid "Setting"
msgstr "Setting"

#: templates/debug_toolbar/panels/signals.html:5
msgid "Signal"
msgstr "Signal"

#: templates/debug_toolbar/panels/signals.html:6
msgid "Providing Args"
msgstr "Providing Args"

#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr "Receivers"

#: templates/debug_toolbar/panels/sql.html:8
#, python-format
msgid "%(num)s query"
msgid_plural "%(num)s queries"
msgstr[0] "%(num)s query"
msgstr[1] "%(num)s queries"

#: templates/debug_toolbar/panels/sql.html:19
msgid "Query"
msgstr "Query"

#: templates/debug_toolbar/panels/sql.html:20
#: templates/debug_toolbar/panels/timer.html:36
msgid "Timeline"
msgstr "Timeline"

#: templates/debug_toolbar/panels/sql.html:22
msgid "Action"
msgstr "Action"

#: templates/debug_toolbar/panels/sql.html:65
msgid "Connection:"
msgstr "Connection:"

#: templates/debug_toolbar/panels/sql.html:67
msgid "Isolation level:"
msgstr "Isolation level:"

#: templates/debug_toolbar/panels/sql.html:70
msgid "Transaction status:"
msgstr "Transaction status:"

#: templates/debug_toolbar/panels/sql.html:84
msgid "(unknown)"
msgstr "(unknown)"

#: templates/debug_toolbar/panels/sql.html:93
msgid "No SQL queries were recorded during this request."
msgstr "No SQL queries were recorded during this request."

#: templates/debug_toolbar/panels/sql_explain.html:3
#: templates/debug_toolbar/panels/sql_profile.html:3
#: templates/debug_toolbar/panels/sql_select.html:3
#: templates/debug_toolbar/panels/template_source.html:3
msgid "Back"
msgstr "Back"

#: templates/debug_toolbar/panels/sql_explain.html:4
msgid "SQL Explained"
msgstr "SQL Explained"

#: templates/debug_toolbar/panels/sql_explain.html:9
#: templates/debug_toolbar/panels/sql_profile.html:10
#: templates/debug_toolbar/panels/sql_select.html:9
msgid "Executed SQL"
msgstr "Executed SQL"

#: templates/debug_toolbar/panels/sql_explain.html:13
#: templates/debug_toolbar/panels/sql_profile.html:14
#: templates/debug_toolbar/panels/sql_select.html:13
msgid "Database"
msgstr "Database"

#: templates/debug_toolbar/panels/sql_profile.html:4
msgid "SQL Profiled"
msgstr "SQL Profiled"

#: templates/debug_toolbar/panels/sql_profile.html:37
msgid "Error"
msgstr "Error"

#: templates/debug_toolbar/panels/sql_select.html:4
msgid "SQL Selected"
msgstr "SQL Selected"

#: templates/debug_toolbar/panels/sql_select.html:36
msgid "Empty set"
msgstr "Empty set"

#: templates/debug_toolbar/panels/template_source.html:4
msgid "Template Source"
msgstr "Template Source"

#: templates/debug_toolbar/panels/templates.html:2
msgid "Template path"
msgid_plural "Template paths"
msgstr[0] "Template path"
msgstr[1] "Template paths"

#: templates/debug_toolbar/panels/templates.html:10
#: templates/debug_toolbar/panels/templates.html:28
#: templates/debug_toolbar/panels/templates.html:43
msgid "None"
msgstr "None"

#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgid_plural "Templates"
msgstr[0] "Template"
msgstr[1] "Templates"

#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
msgid "Toggle Context"
msgstr "Toggle Context"

#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
msgid_plural "Context processors"
msgstr[0] "Context processor"
msgstr[1] "Context processors"

#: templates/debug_toolbar/panels/timer.html:2
msgid "Resource Usage"
msgstr "Resource Usage"

#: templates/debug_toolbar/panels/timer.html:10
msgid "Resource"
msgstr "Resource"

#: templates/debug_toolbar/panels/timer.html:26
msgid "Browser Timing"
msgstr "Browser Timing"

#: templates/debug_toolbar/panels/timer.html:35
msgid "Timing Attribute"
msgstr "Timing Attribute"

#: templates/debug_toolbar/panels/timer.html:37
msgid "Milliseconds since navigation start (+length)"
msgstr "Milliseconds since navigation start (+length)"

#: templates/debug_toolbar/panels/versions.html:5
msgid "Name"
msgstr "Name"

#: templates/debug_toolbar/panels/versions.html:6
msgid "Version"
msgstr "Version"