net: Convert translations to po files.
[wine.git] / po / he.po
blob717201bfab68dcf4ad1fdfbbe4e34c6357c76967
1 # Hebrew translations for Wine
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: Wine\n"
6 "Report-Msgid-Bugs-To: http://bugs.winehq.org\n"
7 "POT-Creation-Date: N/A\n"
8 "PO-Revision-Date: N/A\n"
9 "Last-Translator: Automatically generated\n"
10 "Language-Team: none\n"
11 "Language: Hebrew\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
16 #: clock.rc:28
17 msgid "&Properties"
18 msgstr "&מאפיינים"
20 #: clock.rc:29
21 msgid "Ana&log"
22 msgstr "&אנלוגי"
24 #: clock.rc:30
25 msgid "Digi&tal"
26 msgstr "&דיגיטלי"
28 #: clock.rc:32
29 msgid "&Font..."
30 msgstr "&גופן..."
32 #: clock.rc:34
33 msgid "&Without Titlebar"
34 msgstr "&ללא שורת כותרת"
36 #: clock.rc:36
37 msgid "&Seconds"
38 msgstr "&שניות"
40 #: clock.rc:37
41 msgid "&Date"
42 msgstr "&תאריך"
44 #: clock.rc:39
45 msgid "&Always on Top"
46 msgstr "תמיד &עליון"
48 #: clock.rc:41
49 msgid "Inf&o"
50 msgstr "&פרטים"
52 #: clock.rc:42
53 msgid "&About Clock..."
54 msgstr "על &אודות השעון..."
56 #: clock.rc:48
57 msgid "Clock"
58 msgstr "שעון"
60 #: cmd.rc:30
61 msgid "ATTRIB shows or changes DOS file attributes.\n"
62 msgstr ""
64 #: cmd.rc:38
65 msgid ""
66 "CALL <batchfilename> is used within a batch file to execute commands\n"
67 "from another batch file. When the batch file exits, control returns to\n"
68 "the file which called it. The CALL command may supply parameters to the\n"
69 "called procedure.\n"
70 "\n"
71 "Changes to default directory, environment variables etc made within a\n"
72 "called procedure are inherited by the caller.\n"
73 msgstr ""
75 #: cmd.rc:41
76 msgid ""
77 "CD <dir> is the short version of CHDIR. It changes the current\n"
78 "default directory.\n"
79 msgstr ""
81 #: cmd.rc:42
82 msgid "CHDIR <dir> changes the current default directory.\n"
83 msgstr ""
85 #: cmd.rc:44
86 msgid "CLS clears the console screen.\n"
87 msgstr ""
89 #: cmd.rc:46
90 msgid "COPY <filename> copies a file.\n"
91 msgstr ""
93 #: cmd.rc:47
94 msgid "CTTY changes the input/output device.\n"
95 msgstr ""
97 #: cmd.rc:48
98 msgid "DATE shows or changes the system date.\n"
99 msgstr ""
101 #: cmd.rc:49
102 msgid "DEL <filename> deletes a file or set of files.\n"
103 msgstr ""
105 #: cmd.rc:50
106 msgid "DIR lists the contents of a directory.\n"
107 msgstr ""
109 #: cmd.rc:60
110 msgid ""
111 "ECHO <string> displays <string> on the current terminal device.\n"
112 "\n"
113 "ECHO ON causes all subsequent commands in a batch file to be displayed\n"
114 "on the terminal device before they are executed.\n"
115 "\n"
116 "ECHO OFF reverses the effect of a previous ECHO ON (ECHO is OFF by\n"
117 "default). The ECHO OFF command can be prevented from displaying by\n"
118 "preceding it with an @ sign.\n"
119 msgstr ""
121 #: cmd.rc:62
122 msgid "ERASE <filename> deletes a file or set of files.\n"
123 msgstr ""
125 #: cmd.rc:70
126 msgid ""
127 "The FOR command is used to execute a command for each of a set of files.\n"
128 "\n"
129 "Syntax: FOR %variable IN (set) DO command\n"
130 "\n"
131 "The requirement to double the % sign when using FOR in a batch file does\n"
132 "not exist in wine's cmd.\n"
133 msgstr ""
135 #: cmd.rc:82
136 msgid ""
137 "The GOTO command transfers execution to another statement within a\n"
138 "batch file.\n"
139 "\n"
140 "The label which is the target of a GOTO may be up to 255 characters\n"
141 "long but may not include spaces (this is different from other operating\n"
142 "systems). If two or more identical labels exist in a batch file the\n"
143 "first one will always be executed. Attempting to GOTO a nonexistent\n"
144 "label terminates the batch file execution.\n"
145 "\n"
146 "GOTO has no effect when used interactively.\n"
147 msgstr ""
149 #: cmd.rc:85
150 msgid ""
151 "HELP <command> shows brief help details on a topic.\n"
152 "HELP without an argument shows all CMD built-in commands.\n"
153 msgstr ""
155 #: cmd.rc:95
156 msgid ""
157 "IF is used to conditionally execute a command.\n"
158 "\n"
159 "Syntax:\tIF [NOT] EXIST filename command\n"
160 "IF [NOT] string1==string2 command\n"
161 "IF [NOT] ERRORLEVEL number command\n"
162 "\n"
163 "In the second form of the command, string1 and string2 must be in double\n"
164 "quotes. The comparison is not case-sensitive.\n"
165 msgstr ""
167 #: cmd.rc:101
168 msgid ""
169 "LABEL is used to set a disk volume label.\n"
170 "\n"
171 "Syntax: LABEL [drive:]\n"
172 "The command will prompt you for the new volume label for the given drive.\n"
173 "You can display the disk volume label with the VOL command.\n"
174 msgstr ""
176 #: cmd.rc:104
177 msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
178 msgstr ""
180 #: cmd.rc:105
181 msgid "MKDIR <name> creates a subdirectory.\n"
182 msgstr ""
184 #: cmd.rc:112
185 msgid ""
186 "MOVE relocates a file or directory to a new point within the file system.\n"
187 "\n"
188 "If the item being moved is a directory then all the files and "
189 "subdirectories\n"
190 "below the item are moved as well.\n"
191 "\n"
192 "MOVE fails if the old and new locations are on different DOS drive letters.\n"
193 msgstr ""
195 #: cmd.rc:123
196 msgid ""
197 "PATH displays or changes the cmd search path.\n"
198 "\n"
199 "Entering PATH will display the current PATH setting (initially taken\n"
200 "from the registry). To change the setting follow the\n"
201 "PATH command with the new value.\n"
202 "\n"
203 "It is also possible to modify the PATH by using the PATH environment\n"
204 "variable, for example:\n"
205 "PATH %PATH%;c:\\temp\n"
206 msgstr ""
208 #: cmd.rc:129
209 msgid ""
210 "PAUSE displays a message on the screen 'Press Return key to continue'\n"
211 "and waits for the user to press the Return key. It is mainly useful in\n"
212 "batch files to allow the user to read the output of a previous command\n"
213 "before it scrolls off the screen.\n"
214 msgstr ""
216 #: cmd.rc:150
217 msgid ""
218 "PROMPT sets the command-line prompt.\n"
219 "\n"
220 "The string following the PROMPT command (and the space immediately after)\n"
221 "appears at the beginning of the line when cmd is waiting for input.\n"
222 "\n"
223 "The following character strings have the special meaning shown:\n"
224 "\n"
225 "$$    Dollar sign         $_    Linefeed            $b    Pipe sign (|)\n"
226 "$d    Current date        $e    Escape              $g    > sign\n"
227 "$l    < sign              $n    Current drive       $p    Current path\n"
228 "$q    Equal sign          $t    Current time        $v    cmd version\n"
229 "\n"
230 "Note that entering the PROMPT command without a prompt-string resets the\n"
231 "prompt to the default, which is the current directory (which includes the\n"
232 "current drive letter) followed by a greater-than (>) sign.\n"
233 "(like a command PROMPT $p$g).\n"
234 "\n"
235 "The prompt can also be changed by altering the PROMPT environment variable,\n"
236 "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
237 msgstr ""
239 #: cmd.rc:154
240 msgid ""
241 "A command line beginning REM (followed by a space) performs no\n"
242 "action, and can therefore be used as a comment in a batch file.\n"
243 msgstr ""
245 #: cmd.rc:157
246 msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
247 msgstr ""
249 #: cmd.rc:158
250 msgid "RENAME <filename> renames a file\n"
251 msgstr ""
253 #: cmd.rc:160
254 msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
255 msgstr ""
257 #: cmd.rc:161
258 msgid "RMDIR <dir> deletes a subdirectory.\n"
259 msgstr ""
261 #: cmd.rc:179
262 msgid ""
263 "SET displays or changes the cmd environment variables.\n"
264 "\n"
265 "SET without parameters shows all of the current environment.\n"
266 "\n"
267 "To create or modify an environment variable the syntax is:\n"
268 "\n"
269 "SET <variable>=<value>\n"
270 "\n"
271 "where <variable> and <value> are character strings. There must be no\n"
272 "spaces before the equals sign, nor can the variable name\n"
273 "have embedded spaces.\n"
274 "\n"
275 "Under Wine, the environment of the underlying operating system is\n"
276 "included into the Win32 environment, there will generally therefore be\n"
277 "many more values than in a native Win32 implementation. Note that it is\n"
278 "not possible to affect the operating system environment from within cmd.\n"
279 msgstr ""
281 #: cmd.rc:184
282 msgid ""
283 "SHIFT is used in a batch file to remove one parameter from the head of\n"
284 "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
285 "if called from the command line.\n"
286 msgstr ""
288 #: cmd.rc:186
289 msgid "TIME sets or shows the current system time.\n"
290 msgstr ""
292 #: cmd.rc:188
293 msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
294 msgstr ""
296 #: cmd.rc:192
297 msgid ""
298 "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
299 "if redirected). No check is made that the file is readable text.\n"
300 msgstr ""
302 #: cmd.rc:201
303 msgid ""
304 "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
305 "\n"
306 "VERIFY ON\tSet the flag\n"
307 "VERIFY OFF\tClear the flag\n"
308 "VERIFY\t\tDisplays ON or OFF as appropriate.\n"
309 "\n"
310 "The verify flag has no function in Wine.\n"
311 msgstr ""
313 #: cmd.rc:204
314 msgid "VER displays the version of cmd you are running\n"
315 msgstr ""
317 #: cmd.rc:206
318 msgid "VOL shows the volume label of a disk device.\n"
319 msgstr ""
321 #: cmd.rc:209
322 msgid ""
323 "PUSHD <directoryname> saves the current directory onto a\n"
324 "stack, and then changes the current directory to the supplied one.\n"
325 msgstr ""
327 #: cmd.rc:212
328 msgid ""
329 "POPD changes current directory to the last one saved with\n"
330 "PUSHD.\n"
331 msgstr ""
333 #: cmd.rc:214
334 msgid "MORE displays output of files or piped input in pages.\n"
335 msgstr ""
337 #: cmd.rc:218
338 msgid ""
339 "CHOICE displays a text and waits, until the User\n"
340 "presses an allowed Key from a selectable list.\n"
341 "CHOICE is mainly used to build a menu selection in a batch file.\n"
342 msgstr ""
344 #: cmd.rc:222
345 msgid ""
346 "EXIT terminates the current command session and returns\n"
347 "to the operating system or shell from which you invoked cmd.\n"
348 msgstr ""
350 #: cmd.rc:253
351 msgid ""
352 "CMD built-in commands are:\n"
353 "ATTRIB\t\tShow or change DOS file attributes\n"
354 "CALL\t\tInvoke a batch file from inside another\n"
355 "CD (CHDIR)\tChange current default directory\n"
356 "CHOICE\t\tWait for an keypress from a selectable list\n"
357 "CLS\t\tClear the console screen\n"
358 "COPY\t\tCopy file\n"
359 "CTTY\t\tChange input/output device\n"
360 "DATE\t\tShow or change the system date\n"
361 "DEL (ERASE)\tDelete a file or set of files\n"
362 "DIR\t\tList the contents of a directory\n"
363 "ECHO\t\tCopy text directly to the console output\n"
364 "HELP\t\tShow brief help details on a topic\n"
365 "MD (MKDIR)\tCreate a subdirectory\n"
366 "MORE\t\tDisplay output in pages\n"
367 "MOVE\t\tMove a file, set of files or directory tree\n"
368 "PATH\t\tSet or show the search path\n"
369 "POPD\t\tRestores the directory to the last one saved with PUSHD\n"
370 "PROMPT\t\tChange the command prompt\n"
371 "PUSHD\t\tChanges to a new directory, saving the current one\n"
372 "REN (RENAME)\tRename a file\n"
373 "RD (RMDIR)\tDelete a subdirectory\n"
374 "SET\t\tSet or show environment variables\n"
375 "TIME\t\tSet or show the current system time\n"
376 "TITLE\t\tSet the window title for the CMD session\n"
377 "TYPE\t\tType the contents of a text file\n"
378 "VER\t\tShow the current version of CMD\n"
379 "VOL\t\tShow the volume label of a disk device\n"
380 "EXIT\t\tClose down CMD\n"
381 "\n"
382 "Enter HELP <command> for further information on any of the above commands\n"
383 msgstr ""
385 #: cmd.rc:255
386 msgid "Are you sure"
387 msgstr ""
389 #: cmd.rc:256
390 msgctxt "Yes key"
391 msgid "Y"
392 msgstr ""
394 #: cmd.rc:257
395 msgctxt "No key"
396 msgid "N"
397 msgstr ""
399 #: cmd.rc:258
400 msgid "File association missing for extension %s\n"
401 msgstr ""
403 #: cmd.rc:259
404 msgid "No open command associated with file type '%s'\n"
405 msgstr ""
407 #: cmd.rc:260
408 msgid "Overwrite %s"
409 msgstr ""
411 #: cmd.rc:261
412 msgid "More..."
413 msgstr ""
415 #: cmd.rc:262
416 msgid "Line in Batch processing possibly truncated. Using:\n"
417 msgstr ""
419 #: cmd.rc:263
420 msgid ""
421 "Not Yet Implemented\n"
422 "\n"
423 msgstr ""
425 #: cmd.rc:264
426 msgid "Argument missing\n"
427 msgstr ""
429 #: cmd.rc:265
430 msgid "Syntax error\n"
431 msgstr ""
433 #: cmd.rc:266
434 msgid "%s : File Not Found\n"
435 msgstr ""
437 #: cmd.rc:267
438 msgid "No help available for %s\n"
439 msgstr ""
441 #: cmd.rc:268
442 msgid "Target to GOTO not found\n"
443 msgstr ""
445 #: cmd.rc:269
446 msgid "Current Date is %s\n"
447 msgstr ""
449 #: cmd.rc:270
450 msgid "Current Time is %s\n"
451 msgstr ""
453 #: cmd.rc:271
454 msgid "Enter new date: "
455 msgstr ""
457 #: cmd.rc:272
458 msgid "Enter new time: "
459 msgstr ""
461 #: cmd.rc:273
462 msgid "Environment variable %s not defined\n"
463 msgstr ""
465 #: cmd.rc:274
466 msgid "Failed to open '%s'\n"
467 msgstr ""
469 #: cmd.rc:275
470 msgid "Cannot call batch label outside of a batch script\n"
471 msgstr ""
473 #: cmd.rc:276
474 msgctxt "All key"
475 msgid "A"
476 msgstr ""
478 #: cmd.rc:277
479 msgid "%s, Delete"
480 msgstr ""
482 #: cmd.rc:278
483 msgid "Echo is %s\n"
484 msgstr ""
486 #: cmd.rc:279
487 msgid "Verify is %s\n"
488 msgstr ""
490 #: cmd.rc:280
491 msgid "Verify must be ON or OFF\n"
492 msgstr ""
494 #: cmd.rc:281
495 msgid "Parameter error\n"
496 msgstr ""
498 #: cmd.rc:282
499 msgid ""
500 "Volume in drive %c is %s\n"
501 "Volume Serial Number is %04x-%04x\n"
502 "\n"
503 msgstr ""
505 #: cmd.rc:283
506 msgid "Volume label (11 characters, ENTER for none)?"
507 msgstr ""
509 #: cmd.rc:284
510 msgid "PATH not found\n"
511 msgstr ""
513 #: cmd.rc:285
514 msgid "Press Return key to continue: "
515 msgstr ""
517 #: cmd.rc:286
518 msgid "Wine Command Prompt"
519 msgstr ""
521 #: cmd.rc:287
522 msgid ""
523 "CMD Version %s\n"
524 "\n"
525 msgstr ""
527 #: cmd.rc:288
528 msgid "More? "
529 msgstr ""
531 #: cmd.rc:289
532 msgid "The input line is too long.\n"
533 msgstr ""
535 #: ipconfig.rc:27
536 msgid "Usage: ipconfig [ /? | /all ]\n"
537 msgstr ""
539 #: ipconfig.rc:28
540 msgid "Error: Unknown or invalid command line parameters specified\n"
541 msgstr ""
543 #: ipconfig.rc:29
544 msgid "%s adapter %s\n"
545 msgstr ""
547 #: ipconfig.rc:30
548 msgid "Ethernet"
549 msgstr ""
551 #: ipconfig.rc:31
552 msgid "Unknown"
553 msgstr ""
555 #: ipconfig.rc:32
556 msgid "Connection-specific DNS suffix"
557 msgstr ""
559 #: ipconfig.rc:33
560 msgid "IP address"
561 msgstr ""
563 #: ipconfig.rc:34
564 msgid "Hostname"
565 msgstr ""
567 #: ipconfig.rc:35
568 msgid "Node type"
569 msgstr ""
571 #: ipconfig.rc:36
572 msgid "Broadcast"
573 msgstr ""
575 #: ipconfig.rc:37
576 msgid "Peer-to-peer"
577 msgstr ""
579 #: ipconfig.rc:38
580 msgid "Mixed"
581 msgstr ""
583 #: ipconfig.rc:39
584 msgid "Hybrid"
585 msgstr ""
587 #: ipconfig.rc:40
588 msgid "IP routing enabled"
589 msgstr ""
591 #: ipconfig.rc:41
592 msgid "Description"
593 msgstr ""
595 #: ipconfig.rc:42
596 msgid "Physical address"
597 msgstr ""
599 #: ipconfig.rc:43
600 msgid "DHCP enabled"
601 msgstr ""
603 #: ipconfig.rc:44
604 msgid "Yes"
605 msgstr ""
607 #: ipconfig.rc:45
608 msgid "No"
609 msgstr ""
611 #: ipconfig.rc:46
612 msgid "Default gateway"
613 msgstr ""
615 #: net.rc:27
616 msgid ""
617 "The syntax of this command is:\n"
618 "\n"
619 "NET [ HELP | START | STOP | USE ]\n"
620 msgstr ""
622 #: net.rc:28
623 msgid "Specify service name to start.\n"
624 msgstr ""
626 #: net.rc:29
627 msgid "Specify service name to stop.\n"
628 msgstr ""
630 #: net.rc:30
631 msgid "Stopping dependent service: %s\n"
632 msgstr ""
634 #: net.rc:31
635 msgid "Could not stop service %s\n"
636 msgstr ""
638 #: net.rc:32
639 msgid "Could not get handle to service control manager.\n"
640 msgstr ""
642 #: net.rc:33
643 msgid "Could not get handle to service.\n"
644 msgstr ""
646 #: net.rc:34
647 msgid "The %s service is starting.\n"
648 msgstr ""
650 #: net.rc:35
651 msgid "The %s service was started successfully.\n"
652 msgstr ""
654 #: net.rc:36
655 msgid "The %s service failed to start.\n"
656 msgstr ""
658 #: net.rc:37
659 msgid "The %s service is stopping.\n"
660 msgstr ""
662 #: net.rc:38
663 msgid "The %s service was stopped successfully.\n"
664 msgstr ""
666 #: net.rc:39
667 msgid "The %s service failed to stop.\n"
668 msgstr ""
670 #: net.rc:40
671 msgid ""
672 "The syntax of this command is:\n"
673 "\n"
674 "NET HELP command\n"
675 "    -or-\n"
676 "NET command /HELP\n"
677 "\n"
678 "   Commands available are:\n"
679 "   NET HELP    NET START    NET STOP    NET USE\n"
680 msgstr ""
682 #: net.rc:42
683 msgid "There are no entries in the list.\n"
684 msgstr ""
686 #: net.rc:43
687 msgid ""
688 "\n"
689 "Status  Local   Remote\n"
690 "---------------------------------------------------------------\n"
691 msgstr ""
693 #: net.rc:44
694 msgid "%s      %S      %S      Open resources: %lu\n"
695 msgstr ""