diff options
| author | Aymeric Augustin | 2014-04-25 21:53:27 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 21:53:27 +0200 |
| commit | c7a3e16c3ef5492ebaebfa037210274fdd8c3800 (patch) | |
| tree | c5b8225d6e69de6c3e2ac262481c8ad2e95407e1 | |
| parent | c0695e8344f3bc577b230e19e6778cbd5c9921d5 (diff) | |
| download | django-debug-toolbar-c7a3e16c3ef5492ebaebfa037210274fdd8c3800.tar.bz2 | |
Update source translations.
| -rw-r--r-- | debug_toolbar/locale/en/LC_MESSAGES/django.po | 64 |
1 files changed, 34 insertions, 30 deletions
diff --git a/debug_toolbar/locale/en/LC_MESSAGES/django.po b/debug_toolbar/locale/en/LC_MESSAGES/django.po index 06237f7..0465d4a 100644 --- a/debug_toolbar/locale/en/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/en/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" +"POT-Creation-Date: 2014-04-25 21:52+0200\n" "PO-Revision-Date: 2012-03-31 20:10+0000\n" "Last-Translator: \n" "Language-Team: \n" @@ -16,24 +16,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +#: apps.py:11 +msgid "Debug Toolbar" +msgstr "" + #: views.py:14 msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." msgstr "" -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "" -#: panels/cache.py:194 +#: panels/cache.py:196 #, python-format msgid "%(cache_calls)d call in %(time).2fms" msgid_plural "%(cache_calls)d calls in %(time).2fms" msgstr[0] "" msgstr[1] "" -#: panels/cache.py:202 +#: panels/cache.py:204 #, python-format msgid "Cache calls from %(count)d backend" msgid_plural "Cache calls from %(count)d backends" @@ -59,11 +63,11 @@ msgstr[1] "" msgid "Log messages" msgstr "" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "" @@ -71,11 +75,11 @@ msgstr "" msgid "Request" msgstr "" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "" @@ -88,34 +92,34 @@ msgstr "" msgid "Settings from <code>%s</code>" msgstr "" -#: panels/signals.py:41 +#: panels/signals.py:45 #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" msgstr[0] "" msgstr[1] "" -#: panels/signals.py:44 +#: panels/signals.py:48 #, python-format msgid "%(num_receivers)d receiver of %(num_signals)d signals" msgid_plural "%(num_receivers)d receivers of %(num_signals)d signals" msgstr[0] "" msgstr[1] "" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -188,43 +192,43 @@ msgstr "" msgid "Versions" msgstr "" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "" @@ -241,27 +245,27 @@ msgstr "" msgid "Templates (%(num_templates)s rendered)" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "" |
