diff options
| author | Aymeric Augustin | 2013-12-21 09:55:30 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-12-21 09:55:30 +0100 |
| commit | ae450f9ea7733e14a3faa5183b3d213f5d9a3214 (patch) | |
| tree | 654697d187a8e74b0283af1996a65adcd41e0c38 /debug_toolbar/locale/it | |
| parent | ba5af8f6fe7836eef0a0c85dd1e6d7418bc87f75 (diff) | |
| download | django-debug-toolbar-ae450f9ea7733e14a3faa5183b3d213f5d9a3214.tar.bz2 | |
Pull translations from Transifex.
Diffstat (limited to 'debug_toolbar/locale/it')
| -rw-r--r-- | debug_toolbar/locale/it/LC_MESSAGES/django.mo | bin | 3620 -> 8693 bytes | |||
| -rw-r--r-- | debug_toolbar/locale/it/LC_MESSAGES/django.po | 173 |
2 files changed, 87 insertions, 86 deletions
diff --git a/debug_toolbar/locale/it/LC_MESSAGES/django.mo b/debug_toolbar/locale/it/LC_MESSAGES/django.mo Binary files differindex f70cd45..d569875 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 12dbb2f..989f83d 100644 --- a/debug_toolbar/locale/it/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/it/LC_MESSAGES/django.po @@ -5,13 +5,14 @@ # Translators: # Dario Agliottone <dario.agliottone@gmail.com>, 2012 # Flavio Curella <flavio.curella@gmail.com>, 2013 +# yakky <i.spalletti@nephila.it>, 2013 msgid "" msgstr "" "Project-Id-Version: Django Debug Toolbar\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-15 13:11+0100\n" -"PO-Revision-Date: 2013-12-15 12:13+0000\n" -"Last-Translator: Aymeric Augustin <aymeric.augustin@m4x.org>\n" +"PO-Revision-Date: 2013-12-15 14:40+0000\n" +"Last-Translator: yakky <i.spalletti@nephila.it>\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" @@ -23,7 +24,7 @@ msgstr "" msgid "" "Data for this panel isn't available anymore. Please reload the page and " "retry." -msgstr "" +msgstr "Non sono più disponibili dati per questo pannello. Ricarica la pagina e riprova." #: panels/cache.py:189 msgid "Cache" @@ -45,34 +46,34 @@ msgstr[1] "Chiamate alla cache da %(count)d backend" #: panels/headers.py:35 msgid "Headers" -msgstr "" +msgstr "Intestazioni" #: panels/logging.py:64 msgid "Logging" -msgstr "" +msgstr "Logging" #: panels/logging.py:70 #, python-format msgid "%(count)s message" msgid_plural "%(count)s messages" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(count)s messaggio" +msgstr[1] "%(count)s messaggi" #: panels/logging.py:73 msgid "Log messages" -msgstr "" +msgstr "Messaggi di log" #: panels/profiling.py:126 msgid "Profiling" -msgstr "" +msgstr "Profilazione" #: panels/redirects.py:22 msgid "Intercept redirects" -msgstr "" +msgstr "Intercetta ridirezioni" #: panels/request.py:18 msgid "Request" -msgstr "" +msgstr "Request" #: panels/request.py:27 msgid "<no view>" @@ -95,15 +96,15 @@ msgstr "Impostazioni da <code>%s</code>" #, python-format msgid "%(num_receivers)d receiver of 1 signal" msgid_plural "%(num_receivers)d receivers of 1 signal" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(num_receivers)d ricevitore di 1 segnale" +msgstr[1] "%(num_receivers)d ricevitori di 1 segnale" #: panels/signals.py:44 #, 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] "" +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 msgid "Signals" @@ -112,18 +113,18 @@ msgstr "Segnali" #: panels/staticfiles.py:90 #, python-format msgid "Static files (%(num_found)s found, %(num_used)s used)" -msgstr "" +msgstr "File statici (%(num_found)s trovati, %(num_used)s usati)" #: panels/staticfiles.py:115 msgid "Static files" -msgstr "" +msgstr "Files statici" #: panels/staticfiles.py:120 #, python-format msgid "%(num_used)s file used" msgid_plural "%(num_used)s files used" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(num_used)s file usato" +msgstr[1] "%(num_used)s file usati" #: panels/timer.py:23 #, python-format @@ -133,7 +134,7 @@ msgstr "CPU: %(cum)0.2fms (%(total)0.2fms)" #: panels/timer.py:28 #, python-format msgid "Total: %0.2fms" -msgstr "" +msgstr "Totale: %0.2fms" #: panels/timer.py:34 templates/debug_toolbar/panels/logging.html:7 #: templates/debug_toolbar/panels/sql_explain.html:11 @@ -144,7 +145,7 @@ msgstr "Tempo" #: panels/timer.py:42 msgid "User CPU time" -msgstr "" +msgstr "Tempo CPU utente" #: panels/timer.py:42 #, python-format @@ -153,7 +154,7 @@ msgstr "%(utime)0.3f msec" #: panels/timer.py:43 msgid "System CPU time" -msgstr "" +msgstr "Tempo CPU sistema" #: panels/timer.py:43 #, python-format @@ -180,7 +181,7 @@ msgstr "%(total_time)0.3f msec" #: panels/timer.py:46 msgid "Context switches" -msgstr "" +msgstr "Cambi di contesto" #: panels/timer.py:46 #, python-format @@ -193,27 +194,27 @@ msgstr "Versioni" #: panels/sql/panel.py:21 msgid "Autocommit" -msgstr "" +msgstr "Autocommit" #: panels/sql/panel.py:22 msgid "Read uncommitted" -msgstr "" +msgstr "Read uncommitted" #: panels/sql/panel.py:23 msgid "Read committed" -msgstr "" +msgstr "Read committed" #: panels/sql/panel.py:24 msgid "Repeatable read" -msgstr "" +msgstr "Repeatable read" #: panels/sql/panel.py:25 msgid "Serializable" -msgstr "" +msgstr "Serializable" #: panels/sql/panel.py:36 msgid "Idle" -msgstr "" +msgstr "Idle" #: panels/sql/panel.py:37 msgid "Active" @@ -242,11 +243,11 @@ msgstr "Template" #: panels/templates/panel.py:146 #, python-format msgid "Templates (%(num_templates)s rendered)" -msgstr "" +msgstr "Templates (%(num_templates)s rendered)" #: templates/debug_toolbar/base.html:17 msgid "Hide toolbar" -msgstr "" +msgstr "Nascondi Toolbar" #: templates/debug_toolbar/base.html:17 msgid "Hide" @@ -254,15 +255,15 @@ msgstr "Nascondi" #: templates/debug_toolbar/base.html:23 msgid "Disable for next and successive requests" -msgstr "" +msgstr "Disattiva per la prossima requests e le successive" #: templates/debug_toolbar/base.html:23 msgid "Enable for next and successive requests" -msgstr "" +msgstr "Abilita per la prossima requests e le successive" #: templates/debug_toolbar/base.html:45 msgid "Show toolbar" -msgstr "" +msgstr "Mostra Toolbar" #: templates/debug_toolbar/base.html:51 msgid "Close" @@ -270,14 +271,14 @@ msgstr "Chiudi" #: templates/debug_toolbar/redirect.html:8 msgid "Location:" -msgstr "" +msgstr "Location:" #: templates/debug_toolbar/redirect.html:10 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." -msgstr "" +msgstr "Django Debug Toolbar ha intercettato un redirect verso la URL indicata per visualizzare il debug, Puoi cliccare sul link sopra per continuare normalmente con la redirezione." #: templates/debug_toolbar/panels/cache.html:2 msgid "Summary" @@ -285,19 +286,19 @@ msgstr "Sommario" #: templates/debug_toolbar/panels/cache.html:6 msgid "Total calls" -msgstr "" +msgstr "Chiamate totali" #: templates/debug_toolbar/panels/cache.html:7 msgid "Total time" -msgstr "" +msgstr "Tempo Totale" #: templates/debug_toolbar/panels/cache.html:8 msgid "Cache hits" -msgstr "" +msgstr "Trovati in cache" #: templates/debug_toolbar/panels/cache.html:9 msgid "Cache misses" -msgstr "" +msgstr "Non trovati in cache" #: templates/debug_toolbar/panels/cache.html:21 msgid "Commands" @@ -319,12 +320,12 @@ msgstr "Tipo" #: templates/debug_toolbar/panels/cache.html:45 #: templates/debug_toolbar/panels/request.html:8 msgid "Arguments" -msgstr "" +msgstr "Argomenti" #: templates/debug_toolbar/panels/cache.html:46 #: templates/debug_toolbar/panels/request.html:9 msgid "Keyword arguments" -msgstr "" +msgstr "Parole chiave" #: templates/debug_toolbar/panels/cache.html:47 msgid "Backend" @@ -332,7 +333,7 @@ msgstr "Backend" #: templates/debug_toolbar/panels/headers.html:3 msgid "Request headers" -msgstr "" +msgstr "Header della request" #: templates/debug_toolbar/panels/headers.html:8 #: templates/debug_toolbar/panels/headers.html:27 @@ -354,17 +355,17 @@ msgstr "Valore" #: templates/debug_toolbar/panels/headers.html:22 msgid "Response headers" -msgstr "" +msgstr "Header della response" #: templates/debug_toolbar/panels/headers.html:41 msgid "WSGI environ" -msgstr "" +msgstr "Ambiente WSGI" #: templates/debug_toolbar/panels/headers.html:43 msgid "" "Since the WSGI environ inherits the environment of the server, only a " "significant subset is shown below." -msgstr "" +msgstr "Visto che l'ambiente WSGI è ereditato dal server, sotto è mostrata solo la parte significativa." #: templates/debug_toolbar/panels/logging.html:6 msgid "Level" @@ -381,7 +382,7 @@ msgstr "Messaggio" #: templates/debug_toolbar/panels/logging.html:10 #: templates/debug_toolbar/panels/staticfiles.html:45 msgid "Location" -msgstr "" +msgstr "Location" #: templates/debug_toolbar/panels/logging.html:26 msgid "No messages logged" @@ -393,20 +394,20 @@ msgstr "Chiamata" #: templates/debug_toolbar/panels/profiling.html:6 msgid "CumTime" -msgstr "" +msgstr "CumTime" #: templates/debug_toolbar/panels/profiling.html:7 #: templates/debug_toolbar/panels/profiling.html:9 msgid "Per" -msgstr "" +msgstr "Per" #: templates/debug_toolbar/panels/profiling.html:8 msgid "TotTime" -msgstr "" +msgstr "TotTime" #: templates/debug_toolbar/panels/profiling.html:10 msgid "Count" -msgstr "" +msgstr "Numero" #: templates/debug_toolbar/panels/request.html:3 msgid "View information" @@ -414,15 +415,15 @@ msgstr "Vedi Informazioni" #: templates/debug_toolbar/panels/request.html:7 msgid "View function" -msgstr "" +msgstr "Funzione View" #: templates/debug_toolbar/panels/request.html:10 msgid "URL name" -msgstr "" +msgstr "Nome URL" #: templates/debug_toolbar/panels/request.html:24 msgid "Cookies" -msgstr "" +msgstr "Cookies" #: templates/debug_toolbar/panels/request.html:32 #: templates/debug_toolbar/panels/request.html:58 @@ -433,31 +434,31 @@ msgstr "Variabile" #: templates/debug_toolbar/panels/request.html:46 msgid "No cookies" -msgstr "" +msgstr "Nessun cookie" #: templates/debug_toolbar/panels/request.html:50 msgid "Session data" -msgstr "" +msgstr "Dati di sessione" #: templates/debug_toolbar/panels/request.html:72 msgid "No session data" -msgstr "" +msgstr "Nessun dato in sessione" #: templates/debug_toolbar/panels/request.html:76 msgid "GET data" -msgstr "" +msgstr "Dati GET" #: templates/debug_toolbar/panels/request.html:98 msgid "No GET data" -msgstr "" +msgstr "Nessun dato in GET" #: templates/debug_toolbar/panels/request.html:102 msgid "POST data" -msgstr "" +msgstr "Dati POST" #: templates/debug_toolbar/panels/request.html:123 msgid "No POST data" -msgstr "" +msgstr "Nessuno dato in POST" #: templates/debug_toolbar/panels/settings.html:5 msgid "Setting" @@ -469,11 +470,11 @@ msgstr "Segnale" #: templates/debug_toolbar/panels/signals.html:6 msgid "Providing" -msgstr "" +msgstr "Forniti" #: templates/debug_toolbar/panels/signals.html:7 msgid "Receivers" -msgstr "" +msgstr "Ricevitori" #: templates/debug_toolbar/panels/sql.html:7 #, python-format @@ -489,7 +490,7 @@ msgstr "Query" #: templates/debug_toolbar/panels/sql.html:19 #: templates/debug_toolbar/panels/timer.html:36 msgid "Timeline" -msgstr "" +msgstr "Timeline" #: templates/debug_toolbar/panels/sql.html:21 msgid "Action" @@ -501,7 +502,7 @@ msgstr "Connessione:" #: templates/debug_toolbar/panels/sql.html:66 msgid "Isolation level:" -msgstr "" +msgstr "Isolation level:" #: templates/debug_toolbar/panels/sql.html:69 msgid "Transaction status:" @@ -524,7 +525,7 @@ msgstr "Indietro" #: templates/debug_toolbar/panels/sql_explain.html:4 msgid "SQL explained" -msgstr "" +msgstr "SQL spigato" #: templates/debug_toolbar/panels/sql_explain.html:9 #: templates/debug_toolbar/panels/sql_profile.html:10 @@ -540,7 +541,7 @@ msgstr "Database" #: templates/debug_toolbar/panels/sql_profile.html:4 msgid "SQL profiled" -msgstr "" +msgstr "SQL profilato" #: templates/debug_toolbar/panels/sql_profile.html:37 msgid "Error" @@ -548,17 +549,17 @@ msgstr "Errore" #: templates/debug_toolbar/panels/sql_select.html:4 msgid "SQL selected" -msgstr "" +msgstr "SQL selezionato" #: templates/debug_toolbar/panels/sql_select.html:36 msgid "Empty set" -msgstr "" +msgstr "Insieme vuoto" #: templates/debug_toolbar/panels/staticfiles.html:4 msgid "Static file path" msgid_plural "Static file paths" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Percorso file statici" +msgstr[1] "Percorsi file statici" #: templates/debug_toolbar/panels/staticfiles.html:12 #: templates/debug_toolbar/panels/staticfiles.html:23 @@ -572,35 +573,35 @@ msgstr "Nessuno" #: templates/debug_toolbar/panels/staticfiles.html:15 msgid "Static file app" msgid_plural "Static file apps" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "App file statici" +msgstr[1] "App file statici" #: templates/debug_toolbar/panels/staticfiles.html:26 msgid "Static file" msgid_plural "Static files" msgstr[0] "" -msgstr[1] "" +msgstr[1] "Files statici" #: templates/debug_toolbar/panels/staticfiles.html:40 #, python-format msgid "%(payload_count)s file" msgid_plural "%(payload_count)s files" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(payload_count)s file" +msgstr[1] "%(payload_count)s file" #: templates/debug_toolbar/panels/staticfiles.html:44 msgid "Path" -msgstr "" +msgstr "Percorso" #: templates/debug_toolbar/panels/template_source.html:4 msgid "Template source:" -msgstr "" +msgstr "Sorgente del template" #: templates/debug_toolbar/panels/templates.html:2 msgid "Template path" msgid_plural "Template paths" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Percorso dei template" +msgstr[1] "Percorsi dei template" #: templates/debug_toolbar/panels/templates.html:13 msgid "Template" @@ -611,17 +612,17 @@ msgstr[1] "Template" #: templates/debug_toolbar/panels/templates.html:21 #: templates/debug_toolbar/panels/templates.html:37 msgid "Toggle context" -msgstr "" +msgstr "Cambia contesto" #: templates/debug_toolbar/panels/templates.html:31 msgid "Context processor" msgid_plural "Context processors" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Context processor" +msgstr[1] "Context processors" #: templates/debug_toolbar/panels/timer.html:2 msgid "Resource usage" -msgstr "" +msgstr "Uso risorsa" #: templates/debug_toolbar/panels/timer.html:10 msgid "Resource" @@ -629,11 +630,11 @@ msgstr "Risorsa" #: templates/debug_toolbar/panels/timer.html:26 msgid "Browser timing" -msgstr "" +msgstr "Tempo browser" #: templates/debug_toolbar/panels/timer.html:35 msgid "Timing attribute" -msgstr "" +msgstr "Attributo" #: templates/debug_toolbar/panels/timer.html:37 msgid "Milliseconds since navigation start (+length)" |
