write: Convert translations to po files.
[wine] / po / hi.po
1 # Hindi translations for Wine
2 #
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: Hindi\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 #: clock.rc:28
17 msgid "&Properties"
18 msgstr "सूचना (&o)"
19
20 #: clock.rc:29
21 msgid "Ana&log"
22 msgstr "एनालॉग (&l)"
23
24 #: clock.rc:30
25 msgid "Digi&tal"
26 msgstr "डिज़िटल (&t)"
27
28 #: clock.rc:32
29 msgid "&Font..."
30 msgstr "फ़ॉन्ट (&F)..."
31
32 #: clock.rc:34
33 msgid "&Without Titlebar"
34 msgstr "बिना शीर्षकपट्टी के (&W)"
35
36 #: clock.rc:36
37 msgid "&Seconds"
38 msgstr "सेकेंड (&S)"
39
40 #: clock.rc:37
41 msgid "&Date"
42 msgstr "दिनांक (&D)"
43
44 #: clock.rc:39
45 msgid "&Always on Top"
46 msgstr "हमेशा शीर्ष पर (&A)"
47
48 #: clock.rc:41
49 msgid "Inf&o"
50 msgstr "सूचना (&o)"
51
52 #: clock.rc:42
53 msgid "&About Clock..."
54 msgstr "क्लॉक के बारे में (&A)..."
55
56 #: clock.rc:48
57 msgid "Clock"
58 msgstr "क्लॉक"
59
60 #: cmd.rc:30
61 msgid "ATTRIB shows or changes DOS file attributes.\n"
62 msgstr ""
63
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 ""
74
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 ""
80
81 #: cmd.rc:42
82 msgid "CHDIR <dir> changes the current default directory.\n"
83 msgstr ""
84
85 #: cmd.rc:44
86 msgid "CLS clears the console screen.\n"
87 msgstr ""
88
89 #: cmd.rc:46
90 msgid "COPY <filename> copies a file.\n"
91 msgstr ""
92
93 #: cmd.rc:47
94 msgid "CTTY changes the input/output device.\n"
95 msgstr ""
96
97 #: cmd.rc:48
98 msgid "DATE shows or changes the system date.\n"
99 msgstr ""
100
101 #: cmd.rc:49
102 msgid "DEL <filename> deletes a file or set of files.\n"
103 msgstr ""
104
105 #: cmd.rc:50
106 msgid "DIR lists the contents of a directory.\n"
107 msgstr ""
108
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 ""
120
121 #: cmd.rc:62
122 msgid "ERASE <filename> deletes a file or set of files.\n"
123 msgstr ""
124
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 ""
134
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 ""
148
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 ""
154
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 ""
166
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 ""
175
176 #: cmd.rc:104
177 msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
178 msgstr ""
179
180 #: cmd.rc:105
181 msgid "MKDIR <name> creates a subdirectory.\n"
182 msgstr ""
183
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 ""
194
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 ""
207
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 ""
215
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 ""
238
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 ""
244
245 #: cmd.rc:157
246 msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
247 msgstr ""
248
249 #: cmd.rc:158
250 msgid "RENAME <filename> renames a file\n"
251 msgstr ""
252
253 #: cmd.rc:160
254 msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
255 msgstr ""
256
257 #: cmd.rc:161
258 msgid "RMDIR <dir> deletes a subdirectory.\n"
259 msgstr ""
260
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 ""
280
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 ""
287
288 #: cmd.rc:186
289 msgid "TIME sets or shows the current system time.\n"
290 msgstr ""
291
292 #: cmd.rc:188
293 msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
294 msgstr ""
295
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 ""
301
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 ""
312
313 #: cmd.rc:204
314 msgid "VER displays the version of cmd you are running\n"
315 msgstr ""
316
317 #: cmd.rc:206
318 msgid "VOL shows the volume label of a disk device.\n"
319 msgstr ""
320
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 ""
326
327 #: cmd.rc:212
328 msgid ""
329 "POPD changes current directory to the last one saved with\n"
330 "PUSHD.\n"
331 msgstr ""
332
333 #: cmd.rc:214
334 msgid "MORE displays output of files or piped input in pages.\n"
335 msgstr ""
336
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 ""
343
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 ""
349
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 ""
384
385 #: cmd.rc:255
386 msgid "Are you sure"
387 msgstr ""
388
389 #: cmd.rc:256
390 msgctxt "Yes key"
391 msgid "Y"
392 msgstr ""
393
394 #: cmd.rc:257
395 msgctxt "No key"
396 msgid "N"
397 msgstr ""
398
399 #: cmd.rc:258
400 msgid "File association missing for extension %s\n"
401 msgstr ""
402
403 #: cmd.rc:259
404 msgid "No open command associated with file type '%s'\n"
405 msgstr ""
406
407 #: cmd.rc:260
408 msgid "Overwrite %s"
409 msgstr ""
410
411 #: cmd.rc:261
412 msgid "More..."
413 msgstr ""
414
415 #: cmd.rc:262
416 msgid "Line in Batch processing possibly truncated. Using:\n"
417 msgstr ""
418
419 #: cmd.rc:263
420 msgid ""
421 "Not Yet Implemented\n"
422 "\n"
423 msgstr ""
424
425 #: cmd.rc:264
426 msgid "Argument missing\n"
427 msgstr ""
428
429 #: cmd.rc:265
430 msgid "Syntax error\n"
431 msgstr ""
432
433 #: cmd.rc:266
434 msgid "%s : File Not Found\n"
435 msgstr ""
436
437 #: cmd.rc:267
438 msgid "No help available for %s\n"
439 msgstr ""
440
441 #: cmd.rc:268
442 msgid "Target to GOTO not found\n"
443 msgstr ""
444
445 #: cmd.rc:269
446 msgid "Current Date is %s\n"
447 msgstr ""
448
449 #: cmd.rc:270
450 msgid "Current Time is %s\n"
451 msgstr ""
452
453 #: cmd.rc:271
454 msgid "Enter new date: "
455 msgstr ""
456
457 #: cmd.rc:272
458 msgid "Enter new time: "
459 msgstr ""
460
461 #: cmd.rc:273
462 msgid "Environment variable %s not defined\n"
463 msgstr ""
464
465 #: cmd.rc:274
466 msgid "Failed to open '%s'\n"
467 msgstr ""
468
469 #: cmd.rc:275
470 msgid "Cannot call batch label outside of a batch script\n"
471 msgstr ""
472
473 #: cmd.rc:276
474 msgctxt "All key"
475 msgid "A"
476 msgstr ""
477
478 #: cmd.rc:277
479 msgid "%s, Delete"
480 msgstr ""
481
482 #: cmd.rc:278
483 msgid "Echo is %s\n"
484 msgstr ""
485
486 #: cmd.rc:279
487 msgid "Verify is %s\n"
488 msgstr ""
489
490 #: cmd.rc:280
491 msgid "Verify must be ON or OFF\n"
492 msgstr ""
493
494 #: cmd.rc:281
495 msgid "Parameter error\n"
496 msgstr ""
497
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 ""
504
505 #: cmd.rc:283
506 msgid "Volume label (11 characters, ENTER for none)?"
507 msgstr ""
508
509 #: cmd.rc:284
510 msgid "PATH not found\n"
511 msgstr ""
512
513 #: cmd.rc:285
514 msgid "Press Return key to continue: "
515 msgstr ""
516
517 #: cmd.rc:286
518 msgid "Wine Command Prompt"
519 msgstr ""
520
521 #: cmd.rc:287
522 msgid ""
523 "CMD Version %s\n"
524 "\n"
525 msgstr ""
526
527 #: cmd.rc:288
528 msgid "More? "
529 msgstr ""
530
531 #: cmd.rc:289
532 msgid "The input line is too long.\n"
533 msgstr ""
534
535 #: ipconfig.rc:27
536 msgid "Usage: ipconfig [ /? | /all ]\n"
537 msgstr ""
538
539 #: ipconfig.rc:28
540 msgid "Error: Unknown or invalid command line parameters specified\n"
541 msgstr ""
542
543 #: ipconfig.rc:29
544 msgid "%s adapter %s\n"
545 msgstr ""
546
547 #: ipconfig.rc:30
548 msgid "Ethernet"
549 msgstr ""
550
551 #: ipconfig.rc:31
552 msgid "Unknown"
553 msgstr ""
554
555 #: ipconfig.rc:32
556 msgid "Connection-specific DNS suffix"
557 msgstr ""
558
559 #: ipconfig.rc:33
560 msgid "IP address"
561 msgstr ""
562
563 #: ipconfig.rc:34
564 msgid "Hostname"
565 msgstr ""
566
567 #: ipconfig.rc:35
568 msgid "Node type"
569 msgstr ""
570
571 #: ipconfig.rc:36
572 msgid "Broadcast"
573 msgstr ""
574
575 #: ipconfig.rc:37
576 msgid "Peer-to-peer"
577 msgstr ""
578
579 #: ipconfig.rc:38
580 msgid "Mixed"
581 msgstr ""
582
583 #: ipconfig.rc:39
584 msgid "Hybrid"
585 msgstr ""
586
587 #: ipconfig.rc:40
588 msgid "IP routing enabled"
589 msgstr ""
590
591 #: ipconfig.rc:41
592 msgid "Description"
593 msgstr ""
594
595 #: ipconfig.rc:42
596 msgid "Physical address"
597 msgstr ""
598
599 #: ipconfig.rc:43
600 msgid "DHCP enabled"
601 msgstr ""
602
603 #: ipconfig.rc:44
604 msgid "Yes"
605 msgstr ""
606
607 #: ipconfig.rc:45
608 msgid "No"
609 msgstr ""
610
611 #: ipconfig.rc:46
612 msgid "Default gateway"
613 msgstr ""
614
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 ""
621
622 #: net.rc:28
623 msgid "Specify service name to start.\n"
624 msgstr ""
625
626 #: net.rc:29
627 msgid "Specify service name to stop.\n"
628 msgstr ""
629
630 #: net.rc:30
631 msgid "Stopping dependent service: %s\n"
632 msgstr ""
633
634 #: net.rc:31
635 msgid "Could not stop service %s\n"
636 msgstr ""
637
638 #: net.rc:32
639 msgid "Could not get handle to service control manager.\n"
640 msgstr ""
641
642 #: net.rc:33
643 msgid "Could not get handle to service.\n"
644 msgstr ""
645
646 #: net.rc:34
647 msgid "The %s service is starting.\n"
648 msgstr ""
649
650 #: net.rc:35
651 msgid "The %s service was started successfully.\n"
652 msgstr ""
653
654 #: net.rc:36
655 msgid "The %s service failed to start.\n"
656 msgstr ""
657
658 #: net.rc:37
659 msgid "The %s service is stopping.\n"
660 msgstr ""
661
662 #: net.rc:38
663 msgid "The %s service was stopped successfully.\n"
664 msgstr ""
665
666 #: net.rc:39
667 msgid "The %s service failed to stop.\n"
668 msgstr ""
669
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 ""
681
682 #: net.rc:42
683 msgid "There are no entries in the list.\n"
684 msgstr ""
685
686 #: net.rc:43
687 msgid ""
688 "\n"
689 "Status  Local   Remote\n"
690 "---------------------------------------------------------------\n"
691 msgstr ""
692
693 #: net.rc:44
694 msgid "%s      %S      %S      Open resources: %lu\n"
695 msgstr ""
696
697 #: reg.rc:27
698 msgid ""
699 "The syntax of this command is:\n"
700 "\n"
701 "REG [ ADD | DELETE | QUERY ]\n"
702 "REG command /?\n"
703 msgstr ""
704
705 #: reg.rc:28
706 msgid ""
707 "REG ADD key_name [/v value_name | /ve] [/t type] [/s separator] [/d data] [/"
708 "f]\n"
709 msgstr ""
710
711 #: reg.rc:29
712 msgid "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n"
713 msgstr ""
714
715 #: reg.rc:30
716 msgid "REG QUERY key_name [/v value_name | /ve] [/s]\n"
717 msgstr ""
718
719 #: reg.rc:31
720 msgid "The operation completed successfully\n"
721 msgstr ""
722
723 #: reg.rc:32
724 msgid "Error: Invalid key name\n"
725 msgstr ""
726
727 #: reg.rc:33
728 msgid "Error: Invalid command line parameters\n"
729 msgstr ""
730
731 #: reg.rc:34
732 msgid "Error: Unable to add keys to remote machine\n"
733 msgstr ""
734
735 #: reg.rc:35
736 msgid ""
737 "Error: The system was unable to find the specified registry key or value\n"
738 msgstr ""
739
740 #: start.rc:45
741 msgid ""
742 "Start a program, or open a document in the program normally used for files "
743 "with that suffix.\n"
744 "Usage:\n"
745 "start [options] program_filename [...]\n"
746 "start [options] document_filename\n"
747 "\n"
748 "Options:\n"
749 "/M[inimized] Start the program minimized.\n"
750 "/MAX[imized] Start the program maximized.\n"
751 "/R[estored]  Start the program normally (neither minimized nor maximized).\n"
752 "/W[ait]      Wait for started program to finish, then exit with its exit "
753 "code.\n"
754 "/Unix        Use a Unix filename and start the file like windows explorer.\n"
755 "/ProgIDOpen  Open a document using the following progID.\n"
756 "/L           Show end-user license.\n"
757 "\n"
758 "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
759 "Start comes with ABSOLUTELY NO WARRANTY; for details run with /L option.\n"
760 "This is free software, and you are welcome to redistribute it\n"
761 "under certain conditions; run 'start /L' for details.\n"
762 msgstr ""
763
764 #: start.rc:63
765 msgid ""
766 "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n"
767 "This program is free software; you can redistribute it and/or\n"
768 "modify it under the terms of the GNU Lesser Public License\n"
769 "as published by the Free Software Foundation; either version 2.1\n"
770 "of the License, or (at your option) any later version.\n"
771 "\n"
772 "This program is distributed in the hope that it will be useful,\n"
773 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
774 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
775 "GNU Lesser Public License for more details.\n"
776 "\n"
777 "You should have received a copy of the GNU Lesser Public License\n"
778 "along with this program; if not, write to the Free Software\n"
779 "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.\n"
780 "\n"
781 "See the COPYING.LIB file for license information.\n"
782 msgstr ""
783
784 #: start.rc:65
785 msgid ""
786 "Application could not be started, or no application associated with the "
787 "specified file.\n"
788 "ShellExecuteEx failed"
789 msgstr ""
790
791 #: start.rc:67
792 msgid "Could not translate the specified Unix filename to a DOS filename."
793 msgstr ""
794
795 #: taskkill.rc:27
796 msgid "Usage: taskkill [/?] [/f] [/im ProcessName | /pid ProcessID]\n"
797 msgstr ""
798
799 #: taskkill.rc:28
800 msgid "Error: Unknown or invalid command line option specified.\n"
801 msgstr ""
802
803 #: taskkill.rc:29
804 msgid "Error: Invalid command line parameter specified.\n"
805 msgstr ""
806
807 #: taskkill.rc:30
808 msgid "Error: One of options /im or /pid must be specified.\n"
809 msgstr ""
810
811 #: taskkill.rc:31
812 msgid "Error: Option %s expects a command line parameter.\n"
813 msgstr ""
814
815 #: taskkill.rc:32
816 msgid "Error: Options /im and /pid are mutually exclusive.\n"
817 msgstr ""
818
819 #: taskkill.rc:33
820 msgid "Close message sent to top-level windows of process with PID %u.\n"
821 msgstr ""
822
823 #: taskkill.rc:34
824 msgid ""
825 "Close message sent to top-level windows of process \"%s\" with PID %u.\n"
826 msgstr ""
827
828 #: taskkill.rc:35
829 msgid "Process with PID %u was forcibly terminated.\n"
830 msgstr ""
831
832 #: taskkill.rc:36
833 msgid "Process \"%s\" with PID %u was forcibly terminated.\n"
834 msgstr ""
835
836 #: taskkill.rc:37
837 msgid "Error: Could not find process \"%s\".\n"
838 msgstr ""
839
840 #: taskkill.rc:38
841 msgid "Error: Unable to enumerate the process list.\n"
842 msgstr ""
843
844 #: taskkill.rc:39
845 msgid "Error: Unable to terminate process \"%s\".\n"
846 msgstr ""
847
848 #: taskkill.rc:40
849 msgid "Error: Process self-termination is not permitted.\n"
850 msgstr ""
851
852 #: uninstaller.rc:26
853 msgid "Wine Application Uninstaller"
854 msgstr ""
855
856 #: uninstaller.rc:27
857 msgid ""
858 "Execution of uninstall command '%s' failed, perhaps due to missing "
859 "executable.\n"
860 "Do you want to remove the uninstall entry from the registry ?"
861 msgstr ""
862
863 #: write.rc:27
864 msgid "Starting Wordpad failed"
865 msgstr ""