Skip to content

Commit 31faa3e

Browse files
committed
Marked another string for translation.
1 parent 67f06f8 commit 31faa3e

File tree

2 files changed

+92
-23
lines changed

2 files changed

+92
-23
lines changed

debug_toolbar/locale/en/LC_MESSAGES/django.po

Lines changed: 91 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22
# This file is distributed under the same license as the PACKAGE package.
3-
#
4-
#
3+
#
4+
#
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: Django Debug Toolbar\n"
8-
"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n"
9-
"POT-Creation-Date: 2012-03-31 22:10+0200\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2012-04-04 21:35+0200\n"
1010
"PO-Revision-Date: 2012-03-31 20:10+0000\n"
1111
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
1212
"Language-Team: LANGUAGE <LL@li.org>\n"
13+
"Language: en\n"
1314
"MIME-Version: 1.0\n"
1415
"Content-Type: text/plain; charset=UTF-8\n"
1516
"Content-Transfer-Encoding: 8bit\n"
16-
"Language: en\n"
1717
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
1818

1919
#: panels/cache.py:125
@@ -85,10 +85,59 @@ msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals"
8585
msgstr[0] "%(num_receivers)d receiver of %(num_signals)d signals"
8686
msgstr[1] "%(num_receivers)d receivers of %(num_signals)d signals"
8787

88-
#: panels/sql.py:121
88+
#: panels/sql.py:35
89+
msgid "Autocommit"
90+
msgstr ""
91+
92+
#: panels/sql.py:36
93+
msgid "Read uncommitted"
94+
msgstr ""
95+
96+
#: panels/sql.py:37
97+
msgid "Read committed"
98+
msgstr ""
99+
100+
#: panels/sql.py:38
101+
msgid "Repeatable read"
102+
msgstr ""
103+
104+
#: panels/sql.py:39
105+
#, fuzzy
106+
msgid "Serializable"
107+
msgstr "Variable"
108+
109+
#: panels/sql.py:50
110+
msgid "Idle"
111+
msgstr ""
112+
113+
#: panels/sql.py:51
114+
#, fuzzy
115+
msgid "Active"
116+
msgstr "Action"
117+
118+
#: panels/sql.py:52
119+
#, fuzzy
120+
msgid "In transaction"
121+
msgstr "Transaction status:"
122+
123+
#: panels/sql.py:53
124+
#, fuzzy
125+
msgid "In error"
126+
msgstr "Error"
127+
128+
#: panels/sql.py:54
129+
#, fuzzy
130+
msgid "Unknown"
131+
msgstr "(unknown)"
132+
133+
#: panels/sql.py:120
89134
msgid "SQL"
90135
msgstr "SQL"
91136

137+
#: panels/staticfiles.py:18 panels/staticfiles.py:21
138+
msgid "Static files"
139+
msgstr ""
140+
92141
#: panels/template.py:102
93142
msgid "Templates"
94143
msgstr "Templates"
@@ -165,7 +214,7 @@ msgstr "Context switches"
165214
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
166215
msgstr "%(vcsw)d voluntary, %(ivcsw)d involuntary"
167216

168-
#: panels/version.py:19 panels/version.py:28
217+
#: panels/version.py:20 panels/version.py:29
169218
msgid "Versions"
170219
msgstr "Versions"
171220

@@ -191,12 +240,7 @@ msgid "Location"
191240
msgstr "Location"
192241

193242
#: templates/debug_toolbar/redirect.html:9
194-
msgid ""
195-
"The Django Debug Toolbar has intercepted a redirect to the above URL for "
196-
"debug viewing purposes. You can click the above link to continue with the "
197-
"redirect as normal. If you'd like to disable this feature, set the "
198-
"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key "
199-
"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>."
243+
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>."
200244
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>."
201245

202246
#: templates/debug_toolbar/panels/cache.html:14
@@ -433,6 +477,27 @@ msgstr "SQL Selected"
433477
msgid "Empty set"
434478
msgstr "Empty set"
435479

480+
#: templates/debug_toolbar/panels/staticfiles.html:5
481+
msgid "Static path"
482+
msgid_plural "Static paths"
483+
msgstr[0] ""
484+
msgstr[1] ""
485+
486+
#: templates/debug_toolbar/panels/staticfiles.html:13
487+
#, fuzzy, python-format
488+
msgid "%(file_count)s file"
489+
msgid_plural "%(file_count)s files"
490+
msgstr[0] "%(count)s message"
491+
msgstr[1] "%(count)s messages"
492+
493+
#: templates/debug_toolbar/panels/staticfiles.html:17
494+
msgid "Path"
495+
msgstr ""
496+
497+
#: templates/debug_toolbar/panels/staticfiles.html:18
498+
msgid "Storage"
499+
msgstr ""
500+
436501
#: templates/debug_toolbar/panels/template_source.html:4
437502
msgid "Template Source"
438503
msgstr "Template Source"
@@ -443,6 +508,12 @@ msgid_plural "Template paths"
443508
msgstr[0] "Template path"
444509
msgstr[1] "Template path"
445510

511+
#: templates/debug_toolbar/panels/templates.html:10
512+
#: templates/debug_toolbar/panels/templates.html:28
513+
#: templates/debug_toolbar/panels/templates.html:43
514+
msgid "None"
515+
msgstr "None"
516+
446517
#: templates/debug_toolbar/panels/templates.html:13
447518
msgid "Template"
448519
msgid_plural "Templates"
@@ -454,11 +525,6 @@ msgstr[1] "Template"
454525
msgid "Toggle Context"
455526
msgstr "Toggle Context"
456527

457-
#: templates/debug_toolbar/panels/templates.html:28
458-
#: templates/debug_toolbar/panels/templates.html:43
459-
msgid "None"
460-
msgstr "None"
461-
462528
#: templates/debug_toolbar/panels/templates.html:31
463529
msgid "Context processor"
464530
msgid_plural "Context processors"
@@ -469,10 +535,13 @@ msgstr[1] "Context processor"
469535
msgid "Resource"
470536
msgstr "Resource"
471537

472-
#: templates/debug_toolbar/panels/versions.html:6
473-
msgid "Package"
474-
msgstr "Package"
538+
#: templates/debug_toolbar/panels/versions.html:5
539+
msgid "Name"
540+
msgstr ""
475541

476-
#: templates/debug_toolbar/panels/versions.html:7
542+
#: templates/debug_toolbar/panels/versions.html:6
477543
msgid "Version"
478544
msgstr "Version"
545+
546+
#~ msgid "Package"
547+
#~ msgstr "Package"

debug_toolbar/templates/debug_toolbar/panels/templates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h4>{% blocktrans count template_count=template_dirs|length %}Template path{% pl
77
{% endfor %}
88
</ol>
99
{% else %}
10-
<p>None</p>
10+
<p>{% trans "None" %}</p>
1111
{% endif %}
1212

1313
<h4>{% blocktrans count template_count=templates|length %}Template{% plural %}Templates{% endblocktrans %}</h4>

0 commit comments

Comments
 (0)