66msgstr ""
77"Project-Id-Version : Django Debug Toolbar\n "
88"Report-Msgid-Bugs-To : \n "
9- "POT-Creation-Date : 2013-12-23 12:40+0100 \n "
9+ "POT-Creation-Date : 2014-04-25 21:52+0200 \n "
1010"PO-Revision-Date : 2012-03-31 20:10+0000\n "
1111"Last-Translator : \n "
1212"Language-Team : \n "
@@ -16,24 +16,28 @@ msgstr ""
1616"Content-Transfer-Encoding : 8bit\n "
1717"Plural-Forms : nplurals=2; plural=(n != 1)\n "
1818
19+ #: apps.py:11
20+ msgid "Debug Toolbar"
21+ msgstr ""
22+
1923#: views.py:14
2024msgid ""
2125"Data for this panel isn't available anymore. Please reload the page and "
2226"retry."
2327msgstr ""
2428
25- #: panels/cache.py:189
29+ #: panels/cache.py:191
2630msgid "Cache"
2731msgstr ""
2832
29- #: panels/cache.py:194
33+ #: panels/cache.py:196
3034#, python-format
3135msgid "%(cache_calls)d call in %(time).2fms"
3236msgid_plural "%(cache_calls)d calls in %(time).2fms"
3337msgstr[ 0 ] ""
3438msgstr[ 1 ] ""
3539
36- #: panels/cache.py:202
40+ #: panels/cache.py:204
3741#, python-format
3842msgid "Cache calls from %(count)d backend"
3943msgid_plural "Cache calls from %(count)d backends"
@@ -59,23 +63,23 @@ msgstr[1] ""
5963msgid "Log messages"
6064msgstr ""
6165
62- #: panels/profiling.py:126
66+ #: panels/profiling.py:127
6367msgid "Profiling"
6468msgstr ""
6569
66- #: panels/redirects.py:22
70+ #: panels/redirects.py:17
6771msgid "Intercept redirects"
6872msgstr ""
6973
7074#: panels/request.py:18
7175msgid "Request"
7276msgstr ""
7377
74- #: panels/request.py:27
78+ #: panels/request.py:35
7579msgid "<no view>"
7680msgstr ""
7781
78- #: panels/request.py:39
82+ #: panels/request.py:47
7983msgid "<unavailable>"
8084msgstr ""
8185
@@ -88,34 +92,34 @@ msgstr ""
8892msgid "Settings from <code>%s</code>"
8993msgstr ""
9094
91- #: panels/signals.py:41
95+ #: panels/signals.py:45
9296#, python-format
9397msgid "%(num_receivers)d receiver of 1 signal"
9498msgid_plural "%(num_receivers)d receivers of 1 signal"
9599msgstr[ 0 ] ""
96100msgstr[ 1 ] ""
97101
98- #: panels/signals.py:44
102+ #: panels/signals.py:48
99103#, python-format
100104msgid "%(num_receivers)d receiver of %(num_signals)d signals"
101105msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
102106msgstr[ 0 ] ""
103107msgstr[ 1 ] ""
104108
105- #: panels/signals.py:49
109+ #: panels/signals.py:53
106110msgid "Signals"
107111msgstr ""
108112
109- #: panels/staticfiles.py:90
113+ #: panels/staticfiles.py:89
110114#, python-format
111115msgid "Static files (%(num_found)s found, %(num_used)s used)"
112116msgstr ""
113117
114- #: panels/staticfiles.py:115
118+ #: panels/staticfiles.py:107
115119msgid "Static files"
116120msgstr ""
117121
118- #: panels/staticfiles.py:120
122+ #: panels/staticfiles.py:112
119123#, python-format
120124msgid "%(num_used)s file used"
121125msgid_plural "%(num_used)s files used"
@@ -188,43 +192,43 @@ msgstr ""
188192msgid "Versions"
189193msgstr ""
190194
191- #: panels/sql/panel.py:21
195+ #: panels/sql/panel.py:22
192196msgid "Autocommit"
193197msgstr ""
194198
195- #: panels/sql/panel.py:22
199+ #: panels/sql/panel.py:23
196200msgid "Read uncommitted"
197201msgstr ""
198202
199- #: panels/sql/panel.py:23
203+ #: panels/sql/panel.py:24
200204msgid "Read committed"
201205msgstr ""
202206
203- #: panels/sql/panel.py:24
207+ #: panels/sql/panel.py:25
204208msgid "Repeatable read"
205209msgstr ""
206210
207- #: panels/sql/panel.py:25
211+ #: panels/sql/panel.py:26
208212msgid "Serializable"
209213msgstr ""
210214
211- #: panels/sql/panel.py:36
215+ #: panels/sql/panel.py:37
212216msgid "Idle"
213217msgstr ""
214218
215- #: panels/sql/panel.py:37
219+ #: panels/sql/panel.py:38
216220msgid "Active"
217221msgstr ""
218222
219- #: panels/sql/panel.py:38
223+ #: panels/sql/panel.py:39
220224msgid "In transaction"
221225msgstr ""
222226
223- #: panels/sql/panel.py:39
227+ #: panels/sql/panel.py:40
224228msgid "In error"
225229msgstr ""
226230
227- #: panels/sql/panel.py:40
231+ #: panels/sql/panel.py:41
228232msgid "Unknown"
229233msgstr ""
230234
@@ -241,27 +245,27 @@ msgstr ""
241245msgid "Templates (%(num_templates)s rendered)"
242246msgstr ""
243247
244- #: templates/debug_toolbar/base.html:17
248+ #: templates/debug_toolbar/base.html:19
245249msgid "Hide toolbar"
246250msgstr ""
247251
248- #: templates/debug_toolbar/base.html:17
252+ #: templates/debug_toolbar/base.html:19
249253msgid "Hide"
250254msgstr ""
251255
252- #: templates/debug_toolbar/base.html:23
256+ #: templates/debug_toolbar/base.html:25
253257msgid "Disable for next and successive requests"
254258msgstr ""
255259
256- #: templates/debug_toolbar/base.html:23
260+ #: templates/debug_toolbar/base.html:25
257261msgid "Enable for next and successive requests"
258262msgstr ""
259263
260- #: templates/debug_toolbar/base.html:45
264+ #: templates/debug_toolbar/base.html:47
261265msgid "Show toolbar"
262266msgstr ""
263267
264- #: templates/debug_toolbar/base.html:51
268+ #: templates/debug_toolbar/base.html:53
265269msgid "Close"
266270msgstr ""
267271
0 commit comments