aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/locale/he/LC_MESSAGES/django.po
blob: 11fbb261db60bcb3532d4d63f3122957396fd3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
# SOME DESCRIPTIVE TITLE.
# 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-11-18 08:06-0800\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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: panels/cache.py:92
#, python-format
msgid "Cache: %.2fms"
msgstr ""

#: panels/cache.py:95
msgid "Cache Usage"
msgstr ""

#: panels/headers.py:36 panels/headers.py:39
msgid "HTTP Headers"
msgstr ""

#: panels/logger.py:56
msgid "Logging"
msgstr "רישום יומן"

#: panels/logger.py:63
#, fuzzy
msgid "Log Messages"
msgstr "הודעה"

#: panels/request_vars.py:13 panels/request_vars.py:16
msgid "Request Vars"
msgstr ""

#: panels/settings_vars.py:16
msgid "Settings"
msgstr ""

#: panels/settings_vars.py:19
#, python-format
msgid "Settings from <code>%s</code>"
msgstr ""

#: panels/signals.py:39 panels/signals.py:42
msgid "Signals"
msgstr "סימנים"

#: panels/sql.py:146
msgid "SQL"
msgstr ""

#: panels/sql.py:160
msgid "SQL Queries"
msgstr ""

#: panels/template.py:47
msgid "Templates"
msgstr "תבניות"

#: panels/template.py:52
#, python-format
msgid "Templates (%(num_templates)s rendered)"
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/timer.py:47
msgid "Resource Usage"
msgstr ""

#: panels/timer.py:78
msgid "User CPU time"
msgstr ""

#: panels/timer.py:79
msgid "System CPU time"
msgstr ""

#: panels/timer.py:80
#, fuzzy
msgid "Total CPU time"
msgstr "זמן"

#: panels/timer.py:81
msgid "Elapsed time"
msgstr ""

#: panels/timer.py:82
msgid "Context switches"
msgstr ""

#: panels/version.py:20 panels/version.py:29
#, fuzzy
msgid "Versions"
msgstr "ג 'נגו גירסה"

#: templates/debug_toolbar/base.html:23
msgid "Hide Toolbar"
msgstr ""

#: templates/debug_toolbar/base.html:23
msgid "Hide"
msgstr "הסתיר"

#: templates/debug_toolbar/base.html:48
msgid "Show Toolbar"
msgstr ""

#: templates/debug_toolbar/base.html:54
msgid "Close"
msgstr "סגור"

#: templates/debug_toolbar/redirect.html:7
#: templates/debug_toolbar/panels/logger.html:9
msgid "Location"
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 ""

#: templates/debug_toolbar/panels/cache.html:16
msgid "Total Time"
msgstr "זמן"

#: templates/debug_toolbar/panels/cache.html:18
msgid "Hits"
msgstr "הצלחות"

#: templates/debug_toolbar/panels/cache.html:20
msgid "Misses"
msgstr ""

#: templates/debug_toolbar/panels/cache.html:35
msgid "Breakdown"
msgstr ""

#: templates/debug_toolbar/panels/cache.html:40
msgid "Type"
msgstr "סוג"

#: templates/debug_toolbar/panels/cache.html:41
msgid "Parameters"
msgstr ""

#: templates/debug_toolbar/panels/cache.html:42
msgid "Function"
msgstr ""

#: templates/debug_toolbar/panels/headers.html:5
msgid "Key"
msgstr "מפתח"

#: templates/debug_toolbar/panels/headers.html:6
#: templates/debug_toolbar/panels/request_vars.html:37
#: templates/debug_toolbar/panels/request_vars.html:63
#: templates/debug_toolbar/panels/request_vars.html:85
#: templates/debug_toolbar/panels/request_vars.html:107
#: 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 "רמה"

#: templates/debug_toolbar/panels/logger.html:8
msgid "Message"
msgstr "הודעה"

#: templates/debug_toolbar/panels/logger.html:24
msgid "No messages logged"
msgstr "אין הודעות"

#: templates/debug_toolbar/panels/request_vars.html:3
msgid "View information"
msgstr ""

