diff options
| author | Aymeric Augustin | 2014-04-25 21:56:14 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 21:56:14 +0200 |
| commit | 838c45aa742b761e1f04531b40671862d23a5e83 (patch) | |
| tree | 12fced0d8bc170e6bde62a12a0f1afa78dea3e63 /debug_toolbar/locale/it | |
| parent | c7a3e16c3ef5492ebaebfa037210274fdd8c3800 (diff) | |
| download | django-debug-toolbar-838c45aa742b761e1f04531b40671862d23a5e83.tar.bz2 | |
Update translations.
Diffstat (limited to 'debug_toolbar/locale/it')
| -rw-r--r-- | debug_toolbar/locale/it/LC_MESSAGES/django.mo | bin | 8697 -> 8772 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/it/LC_MESSAGES/django.po | 72 |
2 files changed, 38 insertions, 34 deletions
diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.mo b/debug_toolbar/locale/it/LC_MESSAGES/django.mo Binary files differindex 6f97766..25867d6 100644 --- a/debug_toolbar/locale/it/LC_MESSAGES/django.mo +++ b/debug_toolbar/locale/it/LC_MESSAGES/django.mo diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.po b/debug_toolbar/locale/it/LC_MESSAGES/django.po index 1bfd6af..4f98f91 100644 --- a/debug_toolbar/locale/it/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/it/LC_MESSAGES/django.po @@ -5,14 +5,14 @@ # Translators: # Dario Agliottone <dario.agliottone@gmail.com>, 2012 # Flavio Curella <flavio.curella@gmail.com>, 2013 -# yakky <i.spalletti@nephila.it>, 2013 +# yakky <i.spalletti@nephila.it>, 2013-2014 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-23 12:40+0100\n" -"PO-Revision-Date: 2013-12-24 08:56+0000\n" -"Last-Translator: Jannis Leidel <jannis@leidel.info>\n" +"POT-Creation-Date: 2014-04-25 21:52+0200\n" +"PO-Revision-Date: 2014-04-25 19:53+0000\n" +"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n" "Language-Team: Italian (http://www.transifex.com/projects/p/django-debug-toolbar/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,24 +20,28 @@ msgstr "" "Language: it\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 "Non sono più disponibili dati per questo pannello. Ricarica la pagina e riprova." -#: panels/cache.py:189 +#: panels/cache.py:191 msgid "Cache" msgstr "Cache" -#: 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] "%(cache_calls)d chiamata in %(time).2fms" msgstr[1] "%(cache_calls)d chiamate in %(time).2fms" -#: 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" @@ -63,11 +67,11 @@ msgstr[1] "%(count)s messaggi" msgid "Log messages" msgstr "Messaggi di log" -#: panels/profiling.py:126 +#: panels/profiling.py:127 msgid "Profiling" msgstr "Profilazione" -#: panels/redirects.py:22 +#: panels/redirects.py:17 msgid "Intercept redirects" msgstr "Intercetta ridirezioni" @@ -75,11 +79,11 @@ msgstr "Intercetta ridirezioni" msgid "Request" msgstr "Request" -#: panels/request.py:27 +#: panels/request.py:35 msgid "<no view>" msgstr "<nessuna view>" -#: panels/request.py:39 +#: panels/request.py:47 msgid "<unavailable>" msgstr "<non disponibile>" @@ -92,34 +96,34 @@ msgstr "Impostazioni" msgid "Settings from <code>%s</code>" msgstr "Impostazioni da <code>%s</code>" -#: 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] "%(num_receivers)d ricevitore di 1 segnale" msgstr[1] "%(num_receivers)d ricevitori di 1 segnale" -#: 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] "%(num_receivers)d ricevitore di %(num_signals)d segnali" msgstr[1] "%(num_receivers)d ricevitori di %(num_signals)d segnali" -#: panels/signals.py:49 +#: panels/signals.py:53 msgid "Signals" msgstr "Segnali" -#: panels/staticfiles.py:90 +#: panels/staticfiles.py:89 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" msgstr "File statici (%(num_found)s trovati, %(num_used)s usati)" -#: panels/staticfiles.py:115 +#: panels/staticfiles.py:107 msgid "Static files" msgstr "Files statici" -#: panels/staticfiles.py:120 +#: panels/staticfiles.py:112 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" @@ -192,43 +196,43 @@ msgstr "%(vcsw)d volontario, %(ivcsw)d involontario" msgid "Versions" msgstr "Versioni" -#: panels/sql/panel.py:21 +#: panels/sql/panel.py:22 msgid "Autocommit" msgstr "Autocommit" -#: panels/sql/panel.py:22 +#: panels/sql/panel.py:23 msgid "Read uncommitted" msgstr "Read uncommitted" -#: panels/sql/panel.py:23 +#: panels/sql/panel.py:24 msgid "Read committed" msgstr "Read committed" -#: panels/sql/panel.py:24 +#: panels/sql/panel.py:25 msgid "Repeatable read" msgstr "Repeatable read" -#: panels/sql/panel.py:25 +#: panels/sql/panel.py:26 msgid "Serializable" msgstr "Serializable" -#: panels/sql/panel.py:36 +#: panels/sql/panel.py:37 msgid "Idle" msgstr "Idle" -#: panels/sql/panel.py:37 +#: panels/sql/panel.py:38 msgid "Active" msgstr "Azione" -#: panels/sql/panel.py:38 +#: panels/sql/panel.py:39 msgid "In transaction" msgstr "Stato transazione:" -#: panels/sql/panel.py:39 +#: panels/sql/panel.py:40 msgid "In error" msgstr "Errore" -#: panels/sql/panel.py:40 +#: panels/sql/panel.py:41 msgid "Unknown" msgstr "(sconosciuto)" @@ -245,27 +249,27 @@ msgstr "Template" msgid "Templates (%(num_templates)s rendered)" msgstr "Templates (%(num_templates)s rendered)" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide toolbar" msgstr "Nascondi Toolbar" -#: templates/debug_toolbar/base.html:17 +#: templates/debug_toolbar/base.html:19 msgid "Hide" msgstr "Nascondi" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Disable for next and successive requests" msgstr "Disattiva per la prossima requests e le successive" -#: templates/debug_toolbar/base.html:23 +#: templates/debug_toolbar/base.html:25 msgid "Enable for next and successive requests" msgstr "Abilita per la prossima requests e le successive" -#: templates/debug_toolbar/base.html:45 +#: templates/debug_toolbar/base.html:47 msgid "Show toolbar" msgstr "Mostra Toolbar" -#: templates/debug_toolbar/base.html:51 +#: templates/debug_toolbar/base.html:53 msgid "Close" msgstr "Chiudi" @@ -564,7 +568,7 @@ msgstr[1] "Percorsi file statici" #: templates/debug_toolbar/panels/staticfiles.html:8 #, python-format msgid "(prefix %(prefix)s)" -msgstr "" +msgstr "(prefisso %(prefix)s)" #: templates/debug_toolbar/panels/staticfiles.html:12 #: templates/debug_toolbar/panels/staticfiles.html:23 |
