diff options
| -rw-r--r-- | debug_toolbar/locale/fr/LC_MESSAGES/django.po | 219 | ||||
| -rw-r--r-- | debug_toolbar/locale/he/LC_MESSAGES/django.po | 74 | 
2 files changed, 256 insertions, 37 deletions
| diff --git a/debug_toolbar/locale/fr/LC_MESSAGES/django.po b/debug_toolbar/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..c92b2bd --- /dev/null +++ b/debug_toolbar/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,219 @@ +# 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. +# David Paccoud, 2009. +# +# +msgid "" +msgstr "" +"Project-Id-Version: Django Debug Toolbar 0.8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-10-14 23:07+0200\n" +"PO-Revision-Date: 2009-10-14 22:53+0200\n" +"Last-Translator: David Paccoud <dpaccoud@gmail.com>\n" +"Language-Team: French <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: panels/logger.py:56 +msgid "Logging" +msgstr "Loguer" + +#: panels/settings_vars.py:16 +msgid "Settings" +msgstr "Paramètres" + +#: panels/signals.py:39 +msgid "Signals" +msgstr "Signals" + +#: panels/template.py:47 +msgid "Templates" +msgstr "Gabarits" + +#: panels/timer.py:35 templates/debug_toolbar/panels/cache.html:39 +#: templates/debug_toolbar/panels/logger.html:7 +#: templates/debug_toolbar/panels/sql.html:5 +#: templates/debug_toolbar/panels/sql_explain.html:11 +#: templates/debug_toolbar/panels/sql_profile.html:12 +#: templates/debug_toolbar/panels/sql_select.html:11 +msgid "Time" +msgstr "Temps" + +#: panels/version.py:12 +msgid "Django Version" +msgstr "Version de Django" + +#: templates/debug_toolbar/base.html:23 +msgid "Hide" +msgstr "Cacher" + +#: templates/debug_toolbar/base.html:54 +msgid "Close" +msgstr "Fermer" + +#: 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 " +"<code>DEBUG_TOOLBAR_CONFIG</code> dictionary's key " +"<code>INTERCEPT_REDIRECTS</code> to <code>False</code>." +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é, positionnez la " +"clé <code>INTERCEPT_REDIRECTS</code> du dictionnaire " +"<code>DEBUG_TOOLBAR_CONFIG</code> à <code>False</code>." + +#: templates/debug_toolbar/panels/cache.html:14 +msgid "Total Calls" +msgstr "Total des appels" + +#: templates/debug_toolbar/panels/cache.html:16 +msgid "Total Time" +msgstr "Temps Total" + +#: templates/debug_toolbar/panels/cache.html:18 +msgid "Hits" +msgstr "Touché" + +#: templates/debug_toolbar/panels/cache.html:20 +msgid "Misses" +msgstr "Raté" + +#: templates/debug_toolbar/panels/cache.html:35 +msgid "Breakdown" +msgstr "Cassé" + +#: templates/debug_toolbar/panels/cache.html:40 +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/headers.html:5 +msgid "Key" +msgstr "Clé" + +#: templates/debug_toolbar/panels/headers.html:6 +#: templates/debug_toolbar/panels/request_vars.html:12 +#: templates/debug_toolbar/panels/request_vars.html:38 +#: templates/debug_toolbar/panels/request_vars.html:60 +#: templates/debug_toolbar/panels/request_vars.html:82 +#: templates/debug_toolbar/panels/settings_vars.html:6 +#: templates/debug_toolbar/panels/timer.html:10 +msgid "Value" +msgstr "Valeur" + +#: templates/debug_toolbar/panels/logger.html:6 +msgid "Level" +msgstr "Niveau" + +#: templates/debug_toolbar/panels/logger.html:8 +msgid "Message" +msgstr "Message" + +#: templates/debug_toolbar/panels/logger.html:9 +msgid "Location" +msgstr "Emplacement" + +#: templates/debug_toolbar/panels/logger.html:24 +msgid "No messages logged" +msgstr "Aucun message logué" + +#: templates/debug_toolbar/panels/request_vars.html:11 +#: templates/debug_toolbar/panels/request_vars.html:37 +#: templates/debug_toolbar/panels/request_vars.html:59 +#: templates/debug_toolbar/panels/request_vars.html:81 +msgid "Variable" +msgstr "Variable" + +#: templates/debug_toolbar/panels/request_vars.html:25 +msgid "No COOKIE data" +msgstr "Aucune donnée de COOKIE" + +#: templates/debug_toolbar/panels/request_vars.html:51 +msgid "No SESSION data" +msgstr "Aucune donnée de SESSION" + +#: templates/debug_toolbar/panels/request_vars.html:73 +msgid "No GET data" +msgstr "Aucune donnée GET" + +#: templates/debug_toolbar/panels/request_vars.html:95 +msgid "No POST data" +msgstr "Aucune donnée POST" + +#: templates/debug_toolbar/panels/settings_vars.html:5 +msgid "Setting" +msgstr "Paramètre" + +#: templates/debug_toolbar/panels/signals.html:5 +msgid "Signal" +msgstr "Signal" + +#: templates/debug_toolbar/panels/sql.html:6 +msgid "Action" +msgstr "Action" + +#: templates/debug_toolbar/panels/sql.html:32 +msgid "Line" +msgstr "Ligne" + +#: templates/debug_toolbar/panels/sql.html:33 +msgid "Method" +msgstr "Méthode" + +#: templates/debug_toolbar/panels/sql.html:34 +msgid "File" +msgstr "Fichier" + +#: templates/debug_toolbar/panels/sql_explain.html:3 +#: templates/debug_toolbar/panels/sql_profile.html:3 +#: templates/debug_toolbar/panels/sql_select.html:3 +#: templates/debug_toolbar/panels/template_source.html:3 +msgid "Back" +msgstr "Retour" + +#: templates/debug_toolbar/panels/sql_explain.html:4 +msgid "SQL Explained" +msgstr "SQL Expliqué" + +#: templates/debug_toolbar/panels/sql_explain.html:9 +#: templates/debug_toolbar/panels/sql_profile.html:10 +#: templates/debug_toolbar/panels/sql_select.html:9 +msgid "Executed SQL" +msgstr "SQL Exécuté" + +#: templates/debug_toolbar/panels/sql_profile.html:4 +msgid "SQL Profiled" +msgstr "SQL Profilé" + +#: templates/debug_toolbar/panels/sql_profile.html:35 +msgid "Error" +msgstr "Erreur" + +#: templates/debug_toolbar/panels/sql_select.html:4 +msgid "SQL Selected" +msgstr "SQL Sélectionné" + +#: templates/debug_toolbar/panels/sql_select.html:34 +msgid "Empty set" +msgstr "Ensemble vide" + +#: templates/debug_toolbar/panels/templates.html:13 +msgid "Template" +msgstr "Gabarit" + +#: templates/debug_toolbar/panels/timer.html:9 +msgid "Resource" +msgstr "Ressources" diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.po b/debug_toolbar/locale/he/LC_MESSAGES/django.po index e5abf66..ec0290c 100644 --- a/debug_toolbar/locale/he/LC_MESSAGES/django.po +++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po @@ -15,10 +15,6 @@ msgstr ""  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" -#: panels/logger.py:56 -msgid "Logging" -msgstr "" -  #: panels/settings_vars.py:16  msgid "Settings"  msgstr "" @@ -42,10 +38,6 @@ msgstr "תבנית"  msgid "Time"  msgstr "זמן" -#: panels/version.py:12 -msgid "Django Version" -msgstr "" -  #: templates/debug_toolbar/base.html:24  msgid "Hide"  msgstr "הסתיר" @@ -90,16 +82,6 @@ msgstr ""  msgid "Function"  msgstr "" -#: templates/debug_toolbar/panels/headers.html:6 -#: templates/debug_toolbar/panels/request_vars.html:12 -#: templates/debug_toolbar/panels/request_vars.html:38 -#: templates/debug_toolbar/panels/request_vars.html:60 -#: templates/debug_toolbar/panels/request_vars.html:82 -#: templates/debug_toolbar/panels/settings_vars.html:6 -#: templates/debug_toolbar/panels/timer.html:10 -msgid "Value" -msgstr "" -  #: templates/debug_toolbar/panels/logger.html:6  msgid "Level"  msgstr "רמה" @@ -116,21 +98,6 @@ msgstr "מקום"  msgid "No messages logged"  msgstr "אין הודעות" -#: templates/debug_toolbar/panels/request_vars.html:11 -#: templates/debug_toolbar/panels/request_vars.html:37 -#: templates/debug_toolbar/panels/request_vars.html:59 -#: templates/debug_toolbar/panels/request_vars.html:81 -msgid "Variable" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:25 -msgid "No COOKIE data" -msgstr "" - -#: templates/debug_toolbar/panels/request_vars.html:51 -msgid "No SESSION data" -msgstr "" -  #: templates/debug_toolbar/panels/request_vars.html:73  msgid "No GET data"  msgstr "" @@ -147,10 +114,6 @@ msgstr ""  msgid "Signal"  msgstr "סימן" -#: templates/debug_toolbar/panels/sql.html:6 -msgid "Action" -msgstr "" -  #: templates/debug_toolbar/panels/sql.html:30  msgid "Line"  msgstr "שורה" @@ -207,3 +170,40 @@ msgstr ""  #: templates/debug_toolbar/panels/headers.html:5  msgid "Key"  msgstr "מפתח" + +#: panels/logger.py:56 +msgid "Logging" +msgstr "רישום יומן" + +#: panels/version.py:12 +msgid "Django Version" +msgstr "ג 'נגו גירסה" + +#: templates/debug_toolbar/panels/headers.html:6 +#: templates/debug_toolbar/panels/request_vars.html:12 +#: templates/debug_toolbar/panels/request_vars.html:38 +#: templates/debug_toolbar/panels/request_vars.html:60 +#: templates/debug_toolbar/panels/request_vars.html:82 +#: templates/debug_toolbar/panels/settings_vars.html:6 +#: templates/debug_toolbar/panels/timer.html:10 +msgid "Value" +msgstr "ערך" + +#: templates/debug_toolbar/panels/request_vars.html:25 +msgid "No COOKIE data" +msgstr "אין נתונים  לעוגיות" + +#: templates/debug_toolbar/panels/request_vars.html:51 +msgid "No SESSION data" +msgstr "אין נתונים  להתחברות" + +#: templates/debug_toolbar/panels/request_vars.html:11 +#: templates/debug_toolbar/panels/request_vars.html:37 +#: templates/debug_toolbar/panels/request_vars.html:59 +#: templates/debug_toolbar/panels/request_vars.html:81 +msgid "Variable" +msgstr "מזהה" + +#: templates/debug_toolbar/panels/sql.html:6 +msgid "Action" +msgstr "פעילות" | 