#: templates/debug_toolbar/panels/request_vars.html:7
msgid "View Function"
msgstr ""

#: 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:27
#, fuzzy
msgid "COOKIES Variables"
msgstr "מזהה"

#: templates/debug_toolbar/panels/request_vars.html:36
#: templates/debug_toolbar/panels/request_vars.html:62
#: templates/debug_toolbar/panels/request_vars.html:84
#: templates/debug_toolbar/panels/request_vars.html:106
msgid "Variable"
msgstr "מזהה"

#: templates/debug_toolbar/panels/request_vars.html:50
msgid "No COOKIE data"
msgstr "אין נתונים  לעוגיות"

#: templates/debug_toolbar/panels/request_vars.html:53
#, fuzzy
msgid "SESSION Variables"
msgstr "מזהה"

#: templates/debug_toolbar/panels/request_vars.html:76
msgid "No SESSION data"
msgstr "אין נתונים  להתחברות"

#: templates/debug_toolbar/panels/request_vars.html:79
#, fuzzy
msgid "GET Variables"
msgstr "מזהה"

#: templates/debug_toolbar/panels/request_vars.html:98
msgid "No GET data"
msgstr "שום דבר עבור GET"

#: templates/debug_toolbar/panels/request_vars.html:101
#, fuzzy
msgid "POST Variables"
msgstr "מזהה"

#: templates/debug_toolbar/panels/request_vars.html:120
msgid "No POST data"
msgstr "שום דבר עבור POST"

#: 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/signals.html:6
msgid "Providing Args"
msgstr ""

#: templates/debug_toolbar/panels/signals.html:7
msgid "Receivers"
msgstr ""

#: templates/debug_toolbar/panels/sql.html:6
msgid "Action"
msgstr "פעילות"

#: templates/debug_toolbar/panels/sql.html:7
msgid "Stacktrace"
msgstr ""

#: templates/debug_toolbar/panels/sql.html:8
msgid "Query"
msgstr ""

#: templates/debug_toolbar/panels/sql.html:38
msgid "Line"
msgstr "שורה"

#: templates/debug_toolbar/panels/sql.html:39
msgid "Method"
msgstr ""

#: templates/debug_toolbar/panels/sql.html:40
msgid "File"
msgstr "קובץ"

#: 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 "חזרה"

#: templates/debug_toolbar/panels/sql_explain.html:4
msgid "SQL Explained"
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 "הסבר עבור SQL"

#: templates/debug_toolbar/panels/sql_profile.html:4
msgid "SQL Profiled"
msgstr ""

#: templates/debug_toolbar/panels/sql_profile.html:35
msgid "Error"
msgstr "שגיאה"

#: templates/debug_toolbar/panels/sql_select.html:4
msgid "SQL Selected"
msgstr ""

#: templates/debug_toolbar/panels/sql_select.html:34
msgid "Empty set"
msgstr "תוצאות ריק"

#: templates/debug_toolbar/panels/template_source.html:4
#, fuzzy
msgid "Template Source"
msgstr "תבנית"

#: templates/debug_toolbar/panels/templates.html:2
#, fuzzy
msgid "Template path"
msgstr "תבנית"

#: templates/debug_toolbar/panels/templates.html:13
msgid "Template"
msgstr "תבנית"

#: templates/debug_toolbar/panels/templates.html:21
#: templates/debug_toolbar/panels/templates.html:37
msgid "Toggle Context"
msgstr ""

#: templates/debug_toolbar/panels/templates.html:28
#: templates/debug_toolbar/panels/templates.html:43
msgid "None"
msgstr ""

#: templates/debug_toolbar/panels/templates.html:31
msgid "Context processor"
msgstr ""

#: templates/debug_toolbar/panels/timer.html:9
msgid "Resource"
msgstr ""

#: templates/debug_toolbar/panels/versions.html:6
msgid "Package"
msgstr ""

#: templates/debug_toolbar/panels/versions.html:7
#, fuzzy
msgid "Version"
msgstr "ג 'נגו גירסה"