Commit | Line | Data |
---|---|---|
f24c005a PL |
1 | # SOME DESCRIPTIVE TITLE. |
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | |
3 | # This file is distributed under the same license as the PACKAGE package. | |
4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | |
5 | # | |
f24c005a PL |
6 | msgid "" |
7 | msgstr "" | |
8 | "Project-Id-Version: PACKAGE VERSION\n" | |
9 | "Report-Msgid-Bugs-To: \n" | |
10 | "POT-Creation-Date: 2016-11-07 23:14+0200\n" | |
edce6181 PL |
11 | "PO-Revision-Date: 2018-06-15 06:28+0000\n" |
12 | "Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n" | |
f24c005a | 13 | "Language-Team: LANGUAGE <LL@li.org>\n" |
edce6181 | 14 | "Language: he\n" |
f24c005a | 15 | "MIME-Version: 1.0\n" |
edce6181 | 16 | "Content-Type: text/plain; charset=UTF-8\n" |
f24c005a | 17 | "Content-Transfer-Encoding: 8bit\n" |
edce6181 PL |
18 | "Plural-Forms: nplurals=2; plural=(n != 1);\n" |
19 | "X-Generator: Pootle 2.8\n" | |
20 | "X-POOTLE-MTIME: 1529044094.335214\n" | |
f24c005a PL |
21 | |
22 | #: ../src/lxhotkey.c:241 | |
23 | #, c-format | |
24 | msgid "Usage: %s global [<action>] - show keys bound to action(s)\n" | |
25 | msgstr "" | |
26 | ||
27 | #: ../src/lxhotkey.c:242 | |
28 | #, c-format | |
29 | msgid " %s global <action> <key> - bind a key to the action\n" | |
30 | msgstr "" | |
31 | ||
32 | #: ../src/lxhotkey.c:243 | |
33 | #, c-format | |
34 | msgid " %s app [<exec>] - show keys bound to exec line\n" | |
35 | msgstr "" | |
36 | ||
37 | #: ../src/lxhotkey.c:244 | |
38 | #, c-format | |
39 | msgid " %s app <exec> <key> - bind a key to some exec line\n" | |
40 | msgstr "" | |
41 | ||
42 | #: ../src/lxhotkey.c:245 | |
43 | #, c-format | |
44 | msgid " %s app <exec> -- - unbind all keys from exec line\n" | |
45 | msgstr "" | |
46 | ||
47 | #: ../src/lxhotkey.c:246 | |
48 | #, c-format | |
49 | msgid " %s show <key> - show the action bound to a key\n" | |
50 | msgstr "" | |
51 | ||
52 | #: ../src/lxhotkey.c:247 | |
53 | #, c-format | |
54 | msgid " %s --gui=<type> - start with GUI\n" | |
55 | msgstr "" | |
56 | ||
57 | #: ../src/lxhotkey.c:342 | |
58 | msgid "empty option name." | |
59 | msgstr "" | |
60 | ||
61 | #: ../src/lxhotkey.c:345 | |
62 | msgid "empty action name." | |
63 | msgstr "" | |
64 | ||
65 | #: ../src/lxhotkey.c:377 | |
66 | #, c-format | |
67 | msgid "no matching option '%s' found for action '%s'." | |
68 | msgstr "" | |
69 | ||
70 | #: ../src/lxhotkey.c:381 | |
71 | #, c-format | |
72 | msgid "action '%s' isn't supported by WM %s." | |
73 | msgstr "" | |
74 | ||
75 | #: ../src/lxhotkey.c:398 | |
76 | #, c-format | |
77 | msgid "value '%s' is not supported for option '%s'." | |
78 | msgstr "" | |
79 | ||
80 | #: ../src/lxhotkey.c:402 | |
81 | #, c-format | |
82 | msgid "value '%s' is not supported for action '%s'." | |
83 | msgstr "" | |
84 | ||
85 | #: ../src/lxhotkey.c:415 | |
86 | #, c-format | |
87 | msgid "action '%s' does not support options." | |
88 | msgstr "" | |
89 | ||
90 | #: ../src/lxhotkey.c:497 | |
91 | msgid "Sorry, cannot configure keys remotely." | |
92 | msgstr "" | |
93 | ||
94 | #: ../src/lxhotkey.c:505 | |
95 | msgid "Could not determine window manager running." | |
96 | msgstr "" | |
97 | ||
98 | #: ../src/lxhotkey.c:513 | |
99 | #, c-format | |
100 | msgid "Window manager %s isn't supported now, sorry." | |
101 | msgstr "" | |
102 | ||
103 | #: ../src/lxhotkey.c:520 ../plugins/gtk/gtk.c:75 | |
104 | msgid "Problems loading configuration: " | |
105 | msgstr "" | |
106 | ||
107 | #: ../src/lxhotkey.c:529 | |
108 | #, c-format | |
109 | msgid "GUI type %s currently isn't supported." | |
110 | msgstr "" | |
111 | ||
112 | #. invalid request | |
113 | #: ../src/lxhotkey.c:546 ../src/lxhotkey.c:622 | |
114 | msgid "Invalid request: " | |
115 | msgstr "" | |
116 | ||
117 | #: ../src/lxhotkey.c:556 ../src/lxhotkey.c:634 ../plugins/gtk/gtk.c:90 | |
118 | msgid "Problems saving configuration: " | |
119 | msgstr "" | |
120 | ||
121 | #: ../src/lxhotkey.c:573 | |
122 | msgid "ACTION(s)" | |
123 | msgstr "" | |
124 | ||
125 | #: ../src/lxhotkey.c:573 ../src/lxhotkey.c:651 | |
126 | msgid "KEY(s)" | |
127 | msgstr "" | |
128 | ||
129 | #: ../src/lxhotkey.c:651 | |
130 | msgid "EXEC" | |
131 | msgstr "" | |
132 | ||
133 | #: ../src/lxhotkey.c:672 | |
134 | msgid "Requested operation isn't supported." | |
135 | msgstr "" | |
136 | ||
137 | #: ../plugins/openbox/openbox.c:184 | |
138 | msgid "Failed to reconfigure Openbox." | |
139 | msgstr "" | |
140 | ||
141 | #. reuse GList | |
142 | #. reuse GList | |
143 | #: ../plugins/openbox/openbox.c:203 | |
144 | msgid "yes" | |
145 | msgstr "" | |
146 | ||
147 | #: ../plugins/openbox/openbox.c:203 | |
148 | msgid "no" | |
149 | msgstr "" | |
150 | ||
151 | #: ../plugins/openbox/openbox.c:206 | |
152 | msgid "enabled" | |
153 | msgstr "" | |
154 | ||
155 | #: ../plugins/openbox/openbox.c:207 | |
156 | msgid "wmclass" | |
157 | msgstr "" | |
158 | ||
159 | #: ../plugins/openbox/openbox.c:208 | |
160 | msgid "name" | |
161 | msgstr "" | |
162 | ||
163 | #: ../plugins/openbox/openbox.c:209 | |
164 | msgid "icon" | |
165 | msgstr "" | |
166 | ||
167 | #: ../plugins/openbox/openbox.c:214 ../plugins/openbox/openbox.c:293 | |
168 | msgid "command" | |
169 | msgstr "" | |
170 | ||
171 | #: ../plugins/openbox/openbox.c:215 ../plugins/openbox/openbox.c:298 | |
172 | msgid "prompt" | |
173 | msgstr "" | |
174 | ||
175 | #: ../plugins/openbox/openbox.c:216 | |
176 | msgid "startupnotify" | |
177 | msgstr "" | |
178 | ||
179 | #: ../plugins/openbox/openbox.c:220 ../plugins/openbox/openbox.c:330 | |
180 | msgid "center" | |
181 | msgstr "" | |
182 | ||
183 | #: ../plugins/openbox/openbox.c:221 | |
184 | msgid "default" | |
185 | msgstr "" | |
186 | ||
187 | #: ../plugins/openbox/openbox.c:221 | |
188 | msgid "primary" | |
189 | msgstr "" | |
190 | ||
191 | #: ../plugins/openbox/openbox.c:221 | |
192 | msgid "mouse" | |
193 | msgstr "" | |
194 | ||
195 | #: ../plugins/openbox/openbox.c:222 | |
196 | msgid "active" | |
197 | msgstr "" | |
198 | ||
199 | #: ../plugins/openbox/openbox.c:222 ../plugins/openbox/openbox.c:333 | |
200 | msgid "all" | |
201 | msgstr "" | |
202 | ||
203 | #: ../plugins/openbox/openbox.c:227 ../plugins/openbox/openbox.c:340 | |
204 | msgid "monitor" | |
205 | msgstr "" | |
206 | ||
207 | #: ../plugins/openbox/openbox.c:232 | |
208 | msgid "menu" | |
209 | msgstr "" | |
210 | ||
211 | #: ../plugins/openbox/openbox.c:233 | |
212 | msgid "position" | |
213 | msgstr "" | |
214 | ||
215 | #: ../plugins/openbox/openbox.c:237 | |
216 | msgid "list" | |
217 | msgstr "" | |
218 | ||
219 | #: ../plugins/openbox/openbox.c:237 | |
220 | msgid "icons" | |
221 | msgstr "" | |
222 | ||
223 | #: ../plugins/openbox/openbox.c:237 | |
224 | msgid "none" | |
225 | msgstr "" | |
226 | ||
227 | #: ../plugins/openbox/openbox.c:240 ../plugins/openbox/openbox.c:259 | |
228 | msgid "dialog" | |
229 | msgstr "" | |
230 | ||
231 | #: ../plugins/openbox/openbox.c:241 ../plugins/openbox/openbox.c:260 | |
232 | msgid "bar" | |
233 | msgstr "" | |
234 | ||
235 | #: ../plugins/openbox/openbox.c:242 ../plugins/openbox/openbox.c:261 | |
236 | msgid "raise" | |
237 | msgstr "" | |
238 | ||
239 | #: ../plugins/openbox/openbox.c:243 | |
240 | msgid "allDesktops" | |
241 | msgstr "" | |
242 | ||
243 | #: ../plugins/openbox/openbox.c:244 ../plugins/openbox/openbox.c:262 | |
244 | msgid "panels" | |
245 | msgstr "" | |
246 | ||
247 | #: ../plugins/openbox/openbox.c:245 | |
248 | msgid "desktop" | |
249 | msgstr "" | |
250 | ||
251 | #: ../plugins/openbox/openbox.c:246 | |
252 | msgid "linear" | |
253 | msgstr "" | |
254 | ||
255 | #: ../plugins/openbox/openbox.c:247 | |
256 | msgid "interactive" | |
257 | msgstr "" | |
258 | ||
259 | #. TRANSLATORS: finalactions means actions when done | |
260 | #: ../plugins/openbox/openbox.c:249 ../plugins/openbox/openbox.c:264 | |
261 | msgid "finalactions" | |
262 | msgstr "" | |
263 | ||
264 | #: ../plugins/openbox/openbox.c:253 ../plugins/openbox/openbox.c:270 | |
265 | #: ../plugins/openbox/openbox.c:310 ../plugins/openbox/openbox.c:363 | |
266 | msgid "north" | |
267 | msgstr "" | |
268 | ||
269 | #: ../plugins/openbox/openbox.c:253 | |
270 | msgid "northeast" | |
271 | msgstr "" | |
272 | ||
273 | #: ../plugins/openbox/openbox.c:253 ../plugins/openbox/openbox.c:271 | |
274 | #: ../plugins/openbox/openbox.c:311 ../plugins/openbox/openbox.c:363 | |
275 | msgid "east" | |
276 | msgstr "" | |
277 | ||
278 | #: ../plugins/openbox/openbox.c:254 | |
279 | msgid "southeast" | |
280 | msgstr "" | |
281 | ||
282 | #: ../plugins/openbox/openbox.c:254 ../plugins/openbox/openbox.c:270 | |
283 | #: ../plugins/openbox/openbox.c:310 ../plugins/openbox/openbox.c:363 | |
284 | msgid "south" | |
285 | msgstr "" | |
286 | ||
287 | #: ../plugins/openbox/openbox.c:254 | |
288 | msgid "southwest" | |
289 | msgstr "" | |
290 | ||
291 | #: ../plugins/openbox/openbox.c:255 ../plugins/openbox/openbox.c:271 | |
292 | #: ../plugins/openbox/openbox.c:311 ../plugins/openbox/openbox.c:363 | |
293 | msgid "west" | |
294 | msgstr "" | |
295 | ||
296 | #: ../plugins/openbox/openbox.c:255 | |
297 | msgid "northwest" | |
298 | msgstr "" | |
299 | ||
300 | #: ../plugins/openbox/openbox.c:258 ../plugins/openbox/openbox.c:305 | |
301 | #: ../plugins/openbox/openbox.c:366 | |
302 | msgid "direction" | |
303 | msgstr "" | |
304 | ||
305 | #: ../plugins/openbox/openbox.c:263 | |
306 | msgid "desktops" | |
307 | msgstr "" | |
308 | ||
309 | #. TRANSLATORS: these values are in regard to desktop | |
310 | #: ../plugins/openbox/openbox.c:269 ../plugins/openbox/openbox.c:280 | |
311 | #: ../plugins/openbox/openbox.c:309 ../plugins/openbox/openbox.c:330 | |
312 | #: ../plugins/openbox/openbox.c:333 | |
313 | msgid "current" | |
314 | msgstr "" | |
315 | ||
316 | #: ../plugins/openbox/openbox.c:269 ../plugins/openbox/openbox.c:309 | |
317 | #: ../plugins/openbox/openbox.c:333 | |
318 | msgid "next" | |
319 | msgstr "" | |
320 | ||
321 | #: ../plugins/openbox/openbox.c:269 ../plugins/openbox/openbox.c:309 | |
322 | msgid "previous" | |
323 | msgstr "" | |
324 | ||
325 | #: ../plugins/openbox/openbox.c:270 ../plugins/openbox/openbox.c:280 | |
326 | #: ../plugins/openbox/openbox.c:310 | |
327 | msgid "last" | |
328 | msgstr "" | |
329 | ||
330 | #: ../plugins/openbox/openbox.c:270 ../plugins/openbox/openbox.c:310 | |
331 | msgid "up" | |
332 | msgstr "" | |
333 | ||
334 | #: ../plugins/openbox/openbox.c:271 ../plugins/openbox/openbox.c:311 | |
335 | msgid "down" | |
336 | msgstr "" | |
337 | ||
338 | #: ../plugins/openbox/openbox.c:271 ../plugins/openbox/openbox.c:311 | |
339 | #: ../plugins/openbox/openbox.c:321 ../plugins/openbox/openbox.c:356 | |
340 | msgid "left" | |
341 | msgstr "" | |
342 | ||
343 | #: ../plugins/openbox/openbox.c:272 ../plugins/openbox/openbox.c:312 | |
344 | #: ../plugins/openbox/openbox.c:321 ../plugins/openbox/openbox.c:357 | |
345 | msgid "right" | |
346 | msgstr "" | |
347 | ||
348 | #: ../plugins/openbox/openbox.c:275 ../plugins/openbox/openbox.c:315 | |
349 | msgid "to" | |
350 | msgstr "" | |
351 | ||
352 | #: ../plugins/openbox/openbox.c:276 ../plugins/openbox/openbox.c:316 | |
353 | msgid "wrap" | |
354 | msgstr "" | |
355 | ||
356 | #: ../plugins/openbox/openbox.c:283 | |
357 | msgid "where" | |
358 | msgstr "" | |
359 | ||
360 | #: ../plugins/openbox/openbox.c:288 | |
361 | msgid "strict" | |
362 | msgstr "" | |
363 | ||
364 | #: ../plugins/openbox/openbox.c:302 | |
365 | msgid "both" | |
366 | msgstr "" | |
367 | ||
368 | #: ../plugins/openbox/openbox.c:302 | |
369 | msgid "horizontal" | |
370 | msgstr "" | |
371 | ||
372 | #: ../plugins/openbox/openbox.c:302 | |
373 | msgid "vertical" | |
374 | msgstr "" | |
375 | ||
376 | #: ../plugins/openbox/openbox.c:317 | |
377 | msgid "follow" | |
378 | msgstr "" | |
379 | ||
380 | #: ../plugins/openbox/openbox.c:321 ../plugins/openbox/openbox.c:358 | |
381 | #: ../plugins/openbox/openbox.c:370 | |
382 | msgid "top" | |
383 | msgstr "" | |
384 | ||
385 | #: ../plugins/openbox/openbox.c:321 ../plugins/openbox/openbox.c:359 | |
386 | #: ../plugins/openbox/openbox.c:370 | |
387 | msgid "bottom" | |
388 | msgstr "" | |
389 | ||
390 | #: ../plugins/openbox/openbox.c:322 | |
391 | msgid "topleft" | |
392 | msgstr "" | |
393 | ||
394 | #: ../plugins/openbox/openbox.c:322 | |
395 | msgid "topright" | |
396 | msgstr "" | |
397 | ||
398 | #: ../plugins/openbox/openbox.c:322 | |
399 | msgid "bottomleft" | |
400 | msgstr "" | |
401 | ||
402 | #: ../plugins/openbox/openbox.c:323 | |
403 | msgid "bottomright" | |
404 | msgstr "" | |
405 | ||
406 | #: ../plugins/openbox/openbox.c:326 | |
407 | msgid "edge" | |
408 | msgstr "" | |
409 | ||
410 | #. TRANSLATORS: # in config means either pixels, or monitor number | |
411 | #: ../plugins/openbox/openbox.c:330 ../plugins/openbox/openbox.c:345 | |
412 | msgid "#" | |
413 | msgstr "" | |
414 | ||
415 | #. TRANSLATORS: % in config means some fraction value, usually measured in percents | |
416 | #: ../plugins/openbox/openbox.c:332 | |
417 | msgid "%" | |
418 | msgstr "" | |
419 | ||
420 | #: ../plugins/openbox/openbox.c:333 | |
421 | msgid "prev" | |
422 | msgstr "" | |
423 | ||
424 | #: ../plugins/openbox/openbox.c:338 | |
425 | msgid "width" | |
426 | msgstr "" | |
427 | ||
428 | #: ../plugins/openbox/openbox.c:339 | |
429 | msgid "height" | |
430 | msgstr "" | |
431 | ||
432 | #: ../plugins/openbox/openbox.c:370 | |
433 | msgid "normal" | |
434 | msgstr "" | |
435 | ||
436 | #: ../plugins/openbox/openbox.c:373 | |
437 | msgid "layer" | |
438 | msgstr "" | |
439 | ||
440 | #. global actions | |
441 | #: ../plugins/openbox/openbox.c:379 | |
442 | msgid "Execute" | |
443 | msgstr "" | |
444 | ||
445 | #: ../plugins/openbox/openbox.c:380 | |
446 | msgid "ShowMenu" | |
447 | msgstr "" | |
448 | ||
449 | #: ../plugins/openbox/openbox.c:381 | |
450 | msgid "NextWindow" | |
451 | msgstr "" | |
452 | ||
453 | #: ../plugins/openbox/openbox.c:382 | |
454 | msgid "PreviousWindow" | |
455 | msgstr "" | |
456 | ||
457 | #: ../plugins/openbox/openbox.c:383 | |
458 | msgid "DirectionalCycleWindows" | |
459 | msgstr "" | |
460 | ||
461 | #: ../plugins/openbox/openbox.c:384 | |
462 | msgid "DirectionalTargetWindow" | |
463 | msgstr "" | |
464 | ||
465 | #: ../plugins/openbox/openbox.c:385 | |
466 | msgid "GoToDesktop" | |
467 | msgstr "" | |
468 | ||
469 | #: ../plugins/openbox/openbox.c:386 | |
470 | msgid "AddDesktop" | |
471 | msgstr "" | |
472 | ||
473 | #: ../plugins/openbox/openbox.c:387 | |
474 | msgid "RemoveDesktop" | |
475 | msgstr "" | |
476 | ||
477 | #: ../plugins/openbox/openbox.c:388 | |
478 | msgid "ToggleShowDesktop" | |
479 | msgstr "" | |
480 | ||
481 | #: ../plugins/openbox/openbox.c:389 | |
482 | msgid "ToggleDockAutohide" | |
483 | msgstr "" | |
484 | ||
485 | #: ../plugins/openbox/openbox.c:390 | |
486 | msgid "Reconfigure" | |
487 | msgstr "" | |
488 | ||
489 | #: ../plugins/openbox/openbox.c:391 | |
490 | msgid "Restart" | |
491 | msgstr "" | |
492 | ||
493 | #: ../plugins/openbox/openbox.c:392 | |
494 | msgid "Exit" | |
495 | msgstr "" | |
496 | ||
497 | #. windows actions | |
498 | #: ../plugins/openbox/openbox.c:394 | |
499 | msgid "Focus" | |
500 | msgstr "" | |
501 | ||
502 | #: ../plugins/openbox/openbox.c:395 | |
503 | msgid "Raise" | |
504 | msgstr "" | |
505 | ||
506 | #: ../plugins/openbox/openbox.c:396 | |
507 | msgid "Lower" | |
508 | msgstr "" | |
509 | ||
510 | #: ../plugins/openbox/openbox.c:397 | |
511 | msgid "RaiseLower" | |
512 | msgstr "" | |
513 | ||
514 | #: ../plugins/openbox/openbox.c:398 | |
515 | msgid "Unfocus" | |
516 | msgstr "" | |
517 | ||
518 | #: ../plugins/openbox/openbox.c:399 | |
519 | msgid "FocusToBottom" | |
520 | msgstr "" | |
521 | ||
522 | #: ../plugins/openbox/openbox.c:400 | |
523 | msgid "Iconify" | |
524 | msgstr "" | |
525 | ||
526 | #: ../plugins/openbox/openbox.c:401 | |
527 | msgid "Close" | |
528 | msgstr "" | |
529 | ||
530 | #: ../plugins/openbox/openbox.c:402 | |
531 | msgid "ToggleShade" | |
532 | msgstr "" | |
533 | ||
534 | #: ../plugins/openbox/openbox.c:403 | |
535 | msgid "Shade" | |
536 | msgstr "" | |
537 | ||
538 | #: ../plugins/openbox/openbox.c:404 | |
539 | msgid "Unshade" | |
540 | msgstr "" | |
541 | ||
542 | #: ../plugins/openbox/openbox.c:405 | |
543 | msgid "ToggleOmnipresent" | |
544 | msgstr "" | |
545 | ||
546 | #: ../plugins/openbox/openbox.c:406 | |
547 | msgid "ToggleMaximize" | |
548 | msgstr "" | |
549 | ||
550 | #: ../plugins/openbox/openbox.c:407 | |
551 | msgid "Maximize" | |
552 | msgstr "" | |
553 | ||
554 | #: ../plugins/openbox/openbox.c:408 | |
555 | msgid "Unmaximize" | |
556 | msgstr "" | |
557 | ||
558 | #: ../plugins/openbox/openbox.c:409 | |
559 | msgid "ToggleFullscreen" | |
560 | msgstr "" | |
561 | ||
562 | #: ../plugins/openbox/openbox.c:410 | |
563 | msgid "ToggleDecorations" | |
564 | msgstr "" | |
565 | ||
566 | #: ../plugins/openbox/openbox.c:411 | |
567 | msgid "Decorate" | |
568 | msgstr "" | |
569 | ||
570 | #: ../plugins/openbox/openbox.c:412 | |
571 | msgid "Undecorate" | |
572 | msgstr "" | |
573 | ||
574 | #: ../plugins/openbox/openbox.c:413 | |
575 | msgid "SendToDesktop" | |
576 | msgstr "" | |
577 | ||
578 | #: ../plugins/openbox/openbox.c:414 | |
579 | msgid "Move" | |
580 | msgstr "" | |
581 | ||
582 | #: ../plugins/openbox/openbox.c:415 | |
583 | msgid "Resize" | |
584 | msgstr "" | |
585 | ||
586 | #: ../plugins/openbox/openbox.c:416 | |
587 | msgid "MoveResizeTo" | |
588 | msgstr "" | |
589 | ||
590 | #: ../plugins/openbox/openbox.c:417 | |
591 | msgid "MoveRelative" | |
592 | msgstr "" | |
593 | ||
594 | #: ../plugins/openbox/openbox.c:418 | |
595 | msgid "ResizeRelative" | |
596 | msgstr "" | |
597 | ||
598 | #: ../plugins/openbox/openbox.c:419 | |
599 | msgid "MoveToEdge" | |
600 | msgstr "" | |
601 | ||
602 | #: ../plugins/openbox/openbox.c:420 | |
603 | msgid "GrowToEdge" | |
604 | msgstr "" | |
605 | ||
606 | #: ../plugins/openbox/openbox.c:421 | |
607 | msgid "ShrinkToEdge" | |
608 | msgstr "" | |
609 | ||
610 | #: ../plugins/openbox/openbox.c:422 | |
611 | msgid "GrowToFill" | |
612 | msgstr "" | |
613 | ||
614 | #: ../plugins/openbox/openbox.c:423 | |
615 | msgid "ToggleAlwaysOnTop" | |
616 | msgstr "" | |
617 | ||
618 | #: ../plugins/openbox/openbox.c:424 | |
619 | msgid "ToggleAlwaysOnBottom" | |
620 | msgstr "" | |
621 | ||
622 | #: ../plugins/openbox/openbox.c:425 | |
623 | msgid "SendToLayer" | |
624 | msgstr "" | |
625 | ||
626 | #: ../plugins/openbox/openbox.c:516 | |
627 | msgid "Duplicate <keyboard> section in the rc.xml file." | |
628 | msgstr "" | |
629 | ||
630 | #: ../plugins/openbox/openbox.c:547 ../plugins/openbox/openbox.c:789 | |
631 | msgid "Internal error." | |
632 | msgstr "" | |
633 | ||
634 | #: ../plugins/openbox/openbox.c:591 | |
635 | msgid "rc.xml error: no key is set for a keybind." | |
636 | msgstr "" | |
637 | ||
638 | #: ../plugins/openbox/openbox.c:662 | |
639 | msgid "Invalid rc.xml: action with a sub-action." | |
640 | msgstr "" | |
641 | ||
642 | #: ../plugins/openbox/openbox.c:778 | |
643 | msgid "rc.xml error: no name is set for action." | |
644 | msgstr "" | |
645 | ||
646 | #: ../plugins/openbox/openbox.c:808 | |
647 | #, c-format | |
648 | msgid "rc.xml error: empty tag <%s> is prohibited." | |
649 | msgstr "" | |
650 | ||
651 | #: ../plugins/openbox/openbox.c:897 | |
652 | msgid "Could not find the rc.xml file anywhere." | |
653 | msgstr "" | |
654 | ||
655 | #: ../plugins/openbox/openbox.c:945 ../plugins/openbox/openbox.c:1059 | |
656 | #: ../plugins/openbox/openbox.c:1206 ../plugins/openbox/openbox.c:1224 | |
657 | msgid "No WM configuration is available." | |
658 | msgstr "" | |
659 | ||
660 | #: ../plugins/openbox/openbox.c:1063 | |
661 | msgid "Keybinding should activate at least one action." | |
662 | msgstr "" | |
663 | ||
664 | #: ../plugins/openbox/openbox.c:1092 ../plugins/openbox/openbox.c:1102 | |
665 | #: ../plugins/openbox/openbox.c:1258 ../plugins/openbox/openbox.c:1268 | |
666 | #, c-format | |
667 | msgid "Hotkey '%s' is already bound to an action." | |
668 | msgstr "" | |
669 | ||
670 | #: ../plugins/openbox/openbox.c:1228 | |
671 | msgid "The exec line cannot be empty." | |
672 | msgstr "" | |
673 | ||
674 | #: ../plugins/gtk/gtk.c:133 ../plugins/gtk/gtk.c:156 | |
675 | msgid "Cannot delete keybinding: " | |
676 | msgstr "" | |
677 | ||
678 | #. TRANSLATORS: Replace this string with your names, one name per line. | |
679 | #: ../plugins/gtk/gtk.c:176 | |
680 | msgid "translator-credits" | |
681 | msgstr "" | |
682 | ||
683 | #: ../plugins/gtk/gtk.c:184 | |
684 | msgid "Copyright (C) 2016" | |
685 | msgstr "" | |
686 | ||
687 | #: ../plugins/gtk/gtk.c:185 | |
688 | msgid "Keyboard shortcuts configurator" | |
689 | msgstr "" | |
690 | ||
691 | #: ../plugins/gtk/gtk.c:208 | |
692 | msgid "_File" | |
693 | msgstr "" | |
694 | ||
695 | #: ../plugins/gtk/gtk.c:209 | |
696 | msgid "_Reload" | |
697 | msgstr "" | |
698 | ||
699 | #: ../plugins/gtk/gtk.c:210 | |
700 | msgid "" | |
701 | "Drop all unsaved changes and reload all keys from Window Manager " | |
702 | "configuration" | |
703 | msgstr "" | |
704 | ||
705 | #: ../plugins/gtk/gtk.c:213 | |
706 | msgid "Save all changes and apply them to Window Manager configuration" | |
707 | msgstr "" | |
708 | ||
709 | #: ../plugins/gtk/gtk.c:216 | |
710 | msgid "Exit the application without saving" | |
711 | msgstr "" | |
712 | ||
713 | #: ../plugins/gtk/gtk.c:217 | |
714 | msgid "_Edit" | |
715 | msgstr "" | |
716 | ||
717 | #: ../plugins/gtk/gtk.c:218 | |
718 | msgid "Create new action" | |
719 | msgstr "" | |
720 | ||
721 | #: ../plugins/gtk/gtk.c:220 | |
722 | msgid "Remove selected action" | |
723 | msgstr "" | |
724 | ||
725 | #: ../plugins/gtk/gtk.c:222 | |
726 | msgid "Change selected action" | |
727 | msgstr "" | |
728 | ||
729 | #: ../plugins/gtk/gtk.c:224 | |
730 | msgid "_Help" | |
731 | msgstr "" | |
732 | ||
733 | #: ../plugins/gtk/gtk.c:426 | |
734 | msgid "Action" | |
735 | msgstr "" | |
736 | ||
737 | #: ../plugins/gtk/gtk.c:429 | |
738 | msgid "Option" | |
739 | msgstr "" | |
740 | ||
741 | #: ../plugins/gtk/gtk.c:432 ../plugins/gtk/gtk.c:452 | |
742 | #: ../plugins/gtk/edit.c:1090 | |
743 | msgid "Hotkey 1" | |
744 | msgstr "" | |
745 | ||
746 | #: ../plugins/gtk/gtk.c:435 ../plugins/gtk/gtk.c:455 | |
747 | #: ../plugins/gtk/edit.c:1094 | |
748 | msgid "Hotkey 2" | |
749 | msgstr "" | |
750 | ||
751 | #: ../plugins/gtk/gtk.c:443 | |
752 | msgid "Actions" | |
753 | msgstr "" | |
754 | ||
755 | #: ../plugins/gtk/gtk.c:449 | |
756 | msgid "Command" | |
757 | msgstr "" | |
758 | ||
759 | #: ../plugins/gtk/gtk.c:463 | |
760 | msgid "Programs" | |
761 | msgstr "" | |
762 | ||
763 | #: ../plugins/gtk/gtk.c:482 ../plugins/gtk/edit.c:510 | |
764 | msgid "Error" | |
765 | msgstr "" | |
766 | ||
767 | #: ../plugins/gtk/lxhotkey-gtk.desktop.in.h:1 | |
768 | msgid "Setup Hot Keys" | |
769 | msgstr "" | |
770 | ||
771 | #: ../plugins/gtk/lxhotkey-gtk.desktop.in.h:2 | |
772 | msgid "View and change Window Manager global shortcuts" | |
773 | msgstr "" | |
774 | ||
775 | #: ../plugins/gtk/lxhotkey-gtk.desktop.in.h:3 | |
776 | msgid "hotkey;shortcut;system;settings;" | |
777 | msgstr "" | |
778 | ||
779 | #: ../plugins/gtk/edit.c:265 | |
780 | msgid "Apply error: " | |
781 | msgstr "" | |
782 | ||
783 | #: ../plugins/gtk/edit.c:280 ../plugins/gtk/edit.c:394 | |
784 | msgid "Add action" | |
edce6181 | 785 | msgstr "הוספת פעולה" |
f24c005a PL |
786 | |
787 | #: ../plugins/gtk/edit.c:292 ../plugins/gtk/edit.c:396 | |
788 | msgid "Add option" | |
edce6181 | 789 | msgstr "הוספת אפשרות" |
f24c005a PL |
790 | |
791 | #: ../plugins/gtk/edit.c:354 | |
792 | msgid "Change option" | |
edce6181 | 793 | msgstr "שינוי אפשרות" |
f24c005a PL |
794 | |
795 | #: ../plugins/gtk/edit.c:419 | |
796 | msgid "Discard changes" | |
edce6181 | 797 | msgstr "התעלמות משינויים" |
f24c005a PL |
798 | |
799 | #: ../plugins/gtk/edit.c:420 | |
800 | msgid "Accept changes" | |
edce6181 | 801 | msgstr "קבלת השינויים" |
f24c005a PL |
802 | |
803 | #: ../plugins/gtk/edit.c:421 | |
804 | msgid "Add an action" | |
edce6181 | 805 | msgstr "הוספת פעולה" |
f24c005a PL |
806 | |
807 | #: ../plugins/gtk/edit.c:422 | |
808 | msgid "Add an option to this command" | |
edce6181 | 809 | msgstr "הוספת אפשרות לפקודה זו" |
f24c005a PL |
810 | |
811 | #: ../plugins/gtk/edit.c:424 | |
812 | msgid "Remove selection" | |
edce6181 | 813 | msgstr "הסרת בחירת" |
f24c005a PL |
814 | |
815 | #: ../plugins/gtk/edit.c:425 | |
816 | msgid "Change selected option" | |
edce6181 | 817 | msgstr "שינוי האפשרות הנבחרת" |
f24c005a PL |
818 | |
819 | #: ../plugins/gtk/edit.c:426 | |
820 | msgid "Add an option to selection" | |
edce6181 | 821 | msgstr "הוספת אפשרות לבחירה" |
f24c005a PL |
822 | |
823 | #: ../plugins/gtk/edit.c:507 | |
824 | #, c-format | |
825 | msgid "Key combination '%s' cannot be used as a global hotkey, sorry." | |
edce6181 | 826 | msgstr "לא ניתן להשתמש בצירוף המקשים ‚%s’ כצירוף מקשים גלובלי, עמך הסליחה." |
f24c005a PL |
827 | |
828 | #: ../plugins/gtk/edit.c:1107 | |
829 | msgid "Actions:" | |
edce6181 | 830 | msgstr "פעולות:" |
f24c005a PL |
831 | |
832 | #: ../plugins/gtk/edit.c:1115 | |
833 | msgid "Command line:" | |
edce6181 | 834 | msgstr "שורת פקודה:" |
f24c005a PL |
835 | |
836 | #: ../plugins/gtk/edit.c:1126 | |
837 | msgid "Options:" | |
edce6181 | 838 | msgstr "אפשרויות:" |
f24c005a PL |
839 | |
840 | #: ../plugins/gtk/edit.c:1148 | |
841 | msgid "<b>Name:</b>" | |
edce6181 | 842 | msgstr "<b>שם:</b>" |
f24c005a PL |
843 | |
844 | #: ../plugins/gtk/edit.c:1169 | |
845 | msgid "<b>Value:</b>" | |
edce6181 | 846 | msgstr "<b>ערך:</b>" |