Skip to content

Commit ba9c692

Browse files
committed
Update translatable strings.
1 parent 69aec01 commit ba9c692

1 file changed

Lines changed: 92 additions & 103 deletions

File tree

debug_toolbar/locale/en/LC_MESSAGES/django.po

Lines changed: 92 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
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 ""
2020
msgid "Debug Toolbar"
2121
msgstr ""
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
3024
msgid "Cache"
3125
msgstr ""
3226

33-
#: panels/cache.py:196
27+
#: panels/cache.py:197
3428
#, python-format
3529
msgid "%(cache_calls)d call in %(time).2fms"
3630
msgid_plural "%(cache_calls)d calls in %(time).2fms"
3731
msgstr[0] ""
3832
msgstr[1] ""
3933

40-
#: panels/cache.py:204
34+
#: panels/cache.py:205
4135
#, python-format
4236
msgid "Cache calls from %(count)d backend"
4337
msgid_plural "Cache calls from %(count)d backends"
4438
msgstr[0] ""
4539
msgstr[1] ""
4640

47-
#: panels/headers.py:35
41+
#: panels/headers.py:33
4842
msgid "Headers"
4943
msgstr ""
5044

51-
#: panels/logging.py:64
45+
#: panels/logging.py:63
5246
msgid "Logging"
5347
msgstr ""
5448

55-
#: panels/logging.py:70
49+
#: panels/logging.py:69
5650
#, python-format
5751
msgid "%(count)s message"
5852
msgid_plural "%(count)s messages"
5953
msgstr[0] ""
6054
msgstr[1] ""
6155

62-
#: panels/logging.py:73
56+
#: panels/logging.py:72
6357
msgid "Log messages"
6458
msgstr ""
6559

@@ -83,49 +77,102 @@ msgstr ""
8377
msgid "<unavailable>"
8478
msgstr ""
8579

86-
#: panels/settings.py:20
80+
#: panels/settings.py:17
8781
msgid "Settings"
8882
msgstr ""
8983

90-
#: panels/settings.py:23
84+
#: panels/settings.py:20
9185
#, python-format
9286
msgid "Settings from <code>%s</code>"
9387
msgstr ""
9488

95-
#: panels/signals.py:45
89+
#: panels/signals.py:42
9690
#, python-format
9791
msgid "%(num_receivers)d receiver of 1 signal"
9892
msgid_plural "%(num_receivers)d receivers of 1 signal"
9993
msgstr[0] ""
10094
msgstr[1] ""
10195

102-
#: panels/signals.py:48
96+
#: panels/signals.py:45
10397
#, python-format
10498
msgid "%(num_receivers)d receiver of %(num_signals)d signals"
10599
msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
106100
msgstr[0] ""
107101
msgstr[1] ""
108102

109-
#: panels/signals.py:53
103+
#: panels/signals.py:50
110104
msgid "Signals"
111105
msgstr ""
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
115153
msgid "Static files (%(num_found)s found, %(num_used)s used)"
116154
msgstr ""
117155

118-
#: panels/staticfiles.py:107
156+
#: panels/staticfiles.py:104
119157
msgid "Static files"
120158
msgstr ""
121159

122-
#: panels/staticfiles.py:112
160+
#: panels/staticfiles.py:109
123161
#, python-format
124162
msgid "%(num_used)s file used"
125163
msgid_plural "%(num_used)s files used"
126164
msgstr[0] ""
127165
msgstr[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
131178
msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
@@ -188,98 +235,30 @@ msgstr ""
188235
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
189236
msgstr ""
190237

191-
#: panels/versions.py:25
238+
#: panels/versions.py:21
192239
msgid "Versions"
193240
msgstr ""
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
249243
msgid "Hide toolbar"
250244
msgstr ""
251245

252-
#: templates/debug_toolbar/base.html:19
246+
#: templates/debug_toolbar/base.html:21
253247
msgid "Hide"
254248
msgstr ""
255249

256-
#: templates/debug_toolbar/base.html:25
250+
#: templates/debug_toolbar/base.html:27
257251
msgid "Disable for next and successive requests"
258252
msgstr ""
259253

260-
#: templates/debug_toolbar/base.html:25
254+
#: templates/debug_toolbar/base.html:27
261255
msgid "Enable for next and successive requests"
262256
msgstr ""
263257

264-
#: templates/debug_toolbar/base.html:47
258+
#: templates/debug_toolbar/base.html:49
265259
msgid "Show toolbar"
266260
msgstr ""
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
284263
msgid "Summary"
285264
msgstr ""
@@ -516,13 +495,6 @@ msgstr ""
516495
msgid "No SQL queries were recorded during this request."
517496
msgstr ""
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
527499
msgid "SQL explained"
528500
msgstr ""
@@ -652,3 +624,20 @@ msgstr ""
652624
#: templates/debug_toolbar/panels/versions.html:6
653625
msgid "Version"
654626
msgstr ""
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

Comments
 (0)