66msgstr ""
77"Project-Id-Version : Django Debug Toolbar\n "
88"Report-Msgid-Bugs-To : \n "
9- "POT-Creation-Date : 2014-04-25 21:52+0200 \n "
9+ "POT-Creation-Date : 2015-03-08 21:16+0100 \n "
1010"PO-Revision-Date : 2012-03-31 20:10+0000\n "
1111"Last-Translator : \n "
1212"Language-Team : \n "
@@ -20,46 +20,40 @@ msgstr ""
2020msgid "Debug Toolbar"
2121msgstr ""
2222
23- #: views.py:14
24- msgid ""
25- "Data for this panel isn't available anymore. Please reload the page and "
26- "retry."
27- msgstr ""
28-
29- #: panels/cache.py:191
23+ #: panels/cache.py:192
3024msgid "Cache"
3125msgstr ""
3226
33- #: panels/cache.py:196
27+ #: panels/cache.py:197
3428#, python-format
3529msgid "%(cache_calls)d call in %(time).2fms"
3630msgid_plural "%(cache_calls)d calls in %(time).2fms"
3731msgstr[ 0 ] ""
3832msgstr[ 1 ] ""
3933
40- #: panels/cache.py:204
34+ #: panels/cache.py:205
4135#, python-format
4236msgid "Cache calls from %(count)d backend"
4337msgid_plural "Cache calls from %(count)d backends"
4438msgstr[ 0 ] ""
4539msgstr[ 1 ] ""
4640
47- #: panels/headers.py:35
41+ #: panels/headers.py:33
4842msgid "Headers"
4943msgstr ""
5044
51- #: panels/logging.py:64
45+ #: panels/logging.py:63
5246msgid "Logging"
5347msgstr ""
5448
55- #: panels/logging.py:70
49+ #: panels/logging.py:69
5650#, python-format
5751msgid "%(count)s message"
5852msgid_plural "%(count)s messages"
5953msgstr[ 0 ] ""
6054msgstr[ 1 ] ""
6155
62- #: panels/logging.py:73
56+ #: panels/logging.py:72
6357msgid "Log messages"
6458msgstr ""
6559
@@ -83,49 +77,102 @@ msgstr ""
8377msgid "<unavailable>"
8478msgstr ""
8579
86- #: panels/settings.py:20
80+ #: panels/settings.py:17
8781msgid "Settings"
8882msgstr ""
8983
90- #: panels/settings.py:23
84+ #: panels/settings.py:20
9185#, python-format
9286msgid "Settings from <code>%s</code>"
9387msgstr ""
9488
95- #: panels/signals.py:45
89+ #: panels/signals.py:42
9690#, python-format
9791msgid "%(num_receivers)d receiver of 1 signal"
9892msgid_plural "%(num_receivers)d receivers of 1 signal"
9993msgstr[ 0 ] ""
10094msgstr[ 1 ] ""
10195
102- #: panels/signals.py:48
96+ #: panels/signals.py:45
10397#, python-format
10498msgid "%(num_receivers)d receiver of %(num_signals)d signals"
10599msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
106100msgstr[ 0 ] ""
107101msgstr[ 1 ] ""
108102
109- #: panels/signals.py:53
103+ #: panels/signals.py:50
110104msgid "Signals"
111105msgstr ""
112106
113- #: panels/staticfiles.py:89
107+ #: panels/sql/panel.py:23
108+ msgid "Autocommit"
109+ msgstr ""
110+
111+ #: panels/sql/panel.py:24
112+ msgid "Read uncommitted"
113+ msgstr ""
114+
115+ #: panels/sql/panel.py:25
116+ msgid "Read committed"
117+ msgstr ""
118+
119+ #: panels/sql/panel.py:26
120+ msgid "Repeatable read"
121+ msgstr ""
122+
123+ #: panels/sql/panel.py:27
124+ msgid "Serializable"
125+ msgstr ""
126+
127+ #: panels/sql/panel.py:38
128+ msgid "Idle"
129+ msgstr ""
130+
131+ #: panels/sql/panel.py:39
132+ msgid "Active"
133+ msgstr ""
134+
135+ #: panels/sql/panel.py:40
136+ msgid "In transaction"
137+ msgstr ""
138+
139+ #: panels/sql/panel.py:41
140+ msgid "In error"
141+ msgstr ""
142+
143+ #: panels/sql/panel.py:42
144+ msgid "Unknown"
145+ msgstr ""
146+
147+ #: panels/sql/panel.py:106
148+ msgid "SQL"
149+ msgstr ""
150+
151+ #: panels/staticfiles.py:86
114152#, python-format
115153msgid "Static files (%(num_found)s found, %(num_used)s used)"
116154msgstr ""
117155
118- #: panels/staticfiles.py:107
156+ #: panels/staticfiles.py:104
119157msgid "Static files"
120158msgstr ""
121159
122- #: panels/staticfiles.py:112
160+ #: panels/staticfiles.py:109
123161#, python-format
124162msgid "%(num_used)s file used"
125163msgid_plural "%(num_used)s files used"
126164msgstr[ 0 ] ""
127165msgstr[ 1 ] ""
128166
167+ #: panels/templates/panel.py:171
168+ msgid "Templates"
169+ msgstr ""
170+
171+ #: panels/templates/panel.py:176
172+ #, python-format
173+ msgid "Templates (%(num_templates)s rendered)"
174+ msgstr ""
175+
129176#: panels/timer.py:23
130177#, python-format
131178msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
@@ -188,98 +235,30 @@ msgstr ""
188235msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
189236msgstr ""
190237
191- #: panels/versions.py:25
238+ #: panels/versions.py:21
192239msgid "Versions"
193240msgstr ""
194241
195- #: panels/sql/panel.py:22
196- msgid "Autocommit"
197- msgstr ""
198-
199- #: panels/sql/panel.py:23
200- msgid "Read uncommitted"
201- msgstr ""
202-
203- #: panels/sql/panel.py:24
204- msgid "Read committed"
205- msgstr ""
206-
207- #: panels/sql/panel.py:25
208- msgid "Repeatable read"
209- msgstr ""
210-
211- #: panels/sql/panel.py:26
212- msgid "Serializable"
213- msgstr ""
214-
215- #: panels/sql/panel.py:37
216- msgid "Idle"
217- msgstr ""
218-
219- #: panels/sql/panel.py:38
220- msgid "Active"
221- msgstr ""
222-
223- #: panels/sql/panel.py:39
224- msgid "In transaction"
225- msgstr ""
226-
227- #: panels/sql/panel.py:40
228- msgid "In error"
229- msgstr ""
230-
231- #: panels/sql/panel.py:41
232- msgid "Unknown"
233- msgstr ""
234-
235- #: panels/sql/panel.py:105
236- msgid "SQL"
237- msgstr ""
238-
239- #: panels/templates/panel.py:141
240- msgid "Templates"
241- msgstr ""
242-
243- #: panels/templates/panel.py:146
244- #, python-format
245- msgid "Templates (%(num_templates)s rendered)"
246- msgstr ""
247-
248- #: templates/debug_toolbar/base.html:19
242+ #: templates/debug_toolbar/base.html:21
249243msgid "Hide toolbar"
250244msgstr ""
251245
252- #: templates/debug_toolbar/base.html:19
246+ #: templates/debug_toolbar/base.html:21
253247msgid "Hide"
254248msgstr ""
255249
256- #: templates/debug_toolbar/base.html:25
250+ #: templates/debug_toolbar/base.html:27
257251msgid "Disable for next and successive requests"
258252msgstr ""
259253
260- #: templates/debug_toolbar/base.html:25
254+ #: templates/debug_toolbar/base.html:27
261255msgid "Enable for next and successive requests"
262256msgstr ""
263257
264- #: templates/debug_toolbar/base.html:47
258+ #: templates/debug_toolbar/base.html:49
265259msgid "Show toolbar"
266260msgstr ""
267261
268- #: templates/debug_toolbar/base.html:53
269- msgid "Close"
270- msgstr ""
271-
272- #: templates/debug_toolbar/redirect.html:8
273- msgid "Location:"
274- msgstr ""
275-
276- #: templates/debug_toolbar/redirect.html:10
277- msgid ""
278- "The Django Debug Toolbar has intercepted a redirect to the above URL for "
279- "debug viewing purposes. You can click the above link to continue with the "
280- "redirect as normal."
281- msgstr ""
282-
283262#: templates/debug_toolbar/panels/cache.html:2
284263msgid "Summary"
285264msgstr ""
@@ -516,13 +495,6 @@ msgstr ""
516495msgid "No SQL queries were recorded during this request."
517496msgstr ""
518497
519- #: templates/debug_toolbar/panels/sql_explain.html:3
520- #: templates/debug_toolbar/panels/sql_profile.html:3
521- #: templates/debug_toolbar/panels/sql_select.html:3
522- #: templates/debug_toolbar/panels/template_source.html:3
523- msgid "Back"
524- msgstr ""
525-
526498#: templates/debug_toolbar/panels/sql_explain.html:4
527499msgid "SQL explained"
528500msgstr ""
@@ -652,3 +624,20 @@ msgstr ""
652624#: templates/debug_toolbar/panels/versions.html:6
653625msgid "Version"
654626msgstr ""
627+
628+ #: templates/debug_toolbar/redirect.html:8
629+ msgid "Location:"
630+ msgstr ""
631+
632+ #: templates/debug_toolbar/redirect.html:10
633+ msgid ""
634+ "The Django Debug Toolbar has intercepted a redirect to the above URL for "
635+ "debug viewing purposes. You can click the above link to continue with the "
636+ "redirect as normal."
637+ msgstr ""
638+
639+ #: views.py:14
640+ msgid ""
641+ "Data for this panel isn't available anymore. Please reload the page and "
642+ "retry."
643+ msgstr ""
0 commit comments