Skip to content

Commit 25d7cd4

Browse files
committed
Added translation strings for the staticfiles panel.
1 parent 80caa0a commit 25d7cd4

File tree

1 file changed

+67
-18
lines changed

1 file changed

+67
-18
lines changed

debug_toolbar/locale/en/LC_MESSAGES/django.po

Lines changed: 67 additions & 18 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: 2013-12-01 09:40+0100\n"
9+
"POT-Creation-Date: 2013-12-15 13:11+0100\n"
1010
"PO-Revision-Date: 2012-03-31 20:10+0000\n"
1111
"Last-Translator: \n"
1212
"Language-Team: \n"
@@ -22,18 +22,18 @@ msgid ""
2222
"retry."
2323
msgstr ""
2424

25-
#: panels/cache.py:186
25+
#: panels/cache.py:189
2626
msgid "Cache"
2727
msgstr ""
2828

29-
#: panels/cache.py:191
29+
#: panels/cache.py:194
3030
#, python-format
3131
msgid "%(cache_calls)d call in %(time).2fms"
3232
msgid_plural "%(cache_calls)d calls in %(time).2fms"
3333
msgstr[0] ""
3434
msgstr[1] ""
3535

36-
#: panels/cache.py:199
36+
#: panels/cache.py:202
3737
#, python-format
3838
msgid "Cache calls from %(count)d backend"
3939
msgid_plural "Cache calls from %(count)d backends"
@@ -44,18 +44,18 @@ msgstr[1] ""
4444
msgid "Headers"
4545
msgstr ""
4646

47-
#: panels/logging.py:87
47+
#: panels/logging.py:64
4848
msgid "Logging"
4949
msgstr ""
5050

51-
#: panels/logging.py:93
51+
#: panels/logging.py:70
5252
#, python-format
5353
msgid "%(count)s message"
5454
msgid_plural "%(count)s messages"
5555
msgstr[0] ""
5656
msgstr[1] ""
5757

58-
#: panels/logging.py:96
58+
#: panels/logging.py:73
5959
msgid "Log messages"
6060
msgstr ""
6161

@@ -79,11 +79,11 @@ msgstr ""
7979
msgid "<unavailable>"
8080
msgstr ""
8181

82-
#: panels/settings.py:17
82+
#: panels/settings.py:20
8383
msgid "Settings"
8484
msgstr ""
8585

86-
#: panels/settings.py:20
86+
#: panels/settings.py:23
8787
#, python-format
8888
msgid "Settings from <code>%s</code>"
8989
msgstr ""
@@ -106,6 +106,22 @@ msgstr[1] ""
106106
msgid "Signals"
107107
msgstr ""
108108

109+
#: panels/staticfiles.py:90
110+
#, python-format
111+
msgid "Static files (%(num_found)s found, %(num_used)s used)"
112+
msgstr ""
113+
114+
#: panels/staticfiles.py:115
115+
msgid "Static files"
116+
msgstr ""
117+
118+
#: panels/staticfiles.py:120
119+
#, python-format
120+
msgid "%(num_used)s file used"
121+
msgid_plural "%(num_used)s files used"
122+
msgstr[0] ""
123+
msgstr[1] ""
124+
109125
#: panels/timer.py:23
110126
#, python-format
111127
msgid "CPU: %(cum)0.2fms (%(total)0.2fms)"
@@ -168,7 +184,7 @@ msgstr ""
168184
msgid "%(vcsw)d voluntary, %(ivcsw)d involuntary"
169185
msgstr ""
170186

171-
#: panels/versions.py:22
187+
#: panels/versions.py:25
172188
msgid "Versions"
173189
msgstr ""
174190

@@ -216,11 +232,11 @@ msgstr ""
216232
msgid "SQL"
217233
msgstr ""
218234

219-
#: panels/templates/panel.py:145
235+
#: panels/templates/panel.py:141
220236
msgid "Templates"
221237
msgstr ""
222238

223-
#: panels/templates/panel.py:150
239+
#: panels/templates/panel.py:146
224240
#, python-format
225241
msgid "Templates (%(num_templates)s rendered)"
226242
msgstr ""
@@ -360,6 +376,7 @@ msgid "Message"
360376
msgstr ""
361377

362378
#: templates/debug_toolbar/panels/logging.html:10
379+
#: templates/debug_toolbar/panels/staticfiles.html:45
363380
msgid "Location"
364381
msgstr ""
365382

@@ -534,6 +551,44 @@ msgstr ""
534551
msgid "Empty set"
535552
msgstr ""
536553

554+
#: templates/debug_toolbar/panels/staticfiles.html:4
555+
msgid "Static file path"
556+
msgid_plural "Static file paths"
557+
msgstr[0] ""
558+
msgstr[1] ""
559+
560+
#: templates/debug_toolbar/panels/staticfiles.html:12
561+
#: templates/debug_toolbar/panels/staticfiles.html:23
562+
#: templates/debug_toolbar/panels/staticfiles.html:35
563+
#: templates/debug_toolbar/panels/templates.html:10
564+
#: templates/debug_toolbar/panels/templates.html:28
565+
#: templates/debug_toolbar/panels/templates.html:43
566+
msgid "None"
567+
msgstr ""
568+
569+
#: templates/debug_toolbar/panels/staticfiles.html:15
570+
msgid "Static file app"
571+
msgid_plural "Static file apps"
572+
msgstr[0] ""
573+
msgstr[1] ""
574+
575+
#: templates/debug_toolbar/panels/staticfiles.html:26
576+
msgid "Static file"
577+
msgid_plural "Static files"
578+
msgstr[0] ""
579+
msgstr[1] ""
580+
581+
#: templates/debug_toolbar/panels/staticfiles.html:40
582+
#, python-format
583+
msgid "%(payload_count)s file"
584+
msgid_plural "%(payload_count)s files"
585+
msgstr[0] ""
586+
msgstr[1] ""
587+
588+
#: templates/debug_toolbar/panels/staticfiles.html:44
589+
msgid "Path"
590+
msgstr ""
591+
537592
#: templates/debug_toolbar/panels/template_source.html:4
538593
msgid "Template source:"
539594
msgstr ""
@@ -544,12 +599,6 @@ msgid_plural "Template paths"
544599
msgstr[0] ""
545600
msgstr[1] ""
546601

547-
#: templates/debug_toolbar/panels/templates.html:10
548-
#: templates/debug_toolbar/panels/templates.html:28
549-
#: templates/debug_toolbar/panels/templates.html:43
550-
msgid "None"
551-
msgstr ""
552-
553602
#: templates/debug_toolbar/panels/templates.html:13
554603
msgid "Template"
555604
msgid_plural "Templates"

0 commit comments

Comments
 (0)