aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/locale/he
diff options
context:
space:
mode:
authorRob Hudson2009-09-11 18:28:31 -0700
committerRob Hudson2009-09-11 18:28:31 -0700
commitdd7bb2c0e0b7001257214b3f219c39894cb96a4c (patch)
tree934ba1d4a7b03c5517bb3d88facf9878d6fffda4 /debug_toolbar/locale/he
parenta0743bd141dc8157d6c08584795091f62962d82d (diff)
downloaddjango-debug-toolbar-dd7bb2c0e0b7001257214b3f219c39894cb96a4c.tar.bz2
Updated locales with more strings.
Diffstat (limited to 'debug_toolbar/locale/he')
-rw-r--r--debug_toolbar/locale/he/LC_MESSAGES/django.po149
1 files changed, 98 insertions, 51 deletions
diff --git a/debug_toolbar/locale/he/LC_MESSAGES/django.po b/debug_toolbar/locale/he/LC_MESSAGES/django.po
index d4aef2d..5a4db1f 100644
--- a/debug_toolbar/locale/he/LC_MESSAGES/django.po
+++ b/debug_toolbar/locale/he/LC_MESSAGES/django.po
@@ -2,12 +2,12 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-24 22:59-0500\n"
+"POT-Creation-Date: 2009-09-11 18:05-0700\n"
"PO-Revision-Date: 2009-08-24 23:08-0600\n"
"Last-Translator: Alex <alex.gaynor@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -15,6 +15,37 @@ 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 ""
+
+#: panels/signals.py:39
+#, fuzzy
+msgid "Signals"
+msgstr "סימן"
+
+#: panels/template.py:46
+#, fuzzy
+msgid "Templates"
+msgstr "תבנית"
+
+#: 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 "זמן"
+
+#: panels/version.py:12
+msgid "Django Version"
+msgstr ""
+
#: templates/debug_toolbar/base.html:24
msgid "Hide"
msgstr "הסתיר"
@@ -23,6 +54,15 @@ msgstr "הסתיר"
msgid "Close"
msgstr "סגור"
+#: 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 ""
+
#: templates/debug_toolbar/panels/cache.html:14
msgid "Total Calls"
msgstr ""
@@ -31,6 +71,10 @@ msgstr ""
msgid "Total Time"
msgstr "זמן"
+#: templates/debug_toolbar/panels/cache.html:18
+msgid "Hits"
+msgstr "הצלחות"
+
#: templates/debug_toolbar/panels/cache.html:20
msgid "Misses"
msgstr ""
@@ -39,15 +83,6 @@ msgstr ""
msgid "Breakdown"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:39
-#: templates/debug_toolbar/panels/logger.html:8
-#: templates/debug_toolbar/panels/sql.html:6
-#: templates/debug_toolbar/panels/sql_explain.html:10
-#: templates/debug_toolbar/panels/sql_profile.html:10
-#: templates/debug_toolbar/panels/sql_select.html:10
-msgid "Time"
-msgstr "זמן"
-
#: templates/debug_toolbar/panels/cache.html:40
msgid "Type"
msgstr "סוג"
@@ -60,68 +95,80 @@ msgstr ""
msgid "Function"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:6
+#: templates/debug_toolbar/panels/headers.html:5
msgid "Key"
msgstr ""
-#: templates/debug_toolbar/panels/headers.html:7
-#: templates/debug_toolbar/panels/request_vars.html:13
-#: templates/debug_toolbar/panels/request_vars.html:41
-#: templates/debug_toolbar/panels/request_vars.html:65
-#: templates/debug_toolbar/panels/request_vars.html:89
-#: templates/debug_toolbar/panels/settings_vars.html:7
-#: templates/debug_toolbar/panels/timer.html:11
+#: 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:9
+#: templates/debug_toolbar/panels/logger.html:6
+msgid "Level"
+msgstr "רמה"
+
+#: templates/debug_toolbar/panels/logger.html:8
msgid "Message"
msgstr "הודעה"
-#: templates/debug_toolbar/panels/logger.html:10
+#: templates/debug_toolbar/panels/logger.html:9
msgid "Location"
msgstr "מקום"
-#: templates/debug_toolbar/panels/logger.html:25
+#: templates/debug_toolbar/panels/logger.html:24
msgid "No messages logged"
msgstr "אין הודעות"
-#: templates/debug_toolbar/panels/request_vars.html:12
-#: templates/debug_toolbar/panels/request_vars.html:40
-#: templates/debug_toolbar/panels/request_vars.html:64
-#: templates/debug_toolbar/panels/request_vars.html:88
+#: 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:26
+#: templates/debug_toolbar/panels/request_vars.html:25
msgid "No COOKIE data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:54
+#: templates/debug_toolbar/panels/request_vars.html:51
msgid "No SESSION data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:78
+#: templates/debug_toolbar/panels/request_vars.html:73
msgid "No GET data"
msgstr ""
-#: templates/debug_toolbar/panels/request_vars.html:102
+#: templates/debug_toolbar/panels/request_vars.html:95
msgid "No POST data"
msgstr ""
-#: templates/debug_toolbar/panels/signals.html:6
+#: templates/debug_toolbar/panels/settings_vars.html:5
+msgid "Setting"
+msgstr ""
+
+#: templates/debug_toolbar/panels/signals.html:5
msgid "Signal"
msgstr "סימן"
-#: templates/debug_toolbar/panels/sql.html:31
+#: templates/debug_toolbar/panels/sql.html:6
+msgid "Action"
+msgstr ""
+
+#: templates/debug_toolbar/panels/sql.html:30
msgid "Line"
msgstr "שורה"
-#: templates/debug_toolbar/panels/sql.html:32
+#: templates/debug_toolbar/panels/sql.html:31
msgid "Method"
msgstr ""
-#: templates/debug_toolbar/panels/sql.html:33
+#: templates/debug_toolbar/panels/sql.html:32
msgid "File"
msgstr "קובץ"
@@ -132,36 +179,36 @@ msgstr "קובץ"
msgid "Back"
msgstr "חזרה"
-#: templates/debug_toolbar/panels/sql_explain.html:8
-#: templates/debug_toolbar/panels/sql_profile.html:8
-#: templates/debug_toolbar/panels/sql_select.html:8
-msgid "Executed SQL"
+#: templates/debug_toolbar/panels/sql_explain.html:4
+msgid "SQL Explained"
msgstr ""
-#: templates/debug_toolbar/panels/cache.html:18
-msgid "Hits"
-msgstr "הצלחות"
+#: 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 ""
-#: templates/debug_toolbar/panels/logger.html:7
-msgid "Level"
-msgstr "רמה"
+#: templates/debug_toolbar/panels/sql_profile.html:4
+msgid "SQL Profiled"
+msgstr ""
-#: templates/debug_toolbar/panels/sql.html:7
-msgid "Action"
+#: templates/debug_toolbar/panels/sql_profile.html:35
+msgid "Error"
msgstr ""
-#: templates/debug_toolbar/panels/settings_vars.html:6
-msgid "Setting"
+#: templates/debug_toolbar/panels/sql_select.html:4
+msgid "SQL Selected"
msgstr ""
-#: templates/debug_toolbar/panels/sql_select.html:33
+#: templates/debug_toolbar/panels/sql_select.html:34
msgid "Empty set"
msgstr "תוצאות ריק"
-#: templates/debug_toolbar/panels/templates.html:15
+#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgstr "תבנית"
-#: templates/debug_toolbar/panels/timer.html:10
+#: templates/debug_toolbar/panels/timer.html:9
msgid "Resource"
msgstr ""