From 0ff41e26acacf1ca6096bf5be69868eba0791d55 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 31 Mar 2012 21:45:10 +0200 Subject: Pulled updates from Transifex. --- debug_toolbar/locale/fr/LC_MESSAGES/django.po | 140 ++++++++++++-------------- 1 file changed, 63 insertions(+), 77 deletions(-) (limited to 'debug_toolbar/locale/fr') diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.po b/debug_toolbar/locale/fr/LC_MESSAGES/django.po index 2e9e90b..14177b7 100644 --- a/debug_toolbar/locale/fr/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.po @@ -1,41 +1,41 @@ -# Django Debug Toolbar in French. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. +# +# +# Translators: # David Paccoud, 2009. -# -# msgid "" msgstr "" -"Project-Id-Version: Django Debug Toolbar 0.8.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-31 14:35+0200\n" -"PO-Revision-Date: 2009-10-14 22:53+0200\n" -"Last-Translator: David Paccoud \n" -"Language-Team: French \n" -"Language: fr\n" +"Project-Id-Version: Django Debug Toolbar\n" +"Report-Msgid-Bugs-To: http://github.com/django-debug-toolbar/django-debug-toolbar/issues\n" +"POT-Creation-Date: 2012-03-31 21:39+0200\n" +"PO-Revision-Date: 2012-03-31 19:39+0000\n" +"Last-Translator: Jannis Leidel \n" +"Language-Team: French (http://www.transifex.net/projects/p/django-debug-toolbar/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" -#: panels/cache.py:92 -#, fuzzy +#: panels/cache.py:125 msgid "Cache" -msgstr "Usage du cache" +msgstr "" -#: panels/cache.py:96 +#: panels/cache.py:129 #, 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:102 +#: panels/cache.py:135 msgid "Cache Usage" -msgstr "Usage du cache" +msgstr "" #: panels/headers.py:37 panels/headers.py:40 msgid "HTTP Headers" -msgstr "En-têtes HTTP" +msgstr "" #: panels/logger.py:117 msgid "Logging" @@ -49,9 +49,8 @@ msgstr[0] "" msgstr[1] "" #: panels/logger.py:126 -#, fuzzy msgid "Log Messages" -msgstr "Message" +msgstr "" #: panels/profiling.py:149 panels/profiling.py:155 msgid "Profiling" @@ -59,16 +58,16 @@ msgstr "" #: panels/request_vars.py:22 panels/request_vars.py:25 msgid "Request Vars" -msgstr "Variables de requête" +msgstr "" -#: panels/settings_vars.py:16 +#: panels/settings_vars.py:18 msgid "Settings" msgstr "Paramètres" -#: panels/settings_vars.py:19 +#: panels/settings_vars.py:21 #, python-format msgid "Settings from %s" -msgstr "Paramètres de %s" +msgstr "" #: panels/signals.py:40 panels/signals.py:58 msgid "Signals" @@ -90,7 +89,7 @@ msgstr[1] "" #: panels/sql.py:121 msgid "SQL" -msgstr "SQL" +msgstr "" #: panels/template.py:102 msgid "Templates" @@ -110,40 +109,36 @@ msgid "Time" msgstr "Temps" #: panels/timer.py:70 -#, fuzzy msgid "Resource Usage" -msgstr "Usage des ressources" +msgstr "" #: panels/timer.py:83 msgid "User CPU time" -msgstr "Temps CPU utilisateur" +msgstr "" #: panels/timer.py:84 msgid "System CPU time" -msgstr "Temps CPU système" +msgstr "" #: panels/timer.py:85 -#, fuzzy msgid "Total CPU time" -msgstr "Temps CPU Total" +msgstr "" #: panels/timer.py:86 msgid "Elapsed time" -msgstr "Temps écoulé" +msgstr "" #: panels/timer.py:87 -#, fuzzy msgid "Context switches" -msgstr "Changements de contexte" +msgstr "" #: panels/version.py:19 panels/version.py:28 -#, fuzzy msgid "Versions" -msgstr "Versions" +msgstr "" #: templates/debug_toolbar/base.html:11 msgid "Hide Toolbar" -msgstr "Masquer la barre" +msgstr "" #: templates/debug_toolbar/base.html:11 msgid "Hide" @@ -151,7 +146,7 @@ msgstr "Masquer" #: templates/debug_toolbar/base.html:36 msgid "Show Toolbar" -msgstr "Afficher la barre" +msgstr "" #: templates/debug_toolbar/base.html:42 msgid "Close" @@ -163,7 +158,12 @@ msgid "Location" msgstr "Emplacement" #: templates/debug_toolbar/redirect.html:9 -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 DEBUG_TOOLBAR_CONFIG dictionary's key INTERCEPT_REDIRECTS to False." +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 " +"DEBUG_TOOLBAR_CONFIG dictionary's key " +"INTERCEPT_REDIRECTS to False." msgstr "La barre de Debug Django a intercepté une redirection vers l'adresse ci-dessous afin de permettre la consultation des messages de debug. Vous pouvez cliquer sur le lien ci-dessus pour continuer normalement avec la redirection. Si vous voulez désactiver cette fonctionnalité, paramétrez la valeur de la clé INTERCEPT_REDIRECTS du dictionnaire DEBUG_TOOLBAR_CONFIG à False." #: templates/debug_toolbar/panels/cache.html:14 @@ -191,13 +191,19 @@ msgid "Type" msgstr "Type" #: templates/debug_toolbar/panels/cache.html:41 -msgid "Parameters" -msgstr "Paramètres" - -#: templates/debug_toolbar/panels/cache.html:42 msgid "Function" msgstr "Fonction" +#: templates/debug_toolbar/panels/cache.html:42 +#: templates/debug_toolbar/panels/request_vars.html:8 +msgid "args" +msgstr "" + +#: templates/debug_toolbar/panels/cache.html:43 +#: templates/debug_toolbar/panels/request_vars.html:9 +msgid "kwargs" +msgstr "" + #: templates/debug_toolbar/panels/headers.html:5 msgid "Key" msgstr "Clé" @@ -233,9 +239,8 @@ msgid "Call" msgstr "" #: templates/debug_toolbar/panels/profiling.html:7 -#, fuzzy msgid "CumTime" -msgstr "Temps" +msgstr "" #: templates/debug_toolbar/panels/profiling.html:8 #: templates/debug_toolbar/panels/profiling.html:10 @@ -243,9 +248,8 @@ msgid "Per" msgstr "" #: templates/debug_toolbar/panels/profiling.html:9 -#, fuzzy msgid "TotTime" -msgstr "Temps Total" +msgstr "" #: templates/debug_toolbar/panels/profiling.html:11 msgid "Count" @@ -256,16 +260,7 @@ msgid "View information" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:7 -#, fuzzy msgid "View Function" -msgstr "Fonction" - -#: templates/debug_toolbar/panels/request_vars.html:8 -msgid "args" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:9 -msgid "kwargs" msgstr "" #: templates/debug_toolbar/panels/request_vars.html:29 @@ -335,14 +330,12 @@ msgid "Query" msgstr "Requête" #: templates/debug_toolbar/panels/sql.html:20 -#, fuzzy msgid "Timeline" -msgstr "Temps" +msgstr "" #: templates/debug_toolbar/panels/sql.html:21 -#, fuzzy msgid "Time (ms)" -msgstr "Temps" +msgstr "" #: templates/debug_toolbar/panels/sql.html:22 msgid "Action" @@ -393,11 +386,15 @@ msgstr "Source du gabarit" #: templates/debug_toolbar/panels/templates.html:2 msgid "Template path" -msgstr "Chemin du gabarit" +msgid_plural "Template paths" +msgstr[0] "" +msgstr[1] "Chemin du gabarit" #: templates/debug_toolbar/panels/templates.html:13 msgid "Template" -msgstr "Gabarit" +msgid_plural "Templates" +msgstr[0] "" +msgstr[1] "Gabarit" #: templates/debug_toolbar/panels/templates.html:21 #: templates/debug_toolbar/panels/templates.html:37 @@ -411,7 +408,9 @@ msgstr "Aucun" #: templates/debug_toolbar/panels/templates.html:31 msgid "Context processor" -msgstr "Processeur de contexte" +msgid_plural "Context processors" +msgstr[0] "" +msgstr[1] "Processeur de contexte" #: templates/debug_toolbar/panels/timer.html:9 msgid "Resource" @@ -425,18 +424,5 @@ msgstr "Paquet" msgid "Version" msgstr "Version" -#, fuzzy -#~ msgid "SQL Queries" -#~ msgstr "Requêtes SQL" - -#~ msgid "Stacktrace" -#~ msgstr "Pile d'appel" - -#~ msgid "Line" -#~ msgstr "Ligne" - -#~ msgid "Method" -#~ msgstr "Méthode" - -#~ msgid "File" -#~ msgstr "Fichier" +#~ msgid "Parameters" +#~ msgstr "Parameters" -- cgit v1.2.3