66msgstr ""
77"Project-Id-Version : Django Debug Toolbar\n "
88"Report-Msgid-Bugs-To : \n "
9- "POT-Creation-Date : 2015-05-27 19:40 -0400\n "
9+ "POT-Creation-Date : 2015-07-06 16:50 -0400\n "
1010"PO-Revision-Date : 2012-03-31 20:10+0000\n "
1111"Last-Translator : \n "
1212"Language-Team : \n "
@@ -20,18 +20,18 @@ msgstr ""
2020msgid "Debug Toolbar"
2121msgstr ""
2222
23- #: panels/cache.py:197
23+ #: panels/cache.py:209
2424msgid "Cache"
2525msgstr ""
2626
27- #: panels/cache.py:202
27+ #: panels/cache.py:214
2828#, python-format
2929msgid "%(cache_calls)d call in %(time).2fms"
3030msgid_plural "%(cache_calls)d calls in %(time).2fms"
3131msgstr[ 0 ] ""
3232msgstr[ 1 ] ""
3333
34- #: panels/cache.py:210
34+ #: panels/cache.py:222
3535#, python-format
3636msgid "Cache calls from %(count)d backend"
3737msgid_plural "Cache calls from %(count)d backends"
@@ -292,7 +292,7 @@ msgid "Calls"
292292msgstr ""
293293
294294#: templates/debug_toolbar/panels/cache.html:43
295- #: templates/debug_toolbar/panels/sql.html:20
295+ #: templates/debug_toolbar/panels/sql.html:23
296296msgid "Time (ms)"
297297msgstr ""
298298
@@ -466,36 +466,46 @@ msgid_plural "%(num)s queries"
466466msgstr[ 0 ] ""
467467msgstr[ 1 ] ""
468468
469- #: templates/debug_toolbar/panels/sql.html:18
469+ #: templates/debug_toolbar/panels/sql.html:9
470+ #, python-format
471+ msgid "including %(dupes)s duplicates"
472+ msgstr ""
473+
474+ #: templates/debug_toolbar/panels/sql.html:21
470475msgid "Query"
471476msgstr ""
472477
473- #: templates/debug_toolbar/panels/sql.html:19
478+ #: templates/debug_toolbar/panels/sql.html:22
474479#: templates/debug_toolbar/panels/timer.html:36
475480msgid "Timeline"
476481msgstr ""
477482
478- #: templates/debug_toolbar/panels/sql.html:21
483+ #: templates/debug_toolbar/panels/sql.html:24
479484msgid "Action"
480485msgstr ""
481486
482- #: templates/debug_toolbar/panels/sql.html:64
487+ #: templates/debug_toolbar/panels/sql.html:39
488+ #, python-format
489+ msgid "Duplicated %(dupes)s times."
490+ msgstr ""
491+
492+ #: templates/debug_toolbar/panels/sql.html:71
483493msgid "Connection:"
484494msgstr ""
485495
486- #: templates/debug_toolbar/panels/sql.html:66
496+ #: templates/debug_toolbar/panels/sql.html:73
487497msgid "Isolation level:"
488498msgstr ""
489499
490- #: templates/debug_toolbar/panels/sql.html:69
500+ #: templates/debug_toolbar/panels/sql.html:76
491501msgid "Transaction status:"
492502msgstr ""
493503
494- #: templates/debug_toolbar/panels/sql.html:83
504+ #: templates/debug_toolbar/panels/sql.html:90
495505msgid "(unknown)"
496506msgstr ""
497507
498- #: templates/debug_toolbar/panels/sql.html:92
508+ #: templates/debug_toolbar/panels/sql.html:99
499509msgid "No SQL queries were recorded during this request."
500510msgstr ""
501511
0 commit comments