cmd: Remove attrib from builtins list.

oldstable
Christian Costa 2011-09-07 09:09:59 +02:00 committed by Alexandre Julliard
parent e108c2dbed
commit 4aa865ed76
48 changed files with 3663 additions and 3847 deletions

164
po/ar.po
View File

@ -7513,13 +7513,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "تعذّر إيجاد '%s'."
@ -7584,11 +7584,7 @@ msgstr "&عن لوح الملاحظات"
msgid "Clock"
msgstr ""
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7599,41 +7595,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7645,11 +7641,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7659,7 +7655,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7673,13 +7669,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7691,7 +7687,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7700,15 +7696,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7719,7 +7715,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7732,7 +7728,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7740,7 +7736,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7763,29 +7759,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7805,28 +7801,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7837,21 +7833,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7861,19 +7857,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7885,7 +7881,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7899,24 +7895,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7955,141 +7951,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/bg.po
View File

@ -7682,13 +7682,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Файлът не е намерен"
@ -7753,11 +7753,7 @@ msgstr "&About Notepad"
msgid "Clock"
msgstr ""
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7768,41 +7764,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7814,11 +7810,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7828,7 +7824,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7842,13 +7838,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7860,7 +7856,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7869,15 +7865,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7888,7 +7884,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7901,7 +7897,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7909,7 +7905,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7932,29 +7928,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7974,28 +7970,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8006,21 +8002,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8030,19 +8026,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8054,7 +8050,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8068,24 +8064,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8124,141 +8120,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/ca.po
View File

@ -7429,13 +7429,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7499,11 +7499,7 @@ msgstr "&Quant a Wine..."
msgid "Clock"
msgstr ""
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7514,41 +7510,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7560,11 +7556,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7574,7 +7570,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7588,13 +7584,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7606,7 +7602,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7615,15 +7611,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7634,7 +7630,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7647,7 +7643,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7655,7 +7651,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7678,29 +7674,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7720,28 +7716,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7752,21 +7748,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7776,19 +7772,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7800,7 +7796,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7814,24 +7810,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7870,142 +7866,142 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
#, fuzzy
msgid "%s, Delete"
msgstr "&Suprimir"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

165
po/cs.po
View File

@ -7839,13 +7839,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7909,12 +7909,7 @@ msgstr "O &aplikaci..."
msgid "Clock"
msgstr "Hodiny"
#: cmd.rc:30
#, fuzzy
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Nápověda k ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7933,48 +7928,48 @@ msgstr ""
"Změny v defaultním adresáři, proměnných prostředí atd., udělané\n"
"volanou procedurou jsou zděděny volajícím.\n"
#: cmd.rc:41
#: cmd.rc:40
#, fuzzy
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Nápověda k CD\n"
#: cmd.rc:42
#: cmd.rc:41
#, fuzzy
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Nápověda k CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS vymaže obrazovku terminálu.\n"
#: cmd.rc:46
#: cmd.rc:45
#, fuzzy
msgid "COPY <filename> copies a file.\n"
msgstr "Nápověda k COPY\n"
#: cmd.rc:47
#: cmd.rc:46
#, fuzzy
msgid "CTTY changes the input/output device.\n"
msgstr "Nápověda k CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
#, fuzzy
msgid "DATE shows or changes the system date.\n"
msgstr "Nápověda k DATE\n"
#: cmd.rc:49
#: cmd.rc:48
#, fuzzy
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Nápověda k DEL\n"
#: cmd.rc:50
#: cmd.rc:49
#, fuzzy
msgid "DIR lists the contents of a directory.\n"
msgstr "Nápověda k DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7994,12 +7989,12 @@ msgstr ""
"Předsadí-li se příkazu ECHO OFF @ nebude příkaz ECHO OFF vypsán\n"
"na terminálové zařízení.\n"
#: cmd.rc:62
#: cmd.rc:61
#, fuzzy
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Nápověda k ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8016,7 +8011,7 @@ msgstr ""
"příkazu\n"
" FOR v dávkovém souboru.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8040,14 +8035,14 @@ msgstr ""
"\n"
"GOTO se nedá použít interaktivně.\n"
#: cmd.rc:85
#: cmd.rc:84
#, fuzzy
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Nápověda k HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8067,7 +8062,7 @@ msgstr ""
"Ve druhé formě příkazu musí být řetězec1 a řetězec2 uzavřeny v dvojitých\n"
"uvozovkách. Srovnání není citlivé na velikost písmen.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8081,17 +8076,17 @@ msgstr ""
"Budete vyzváni k zadání jmenovky.\n"
"Jmenovku si můžete zobrazit příkazem VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
#, fuzzy
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Nápověda k MD\n"
#: cmd.rc:105
#: cmd.rc:104
#, fuzzy
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Nápověda k MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8108,7 +8103,7 @@ msgstr ""
"MOVE selže jsou-li zdrojová a cílová oblast na jednotkách s jinými DOS "
"písmeny disků.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8130,7 +8125,7 @@ msgstr ""
"například:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
#, fuzzy
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
@ -8143,7 +8138,7 @@ msgstr ""
"proto, aby si uživatel mohl přečíst výstup z výkonu předcházejích příkazů,\n"
"než se tyto odrolují z obrazovky.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8186,7 +8181,7 @@ msgstr ""
"Prompt může být změněn i změnou proměnné prostředí PROMPT,\n"
"čili příkaz 'SET PROMPT=text' má tentýž efekt jako 'PROMPT text'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8194,27 +8189,27 @@ msgstr ""
"Řádky začínající REM (následovaným mezerou)\n"
"nejsou vykonány. REM je proto používán jako komentářový příkaz.\n"
#: cmd.rc:157
#: cmd.rc:156
#, fuzzy
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Nápověda k REN\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "Nápověda k RENAME\n"
#: cmd.rc:160
#: cmd.rc:159
#, fuzzy
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Nápověda k RD\n"
#: cmd.rc:161
#: cmd.rc:160
#, fuzzy
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Nápověda k RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8250,7 +8245,7 @@ msgstr ""
"prostředí, než u nativní Win32 implementace. Není možné\n"
"měnit proměnné prostředí hostitelského operačního systému z cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8261,16 +8256,16 @@ msgstr ""
"jejich seznamu, takže parametr 2 se stane parametrem 1 atd. Nemá žádný\n"
"efekt, je-li zadán na příkazovou řádku.\n"
#: cmd.rc:186
#: cmd.rc:185
#, fuzzy
msgid "TIME sets or shows the current system time.\n"
msgstr "Nápověda k TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Nastaví titulek okna cmd, syntaxe TITLE [řetězec]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8278,7 +8273,7 @@ msgstr ""
"TYPE <soubor> vypíše <soubor> na konzolové zařízení (nebo jinam,\n"
"je-li výstup přeměrován). Není zjišťováno, bude-li vypsán čitelný text.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8297,23 +8292,23 @@ msgstr ""
"\n"
"Příznak verify nemá ve Wine žádnou funkci.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER zobrazí verzi spuštěného programu cmd.\n"
#: cmd.rc:206
#: cmd.rc:205
#, fuzzy
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Nápověda k VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8323,19 +8318,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8347,7 +8342,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8361,18 +8356,18 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8380,7 +8375,7 @@ msgstr ""
"EXIT ukončí běžící sezení a vrátí kontrolu operačnímu systému\n"
"nebo příkazovému interpretu, ze kterého byl cmd spuštěn.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8451,141 +8446,141 @@ msgstr ""
"Zadejte HELP <příkaz> pro podrobnější informace o některém z výše uvedených "
"příkazů\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/da.po
View File

@ -7942,7 +7942,7 @@ msgstr "Løkke under håndtering af henvisninger"
msgid "Referral hop limit exceeded"
msgstr "Grænse for henvisnings hop overskredet"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7950,7 +7950,7 @@ msgstr ""
"Ikke implementeret endnu\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Filen ikke fundet\n"
@ -8014,11 +8014,7 @@ msgstr "&Om Ur..."
msgid "Clock"
msgstr "Ur"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Hjælp til ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8036,41 +8032,41 @@ msgstr ""
"ændringer i standardkatalogen, miljøvariabler etc. lavet af den kaldte\n"
"proceduren arves af kalderen.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Hjælp til CD\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Hjælp til CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS sletter konsolskærmen\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "Hjælp til COPY\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "Hjælp til CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "Hjælp til DATE\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Hjælp til DEL\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "Hjælp til DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8090,11 +8086,11 @@ msgstr ""
"standard). «ECHO OFF»-kommandoen kan hindres fra at vises ved at pladsere\n"
"et @-tegn foran den.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Hjælp til ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8109,7 +8105,7 @@ msgstr ""
"\n"
"Kravet om to %-tegn når FOR bruges i en batchfil findes ikke i Wines CMD.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8132,13 +8128,13 @@ msgstr ""
"\n"
"GOTO har ingen effekt når den bruges interaktivt.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Hjælp til HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8158,7 +8154,7 @@ msgstr ""
"I kommando form nummer to skal streng1 og streng2 omsluttes af dobbelte\n"
" anførselstegn. Der skeldnes ikke mellem store og små bogstaver.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8172,15 +8168,15 @@ msgstr ""
"Kommandoen vil bede om det nye volumenavn for drevet.\n"
"Du kan vise et drevs volumenavn med VOL-kommandoen.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Hjælp til MD\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Hjælp til MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8199,7 +8195,7 @@ msgstr ""
"MOVE fejler hvis den gamle og nye pladsering har forskellige\n"
"drevbogstaver.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8221,7 +8217,7 @@ msgstr ""
"eksempel:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8234,7 +8230,7 @@ msgstr ""
"forsvinder ud\n"
"væk fra skærmen..\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8276,7 +8272,7 @@ msgstr ""
"Klartegnet kan også ændres ved ændre miljøvariablen PROMPT, så\n"
"kommandoen «SET PROMPT=tekst» har samme effekt som «PROMPT tekst».\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8285,24 +8281,24 @@ msgstr ""
"udfører ingen handling, og kan derfor bruges som kommentar i en batch\n"
"fil.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Hjælp til REN\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "Hjælp til RENAME\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Hjælp til RD\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Hjælp til RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8338,7 +8334,7 @@ msgstr ""
"værdier end i et normalt Win32-miljø. Vær opmærksom på at man ikke kan\n"
"ændre miljøet i det underliggende operativsystemet fra CMD.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8348,17 +8344,17 @@ msgstr ""
"liste, sådan at parameter 2 blir parameter 1 og så videre. Den har ingen\n"
"effekt hvis det bruges fra kommandolinien.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "Hjælp til TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
"Angiv titelen for CMD-vinduet, syntaksen er\n"
"TITLE [streng]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8367,7 +8363,7 @@ msgstr ""
"sted hvis det omdirigeres). Det kontrolleres ikke om filen er læselig "
"tekst.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8386,22 +8382,22 @@ msgstr ""
"\n"
"«Verify»-flagget har ingen funksion i Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER viser CMD's versionnummer\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Hjælp til VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8411,7 +8407,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8419,13 +8415,13 @@ msgstr ""
"PUSHD <katalognavn> lagrer arbejdskataloget på en stak og ændrer derefter\n"
"arbejdskataloget til den som er opgiven.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr "POPD ændrer arbejdskatalog til det som sidst blev brugt med PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8437,7 +8433,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8451,19 +8447,19 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
"MORE lader dig bladre gennem indholdet af filer eller inddata fra en pipe.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8471,7 +8467,7 @@ msgstr ""
"EXIT afslutter gældende CMD og returnerer til operativsystemet eller det\n"
"program CMD blev startet af.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8541,110 +8537,110 @@ msgstr ""
"\n"
"Skriv «HELP <kommando>» for mere information om kommandoerne ovenover\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Er du sikker"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "J"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Manglende filtilknytning for efternavnet %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Ingen åbnekommando er tilknyttet filtypene '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overskriv %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Mere..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linie i batchfil muligvis forkortet. Using:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument mangler\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntaks fejl\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Ingen hjælp tilgængelig for %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "GOTO Destination ikke fundet\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Nuværende Dato er %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Nuværende Tid er %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Skriv ny dato: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Skriv ny tid: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Miljøvariable %s ikke defineret\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Kunne ikke åbne «%s»\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Kunn ikke kalde batch label udefra batchskriptet\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Slet"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo er %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify er %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify skal være ON eller OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter fejl\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8654,31 +8650,31 @@ msgstr ""
"Volume Seriel Nummer is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volumen's label (11 karaktere, ENTER for ingen)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH ikke fundet\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Tryk Return for at fortsætte: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Mere? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"

164
po/de.po
View File

@ -7717,7 +7717,7 @@ msgstr "Schleife während der Abarbeitung von Weiterleitungen"
msgid "Referral hop limit exceeded"
msgstr "Überschreitung der maximalen Anzahl von Weiterleitungen"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7725,7 +7725,7 @@ msgstr ""
"Noch nicht implementiert\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Datei nicht gefunden\n"
@ -7788,11 +7788,7 @@ msgstr "&Über Uhr"
msgid "Clock"
msgstr "Uhr"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB zeigt oder ändert die DOS Dateieigenschaften.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7811,41 +7807,41 @@ msgstr ""
"Änderungen für das aktuelle Verzeichnis, Umgebungsvariablen usw. werden in\n"
"der gerufenen Prozedur gemacht, die sie von der aufgerufenen geerbt hat.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "CD ist die Kurzform von CHDIR.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR Wechselt in ein Verzeichnis.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS löscht den Bildschirminhalt der Konsole.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY Kopiert eine Datei.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY Ändert das Eingabe/Ausgabe - Gerät.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE zeigt oder ändert das Systemdatum.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL löscht eine oder mehrere Dateien\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR listet den Inhalt eines Verzeichnisses.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7867,11 +7863,11 @@ msgstr ""
"dessen\n"
"ein @ Zeichen gesetzt werden.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE löscht die angegebenen Dateien.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7888,7 +7884,7 @@ msgstr ""
"Die Anforderung das % Zeichen zu verdoppeln, sobald FOR in einer Batchdatei\n"
"benutzt wird, existiert in CMD nicht.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7915,13 +7911,13 @@ msgstr ""
"\n"
"GOTO hat keine Auswirkungen, wenn es interaktiv genutzt wird.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "HELP zeigt die Hilfe an\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7943,7 +7939,7 @@ msgstr ""
"Anführungszeichen stehen. Der Vergleich achtet nicht auf die Groß- und\n"
"Kleinschreibung.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7960,15 +7956,15 @@ msgstr ""
"Laufwerk. Sie können sich auch die Laufwerksbezeicnung mit dem VOL - Befehl\n"
"anzeigen lassen.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD ist die Kurzform von MKDIR\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR erstellt ein Verzeichnis\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7989,7 +7985,7 @@ msgstr ""
"DOS\n"
"Laufwerken sind.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8012,7 +8008,7 @@ msgstr ""
"modifizieren. Zum Beispiel:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8026,7 +8022,7 @@ msgstr ""
"vorherigen\n"
"Befehls zu lesen, bevor es durch Scrollen vom Bildschirm verschwindet.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8073,7 +8069,7 @@ msgstr ""
"Auswirkung\n"
"wie 'PROMPT text'.\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8082,23 +8078,23 @@ msgstr ""
"keine Aktion ausgeführt und kann deshalb auch als Kommentar in einer\n"
"Batchdatei genutzt werden.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN ist die Kurzform von RENAME.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <Dateiname> benennt die angegebenen Dateien um.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD ist die Kurzform von RMDIR.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR löscht das angegebene Verzeichnis.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8139,7 +8135,7 @@ msgstr ""
"nicht möglich die Umgebungsvariablen des Betriebssystems vom CMD aus zu\n"
"beeinflussen.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8151,18 +8147,18 @@ msgstr ""
"Es hat keine Auswirkungen, wenn es von der Befehlszeile aus aufgerufen "
"wird.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME Setzt oder zeigt die aktuelle Systemzeit an.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
"Setzt den Fenstertitel für das CMD - Fenster.\n"
"\n"
"Syntax: TITLE [Zeichenkette]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8171,7 +8167,7 @@ msgstr ""
"dies umgeleitet wurde). Es wird keine Überprüfung vorgenommen, ob die\n"
"Datei lesbaren Text enthält.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8190,15 +8186,15 @@ msgstr ""
"\n"
"Das Verify Flag hat keine Funktion in Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER zeigt die aktuelle Version von CMD an.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL zeigt die Volumeseriennummer an\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
@ -8206,7 +8202,7 @@ msgstr ""
"ENDLOCAL beendet die Begrenzung der Gültigkeit von Änderungen\n"
"die von einer Stapelverarbeitungsdatei mit SETLOCAL gestartet wurde.\n"
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8222,7 +8218,7 @@ msgstr ""
"vorgehalten (oder bis zum Ende der Datei falls dies zuerst kommt).\n"
"Ab diesem Punkt wird die vorherige Umgebung wiederhergestellt.\n"
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8231,7 +8227,7 @@ msgstr ""
"Verzeichnis auf einem Stack und wecheselt das Arbeitsverzeichnis\n"
"zu dem angegebenen.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8239,7 +8235,7 @@ msgstr ""
"POPD wechselt das Arbeitsverzeichnis zu dem zuletzt\n"
"mit PUSHD gespeicherten.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8251,7 +8247,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8265,11 +8261,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE gibt Dateien und Pipes seitenweise aus.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8279,7 +8275,7 @@ msgstr ""
"bis der Benutzer eine erlaubte Taste aus einer wählbaren Liste drückt.\n"
"CHOICE wird hauptsächlich als Menüauswahl in einer Batchdatei genutzt.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8287,7 +8283,7 @@ msgstr ""
"EXIT beendet die aktuelle Befehlssitzung und kehrt zum\n"
"Betriebssystem oder der Shell zurück, von der CMD gestart wurde.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8361,112 +8357,112 @@ msgstr ""
"Geben Sie HELP <Befehl> ein, damit Sie weitere Informationen für einen der\n"
"obigen Befehle erhalten.\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Sind sie sicher"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "J"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Verknüpfung für Dateiendung %s fehlt\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Kein Befehl zum Öffnen für Dateityp '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "%s überschreiben"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Mehr..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
"Die Zeile bei der Batchverarbeitung ist möglicherweise abgeschnitten. "
"Benutze:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument fehlt\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntaxfehler\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Hilfe für %s ist nicht verfügbar\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Das Sprungziel von GOTO wurde nicht gefunden\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Aktuelles Datum ist %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Aktuelle Zeit ist %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Geben Sie das neue Datum ein: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Geben Sie die neue Zeit ein: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Die Umgebungsvariable %s ist nicht definiert\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "'%s' konnte nicht geöffnet werden\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Kann kein Batch-Label außerhalb eines Batch-Scripts aufrufen\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, löschen"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo ist %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify ist %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify muß ON oder OFF sein\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameterfehler\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8476,31 +8472,31 @@ msgstr ""
"Volumeseriennummer ist %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volumebezeichnung (11 Zeichen, EINGABETASTE für keine)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH nicht gefunden\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Drücken Sie die Eingabetaste um fortzufahren: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Befehlsprozessor"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Mehr? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Die Eingabezeile ist zu lang.\n"

164
po/el.po
View File

@ -7538,13 +7538,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Το αρχείο δε βρέθηκε"
@ -7608,11 +7608,7 @@ msgstr ""
msgid "Clock"
msgstr ""
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7623,41 +7619,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7669,11 +7665,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7683,7 +7679,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7697,13 +7693,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7715,7 +7711,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7724,15 +7720,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7743,7 +7739,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7756,7 +7752,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7764,7 +7760,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7787,29 +7783,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7829,28 +7825,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7861,21 +7857,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7885,19 +7881,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7909,7 +7905,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7923,24 +7919,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7979,141 +7975,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

176
po/en.po
View File

@ -7566,7 +7566,7 @@ msgstr "Loop while handling referrals"
msgid "Referral hop limit exceeded"
msgstr "Referral hop limit exceeded"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7574,7 +7574,7 @@ msgstr ""
"Not Yet Implemented\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s: File Not Found\n"
@ -7637,11 +7637,7 @@ msgstr "&About Clock"
msgid "Clock"
msgstr "Clock"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB shows or changes DOS file attributes.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7659,43 +7655,43 @@ msgstr ""
"Changes to default directory, environment variables etc made within a\n"
"called procedure are inherited by the caller.\n"
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
#: cmd.rc:41
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
#: cmd.rc:42
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <dir> changes the current default directory.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS clears the console screen.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <filename> copies a file.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY changes the input/output device.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE shows or changes the system date.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <filename> deletes a file or set of files.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR lists the contents of a directory.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7715,11 +7711,11 @@ msgstr ""
"default). The ECHO OFF command can be prevented from displaying by\n"
"preceding it with an @ sign.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <filename> deletes a file or set of files.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7735,7 +7731,7 @@ msgstr ""
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7759,7 +7755,7 @@ msgstr ""
"\n"
"GOTO has no effect when used interactively.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7767,7 +7763,7 @@ msgstr ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7787,7 +7783,7 @@ msgstr ""
"In the second form of the command, string1 and string2 must be in double\n"
"quotes. The comparison is not case-sensitive.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7801,15 +7797,15 @@ msgstr ""
"The command will prompt you for the new volume label for the given drive.\n"
"You can display the disk volume label with the VOL command.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <name> creates a subdirectory.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7827,7 +7823,7 @@ msgstr ""
"\n"
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7849,7 +7845,7 @@ msgstr ""
"variable, for example:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7861,7 +7857,7 @@ msgstr ""
"batch files to allow the user to read the output of a previous command\n"
"before it scrolls off the screen.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7903,7 +7899,7 @@ msgstr ""
"The prompt can also be changed by altering the PROMPT environment variable,\n"
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -7911,23 +7907,23 @@ msgstr ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <filename> is the short version of RENAME. It renames a file.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <filename> renames a file.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <dir> deletes a subdirectory.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7963,7 +7959,7 @@ msgstr ""
"many more values than in a native Win32 implementation. Note that it is\n"
"not possible to affect the operating system environment from within cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -7973,15 +7969,15 @@ msgstr ""
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME sets or shows the current system time.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Sets the window title for the cmd window, syntax TITLE [string]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -7989,7 +7985,7 @@ msgstr ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8007,21 +8003,21 @@ msgstr ""
"\n"
"The verify flag has no function in Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER displays the version of cmd you are running.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL shows the volume label of a disk device.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8031,7 +8027,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8039,7 +8035,7 @@ msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8047,7 +8043,7 @@ msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8059,7 +8055,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8073,11 +8069,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8087,7 +8083,7 @@ msgstr ""
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8095,7 +8091,7 @@ msgstr ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8169,110 +8165,110 @@ msgstr ""
"\n"
"Enter HELP <command> for further information on any of the above commands\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Are you sure"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overwrite %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "More..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument missing\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntax error\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "No help available for %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Current Date is %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Current Time is %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Enter new date: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Enter new time: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Delete"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo is %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify is %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter error\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8282,31 +8278,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH not found\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Press Return key to continue: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "More? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"

View File

@ -7664,7 +7664,7 @@ msgstr "Loop while handling referrals"
msgid "Referral hop limit exceeded"
msgstr "Referral hop limit exceeded"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7672,7 +7672,7 @@ msgstr ""
"Not Yet Implemented\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s: File Not Found\n"
@ -7754,11 +7754,7 @@ msgstr "&About Clock"
msgid "Clock"
msgstr "Clock"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB shows or changes DOS file attributes.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7776,43 +7772,43 @@ msgstr ""
"Changes to default directory, environment variables etc made within a\n"
"called procedure are inherited by the caller.\n"
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
#: cmd.rc:41
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
#: cmd.rc:42
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <dir> changes the current default directory.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS clears the console screen.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <filename> copies a file.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY changes the input/output device.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE shows or changes the system date.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <filename> deletes a file or set of files.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR lists the contents of a directory.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7832,11 +7828,11 @@ msgstr ""
"default). The ECHO OFF command can be prevented from displaying by\n"
"preceding it with an @ sign.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <filename> deletes a file or set of files.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7852,7 +7848,7 @@ msgstr ""
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7876,7 +7872,7 @@ msgstr ""
"\n"
"GOTO has no effect when used interactively.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7884,7 +7880,7 @@ msgstr ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7904,7 +7900,7 @@ msgstr ""
"In the second form of the command, string1 and string2 must be in double\n"
"quotes. The comparison is not case-sensitive.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7918,15 +7914,15 @@ msgstr ""
"The command will prompt you for the new volume label for the given drive.\n"
"You can display the disk volume label with the VOL command.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <name> creates a subdirectory.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7944,7 +7940,7 @@ msgstr ""
"\n"
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7966,7 +7962,7 @@ msgstr ""
"variable, for example:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7978,7 +7974,7 @@ msgstr ""
"batch files to allow the user to read the output of a previous command\n"
"before it scrolls off the screen.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8020,7 +8016,7 @@ msgstr ""
"The prompt can also be changed by altering the PROMPT environment variable,\n"
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8028,23 +8024,23 @@ msgstr ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <filename> is the short version of RENAME. It renames a file.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <filename> renames a file.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <dir> deletes a subdirectory.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8080,7 +8076,7 @@ msgstr ""
"many more values than in a native Win32 implementation. Note that it is\n"
"not possible to affect the operating system environment from within cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8090,15 +8086,15 @@ msgstr ""
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME sets or shows the current system time.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Sets the window title for the cmd window, syntax TITLE [string]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8106,7 +8102,7 @@ msgstr ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8124,15 +8120,15 @@ msgstr ""
"\n"
"The verify flag has no function in Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER displays the version of cmd you are running.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL shows the volume label of a disk device.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
@ -8140,7 +8136,7 @@ msgstr ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8156,7 +8152,7 @@ msgstr ""
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8164,7 +8160,7 @@ msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8172,7 +8168,7 @@ msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8192,7 +8188,7 @@ msgstr ""
"Specifying no file type after the equal sign removes the current "
"association, if any.\n"
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8216,11 +8212,11 @@ msgstr ""
"Specifying no open command after the equal sign removes the command string "
"associated to the specified file type.\n"
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8230,7 +8226,7 @@ msgstr ""
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8238,7 +8234,7 @@ msgstr ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8312,110 +8308,110 @@ msgstr ""
"\n"
"Enter HELP <command> for further information on any of the above commands\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Are you sure"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overwrite %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "More..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument missing\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntax error\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "No help available for %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Current Date is %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Current Time is %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Enter new date: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Enter new time: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Delete"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo is %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify is %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter error\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8425,31 +8421,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH not found\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Press Return key to continue: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "More? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"

164
po/eo.po
View File

@ -7684,13 +7684,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Dosiero ne estis trovita"
@ -7760,11 +7760,7 @@ msgstr "&Pri Horloøo"
msgid "Clock"
msgstr "Horloøo"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7775,41 +7771,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7821,11 +7817,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7835,7 +7831,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7849,13 +7845,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7867,7 +7863,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7876,15 +7872,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7895,7 +7891,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7908,7 +7904,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7916,7 +7912,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7939,29 +7935,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7981,28 +7977,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8013,21 +8009,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8037,19 +8033,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8061,7 +8057,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8075,24 +8071,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8131,141 +8127,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/es.po
View File

@ -8054,7 +8054,7 @@ msgstr "Bucle al manejar remisiones"
msgid "Referral hop limit exceeded"
msgstr "Límite de saltos de remisiones excedido"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -8062,7 +8062,7 @@ msgstr ""
"No implementado\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Archivo no encontrado\n"
@ -8131,11 +8131,7 @@ msgstr "&Acerca de Reloj..."
msgid "Clock"
msgstr "Reloj"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Ayuda sobre ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8154,41 +8150,41 @@ msgstr ""
"realizados desde dentro de un procedimiento llamado son heredados por el\n"
"llamante.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Ayuda sobre CD\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Ayuda sobre CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS limpia la pantalla de la consola\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "Ayuda sobre COPY\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "Ayuda sobre CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "Ayuda sobre DATE\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Ayuda sobre DEL\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "Ayuda sobre DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8208,11 +8204,11 @@ msgstr ""
"defecto). El comando ECHO OFF puede prevenirse de ser mostrado\n"
"precediéndolo por un signo @.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Ayuda sobre ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8229,7 +8225,7 @@ msgstr ""
"La necesidad de doblar el signo % cuando se utiliza FOR en un archivo\n"
"por lotes no existe en cmd.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8254,13 +8250,13 @@ msgstr ""
"\n"
"GOTO no tiene efecto cuando se usa interactivamente.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Ayuda sobre HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8280,7 +8276,7 @@ msgstr ""
"En la segunda forma del comando, cadena1 y cadena2 deben estar entre\n"
"comillas dobles. La comparación no distingue mayúsculas de minúsculas.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8295,15 +8291,15 @@ msgstr ""
"El comando le pedirá la nueva etiqueta de volumen para la unidad dada.\n"
"Puede ver la etiqueta de volumen del disco con el comando VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Ayuda sobre MD\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Ayuda sobre MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8322,7 +8318,7 @@ msgstr ""
"MOVE falla si la localización vieja y la nueva están en diferentes\n"
"letras de unidad de DOS.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8344,7 +8340,7 @@ msgstr ""
"PATH, por ejamplo:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8357,7 +8353,7 @@ msgstr ""
"leer la salida de un comando anterior antes de que se desplace fuera\n"
"de la pantalla.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8403,7 +8399,7 @@ msgstr ""
"PROMPT, por lo que el comando 'SET PROMPT=texto' tiene el mismo efecto\n"
"que 'PROMPT texto'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8412,24 +8408,24 @@ msgstr ""
"realiza ninguna acción, y puede por tanto ser utilizada como un\n"
"comentario en un archivo por lotes.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Ayuda sobre REN\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "Ayuda sobre RENAME\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Ayuda sobre RD\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Ayuda sobre RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8465,7 +8461,7 @@ msgstr ""
"más valores que en una implementación Win32 nativa. Nótese que no es\n"
"posible afectar al entorno del sistema operativo desde cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8476,15 +8472,15 @@ msgstr ""
"el parámetro 1 y demás. No tiene efecto si se llama desde la línea\n"
"de comando.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "Ayuda sobre TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Ajusta el título de la ventana de cmd, sintaxis TITLE [cadena]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8493,7 +8489,7 @@ msgstr ""
"consola (o a donde sea si se redirecciona). No se realiza ninguna\n"
"comprobación de si el archivo es texto legible.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8512,22 +8508,22 @@ msgstr ""
"\n"
"La bandera de verificación no tiene funcionalidad en Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER muestra la versión de cmd que está ejecutando\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Ayuda sobre VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8537,7 +8533,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8545,7 +8541,7 @@ msgstr ""
"PUSHD <nombre de directorio> almacena el directorio actual a una\n"
"pila, y luego cambia el directorio actual al proporcionado.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8553,7 +8549,7 @@ msgstr ""
"POPD cambia el directorio actual al último almacenado con\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8565,7 +8561,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8579,18 +8575,18 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE muestra la salida de archivos o entrada entubada por páginas.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8598,7 +8594,7 @@ msgstr ""
"EXIT termina la sesión de comandos actual y regresa al sistema\n"
"operativo o intérprete de comandos desde el que invocó cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8670,110 +8666,110 @@ msgstr ""
"comandos\n"
"de arriba\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Está seguro"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "S"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Falta una asociación de archivo para la extensión %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Ningún comando de apertura asociado con el tipo de archivo '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Sobrescribir %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Más..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Línea en procesamiento por lotes posiblemente truncada. Usando:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argumento faltante\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Error de sintaxis\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "No hay ayuda disponible para %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "El destino de la instrucción GOTO no se ha encontrado\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "La fecha actual es %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "La hora actual es %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Ingrese la nueva fecha: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Ingrese la nueva hora: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Variable de entorno %s no definida\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "No se pudo abrir '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "No se puede llamar a una etiqueta fuera de un script por lotes\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Borrar"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo es %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verificar es %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verificar debe estar ON o OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Error de parámetro\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8783,31 +8779,31 @@ msgstr ""
"El número de serie del volumen es %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etiqueta del volumen (11 caracteres, Return para ninguno)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH no encontrado\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Pulse la tecla Return para continuar: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Símbolo del sistema"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Versión %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Más? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "La línea de entrada es demasiado larga.\n"

164
po/fa.po
View File

@ -7515,13 +7515,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "'%s' پیدا نشد."
@ -7586,11 +7586,7 @@ msgstr "&درباره نت‌پد"
msgid "Clock"
msgstr ""
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7601,41 +7597,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7647,11 +7643,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7661,7 +7657,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7675,13 +7671,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7693,7 +7689,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7702,15 +7698,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7721,7 +7717,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7734,7 +7730,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7742,7 +7738,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7765,29 +7761,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7807,28 +7803,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7839,21 +7835,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7863,19 +7859,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7887,7 +7883,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7901,24 +7897,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7957,141 +7953,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/fi.po
View File

@ -7760,13 +7760,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Tiedostoa ei löydy"
@ -7836,11 +7836,7 @@ msgstr "&Kellosta..."
msgid "Clock"
msgstr "Kello"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7851,41 +7847,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7897,11 +7893,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7911,7 +7907,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7925,13 +7921,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7943,7 +7939,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7952,15 +7948,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7971,7 +7967,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7984,7 +7980,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7992,7 +7988,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8015,29 +8011,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8057,28 +8053,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8089,21 +8085,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8113,19 +8109,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8137,7 +8133,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8151,24 +8147,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8207,141 +8203,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/fr.po
View File

@ -7734,7 +7734,7 @@ msgstr "Boucle lors du traitement des référants"
msgid "Referral hop limit exceeded"
msgstr "Limite du nombre de référants dépassée"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7742,7 +7742,7 @@ msgstr ""
"Pas encore implémenté\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : fichier non trouvé\n"
@ -7805,11 +7805,7 @@ msgstr "À &propos de l'horloge"
msgid "Clock"
msgstr "Horloge"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB affiche ou modifie les attributs de fichiers DOS.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7829,42 +7825,42 @@ msgstr ""
"effectués\n"
"dans une procédure appelée sont transmis à l'appelant.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <rép> est la version courte de CHDIR. Elle change le répertoire courant.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <rép> change le répertoire courant.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS efface l'écran de la console.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY copie un ou plusieurs fichiers.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY change le périphérique d'entrée/sortie.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE affiche ou modifie la date système.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <fichiers> efface un fichier ou un groupe de fichiers.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR liste le contenu d'un répertoire.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7884,11 +7880,11 @@ msgstr ""
"défaut). On peut empêcher l'affichage de ECHO OFF en le faisant\n"
"précéder d'un signe @.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <fichiers> efface un ou plusieurs fichiers.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7906,7 +7902,7 @@ msgstr ""
"fichier batch\n"
"n'est pas présente dans le cmd de wine.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7932,7 +7928,7 @@ msgstr ""
"\n"
"GOTO n'a pas d'effet si utilisé interactivement.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7940,7 +7936,7 @@ msgstr ""
"HELP <commande> affiche une brève aide sur une commande donnée.\n"
"HELP sans argument affiche toutes les commandes intégrées de CMD.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7960,7 +7956,7 @@ msgstr ""
"Dans la deuxième forme de la commande, chaîne1 et chaîne2 doivent être\n"
"entre guillemets. La comparaison est insensible à la casse.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7974,15 +7970,15 @@ msgstr ""
"La commande demande le nouveau nom de volume pour le lecteur spécifié.\n"
"Vous pouvez afficher le nom de volume avec la commande VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <nom> est la version courte de MKDIR. Elle crée un répertoire.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <nom> crée un répertoire.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8001,7 +7997,7 @@ msgstr ""
"MOVE échoue si l'ancien et le nouvel emplacement sont sur des lecteurs DOS "
"différents.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8023,7 +8019,7 @@ msgstr ""
"d'environnement PATH, par exemple :\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8036,7 +8032,7 @@ msgstr ""
"les fichiers batchs pour permettre à l'utilisateur de lire la sortie de\n"
"la dernière commande avant qu'elle ne disparaisse de l'écran.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8082,7 +8078,7 @@ msgstr ""
"PROMPT ; ainsi la commande « SET PROMPT=texte » a le même effet que « PROMPT "
"texte »\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8090,24 +8086,24 @@ msgstr ""
"Une ligne de commande commençant par REM (suivi d'une espace) n'induit\n"
"aucune action, et peut donc servir de commentaire dans un fichier batch.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
"REN <fichier> est la version courte de RENAME. Elle renomme un fichier.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <fichier> renomme un fichier.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD est la version courte de RMDIR. Elle efface un répertoire.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR efface un sous-répertoire.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8145,7 +8141,7 @@ msgstr ""
"l'environnement\n"
"du système d'exploitation dans cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8157,17 +8153,17 @@ msgstr ""
"sans effet\n"
"s'il est appelé depuis la ligne de commande.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME règle ou affiche l'heure système courante.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
"Définit le titre de la fenêtre pour la session cmd ; syntaxe : TITLE "
"[chaîne]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8176,7 +8172,7 @@ msgstr ""
"si redirigé). Aucun test n'est fait pour voir si le fichier contient bien du "
"texte.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8195,15 +8191,15 @@ msgstr ""
"\n"
"L'indicateur de vérification n'a pas de fonction dans Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER affiche la version de cmd utilisée.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL affiche le nom de volume d'un lecteur de disque.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
@ -8211,7 +8207,7 @@ msgstr ""
"ENDLOCAL met fin aux modifications locales de l'environnement dans\n"
"un fichier batch, introduites à la suite d'un SETLOCAL préalable.\n"
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8230,7 +8226,7 @@ msgstr ""
"jusqu'à la fin du fichier), après quoi les réglages antérieurs de\n"
"l'environnement sont restaurés.\n"
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8238,7 +8234,7 @@ msgstr ""
"PUSHD <répertoire> enregistre le répertoire courant sur\n"
"une pile et remplace le répertoire courant par le répertoire spécifié.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8246,7 +8242,7 @@ msgstr ""
"POPD remplace le répertoire courant par le dernier enregistré à l'aide de\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8268,7 +8264,7 @@ msgstr ""
"Si aucun type de fichiers n'est spécifié après le signe égal, supprimer "
"l'association courante, si elle existe.\n"
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8293,11 +8289,11 @@ msgstr ""
"Ne spécifier aucune commande après le signe égal supprime la commande "
"d'ouverture associée au type de fichier spécifié.\n"
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE affiche le contenu de fichiers ou l'entrée standard par pages.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8308,7 +8304,7 @@ msgstr ""
"CHOICE est principalement utilisé pour construire une sélection de menu dans "
"un fichier batch.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8316,7 +8312,7 @@ msgstr ""
"EXIT termine la session de ligne de commande et retourne\n"
"au système d'exploitation ou au shell où vous avez invoqué cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8394,111 +8390,111 @@ msgstr ""
"\n"
"Entrez HELP <commande> pour plus d'informations sur les commandes ci-dessus\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Êtes-vous sûr(e)"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "O"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Association de fichier manquante pour l'extension %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
"Aucune commande d'ouverture n'est associée avec le type de fichier « %s »\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Écraser %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Plus..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Ligne du processus batch probablement tronquée. Utilisation de :\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument manquant\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Erreur de syntaxe\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Pas d'aide disponible pour %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "La destination de l'instruction GOTO n'a pas été trouvée\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "La date courante est %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "L'heure courante est %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Saisissez la nouvelle date : "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Saisissez la nouvelle heure : "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "La variable d'environnement %s n'est pas définie\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Impossible d'ouvrir « %s »\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Impossible d'appeler une étiquette de batch hors d'un script batch\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "T"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Supprimer"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo est %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify est %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify doit être ON ou OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Erreur de paramètre\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8508,31 +8504,31 @@ msgstr ""
"Le numéro de série du volume est %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Étiquette du volume (11 caractères, ENTRÉE pour aucun) ?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH non trouvé\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Appuyez sur ENTRÉE pour continuer : "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Invite de commande Wine"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Plus ? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "La ligne d'entrée est trop longue.\n"

176
po/he.po
View File

@ -7768,7 +7768,7 @@ msgstr "לולאה בעת טיפול בהפניות"
msgid "Referral hop limit exceeded"
msgstr "מגבלת הקפצת ההפניות בחריגה"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7776,7 +7776,7 @@ msgstr ""
"Not Yet Implemented\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s: File Not Found\n"
@ -7840,11 +7840,7 @@ msgstr "על &אודות השעון"
msgid "Clock"
msgstr "שעון"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB shows or changes DOS file attributes.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7862,43 +7858,43 @@ msgstr ""
"Changes to default directory, environment variables etc made within a\n"
"called procedure are inherited by the caller.\n"
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
#: cmd.rc:41
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
#: cmd.rc:42
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <dir> changes the current default directory.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS clears the console screen.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <filename> copies a file.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY changes the input/output device.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE shows or changes the system date.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <filename> deletes a file or set of files.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR lists the contents of a directory.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7918,11 +7914,11 @@ msgstr ""
"default). The ECHO OFF command can be prevented from displaying by\n"
"preceding it with an @ sign.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <filename> deletes a file or set of files.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7938,7 +7934,7 @@ msgstr ""
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7962,7 +7958,7 @@ msgstr ""
"\n"
"GOTO has no effect when used interactively.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7970,7 +7966,7 @@ msgstr ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7990,7 +7986,7 @@ msgstr ""
"In the second form of the command, string1 and string2 must be in double\n"
"quotes. The comparison is not case-sensitive.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8004,15 +8000,15 @@ msgstr ""
"The command will prompt you for the new volume label for the given drive.\n"
"You can display the disk volume label with the VOL command.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <name> creates a subdirectory.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8030,7 +8026,7 @@ msgstr ""
"\n"
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8052,7 +8048,7 @@ msgstr ""
"variable, for example:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8064,7 +8060,7 @@ msgstr ""
"batch files to allow the user to read the output of a previous command\n"
"before it scrolls off the screen.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8106,7 +8102,7 @@ msgstr ""
"The prompt can also be changed by altering the PROMPT environment variable,\n"
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8114,23 +8110,23 @@ msgstr ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <filename> is the short version of RENAME. It renames a file.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <filename> renames a file.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <dir> deletes a subdirectory.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8166,7 +8162,7 @@ msgstr ""
"many more values than in a native Win32 implementation. Note that it is\n"
"not possible to affect the operating system environment from within cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8176,15 +8172,15 @@ msgstr ""
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME sets or shows the current system time.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Sets the window title for the cmd window, syntax TITLE [string]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8192,7 +8188,7 @@ msgstr ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8210,15 +8206,15 @@ msgstr ""
"\n"
"The verify flag has no function in Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER displays the version of cmd you are running.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL shows the volume label of a disk device.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
@ -8226,7 +8222,7 @@ msgstr ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8242,7 +8238,7 @@ msgstr ""
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8250,7 +8246,7 @@ msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8258,7 +8254,7 @@ msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8270,7 +8266,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8284,11 +8280,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8298,7 +8294,7 @@ msgstr ""
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8306,7 +8302,7 @@ msgstr ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8379,110 +8375,110 @@ msgstr ""
"\n"
"Enter HELP <command> for further information on any of the above commands\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Are you sure"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overwrite %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "More..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument missing\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntax error\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "No help available for %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Current Date is %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Current Time is %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Enter new date: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Enter new time: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Delete"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo is %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify is %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter error\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8492,31 +8488,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH not found\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Press Return key to continue: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "More? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"

164
po/hi.po
View File

@ -7425,13 +7425,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7495,11 +7495,7 @@ msgstr "क्लॉक के बारे में (&A)..."
msgid "Clock"
msgstr "क्लॉक"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7510,41 +7506,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7556,11 +7552,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7570,7 +7566,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7584,13 +7580,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7602,7 +7598,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7611,15 +7607,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7630,7 +7626,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7643,7 +7639,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7651,7 +7647,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7674,29 +7670,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7716,28 +7712,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7748,21 +7744,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7772,19 +7768,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7796,7 +7792,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7810,24 +7806,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7866,141 +7862,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/hu.po
View File

@ -7960,13 +7960,13 @@ msgstr "Ciklus a beszámolók kezelése közben"
msgid "Referral hop limit exceeded"
msgstr "Beszámolási ugrás limit túllépve"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Fájl nem található"
@ -8036,11 +8036,7 @@ msgstr "&Óra névjegy..."
msgid "Clock"
msgstr "Óra"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8051,41 +8047,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8097,11 +8093,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8111,7 +8107,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8125,13 +8121,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8143,7 +8139,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8152,15 +8148,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8171,7 +8167,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8184,7 +8180,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8192,7 +8188,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8215,29 +8211,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8257,28 +8253,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8289,21 +8285,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8313,19 +8309,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8337,7 +8333,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8351,24 +8347,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8407,141 +8403,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/it.po
View File

@ -8008,7 +8008,7 @@ msgstr "Loop nel gestire i rinvii"
msgid "Referral hop limit exceeded"
msgstr "Ecceduto il limite di salti di rinvio"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -8016,7 +8016,7 @@ msgstr ""
"Non ancora implementato\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : File non trovato\n"
@ -8085,11 +8085,7 @@ msgstr "&Informazioni sull'orologio..."
msgid "Clock"
msgstr "Orologio"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Aiuto su ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8108,41 +8104,41 @@ msgstr ""
"dentro una\n"
"procedura chiamata sono ereditati dalla chiamante.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Aiuto su CD\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Aiuto su CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS pulisce la schermata della console\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "Aiuto su COPY\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "Aiuto su CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "Aiuto su DATE\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Aiuto su DEL\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "Aiuto su DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8162,11 +8158,11 @@ msgstr ""
"default). Si può evitare che il comando ECHO OFF sia mostrato\n"
"precedendolo con un segno @.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Aiuto su ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8184,7 +8180,7 @@ msgstr ""
"non\n"
"esiste nel cmd di wine.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8209,13 +8205,13 @@ msgstr ""
"\n"
"GOTO non ha effetto quando usato in modalità interattiva.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Aiuto su HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8235,7 +8231,7 @@ msgstr ""
"Nella seconda forma del comando, stringa1 and stringa2 devono essere\n"
"in doppi apici. Il confronto non è sensibile alle maiuscole.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8250,15 +8246,15 @@ msgstr ""
"specificata.\n"
"Puoi mostrare l'etichetta di volume del disco con il comando VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Aiuto su MD\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Aiuto su MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8277,7 +8273,7 @@ msgstr ""
"MOVE fallisce se la nuova e la vecchia locazione sono su lettere di unità "
"DOS differenti.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8300,7 +8296,7 @@ msgstr ""
"PATH, per esempio:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8313,7 +8309,7 @@ msgstr ""
"precedente\n"
"prima che scorra fuori dallo schermo.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8358,7 +8354,7 @@ msgstr ""
"PROMPT,\n"
"perciò il comando 'SET PROMPT=testo' ha lo stesso effetto di 'PROMPT testo'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8368,24 +8364,24 @@ msgstr ""
"alcuna azione e può, quindi, essere usata come un commento in un file "
"batch.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Aiuto su REN\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "Aiuto su RENAME\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Aiuto su RD\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Aiuto su RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8421,7 +8417,7 @@ msgstr ""
"molti più valori che ina implementazione nativa di Win32. Nota che non è\n"
"possibile influenzare l'ambiente del sistema operativo da dentro il cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8431,17 +8427,17 @@ msgstr ""
"lista, perciò il parametro 2 diventa parametro 1 e così via. Non ha effetto\n"
"se chiamato dalla linea di comando.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "Aiuto su TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
"Stabilisce il titolo della finestra per quella di cmd, sintassi TITLE "
"[stringa]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8450,7 +8446,7 @@ msgstr ""
"ovunque\n"
"se rediretto). Nessun controllo è fatto se il file sia testo leggibile.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8469,22 +8465,22 @@ msgstr ""
"\n"
"La flag di verify non ha funzioni in Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER mostra la versione di cmd che stai usando\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Aiuto su VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8494,7 +8490,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8502,7 +8498,7 @@ msgstr ""
"PUSHD <nomedellacartella> salva la cartella attuale su di uno\n"
"stack e poi la cambia con quella passata.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8510,7 +8506,7 @@ msgstr ""
"POPD cambia la cartella attuale con l'ultima salvata con\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8522,7 +8518,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8536,11 +8532,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE mostra l'output di files o l'input dalla pipe in pagine.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8551,7 +8547,7 @@ msgstr ""
"CHOICE è usato generalmente per creare un menù a selezione in un file "
"batch.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8559,7 +8555,7 @@ msgstr ""
"EXIT termina la sessione corrente di cmd e torna al\n"
"sistema operativo o alla shell dal quale hai chiamato cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8631,110 +8627,110 @@ msgstr ""
"Inserisci HELP <comando> per maggiori informazioni su ciascuno dei comandi "
"soprastanti\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Sei sicuro"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "S"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Associazione di file mancante per l'estensione %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Nessun comando di apertura associato con il tipo di file '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Sovrascrivere %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Di più..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linea nell'elaborazione Batch probabilmente troncata. Uso:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Manca un parametro\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Errore di sintassi\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Nessun aiuto disponibile per %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Destinazione del GOTO non trovata\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "La data attuale è %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "L'ora attuale è %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Inserisci una nuova data: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Inserisci una nuova ora: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Variabile d'ambiente %s non definita\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Impossibile aprire '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Impossibile chiamare un'etichetta batch fuori da uno script batch\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "T"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Cancella"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo è %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify è %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify deve essere ON o OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Errore nel parametro\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8744,31 +8740,31 @@ msgstr ""
"Il numero seriale del volume è %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etichetta del volume (11 caratteri, Invio per nessuno)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH non trovato\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Premere Invio per continuare: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Prompt dei comandi di Wine"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "Versione di CMD %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Di più? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "La linea di input è troppo lunga.\n"

164
po/ja.po
View File

@ -7665,7 +7665,7 @@ msgstr "紹介の取り扱い中にループです"
msgid "Referral hop limit exceeded"
msgstr "紹介のホップ数が限界を超えました"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7673,7 +7673,7 @@ msgstr ""
"まだ実装されていません\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s: ファイルが見つかりません\n"
@ -7736,11 +7736,7 @@ msgstr "バージョン情報(&A)"
msgid "Clock"
msgstr "時計"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB は DOS ファイル属性を表示または変更します。\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7758,7 +7754,7 @@ msgstr ""
"呼び出された手続きが行ったカレントディレクトリや環境変数の変更は呼び出\n"
"し元に引き継がれます。\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
@ -7766,35 +7762,35 @@ msgstr ""
"CD <ディレクトリ> は CHDIR の短縮版です。現在のデフォルト ディレクトリ\n"
"を変更します。\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <ディレクトリ> は現在のデフォルト ディレクトリを変更します。\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLSはコンソール画面をクリアします\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <ファイル名> はファイルをコピーします。\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY は入出力デバイスを変更します。\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE はシステム日を表示または変更します。\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <ファイル名> はファイルやファイル群を削除します。\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR はディレクトリの内容を一覧表示します。\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7814,11 +7810,11 @@ msgstr ""
"ではOFFです)。ECHO OFF コマンドは@マークに続けて実行すれば\n"
"表示されません。\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <ファイル名> はファイルやファイル群を削除します。\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7835,7 +7831,7 @@ msgstr ""
"cmd内に存在しないバッチファイル中でFORを使用する場合は%記号\n"
"を二重にする必要があります。\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7859,7 +7855,7 @@ msgstr ""
"\n"
"GOTO は対話モードで使用された場合は意味を持ちません。\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7867,7 +7863,7 @@ msgstr ""
"HELP <コマンド> はトピックに対する簡潔なヘルプの詳細を表示します。\n"
"引数なしの HELP はすべての CMD 内蔵コマンドを表示します。\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7887,7 +7883,7 @@ msgstr ""
"二番目の形式において、文字列1と文字列2はダブルクオートで囲われ\n"
"ていなければなりません。大文字と小文字は区別されません。\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7901,15 +7897,15 @@ msgstr ""
"コマンドを実行すると指定したドライブの新しいボリューム名を要求します。\n"
"ディスクのボリュームラベルはVOLコマンドで表示できます。\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <名前> は MKDIR の短縮版です。サブディレクトリを作成します。\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <名前> はサブディレクトリを作成します。\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7927,7 +7923,7 @@ msgstr ""
"\n"
"MOVE では移動元と移動先のドライブレターが異なる場合、移動は失敗します。\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7950,7 +7946,7 @@ msgstr ""
"例えば:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7962,7 +7958,7 @@ msgstr ""
"主にバッチファイル中で実行されたコマンドの結果がスクロー\n"
"ルする前にユーザが読めるようにしたい場合に有用です。\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8004,7 +8000,7 @@ msgstr ""
"プロンプトはPROMPT環境変数を編集することでも変更できます。\n"
"したがって、'SET PROMPT=文字列'と'PROMPT 文字列'の効果は同じです。\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8012,24 +8008,24 @@ msgstr ""
"REM(と直後のスペース)で始まるコマンドは実行されません。\n"
"したがって、バッチファイル中のコメントとして使用できます。\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <ファイル名> は RENAME の短縮版です。ファイルを変名します。\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <ファイル名> はファイルを変名します。\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
"RD <ディレクトリ> は RMDIR の短縮版です。サブディレクトリを削除します。\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <ディレクトリ> はサブディレクトリを削除します。\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8065,7 +8061,7 @@ msgstr ""
"れています。cmd内からOSの環境変数を変更することができないこと\n"
"に注意して下さい。\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8075,15 +8071,15 @@ msgstr ""
"に使用します。つまり、パラメータ2がパラメータ1になります。コマンドライン\n"
"から呼ばれたときには何も起こりません。\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME は現在の時刻を設定または表示します。\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "cmdウィンドウのウィンドウタイトルを設定します。文法 TITLE [文字列]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8092,7 +8088,7 @@ msgstr ""
"された所)にコピーします。ファイルが可読なテキストファイルかどうかチェック\n"
"されません。\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8111,21 +8107,21 @@ msgstr ""
"\n"
"Wine環境ではverifyフラグは意味を持ちません。\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER は動作しているcmdのバージョンを表示します。\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL はディスク デバイスのボリューム ラベルを表示します。\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8135,7 +8131,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8143,7 +8139,7 @@ msgstr ""
"PUSHD <ディレクトリ名> はカレント ディレクトリをスタック上に保存し、カ\n"
"レント ディレクトリを指定されたディレクトリに変更します。\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8151,7 +8147,7 @@ msgstr ""
"POPD は PUSHD で最後に保存されたディレクトリにカレント ディレクトリを変\n"
"更します。\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8163,7 +8159,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8177,11 +8173,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE はファイルの出力やパイプ化された入力を表示します。\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8191,7 +8187,7 @@ msgstr ""
"すまで待機します。\n"
"CHOICE は主にバッチ ファイルでメニュー選択を構築するために使われます。\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8199,7 +8195,7 @@ msgstr ""
"EXIT は現在のコマンドセッションを終了してcmdを呼び出したOSまたはシェルに戻し"
"ます。\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8271,110 +8267,110 @@ msgstr ""
"上記のコマンドに関する詳細を表示するには HELP <コマンド名> と入力して下さ"
"い。\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "よろしいですか"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "拡張子 %s に対するファイル関連付けがありません。\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "ファイル タイプ '%s' に関連付けられた開くコマンドがありません。\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "上書き %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "More..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "バッチ処理の行が切り落とされた可能性があります。対象行:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "引数がありません\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "文法エラー\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "%s に対するヘルプはありません\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "GOTO の対象が見つかりません\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "現在の日付は %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "現在の時刻は %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "新しい日付を入力してください: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "新しい時刻を入力してください: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "環境変数 %s は定義されていません\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "'%s' を開けません\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "バッチ スクリプトの外からバッチ ラベルを呼び出すことはできません\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, 削除"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo は %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify は %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify は ON か OFF で指定してください\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "パラメータ エラー\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8384,31 +8380,31 @@ msgstr ""
"ボリューム シリアル番号は %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "ボリューム ラベル(半角11文字, ENTER で無指定)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH が見つかりません\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "続けるにはリターンキーを押して下さい: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine コマンド プロンプト"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD バージョン %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "More? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "入力行が長すぎます。\n"

164
po/ko.po
View File

@ -7641,7 +7641,7 @@ msgstr "리퍼럴을 다루는 동안의 루프"
msgid "Referral hop limit exceeded"
msgstr "리퍼럴 홉 제한에 도달했습니다"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7649,7 +7649,7 @@ msgstr ""
"아직 구현되지 않았습니다\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s :파일을 찾을 수 없습니다\n"
@ -7712,11 +7712,7 @@ msgstr "시계 정보(&A)..."
msgid "Clock"
msgstr "시계"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB는 도스 파일 속성을 보여주거나 고칩니다.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7734,7 +7730,7 @@ msgstr ""
"된\n"
"과정에만 적용됩니다.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
@ -7742,35 +7738,35 @@ msgstr ""
"CD <디렉토리> 는 CHDIR의 단축버젼입니다. 현재 기본 디렉토리를\n"
"바꿉니다.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <디렉토리> 는 현재 기본 디렉토리를 바꿉니다.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS는 콘솔 화면을 깨끗하게 합니다.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <파일이름> 은 파일을 복사합니다.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY 는 입력/출력 장치를 바꿉니다.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE 는 시스템 날짜를 보여주거나 바꿉니다.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <파일이름> 은 하나의 파일이나 여러 파일을 지웁니다.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR 는 디렉토리의 내용을 보여줍니다.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7789,11 +7785,11 @@ msgstr ""
"ECHO OFF 는 ECHO ON과 반대의 일을 합니다. (ECHO 는 OFF가 기본)\n"
"ECHO OFF 명령은 신호가 진행되는 걸 보여주는걸 막습니다.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <파일이름>은 하나의 파일이냐 여러 파일을 지웁니다.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7809,7 +7805,7 @@ msgstr ""
"wine의 cmd 안에서 존재하지 않는 배치 파일에 FOR를 사용할려면 두 개의 %가 필요"
"합니다.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7832,7 +7828,7 @@ msgstr ""
"\n"
"GOTO는 대화식으로 사용될 경우 아무 일도 안합니다.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7840,7 +7836,7 @@ msgstr ""
"HELP <명령>은 주제의 간단한 도움말 정보를 보여줍니 다.\n"
"아무 매개변수가 없는 HELP눈 CMD의 모든 내장 명령을 보여줍니다.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7860,7 +7856,7 @@ msgstr ""
"명령의 첫번째 형식에서, string1 과 string2는 반드시 2개의 따옴표로\n"
"둘려놓아야 합니다. 대소문자는 구분하지 않습니다.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7874,16 +7870,16 @@ msgstr ""
"이 명령은 당신이 주어진 드라이브에 새 볼륨 라벨울 넣을수 있도록 할것이다.\n"
"VOL 명령으로 디스크 볼륨 라벨을 볼 수 있다.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
"MD <아름> 운 MKDIR의 단축 버젼입니다. 이것은 하위 디렉토리를 만듭니다 .\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <명령> 운 하위 디렉토리를 만듭니다.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7900,7 +7896,7 @@ msgstr ""
"MOVE는 만약 오래되고 새로운 파일이 다른 도스 드라이브 문자를 가지고 있다면\n"
"실패합니다.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7922,7 +7918,7 @@ msgstr ""
",예를 들어:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7933,7 +7929,7 @@ msgstr ""
"사용자가 리턴 키를 누를 때까지 기다림. 이것은 주로 배치파일에서 스크린을\n"
"넘치게 하는 이전 명령의 결과를 읽도록 한다\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7975,7 +7971,7 @@ msgstr ""
"이 프롬프트는 PROMPT 환경 변수 값의 변경에 의해 바뀔 수 있습니다,\n"
"그래서 명령 'SET PROMPT=텍스트'는 'PROMPT 텍스트와 같은 일을 합니다\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -7983,26 +7979,26 @@ msgstr ""
"REM으로 시작하는 명령 라인 (공백뒤에 오는) 은 아무일도 안합니다\n"
", 그러므로 배치 파일에서 주석으로 사용됩니다\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
"REN <파일이름> 은 REANME의 단축 버젼입니다.이것은 파일의 이름을 바꿉니"
"다.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <파일이름> 은 파일의 이름을 바꿈\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
"RD <디렉토리> 는 RMDIR의 단축버젼입니다. 이것은 하위 디렉토리를 지웁니다.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <디렉토리>는 하위 디렉토리를 지움.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8037,7 +8033,7 @@ msgstr ""
"의미합니다. 이것은 cmd안에서 운영체제 환경이 영향을 미치는거 것은\n"
"가능하지 않다는 것을 기억하시오.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8047,15 +8043,15 @@ msgstr ""
"그래서 매개변수 2가 매개변수 1이 된다. 이것은 명령 라인에서 사용했을\n"
"경우 아무 일도 안 합니다.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME 은 현재 시스템 시간을 보여 줍니다.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "cmd창의 창 제목 설정, 문법 TITLE [문자열]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8063,7 +8059,7 @@ msgstr ""
"TYPE <파일이름> <파일 이름>를 콘솔 장치로 복사 (만약 방향이 재정의 된다면\n"
"어디나). 아무 오류가 없으면 그 파일을 읽을 수 있는 텍스트입니다.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8082,15 +8078,15 @@ msgstr ""
"\n"
"이 검증 플래그는 Wine에서는 아무 기능을 안함.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER 당신이 실행시킨 cmd 버젼 보여줌\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL 은 디스크 장치의 볼륨 라벨을 보여줍니다.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
@ -8098,7 +8094,7 @@ msgstr ""
"ENDLOCAL은 배치파일에서 바꾼 지역 환경변수를 끝냅니다\n"
"이것은 이전의 SETLOCAL로 시작되었습니다.\n"
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8113,7 +8109,7 @@ msgstr ""
"다음 ENDLOCAL이 나올 때까지만 보존되고(아니면 파일의 끝이든지,\n"
"어느 똑이든 먼저 오는 지점이),이전의 환경 설정이 복원되는 지정입니다.\n"
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8121,13 +8117,13 @@ msgstr ""
"PUSHD <디렉토리 이름> 은 현재 디렉토리를 스택에 저장한다.\n"
"그리고 현재 디렉토리를 요청한 디렉토리로 바꾼다.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr "POPD는 현재 디렉토리를 PUSH로 마지막으로 저장했던 것으로 바꾼다.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8147,7 +8143,7 @@ msgstr ""
"= 다음에 파일 종류가 지정되지 않으면 현재 연결상태에 가능한 것을 제거합니"
"다.\n"
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8170,12 +8166,12 @@ msgstr ""
"= 다음에 열기 명령이 지정되지 않으면 지정된 파일 형식에 연결된 명령어 문자열"
"을 제거 합니다.\n"
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
"MORE는 파일 출력을 보여주거나 페이지의 파이프로도 된 입력을 보여준다.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8185,7 +8181,7 @@ msgstr ""
"허용하는 키를 누를 때까지 기다립니다.\n"
"CHOICE는 주로 배치 파일에서 메뉴 선택을 넣는 데 사용됩니다..\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8193,7 +8189,7 @@ msgstr ""
"EXIT는 현재 명령 세션을 중단시키고 운영체제로 돌아가거나 cmd를\n"
"호출한 셀로 돌아갑니다.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8264,110 +8260,110 @@ msgstr ""
"\n"
"HELP <명령>을 치면 그 명령의 상세한 정보를 보여줌\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "당신은 확신합니까?"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "예"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "아니오"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "이 파일확장자 %s에 연결된 풀그림이 없습니다.\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "이 파일 형식 '%s'과 연결된 어떠한 명령도 없습니다.'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "%s 덮어쓰기"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "더 많이..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "배치 작업의 줄은 아마도 불완전한 것 같습니다. 사용법:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "인수가 없습니다\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "문법 오류\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "%s를 위한 어떠한 도움말도 찾을 수 없습니다\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "GOTO 타겟을 찾을 수 없습니다\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "현재 날짜는 %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "현재 시간은 %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "새 날짜 입력: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "새 시간 입력: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "환경 변수 %s 는 정의되지 않았습니다\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "'%s' 열기 실패\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "배치 스크립트 밖의 배치 라벨은 불러올수 없습니다\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, 삭제"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "에코(Echo)는 %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "검증(Verify)은 %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "검증(Verify)은 반드시 ON 이나 OFF가 되어야 합니다.\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "매개변수 오류\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8377,31 +8373,31 @@ msgstr ""
" 볼륨 시리얼 번호는 %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "볼륨 라벨 (11 글자, ENTER는 없음과 같음)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH를 찾을 수 없습니다\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "리턴 키를 누르면 계속: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine 명령 입력대기"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD 버젼 %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr " 더? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "이 출력 줄은 너무 깁니다.\n"

164
po/lt.po
View File

@ -7688,7 +7688,7 @@ msgstr "Aptiktas ciklas apdorojant perdavimus"
msgid "Referral hop limit exceeded"
msgstr "Viršyta perdavimo šuolių riba"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7696,7 +7696,7 @@ msgstr ""
"Dar nerealizuota\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s: failas nerastas\n"
@ -7759,11 +7759,7 @@ msgstr "&Apie laikrodį"
msgid "Clock"
msgstr "Laikrodis"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB parodo arba pakeičia DOS atributus.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7781,7 +7777,7 @@ msgstr ""
"Numatytojo katalogo, aplinkos kintamųjų ir pan. pakeitimai atlikti\n"
"iškviestoje procedūroje yra paveldimi kviečiančiosios procedūros.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
@ -7789,35 +7785,35 @@ msgstr ""
"CD <direktorija> yra trumpa CHDIR versija. Pakeičia dabartinį\n"
"numatytą katalogą.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <direktorija> pakeičia dabartinį numatytą katalogą.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS išvalo pulto ekraną.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <failas> kopijuoja failą.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY pakeičia įvedimo/išvedimo įrenginį.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE parodo arba pakeičia sistemos datą.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <failas> pašalina failą ar failų rinkinį.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR parodo katalogo turinį.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7837,11 +7833,11 @@ msgstr ""
"numatyta). ECHO OFF komandos rodymo galima išvengti prieš ją pridedant\n"
"simbolį @.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <failas> pašalina failą ar failų rinkinį.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7858,7 +7854,7 @@ msgstr ""
"Reikalavimas dubliuoti % simbolį naudojant FOR komandų faile neegzistuoja\n"
"wine komandų interpretatoriuje.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7881,7 +7877,7 @@ msgstr ""
"\n"
"GOTO neturi poveikio naudojant interaktyviai.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7889,7 +7885,7 @@ msgstr ""
"HELP <komanda> parodo trumpą informaciją apie komandą.\n"
"HELP be argumentų parodo visas įtaisytas CMD komandas.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7909,7 +7905,7 @@ msgstr ""
"Antroje komandos formoje, eilutė1 ir eilutė2 privalo būti tarp dvigubų\n"
"kabučių. Palyginimas neskiria didžiųjų ir mažųjų raidžių.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7923,15 +7919,15 @@ msgstr ""
"Komanda paklaus naujo tomo vardo duotam diskui.\n"
"Parodyti disko tomo vardą galima su komanda VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <vardas> yra trumpa MKDIR versija. Sukuria katalogą.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <vardas> sukuria katalogą.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7948,7 +7944,7 @@ msgstr ""
"\n"
"MOVE nepavyksta jei sena ir nauja vietos yra su skirtingomis DOS raidėmis.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7970,7 +7966,7 @@ msgstr ""
"pavyzdžiui:\n"
"PATH %PATH%;c:\\laikinas\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7982,7 +7978,7 @@ msgstr ""
"komandų failuose, kad leistų naudotojui perskaityti ankstesnės komandos\n"
"rezultatą kol jis nepasislinko už ekrano ribų.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8026,7 +8022,7 @@ msgstr ""
"taigi, komanda „SET PROMPT=tekstas“ turi tą patį efektą kaip „PROMPT "
"tekstas“.\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8034,23 +8030,23 @@ msgstr ""
"Komandos eilutė prasidedanti REM (ir tarpu) neatlieka jokio veiksmo\n"
"ir todėl gali būti naudojama kaip komentaras komandų faile.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <failas> yra trumpa RENAME versija. Pervadina failą.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <failas> pervadina failą.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <katalogas> yra trumpa RMDIR versija. Pašalina katalogą.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <katalogas> pašalina katalogą.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8085,7 +8081,7 @@ msgstr ""
"Win32 realizacijoje. Pastebėkite, kad neįmanoma įtakoti operacinės sistemos\n"
"aplinkos iš komandų interpretatoriaus.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8095,15 +8091,15 @@ msgstr ""
"priekio, taip parametras 2 tampa parametru 1 ir t. t. Ši komanda neturi\n"
"jokio poveikio, kai kviečiama iš komandos eilutės.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME parodo arba nustato sistemos laiką.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Nustato CMD lango antraštę, sintaksė TITLE [tekstas].\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8111,7 +8107,7 @@ msgstr ""
"TYPE <failas> nukopijuoja <failą> į pulto įrenginį (arba kitur, jei\n"
"nukreipta). Nėra tikrinama ar faile yra skaitomas tekstas.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8130,15 +8126,15 @@ msgstr ""
"\n"
"Tikrinimo žymos bitas neturi jokios funkcijos Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER parodo dabar vykdomo cmd versiją.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL parodo disko įrenginio tomo vardą.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
@ -8146,7 +8142,7 @@ msgstr ""
"ENDLOCAL komandų faile baigia aplinkos pakeitimų lokalizavimą,\n"
"kuris buvo padarytas ankstesnio SETLOCAL.\n"
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8161,7 +8157,7 @@ msgstr ""
"išlaikomi iki kol sutinkamas kitas ENDLOCAL (arba failo pabaiga, kas\n"
"pasitaiko pirmiau), tada atkuriami ankstesnės aplinkos nustatymai.\n"
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8169,13 +8165,13 @@ msgstr ""
"PUSHD <katalogas> išsaugo dabartinį katalogą į dėklą,\n"
"o po to pakeičia dabartinį katalogą į nurodytą.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr "POPD pakeičia dabartinį katalogą į paskutinį išsaugotą su PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8195,7 +8191,7 @@ msgstr ""
"Po lygybės ženklo nenurodžius failo tipo pašalina dabartinę sąsają, jei "
"yra.\n"
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8219,11 +8215,11 @@ msgstr ""
"Po lygybės ženklo nenurodžius atvėrimo komandos pašalina su nurodytu failo "
"tipu susietą komandos eilutę.\n"
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE parodo failo išvedimą ar kanalo įvedimą puslapiais.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8233,7 +8229,7 @@ msgstr ""
"paspaus leidžiamą klavišą iš pasirinkimų sąrašo.\n"
"CHOICE dažniausiai naudojama pasirinkimo meniu konstravimui komandų faile.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8241,7 +8237,7 @@ msgstr ""
"EXIT baigia dabartinį komandų seansą ir grįžta į operacinę sistemą\n"
"ar apvalkalą iš kur CMD buvo iškviestas.\n"
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8316,110 +8312,110 @@ msgstr ""
"Įveskite HELP <komanda> platesnei informacijai apie išvardintas komandas "
"gauti.\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Ar tikrai"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "T"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Trūksta failo susiejimo prievardžiui %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Jokia atvėrimo komanda nesusieta su failo tipu „%s“\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Perrašyti %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Daugiau..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Paketinio apdorojimo eilutė galimai nukirsta. Naudojama:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Trūksta argumento\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Sintaksės klaida\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Nėra informacijos apie %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "GOTO tikslas nerastas\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Dabartinė data yra %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Dabartinis laikas yra %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Įveskite naują datą: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Įveskite naują laiką: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Aplinkos kintamasis %s neapibrėžtas\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Nepavyko atverti „%s“\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Negalima iškviesti žymės esančios už komandos failo ribų\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "V"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, šalinti"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "ECHO yra %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "VERIFY yra %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "VERIFY turi būti ON arba OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parametro klaida\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8429,31 +8425,31 @@ msgstr ""
"Tomo serijos numeris yra %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Tomo vardas (11 simbolių, ĮVESTI bevardis)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "KELIAS nerastas\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Norėdami tęsti spauskite įvedimo klavišą: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine komandų interpretatorius"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD versija %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Daugiau? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Įvedimo eilutė per ilga.\n"

164
po/ml.po
View File

@ -7425,13 +7425,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7495,11 +7495,7 @@ msgstr "ക്ലോക്കിനെപ്പറ്റി _അറിയുക.
msgid "Clock"
msgstr "ക്ലോക്ക്"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7510,41 +7506,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7556,11 +7552,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7570,7 +7566,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7584,13 +7580,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7602,7 +7598,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7611,15 +7607,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7630,7 +7626,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7643,7 +7639,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7651,7 +7647,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7674,29 +7670,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7716,28 +7712,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7748,21 +7744,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7772,19 +7768,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7796,7 +7792,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7810,24 +7806,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7866,141 +7862,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

View File

@ -7946,7 +7946,7 @@ msgstr "Løkke under håndtering av henvisninger"
msgid "Referral hop limit exceeded"
msgstr "Grense for henvisningshopp overskredet"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7954,7 +7954,7 @@ msgstr ""
"Not Yet Implemented\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "%s : File Not Found\n"
@ -8024,11 +8024,7 @@ msgstr "&Om Klokke..."
msgid "Clock"
msgstr "Klokke"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Hjelp til ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8046,41 +8042,41 @@ msgstr ""
"Endringer til standardkatalogen, miljøvariabler etc. gjort av den kalte\n"
"prosedyren arves av påkalleren.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Hjelp til CD\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Hjelp til CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS tømmer konsollskjermen\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "Hjelp til COPY\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "Hjelp til CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "Hjelp til DATE\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Hjelp til DEL\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "Hjelp til DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8100,11 +8096,11 @@ msgstr ""
"standard). «ECHO OFF»-kommandoen kan hindres fra å vises ved å plassere\n"
"et @-tegn foran den.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Hjelp til ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8120,7 +8116,7 @@ msgstr ""
"Kravet om to %-tegn når FOR brukes i en satsvis fil finnes ikke i Wines "
"CMD.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8143,13 +8139,13 @@ msgstr ""
"\n"
"GOTO har ingen effekt når den brukes interaktivt.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Hjelp til HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8169,7 +8165,7 @@ msgstr ""
"I kommandoform nummer to må streng1 og streng2 omsluttes av doble\n"
" anførselstegn. Det skiller ikke mellom store og små bokstaver.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8183,15 +8179,15 @@ msgstr ""
"Kommandoen vil be om det nye volumnavnet for stasjonen.\n"
"Du kan vise en stasjons volumnavn med VOL-kommandoen.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Hjelp til MD\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Hjelp til MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8210,7 +8206,7 @@ msgstr ""
"MOVE feiler hvis den gamle og nye plasseringen har forskjellige\n"
"stasjonsbokstaver.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8232,7 +8228,7 @@ msgstr ""
"eksempel:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8244,7 +8240,7 @@ msgstr ""
"for å la brukeren lese utdata fra en tidligere kommando før den ruller\n"
"vekk fra skjermen..\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8286,7 +8282,7 @@ msgstr ""
"Klartegnet kan også endres ved endre miljøvariablen PROMPT, så\n"
"kommandoen «SET PROMPT=tekst» har samme effekt som «PROMPT tekst».\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8295,24 +8291,24 @@ msgstr ""
"utfører ingen handling, og kan derfor brukes som kommantar i en satsvis\n"
"fil.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Hjelp til REN\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "Hjelp til RENAME\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Hjelp til RD\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Hjelp til RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8348,7 +8344,7 @@ msgstr ""
"verdier enn i et vanlig Win32-miljø. Vær oppmerksom på at det ikke går\n"
"an å endre mijøet i det underliggende operativsystemet fra CMD.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8358,17 +8354,17 @@ msgstr ""
"liste, sånn at parameter 2 blir parameter 1 og så videre. Det har ingen\n"
"effekt hvis det brukes fra kommandolinjen.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "Hjelp til TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
"Angir tittelen for CMD-vinduet, syntaksen er\n"
"TITLE [streng]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8377,7 +8373,7 @@ msgstr ""
"sted hvis det omdirigeres). Det kontrolleres ikke om filen er leselig "
"tekst.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8396,22 +8392,22 @@ msgstr ""
"\n"
"«Verify»-flagget har ingen funksjon i Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER viser versjonnummeret til CMD\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Hjelp til VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8421,7 +8417,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8429,13 +8425,13 @@ msgstr ""
"PUSHD <katalognavn> lagrer arbeidskatalogen i en stabel, og endrer deretter\n"
"arbeidskatalog til den som er oppgitt.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr "POPD endrer arbeidskatalog til den som sist ble brukt med PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8447,7 +8443,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8461,18 +8457,18 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE lar deg bla gjennom innholdet i filer eller inndata i rør.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8480,7 +8476,7 @@ msgstr ""
"EXIT avslutter gjeldende kommandoøkt og returnerer til operativsystemet\n"
"eller skallet CMD ble startet fra.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8550,110 +8546,110 @@ msgstr ""
"\n"
"Skriv «HELP <kommando>» for mer informasjon om kommandoene ovenfor\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Er du sikker"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "J"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Manglende filtilknytning for etternavnet %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Ingen åpnekommando er tilknyttet filtypene '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overwrite %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Mer..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument missing\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntax error\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "No help available for %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Current Date is %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Current Time is %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Enter new date: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Enter new time: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Klarte ikke åpne «%s»\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Delete"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo is %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify is %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter error\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8663,31 +8659,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH not found\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Press Return key to continue: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "More? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"

164
po/nl.po
View File

@ -7815,7 +7815,7 @@ msgstr "Lus gevonden bij het verwerken van verwijzingen"
msgid "Referral hop limit exceeded"
msgstr "Overschrijding van limiet op verwijzingen"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7823,7 +7823,7 @@ msgstr ""
"Nog niet geïmplementeerd\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Bestand Niet Gevonden\n"
@ -7887,11 +7887,7 @@ msgstr "&Over Klok..."
msgid "Clock"
msgstr "Klok"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB toont of wijzigt DOS bestandsattributen.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7910,43 +7906,43 @@ msgstr ""
"binnen een aangeroepen procedure worden geërfd door de aanroepende "
"procedure.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <mapnaam> is de korte versie van CHDIR. Het wijzigt de huidige map.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <mapnaam> wijzigt de huidige map.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS wist het scherm\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <bestandsnaam> kopieert een bestand.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY wijzigt het invoer-/uitvoerapparaat.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE toont of wijzigt de systeemdatum.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
"DEL <bestandsnaam> verwijdert een bestand of een verzameling bestanden.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR toont de inhoud van een map.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7967,12 +7963,12 @@ msgstr ""
"de standaardinstelling). Weergave van de ECHO OFF opdracht kan worden\n"
"voorkomen door het te laten voorafgaan door het @-teken.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
"ERASE <bestandsnaam> verwijdert een bestand of een verzameling bestanden.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7989,7 +7985,7 @@ msgstr ""
"In cmd is het niet vereist om het %-teken in een FOR opdracht in een\n"
"batchbestand te verdubbelen.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8016,7 +8012,7 @@ msgstr ""
"\n"
"GOTO heeft geen effect als het in een interactieve sessie wordt gebruikt.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -8024,7 +8020,7 @@ msgstr ""
"HELP <opdracht> toont een korte uitleg over een onderwerp.\n"
"Help zonder argument laat alle ingebouwde opdrachten van CMD zien.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8045,7 +8041,7 @@ msgstr ""
"dubbele aanhalingsteken staan. De vergelijking is niet gevoelig voor het\n"
"onderscheid tussen hoofd- en kleine letters.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8060,15 +8056,15 @@ msgstr ""
"schijf.\n"
"U kunt het label van een schijf tonen met behulp van de VOL opdracht.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <naam> is de korte versie van MKDIR. Het maakt een map aan.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <naam> maakt een map aan\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8087,7 +8083,7 @@ msgstr ""
"MOVE werkt niet als de oude en nieuwe locaties zich op verschillende\n"
"DOS-schijven bevinden.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8109,7 +8105,7 @@ msgstr ""
"omgevingsvariabele, bij voorbeeld:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8121,7 +8117,7 @@ msgstr ""
"in batchbestanden om de gebruiker in staat te stellen om de uitvoer van\n"
"een voorafgaande opdracht te bekijken, voordat het van het scherm schuift.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8165,7 +8161,7 @@ msgstr ""
"dus de opdracht 'SET PROMPT=tekenreeks' heeft hetzelfde effect als 'PROMPT\n"
"tekenreeks'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8174,25 +8170,25 @@ msgstr ""
"uitgevoerd, en kan daarom worden gebruikt als een commentaar-regel in een\n"
"batchbestand.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
"REN <bestandsnaam> is de korte versie van RENAME. Het hernoemt een bestand.\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME hernoemt een bestand.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <mapnaam> is de korte versie van RMDIR. Het verwijdert een map.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <mapnaam> verwijdert een map.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8229,7 +8225,7 @@ msgstr ""
"Win32 implementatie. Merk op dat het niet mogelijk is om de omgevings-\n"
"variabelen van het onderliggende besturingssysteem te wijzigen vanuit cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8240,15 +8236,15 @@ msgstr ""
"enzovoort. Deze opdracht heeft geen effect als hij wordt aangeroepen vanaf\n"
"de opdrachtregel.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME wijzigt of toont de systeemtijd.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Wijzigt de naam van het cmd-venster, syntax: TITLE [tekenreeks]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8256,7 +8252,7 @@ msgstr ""
"TYPE <bestandsnaam> kopieert <bestandsnaam> naar het uitvoerapparaat.\n"
"Er wordt niet gecontroleerd of het bestand leesbare tekst bevat.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8275,22 +8271,22 @@ msgstr ""
"\n"
"De verify-schakelaar heeft geen functie binnen Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER toont de versie van cmd die u draait\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL toont het label van een schijf\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8300,7 +8296,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8308,7 +8304,7 @@ msgstr ""
"PUSHD <mapnaam> bewaart de huidige map op een\n"
"stapel, en verandert dan de huidige map naar de opgegeven naam.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8316,7 +8312,7 @@ msgstr ""
"POPD verandert de huidige map naar de meest recente die\n"
"op de stapel werd gezet met PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8328,7 +8324,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8342,13 +8338,13 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
"MORE toont de uitvoer van programma's of herleidde invoer\n"
"per bladzijde.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8359,7 +8355,7 @@ msgstr ""
"CHOICE wordt hoofdzakelijk gebruikt om een selectie uit een menu te maken\n"
"in een batch bestand.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8367,7 +8363,7 @@ msgstr ""
"EXIT beëindigt de lopende sessie en keert terug\n"
"naar het besturingssysteem of de schil van waaruit cmd werd gestart.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8435,111 +8431,111 @@ msgstr ""
"\n"
"type HELP <opdracht> voor meer informatie over bovengenoemde opdrachten\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Bent u zeker"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "J"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Bestandsassociatie ontbreekt voor extensie %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Geen open commando verbonden met bestand type '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overschrijf %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Meer..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Regel in Batch proces mogelijk afgebroken. We gebruiken:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument ontbreekt\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Fout in de syntax\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Geen help beschikbaar voor %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Doel opgegeven bij GOTO niet gevonden\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Huidige Datum is %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Huidige Tijd is %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Voer de nieuwe datum in: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "voer de nieuwe tijd in: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Omgevingsvariable %s niet gedefinieerd\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Openen van '%s' is mislukt\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
"Onmogelijk om een batch label aan te roepen van buiten een batch script\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Verwijderen"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo staat %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify staat %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify moet ON of OFF zijn\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter onjuist\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8549,31 +8545,31 @@ msgstr ""
"Het serienummer van de schijf is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Schijf naam (11 karakters, ENTER voor geen)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH niet gevonden\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Druk op de Return-toets om verder te gaan: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Versie %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Meer? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "De invoerregel is te lang.\n"

164
po/or.po
View File

@ -7425,13 +7425,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7495,11 +7495,7 @@ msgstr "ଘଡ଼ି ବିଷୟରେ (&A)..."
msgid "Clock"
msgstr "ଘଡ଼ି"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7510,41 +7506,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7556,11 +7552,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7570,7 +7566,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7584,13 +7580,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7602,7 +7598,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7611,15 +7607,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7630,7 +7626,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7643,7 +7639,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7651,7 +7647,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7674,29 +7670,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7716,28 +7712,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7748,21 +7744,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7772,19 +7768,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7796,7 +7792,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7810,24 +7806,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7866,141 +7862,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/pa.po
View File

@ -7425,13 +7425,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7495,11 +7495,7 @@ msgstr "ਘੜੀ ਬਾਰੇ(&A)..."
msgid "Clock"
msgstr "ਘੜੀ"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7510,41 +7506,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7556,11 +7552,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7570,7 +7566,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7584,13 +7580,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7602,7 +7598,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7611,15 +7607,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7630,7 +7626,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7643,7 +7639,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7651,7 +7647,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7674,29 +7670,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7716,28 +7712,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7748,21 +7744,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7772,19 +7768,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7796,7 +7792,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7810,24 +7806,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7866,141 +7862,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/pl.po
View File

@ -7706,7 +7706,7 @@ msgstr "Pętla przed obsługą odwołań"
msgid "Referral hop limit exceeded"
msgstr "Przekroczono limit skoków odwołań"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7714,7 +7714,7 @@ msgstr ""
"Jeszcze niezaimplementowane\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Plik nie znaleziony\n"
@ -7777,11 +7777,7 @@ msgstr "Zegar - i&nformacje"
msgid "Clock"
msgstr "Zegar"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB pokazuje lub zmienia atrybuty plików DOS.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7799,7 +7795,7 @@ msgstr ""
"Zmiany domyślnego katalogu, zmiennych środowiskowych itd. wykonane przez\n"
"wywołaną procedurę są dziedziczone przez skrypt wywołujący CALL.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
@ -7807,35 +7803,35 @@ msgstr ""
"CD <katalog> jest krótką wersją CHDIR. Zmienia aktualny\n"
"domyślny katalog.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <katalog> zmienia aktualny domyślny katalog.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS czyści ekran konsoli\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <nazwapliku> kopiuje plik.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY zmienia urządzenie wejścia/wyjścia.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE pokazuje lub zmienia datę systemową.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <nazwapliku> usuwa plik lub zestaw plików.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR wyświetla wykaz zawartości katalogu.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7855,11 +7851,11 @@ msgstr ""
"standardowo). Komenda ECHO OFF może zostać nie wyświetlona jeżeli\n"
"zostanie poprzedzona znakiem @.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <nazwapliku> usuwa plik lub zestaw plików.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7875,7 +7871,7 @@ msgstr ""
"Wymóg powtarzania znaku %, gdy używamy komendy FOR w pliku bat nie\n"
"istnieje w cmd\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7896,7 +7892,7 @@ msgstr ""
"pierwszej z nich. Jeżeli etykieta nie istnieje wykonywanie pliku zostaje\n"
"przerwane.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7904,7 +7900,7 @@ msgstr ""
"HELP <polecenie> pokazuje krótką pomoc na dany temat.\n"
"HELP bez argumentu pokazuje wszystkie wbudowane polecenia CMD.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7925,7 +7921,7 @@ msgstr ""
"w\n"
"cudzysłowie. Przy porównywaniu pomijana jest wielkość znaków.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7939,15 +7935,15 @@ msgstr ""
"Komenda poprosi o podanie nowej etykiety dysku.\n"
"Możesz wyświetlić aktualną etykietę komendą VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <nazwa> jest krótką wersją MKDIR. Tworzy podkatalog.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <nazwa> tworzy podkatalog.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7964,7 +7960,7 @@ msgstr ""
"\n"
"MOVE działa tylko w obrębie jednego dysku.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7985,7 +7981,7 @@ msgstr ""
"powoduje wstawienie starej ścieżki, na przykład:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7997,7 +7993,7 @@ msgstr ""
"typu bat, aby umożliwić użytkownikowi przeczytanie informacji wyświetlonych\n"
"na ekranie.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8037,7 +8033,7 @@ msgstr ""
"\n"
"Polecenie 'SET PROMPT=tekst' ma taki sam efekt jak 'PROMPT tekst'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8045,23 +8041,23 @@ msgstr ""
"Polecenie poprzedzone komendą REM nie jest wykonywane, może być\n"
"stosowane jako komentarz w pliku typu bat.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <filename> jest krótką wersją RENAME. Zmienia nazwę pliku.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <nazwapliku> zmienia nazwę pliku.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <katalog> jest krótką wersją RMDIR. usuwa podkatalog.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <katalog> usuwa podkatalog.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8097,7 +8093,7 @@ msgstr ""
"w implementacji Win32. Wine nie modyfikuje zmiennych środowiskowych\n"
"systemu.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8107,15 +8103,15 @@ msgstr ""
"parametrów, parametr 2 staje sie 1 itd. Polecenie to nie ma efektu gdy jest\n"
"wywoływane z linii komend.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME ustawia lub pokazuje aktualny czas systemowy.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Ustawia nazwę okna cmd, składnia TITLE [ciąg znaków]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8123,7 +8119,7 @@ msgstr ""
"TYPE <nazwa pliku> wyświetla zawartość pliku, nie jest sprawdzane, czy\n"
"jest on plikiem tekstowym.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8142,21 +8138,21 @@ msgstr ""
"\n"
"Ustawienia flagi nic nie zmieniają pod Wine'em.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER wyświetla wersję cmd.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL pokazuje etykietę woluminu urządzenia dyskowego.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8166,7 +8162,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8174,7 +8170,7 @@ msgstr ""
"PUSHD <nazwakatalogu> zapamiętuje aktualny katalog na stosie, a\n"
"następnie przechodzi do katalogu podanego jako parametr\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8182,7 +8178,7 @@ msgstr ""
"POPD ustala aktualny katalog na ostatni katalog zapamiętany przez\n"
"PUSHD\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8194,7 +8190,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8208,11 +8204,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE wyświetla strona po stronie wyjście pliku lub potoku.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8222,7 +8218,7 @@ msgstr ""
"naciśnie dozwolony Przycisk z zaznaczalnej listy.\n"
"CHOICE jest używany głównie do budowania menu wyboru w plikach typu bat.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8230,7 +8226,7 @@ msgstr ""
"EXIT kończy bieżącą sesję cmd i powraca do systemu operacyjnego\n"
"lub powłoki, w której uruchomiono cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8300,110 +8296,110 @@ msgstr ""
"\n"
"Wpisz HELP <komenda> dla dokładniejszych informacji o komendzie\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Czy jesteś pewien?"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "T"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Brak skojarzenia pliku dla rozszerzenia %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Brak skojarzenia polecenia otwórz z typem plików '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Nadpisać %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Więcej..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linia przy przetwarzaniu pliku bat prawdopodobnie obcięta. Używam:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Brakuje argumentu\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Błąd składni\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Plik pomocy nie istnieje dla %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Nie znaleziono przeznaczenia dla GOTO\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Aktualna data: %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Aktualny czas: %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Wpisz nową datę: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Wpisz nowy czas: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Zmienna środowiskowa %s niezdefiniowana\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Nieudane otwarcie '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Nie można wywołać etykiety bat poza skryptem bat\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Usunąć"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo jest %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify jest %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify musi być ON lub OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Błąd parametru\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8413,31 +8409,31 @@ msgstr ""
"Numer seryjny wolumenu: %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etykieta Wolumenu (11 znaków, ENTER aby pominąć)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "Nie znaleziono PATH\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Naciśnij klawisz Enter, aby kontynuować: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wiersz Poleceń Wine"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "Wersja CMD %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Więcej? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Wpisany tekst jest zbyt długi.\n"

View File

@ -7971,7 +7971,7 @@ msgstr "Loop enquanto resolve referências"
msgid "Referral hop limit exceeded"
msgstr "Limite de salto de referências excedido"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7979,7 +7979,7 @@ msgstr ""
"Ainda não implementado\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Arquivo Não Encontrado\n"
@ -8043,11 +8043,7 @@ msgstr "&Sobre Clock..."
msgid "Clock"
msgstr "Relógio"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Ajuda do comando ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8067,41 +8063,41 @@ msgstr ""
"Mudanças no diretório padrão, variáveis de ambiente, etc, feitas dentro\n"
"do procedimente chamado são herdados pelo chamador.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Ajuda do comando CD\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Ajuda do comando CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS limpa a tela do console\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "Ajuda do comando COPY\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "Ajuda do comando CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "Ajuda do comando DATE\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Ajuda do comando DEL\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "Ajuda do comando DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8121,11 +8117,11 @@ msgstr ""
"O comando ECHO OFF pode ser impedido de ser mostrado colocando-se um\n"
"símbolo @ precedendo o mesmo.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Ajuda do comando ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8142,7 +8138,7 @@ msgstr ""
"No cmd, não existe a necessidade de usar dois sinais % no\n"
"comando FOR nos arquivos de lote.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8169,13 +8165,13 @@ msgstr ""
"\n"
"GOTO não tem efeito quando usando interativamente.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Ajuda do comando HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8195,7 +8191,7 @@ msgstr ""
"Na segunda forma do comando, texto1 e texto2 devem estar usando aspas.\n"
"A comparação não diferencia maiúsculas de minusculas.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8209,15 +8205,15 @@ msgstr ""
"O comando LABEL irá aguardar que vc informe o novo rótulo para o drive\n"
"especificado. Você pode mostrar o rótulo do disco com o comando VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Ajuda do comando MD\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Ajuda do comando MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8236,7 +8232,7 @@ msgstr ""
"\n"
"MOVE falhará se o local antigo e o novo local estão em diferentes unidades.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8261,7 +8257,7 @@ msgstr ""
"por exemplo:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8274,7 +8270,7 @@ msgstr ""
"anterior\n"
"antes que a tela sofra um rolamento.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8316,7 +8312,7 @@ msgstr ""
"O 'prompt' também pode ser mudado alterando a variável PROMPT, assim,\n"
"o comando 'SET PROMPT=texto' tem o mesmo efeito que 'PROMPT texto'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8325,24 +8321,24 @@ msgstr ""
"ação alguma, e os carateres usando são considerados comentários em um\n"
"arquivo de lote\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Ajuda do comando REN\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "Ajuda do comando RENAME\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Ajuda do comando RD\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Ajuda do comando RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8376,7 +8372,7 @@ msgstr ""
"onde sempre haverá mais valores que em um sistema Win32 nativo. Note que\n"
"não é possível afetar o ambiente do sistema operacional a partir do cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8386,15 +8382,15 @@ msgstr ""
"lista, assim então o parâmentro2 sobrepôe o parametro1 e assim por diante.\n"
"Isto não tem efeito se chamado a partir da linha de comando.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "Ajuda do comando TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Configura o título da janela do cmd, e a sintaxe é TITLE [texto]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8402,7 +8398,7 @@ msgstr ""
"TYPE <arquivo> copia <arquvo> para o dispositivo console (ou outro, se\n"
"redirecionado). Nehuma verificação é feita se o arquivo pode ser lido.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8421,22 +8417,22 @@ msgstr ""
"\n"
"O flag de verificação não tem função no Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER mostra a versão em execução do cmd.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Ajuda do comando VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8446,7 +8442,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8454,7 +8450,7 @@ msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8462,7 +8458,7 @@ msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8474,7 +8470,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8488,18 +8484,18 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8507,7 +8503,7 @@ msgstr ""
"EXIT termina a sessão de comando atual e retorna ao sistema operacional\n"
"ou shell que tenha invocado o cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8578,110 +8574,110 @@ msgstr ""
"Entre HELP <comando> para maiores informações sobre alguns dos comandos "
"acima\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Tem certeza"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "S"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Associação de arquivo faltando para a extensão %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Nenhum comando de abertura associado ao tipo de arquivo '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Sobrescrever %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Mais..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linha no processamento do Batch possivelmente truncada. Usando:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Faltando argumento\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Erro de sintaxe\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Sem ajuda disponível para %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Alvo para GOTO não encontrado\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "A Data Atual é %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "A Hora Atual é %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Entre nova data: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Entre nova hora: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Variável de ambiente %s não definida\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Falha ao abrir '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Não pode chamar um rótulo batch fora de um script batch\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Excluir"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo é %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify é %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify deve ser ON ou OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Erro de parâmetro\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8691,31 +8687,31 @@ msgstr ""
"O Número de Série do Volume é %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Rótulo do Volume (11 characters, ENTER for none)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH não encontrado\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Pressione a tecla Enter para continuar: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Prompt de Comando Wine"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Versão %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Mais? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "A linha de entrada é muito longa.\n"

View File

@ -8012,7 +8012,7 @@ msgstr "Ciclo enquanto resolve referências"
msgid "Referral hop limit exceeded"
msgstr "Limite de salto de referências excedido"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -8020,7 +8020,7 @@ msgstr ""
"Not Yet Implemented\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "%s : File Not Found\n"
@ -8090,11 +8090,7 @@ msgstr "&Acerca do Clock..."
msgid "Clock"
msgstr "Relógio"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Ajuda do comando ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8115,41 +8111,41 @@ msgstr ""
"Mudanças no directório padrão, variáveis de ambiente, etc, feitas dentro\n"
"do procedimente chamado são herdados pelo chamador.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Ajuda do comando CD\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Ajuda do comando CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS limpa a ecrã da consola\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "Ajuda do comando COPY\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "Ajuda do comando CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "Ajuda do comando DATE\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Ajuda do comando DEL\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "Ajuda do comando DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8169,11 +8165,11 @@ msgstr ""
"O comando ECHO OFF pode ser impedido de ser mostrado colocando-se um\n"
"símbolo @ precedendo o mesmo.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Ajuda do comando ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8190,7 +8186,7 @@ msgstr ""
"No cmd, não existe a necessidade de usar dois sinais % no\n"
"comando FOR nos ficheiros de lote.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8217,13 +8213,13 @@ msgstr ""
"\n"
"GOTO não tem efeito quando usado interactivamente.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Ajuda do comando HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8243,7 +8239,7 @@ msgstr ""
"Na segunda forma do comando, texto1 e texto2 devem estar a usar aspas.\n"
"A comparação não diferencia maiúsculas de minusculas.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8257,15 +8253,15 @@ msgstr ""
"O comando LABEL irá aguardar que informe o novo rótulo para o drive\n"
"especificado. Pode mostrar o rótulo do disco com o comando VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Ajuda do comando MD\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Ajuda do comando MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8284,7 +8280,7 @@ msgstr ""
"\n"
"MOVE falhará se o local antigo e o novo local estão em diferentes unidades.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8309,7 +8305,7 @@ msgstr ""
"por exemplo:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8322,7 +8318,7 @@ msgstr ""
"anterior\n"
"antes que o ecrã sofra um rolamento.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8364,7 +8360,7 @@ msgstr ""
"O 'prompt' também pode ser mudado alterando a variável PROMPT, assim,\n"
"o comando 'SET PROMPT=texto' tem o mesmo efeito que 'PROMPT texto'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8373,24 +8369,24 @@ msgstr ""
"nenhuma acção, e os carateres a usar são considerados comentários num\n"
"ficheiro de lote\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Ajuda do comando REN\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "Ajuda do comando RENAME\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Ajuda do comando RD\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Ajuda do comando RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8424,7 +8420,7 @@ msgstr ""
"onde sempre haverá mais valores que num sistema Win32 nativo. Note que\n"
"não é possível afectar o ambiente do sistema operacional a partir do cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8434,15 +8430,15 @@ msgstr ""
"lista, assim então o parâmentro2 sobrepôe o parametro1 e assim por diante.\n"
"Isto não tem efeito se chamado a partir da linha de comando.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "Ajuda do comando TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Configura o título da janela do cmd, e a sintaxe é TITLE [texto]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8450,7 +8446,7 @@ msgstr ""
"TYPE <ficheiro> copia <ficheiro> para o dispositivo consola (ou outro, se\n"
"redireccionado). Nehuma verificação é feita se o ficheiro pode ser lido.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8469,22 +8465,22 @@ msgstr ""
"\n"
"O flag de verificação não tem função no Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER mostra a versão em execução do cmd.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Ajuda do comando VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8494,7 +8490,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8502,7 +8498,7 @@ msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8510,7 +8506,7 @@ msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8522,7 +8518,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8536,18 +8532,18 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8555,7 +8551,7 @@ msgstr ""
"EXIT termina a sessão de comando actual e retorna ao sistema operacional\n"
"ou shell que tenha invocado o cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8626,110 +8622,110 @@ msgstr ""
"\n"
"Digite HELP <comando> para mais informações sobre alguns dos comandos acima\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Are you sure"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overwrite %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "More..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument missing\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntax error\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "No help available for %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Current Date is %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Current Time is %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Enter new date: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Enter new time: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Falhou ao abrir '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Delete"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo is %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify is %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter error\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8739,31 +8735,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH not found\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Press Return key to continue: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "More? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"

164
po/rm.po
View File

@ -7473,14 +7473,14 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
#, fuzzy
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr "Na implementa"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7546,11 +7546,7 @@ msgstr "I&nfuormaziuns"
msgid "Clock"
msgstr ""
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7561,41 +7557,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7607,11 +7603,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7621,7 +7617,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7635,13 +7631,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7653,7 +7649,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7662,15 +7658,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7681,7 +7677,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7694,7 +7690,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7702,7 +7698,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7725,29 +7721,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7767,28 +7763,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7799,21 +7795,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7823,19 +7819,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7847,7 +7843,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7861,24 +7857,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7917,141 +7913,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/ro.po
View File

@ -8265,7 +8265,7 @@ msgstr "Buclă la gestionarea referenților"
msgid "Referral hop limit exceeded"
msgstr "Limită număr referenți depășită"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -8273,7 +8273,7 @@ msgstr ""
"Încă neimplementat\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : fișier negăsit\n"
@ -8337,11 +8337,7 @@ msgstr "&Despre ceas..."
msgid "Clock"
msgstr "Ceas"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB afișează sau schimbă atributele fișierelor DOS.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8359,42 +8355,42 @@ msgstr ""
"Modificările la directorul curent, variabilele de mediu etc. efectuate\n"
"într-o procedură apelată se reflectă asupra apelantului.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
"CD <dir> este versiunea scurtă pentru CHDIR. CD schimbă directorul curent.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <dir> schimbă directorul curent.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS golește ecranul consolei\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <fișier> copiază un fișier.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY schimbă dizpozitivul de intrăre/ieșire.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE afișează sau schimbă data sistemului.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <fișier> șterge un fișier sau un set de fișiere.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR afișează conținutul unui director.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8414,11 +8410,11 @@ msgstr ""
"implicit). Se poate împiedica afișarea comenzii ECHO OFF dacă este\n"
"precedată de semnul @.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <fișier> șterge un fișier sau un set de fișiere.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8435,7 +8431,7 @@ msgstr ""
"Necesitatea de a dubla semnul % când se utilizează FOR într-un fișier\n"
"batch nu există în cmd în Wine.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8458,7 +8454,7 @@ msgstr ""
"\n"
"GOTO nu are efect când se utilizează interactiv.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -8466,7 +8462,7 @@ msgstr ""
"HELP <comandă> arată un scurt ajutor pentru <comandă>\n"
"HELP fără nici un parametru enumerează toate comenzile integrate în cmd.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8486,7 +8482,7 @@ msgstr ""
"În a doua formă a comenzii, șir1 și șir2 trebuie să fie între ghilimele\n"
"duble. Comparația este insensibilă la majuscule.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8500,16 +8496,16 @@ msgstr ""
"Comanda vă va solicita noua etichetă de volum pentru unitatea dată.\n"
"Puteți afișa eticheta de volum a discului cu comanda VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
"MD <nume> este versiunea scurtă pentru MKDIR. MD creează un subdosar.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <nume> creează un subdosar.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8527,7 +8523,7 @@ msgstr ""
"MOVE eșuează dacă locația veche și cea nouă se află în directoare DOS\n"
"diferite.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8548,7 +8544,7 @@ msgstr ""
"PATH se poate modifica și utilizând variabila de mediu PATH, de exemplu:\n"
"\tPATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8560,7 +8556,7 @@ msgstr ""
"fișierele batch, pentru a permite utilizatorului să citească rezultatul\n"
"unei comenzi anterioare, înainte de a dispărea de pe ecran.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8603,7 +8599,7 @@ msgstr ""
"astfel încât comanda „SET PROMPT=text” are același efect ca și „PROMPT "
"text”\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8612,25 +8608,25 @@ msgstr ""
"acțiune și de aceea poate fi utilizată ca un comentariu într-un fișier "
"batch.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
"REN <fișier> este versiunea scurtă pentru RENAME. REN redenumește fișierul.\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <fișier> redenumește fișierul.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <dir> este versiunea scurtă pentru RMDIR. RD șterge subdosarul.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <dir> șterge subdosarul.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8665,7 +8661,7 @@ msgstr ""
"implementare Win32 nativă. Rețineți că nu poate fi modificat mediul\n"
"sistemului de operare din cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8675,15 +8671,15 @@ msgstr ""
"din listă; astfel, parametrul 2 devine parametrul 1 și așa mai departe.\n"
"Nu are efect dacă este apelat din linia de comandă.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME afișează sau schimbă ora sistemului.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Definește titlul pentru fereastra cmd, cu sintaxa TITLE [șir]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8691,7 +8687,7 @@ msgstr ""
"TYPE <numefișier> copiază <numefișier> în consolă (sau unde este\n"
"redirecționat). Nu se verifică dacă fișierul conține text lizibil.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8710,22 +8706,22 @@ msgstr ""
"\n"
"Indicatorul de verificare nu are nici o funcție în Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER afișează versiunea de cmd utilizată\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL Afișează eticheta de volum a unui disc\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8735,7 +8731,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8743,13 +8739,13 @@ msgstr ""
"PUSHD <numedirector> salvează directorul curent într-o stivă și apoi\n"
"înlocuiește directorul curent cu cel specificat.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr "POPD schimbă directorul curent cu ultimul salvat cu PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8761,7 +8757,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8775,18 +8771,18 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE afișează în pagini conținutul fișierelor sau datele introduse.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8794,7 +8790,7 @@ msgstr ""
"EXIT termină sesiunea curentă a liniei de comandă și revine la sistemul\n"
"de operare sau shell-ul din care ați invocat cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8865,112 +8861,112 @@ msgstr ""
"Introduceți HELP <comandă> pentru informații suplimentare despre\n"
"comenzile de mai sus\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Sunteți sigur"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "D"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Lipsește asocierea cu fișiere pentru extensia %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
"Nici o comandă de deschidere nu este asociată cu tipul de fișier „%s”\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Suprascrie %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Mai mult..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
"Linie posibil trunchiată în procesarea fișierului batch. Se utilizează:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument lipsă\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Eroare de sintaxă\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Nu există ajutor pentru %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Destinația pentru GOTO nu a fost găsită\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Data curentă este %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Ora curentă este %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Introduceți noua dată: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Introduceți noua oră: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Variabila de mediu %s nu este definită\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Deschiderea „%s” a eșuat\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Nu se poate apela eticheta pentru batch în afara unui script batch\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "T"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Șterge"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo este %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify este %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify trebuie să fie ON sau OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Eroare de parametri\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8980,31 +8976,31 @@ msgstr ""
"Numărul de serie al volumului este %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etichetă pentru volum (11 caractere, ENTER pentru nici una)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH negăsită\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Apăsați pe Enter pentru a continua: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Linia de comandă Wine"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD versiunea %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Mai mult? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Șirul introdus este prea lung.\n"

164
po/ru.po
View File

@ -7679,7 +7679,7 @@ msgstr "Зацикливание при обработке ссылок"
msgid "Referral hop limit exceeded"
msgstr "Предел числа пересылки ссылок превышен"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7687,7 +7687,7 @@ msgstr ""
"Ещё не выполнено\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Файл не найден\n"
@ -7750,11 +7750,7 @@ msgstr "&О Часах"
msgid "Clock"
msgstr "Часы"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "Справка об ATTRIB\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7772,41 +7768,41 @@ msgstr ""
"Изменения каталога по умолчанию, переменных окружения и т.д., сделанные\n"
"вызванной процедурой, наследуются вызвавшему.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "Справка о CD\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "Справка о CHDIR\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS очищает экран консоли\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "Справка о COPY\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "Справка о CTTY\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "Справка о DATE\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "Справка о DEL\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "Справка о DIR\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7825,11 +7821,11 @@ msgstr ""
"ECHO OFF даёт эффект, противоположный ECHO ON (ECHO отключено (OFF) по\n"
"умолчанию). Знак @, предшествующий ECHO OFF, препятствует её отображению.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "Справка об ERASE\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7846,7 +7842,7 @@ msgstr ""
"Необходимость в удвоении знака % при использовании FOR в bat-файлах\n"
"отсутствует в cmd.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7872,13 +7868,13 @@ msgstr ""
"\n"
"Команда GOTO не работает в интерактивном режиме.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "Справка о HELP\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7901,7 +7897,7 @@ msgstr ""
"выполнения.\n"
"IF проверяет ERRORLEVEL на >= <число>.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7915,15 +7911,15 @@ msgstr ""
"Команда выводит подсказку о создании новой метки для диска.\n"
"Посмотреть текущую метку диска возможно с помощью команды VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "Справка о MD\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "Справка о MKDIR\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7941,7 +7937,7 @@ msgstr ""
"MOVE не работает для перемещения данных с одного логического диска на "
"другой.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7963,7 +7959,7 @@ msgstr ""
"окружения PATH, например:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7976,7 +7972,7 @@ msgstr ""
"команды\n"
"прежде чем он исчезнет с экрана.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8020,7 +8016,7 @@ msgstr ""
"поэтому команда 'SET PROMPT=<текст>' имеет такой же эффект, как 'PROMPT "
"<text>'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8028,23 +8024,23 @@ msgstr ""
"Командная строка, начинающаяся с REM (с последующим пробелом) не выполняет\n"
"никаких действий, поэтому REM используется для комментариев в bat-файлах.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "Справка о REN\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <имя файла> переименовывает файл.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "Справка о RD\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "Справка о RMDIR\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8080,7 +8076,7 @@ msgstr ""
"переменных, чем в обычной Win32. Стоит отметить,\n"
"что невозможно изменить окружение операционной системы из cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8090,17 +8086,17 @@ msgstr ""
"списка, таким образом параметр 2 переместится в параметр 1 и так далее.\n"
"SHIFT не работает при вызове в командной строке.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "Справка о TIME\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
"Устанавливает заголовок окна cmd для текущей сессии.\n"
" Синтаксис: TITLE <строка>\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8110,7 +8106,7 @@ msgstr ""
"Проверка на то, что файл - это текст, предназначенный для чтения, "
"отсутствует.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8129,21 +8125,21 @@ msgstr ""
"\n"
"Флаг verify не используется Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER выводит версию используемого cmd\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "Справка о VOL\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8153,7 +8149,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8161,7 +8157,7 @@ msgstr ""
"PUSHD <directoryname> сохраняет текущий каталог в стек,\n"
"а затем переходит в указанный каталог.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8169,7 +8165,7 @@ msgstr ""
"POPD переходит в каталог, сохранённый командой\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8181,7 +8177,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8195,11 +8191,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE выводит содержимое файлов или каналов постранично.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8209,7 +8205,7 @@ msgstr ""
"не нажмёт клавишу из предложенного списка.\n"
"CHOICE обычно применяется для создания меню в пакетном файле.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8217,7 +8213,7 @@ msgstr ""
"EXIT завершает текущую командную сессию и возвращает\n"
"в операционную систему или оболочку из которой был запущен cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8289,110 +8285,110 @@ msgstr ""
"Выполните HELP <команда> для дополнительной информации по перечисленным выше "
"командам.\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Вы уверены?"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Д"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "Н"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Файл, ассоциированный с расширением %s,отсутствует\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Не работает команда, ассоциированная с файлом '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Перезаписано %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Дальше..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Строка в обрабатываемом bat-файле возможно урезана. Используем:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Отсутствует аргумент\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Синтаксическая ошибка\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Справка для %s отсутствует\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Цель для GOTO не найдена\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Текущая дата %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Текущее время %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Введите новую дату: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Введите новое время: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Переменная окружения %s не определена\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Не удалось открыть '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Не могу вызвать метку bat-файла вне bat-скрипта\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "В"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Удалено"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo установлено в %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify установлено в %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify должен быть либо ON, либо OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Неверный параметр\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8402,31 +8398,31 @@ msgstr ""
" Серийный номер %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Метка диска (11 символов, ENTER для ввода пустой метки)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH не найден\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Нажмите ввод для продолжения: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Приглашение командной строки Wine"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "Версия CMD %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Ещё? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Введённая команда слишком длинная.\n"

164
po/sk.po
View File

@ -7723,13 +7723,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Súbor nenájdený"
@ -7794,11 +7794,7 @@ msgstr "&O hodinách..."
msgid "Clock"
msgstr "Hodiny"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7809,41 +7805,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7855,11 +7851,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7869,7 +7865,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7883,13 +7879,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7901,7 +7897,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7910,15 +7906,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7929,7 +7925,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7942,7 +7938,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7950,7 +7946,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7973,29 +7969,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8015,28 +8011,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8047,21 +8043,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8071,19 +8067,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8095,7 +8091,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8109,24 +8105,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8165,141 +8161,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/sl.po
View File

@ -7701,7 +7701,7 @@ msgstr "Kroži v zanki med upravljanjem napotiteljev"
msgid "Referral hop limit exceeded"
msgstr "Meja preskoka napotitev je bila presežena"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7709,7 +7709,7 @@ msgstr ""
"Ni še podprto\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "%s : datoteke ni mogoče najti\n"
@ -7774,11 +7774,7 @@ msgstr "&O Uri ..."
msgid "Clock"
msgstr "Ura"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB pokaže ali spremeni DOS atribute datoteke.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7799,7 +7795,7 @@ msgstr ""
"znotraj\n"
"klicane paketne datoteke, so posredovane klicatelju (nadrejeni datoteki).\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
@ -7807,35 +7803,35 @@ msgstr ""
"CD <mapa> je kratka različica CHDIR. Spremeni trenutno privzeto\n"
"mapo.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <mapa> spremeni trenutno privzeto mapo.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS počisti zaslon konzole.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <datoteka> kopira datoteko.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY spremeni vhodno/izhodno napravo.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE prikaže ali spremeni sistemski datum.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <filename> izbriše datoteko ali več datotek\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR izpiše vsebino mape.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7854,11 +7850,11 @@ msgstr ""
"ECHO OFF izključi učinek ukaza ECHO ON (privzeta vrednost za ECHO je OFF).\n"
"Izpis ukaza ECHO OFF je mogoče preprečiti z dodajanjem znaka @ pred njim.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <filename> izbriše datoteko ali več datotek.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7875,7 +7871,7 @@ msgstr ""
"Wine-ov cmd ne zahteva uporabe dvojnega znaka % pri uporabi ukaza FOR v\n"
"paketnih datotekah.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7900,7 +7896,7 @@ msgstr ""
"\n"
"V vzajemnem načinu ukaz GOTO nima nobenega učinka.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7908,7 +7904,7 @@ msgstr ""
"HELP <ukaz> pokaže kratke podrobnosti pomoči o temi.\n"
"HELP brez argumentov pokaže vse vgrajene ukaze CMD.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7928,7 +7924,7 @@ msgstr ""
"V drugem primeru zgoraj morata biti niz1 in niz2 v dvojnih navedkih.\n"
"Primerjava ni občutljiva na velikost črk.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7942,15 +7938,15 @@ msgstr ""
"Ukaz vas pozove po novi oznaki nosilca za želeni pogon.\n"
"Trenutno oznako diskovnega nosilca lahko prikažete z ukazom VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <ime> je kratko ime za MKDIR. Ustvari podmapo.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <mapa> ustvari podmapo.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7967,7 +7963,7 @@ msgstr ""
"\n"
"MOVE ne more premikati datotek ali. map med mesti na različnih pogonih.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7991,7 +7987,7 @@ msgstr ""
"PATH. Na primer:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8003,7 +7999,7 @@ msgstr ""
"datotekah, ko želimo uporabniku omogočiti, da prebere izhodna sporočila\n"
"predhodnega ukaza, preden izginejo z zaslona.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8046,7 +8042,7 @@ msgstr ""
"PROMPT;\n"
"ukaz 'SET PROMPT=text' ima enak učinek kot 'PROMPT text'.\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8054,24 +8050,24 @@ msgstr ""
"Vrstica, ki se začenja z REM (kateremu sledi presledek), se ne izvede in jo\n"
"zato lahko uporabimo kot opombo v paketni datoteki.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <ime_datoteke> je kratka različice RENAME. Preimenuje datoteko.\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <datoteka> preimenuje datoteko\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD je kratka različica RMDIR. Izbriše podmapo.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <mapa> izbriše podmapo.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8109,7 +8105,7 @@ msgstr ""
"Win32 okolje. S programom cmd ni mogoče vplivati na okolje matičnega\n"
"operacijskega sistema.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8120,15 +8116,15 @@ msgstr ""
"parametrov; parameter 2 tako postane parameter 1, itd. Ukaz nima nobenega\n"
"učink pri uporabi iz ukazne vrstice.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME nastavi ali prikaže trenutni sistemski čas.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Nastavi naslov za okno cmd. Skladnja je: TITLE [niz]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8137,7 +8133,7 @@ msgstr ""
"drugje, če gre za preusmeritev). Ukaz ne preveri, ali je vsebina datoteke v\n"
"resnici berljivo besedilo.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8157,22 +8153,22 @@ msgstr ""
"\n"
"Zastavica preverjanja v Wine nima nobene zmožnosti.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER prikaže različico cmd\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL pokaže oznako nosilca diskovne napreve.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8182,7 +8178,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8190,7 +8186,7 @@ msgstr ""
"PUSHD <ime_mape> shrani trenutno mapo v sklad in se nato\n"
"preseli v navedeno mapo.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8198,7 +8194,7 @@ msgstr ""
"POPD se preseli iz trenutne mape v mapo, ki je bila nazadnje\n"
"shranjena z ukazom PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8210,7 +8206,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8224,11 +8220,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE prikaže vsebino datotek ali preusmerjenega vnosa v straneh.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8239,7 +8235,7 @@ msgstr ""
"CHOICE se uporablja predvsem za izgradnjo izberljivega menija v paketni "
"datoteki.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8248,7 +8244,7 @@ msgstr ""
"sistemu\n"
"ali ukazni lupini, iz katere ste priklicali cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8320,110 +8316,110 @@ msgstr ""
"Uporabite HELP <ukaz> za več podrobnosti o kateremkoli od zgoraj navedenih "
"ukazov\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Ali ste prepričani?"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "D"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Povezava datoteke za pripono %s manjka\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Noben ukaz ni povezan z vrsto datotek '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Prepiši %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Več ..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Vrstica v paketni datoteki je morda skrajšana. Uporaba:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument manjka\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Skladenjska napaka\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Za ukaz %s pomoč ni na voljo\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Cilja ukaza GOTO ni mogoče najti\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Trenutni datum je %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Trenutni čas je %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Vnesite nov datum:"
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Vnesite nov čas:"
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Okoljska spremenljivka %s ni določena\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Napaka med odpiranjem '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Klic paketne oznake zunaj paketnega skripta ni mogoč\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Izbriši"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Odmev je %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Preverjanje je %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Vrednost zastavice preverjanja mora biti ON ali OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Napaka parametra\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8433,31 +8429,31 @@ msgstr ""
"Zaporedna št. nosilca je %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Oznaka nosilca (11 znakov, ENTER za brez)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "POTI ni mogoče najti\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Za nadaljevanje pritisnite tipko Return: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine ukazni poziv"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "Različica CMD %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Več? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Vrstica vhoda je predolga.\n"

View File

@ -7834,13 +7834,13 @@ msgstr "Понављај при руковању с упућивачима"
msgid "Referral hop limit exceeded"
msgstr "Ограничење чвора упућивача је прекорачено"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Датотека није пронађена"
@ -7905,11 +7905,7 @@ msgstr "&О часовнику..."
msgid "Clock"
msgstr "Часовник"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7920,41 +7916,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7966,11 +7962,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7980,7 +7976,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7994,13 +7990,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8012,7 +8008,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8021,15 +8017,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8040,7 +8036,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8053,7 +8049,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8061,7 +8057,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8084,29 +8080,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8126,28 +8122,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8158,21 +8154,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8182,19 +8178,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8206,7 +8202,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8220,24 +8216,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8276,141 +8272,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Отварање „%s“ датотеке није успело\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

View File

@ -7883,13 +7883,13 @@ msgstr "Ponavljaj pri rukovanju s upućivačima"
msgid "Referral hop limit exceeded"
msgstr "Ograničenje čvora upućivača je prekoračeno"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "Datoteka nije pronađena"
@ -7954,11 +7954,7 @@ msgstr "&O časovniku..."
msgid "Clock"
msgstr "Časovnik"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7969,41 +7965,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8015,11 +8011,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8029,7 +8025,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8043,13 +8039,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8061,7 +8057,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8070,15 +8066,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8089,7 +8085,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8102,7 +8098,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8110,7 +8106,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8133,29 +8129,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8175,28 +8171,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8207,21 +8203,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8231,19 +8227,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8255,7 +8251,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8269,24 +8265,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8325,141 +8321,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Otvaranje „%s“ datoteke nije uspelo\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/sv.po
View File

@ -7691,7 +7691,7 @@ msgstr "Loop while handling referrals"
msgid "Referral hop limit exceeded"
msgstr "Referral hop limit exceeded"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7699,7 +7699,7 @@ msgstr ""
"Ännu ej implementerat\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : kunde inte hitta filen\n"
@ -7762,11 +7762,7 @@ msgstr "&Om Klocka"
msgid "Clock"
msgstr "Klocka"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB visar eller ändrar DOS-filers attribut.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7786,7 +7782,7 @@ msgstr ""
"Ändringar av standardsökväg, miljövariabler o.s.v. som görs inom en anropad\n"
"process ärvs av den som anropar processen.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
@ -7794,35 +7790,35 @@ msgstr ""
"CD <dir> är en synonym för CHDIR. Den används för att\n"
"ändra standardsökväg.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <dir> ändrar standardsökväg.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS rensar konsollen från text.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <filename> kopierar en fil.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY ändrar input/output-enheter.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE visar eller ändrar systemets datum.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <filename> tar bort en eller flera filer.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR visar mappens innehåll.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7843,11 +7839,11 @@ msgstr ""
"genom\n"
"att lägga till ett @-tecken innan kommandot.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <filename> tar bort en eller flera filer.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7863,7 +7859,7 @@ msgstr ""
"Kravet att dubbla %-tecknet när FOR används i en batchfil\n"
"finns inte i Wines cmd.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7887,7 +7883,7 @@ msgstr ""
"\n"
"GOTO har ingen effekt när det används interaktivt.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7895,7 +7891,7 @@ msgstr ""
"HELP <command> skriver ut mer detaljerad information ang. ämnet.\n"
"HELP utan ett argument visar alla inbyggda CMD-kommandon.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7915,7 +7911,7 @@ msgstr ""
"I den andra IF-satsen måste sträng1 och sträng2 vara inom citattecken.\n"
"IF bryr sej inte om stora eller små bokstäver.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7929,17 +7925,17 @@ msgstr ""
"Kommandot kommer fråga dig efter enhetens nya namn.\n"
"Du kan visa enhetens namn genom att använda kommandot VOL.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
"MD <name> är en synonym för MKDIR.\n"
"Den skapar en ny mapp i mappen du befinner dig i\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <name> skapar en ny mapp i mappen du befinner dig i.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7956,7 +7952,7 @@ msgstr ""
"MOVE misslyckas om den gamla och det den nya stället är på olika\n"
"DOS-enhetsbokstäver. Till exempel från C: till D:.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7978,7 +7974,7 @@ msgstr ""
"Till exempel:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7991,7 +7987,7 @@ msgstr ""
"till exempel resultatet av ett kört kommando m.m. innan det rullar av "
"skärmen.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8034,7 +8030,7 @@ msgstr ""
"Prompteen går att ändra genom att modifiera miljövariabeln PROMPT,\n"
"så kommandot 'SET PROMPT=text' har samma effekt som 'PROMPT text'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8042,25 +8038,25 @@ msgstr ""
"En kommandorad som börjar på REM (med ett blanksteg efter) ignoreras.\n"
"Därav kan REM användas för att kommentera rader i en batchfil.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
"REN <filnamn> är en synonym för kommandot RENAME.\n"
"REN döper om en fil.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <filnamn> döper om en fil.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <plats> är en synonym för RMDIR. RD tar bort vald plats.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <plats> tar bort vald plats.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8095,7 +8091,7 @@ msgstr ""
"än i en riktig Win32-implementation. Notera att det inte går att påverka\n"
"operativsystemets miljövariabler via cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8107,15 +8103,15 @@ msgstr ""
"s.v.\n"
"SHIFT har ingen effekt om det anropas ifrån kommandoraden.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME ställer in eller skriver ut ditt systems tid.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Ändrar fönsternamn för cmd-fönstret. Syntax: TITLE [namn]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8123,7 +8119,7 @@ msgstr ""
"TYPE <filnamn> kopierar <filnamn> till konsollen (eller annanstans om\n"
"angivet). TYPE kollar inte vad filen i fråga är för typ av fil.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8142,21 +8138,21 @@ msgstr ""
"\n"
"Det finns dock ingen användning för verifieraflaggor i Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER visar körd version av cmd.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL visar namnet på en diskvolym.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8166,7 +8162,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8174,13 +8170,13 @@ msgstr ""
"PUSHD <mappnamn> sparar nuvarande sökväg i en stack,\n"
"och ändrar sedan sökvägen till den angivna mappen.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr "POPD ändrar nuvarande sökväg till den senast angivna i PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8192,7 +8188,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8206,13 +8202,13 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
"MORE skriver ut filers utskrift eller vidarebefodrade förfrågningar på "
"sidor.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8222,7 +8218,7 @@ msgstr ""
"trycker ner en tangent från en valbar lista.\n"
"CHOICE används främst för att skapa menyval i batchfiler.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8230,7 +8226,7 @@ msgstr ""
"EXIT avslutar cmd och skickar tillbaks användaren till\n"
"operativsystemet eller skalet som cmd startades ifrån.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8301,110 +8297,110 @@ msgstr ""
"\n"
"Skriv HELP <command> för mer information om något av kommandona ovanför\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Är du säker?"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "J"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Det finns ingen filassociation för detta filformat %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Ingen kommando förknippat med filtyp '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Skriva över %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Mer..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "En rad i batch möjligtvis trunkerad. Använder:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument saknas\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntaxfel\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Ingen hjälp tillgänglig för %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Mål för GOTO ej funnet\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Dagens datum är %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Tiden är %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Skriv nytt datum: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Skriv in den nya tiden: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Miljövariabeln %s ej definierad\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Misslyckades med att öppna '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Går ej att anropa en batchetikett utanför ett batchskript\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, ta bort"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Ekot är %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verifiera blev %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verifiera måste vara ON (på) eller OFF (av)\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameterfel\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8413,31 +8409,31 @@ msgstr ""
"Diskvolymen på hårddisk %c är %s\n"
"Diskvolymens serienummer är %04x-%04x\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Diskvolymens namn (11 karaktärer, tryck enter för inget)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "Sökväg ej funnen\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Tryck enter för att fortsätta: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine kommandoprompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Mer? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Inmatningen är för lång.\n"

164
po/te.po
View File

@ -7425,13 +7425,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7495,11 +7495,7 @@ msgstr "గడియారం గురించి... (&A)"
msgid "Clock"
msgstr "గడియారం"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7510,41 +7506,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7556,11 +7552,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7570,7 +7566,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7584,13 +7580,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7602,7 +7598,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7611,15 +7607,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7630,7 +7626,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7643,7 +7639,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7651,7 +7647,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7674,29 +7670,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7716,28 +7712,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7748,21 +7744,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7772,19 +7768,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7796,7 +7792,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7810,24 +7806,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7866,141 +7862,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/th.po
View File

@ -7566,13 +7566,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "ไม่พบแฟ้ม"
@ -7642,11 +7642,7 @@ msgstr "เกี่ยวกับนาฬิกา..."
msgid "Clock"
msgstr "นาฬิกา"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7657,41 +7653,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7703,11 +7699,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7717,7 +7713,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7731,13 +7727,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7749,7 +7745,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7758,15 +7754,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7777,7 +7773,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7790,7 +7786,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7798,7 +7794,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7821,29 +7817,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7863,28 +7859,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7895,21 +7891,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7919,19 +7915,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7943,7 +7939,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7957,24 +7953,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8013,141 +8009,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

164
po/tr.po
View File

@ -8060,7 +8060,7 @@ msgstr "Başvuruları işlerken dön"
msgid "Referral hop limit exceeded"
msgstr "Paketin gönderildiği yönlendirici sınırııldı"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -8068,7 +8068,7 @@ msgstr ""
"Not Yet Implemented\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "%s : File Not Found\n"
@ -8138,11 +8138,7 @@ msgstr "&Saat Hakkında..."
msgid "Clock"
msgstr "Saat"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB hakkında yardım\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -8160,41 +8156,41 @@ msgstr ""
"Çağrılan bir yordamda değiştirilen dizinler, çevre değişkenleri vb.\n"
"kendisini çağıran tarafından miras alınır.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr "CD hakkında yardım\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR hakkında yardım\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS konsol ekranını temizler\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY hakkında yardım\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY hakkında yardım\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE hakkında yardım\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL hakkında yardım\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR hakkında yardım\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8214,11 +8210,11 @@ msgstr ""
"tersini yapar. ECHO OFF çıktısının görüntülenmesini başına @ işareti\n"
"getirerek engelleyebilirsiniz.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE hakkında yardım\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8235,7 +8231,7 @@ msgstr ""
"FOR kullanımı için toplu işlem dosyasında % işaretini çift kullanma\n"
"gereksinimi cmd'de yoktur.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8259,13 +8255,13 @@ msgstr ""
"\n"
"GOTO komutunun etkileşimli olarak kullanımının bir etkisi yoktur.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr "HELP hakkında yardım\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8285,7 +8281,7 @@ msgstr ""
"İkinci biçimde dize1 ve dize2 çift tırnak içerisinde olmalıdır.\n"
"Karşılaştırma BÜYÜK/küçük harf duyarlı değildir.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8299,15 +8295,15 @@ msgstr ""
"Komut sizden verilen sürücü için yeni bir etiket girmenizi bekleyecektir.\n"
"Disk bölüm etiketini VOL komutu ile gösterebilirsiniz.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD hakkında yardım\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR hakkında yardım\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8325,7 +8321,7 @@ msgstr ""
"Eğer eski ve yeni konumlar farklı DOS sürücüleri üzerindeyse MOVE hata\n"
"verecektir.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8347,7 +8343,7 @@ msgstr ""
"kullanabilirsiniz, örneğin:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8359,7 +8355,7 @@ msgstr ""
"dosyalarında kullanıcıya önceki komutun çıktısını ekrandan çıkmadan\n"
"önce okutmak için kullanılır.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8402,7 +8398,7 @@ msgstr ""
"belirlenebilir.\n"
"Yani 'SET PROMPT=metin' ile 'PROMPT metin' aynı işi görür.\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8411,24 +8407,24 @@ msgstr ""
"hiçbir işlevi yoktur; dolayısıyla toplu işlem dosyalarında\n"
"açıklama olarak kullanılabilir.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN hakkında yardım\n"
#: cmd.rc:158
#: cmd.rc:157
#, fuzzy
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME hakkında yardım\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD hakkında yardım\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR hakkında yardım\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8463,7 +8459,7 @@ msgstr ""
"değer bulunacaktır. cmd altında işletim sistemi çevresini değiştirmek\n"
"mümkün değildir.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8473,16 +8469,16 @@ msgstr ""
"siler. Böylece 2. parametre 1. parametre olacaktır. Komut satırında\n"
"çağrıldığında bir etkisi yoktur.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME hakkında yardım\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
"cmd penceresi için pencere başlığını değiştirir. Sözdizimi: TITLE [dize]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8490,7 +8486,7 @@ msgstr ""
"TYPE <dosyaadı> komutu <dosyaadı>'nı konsol aygıtına kopyalar (eğer\n"
"yönlendirilmişse başka yere). Dosyanın okunabilirliği denetlenmez.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8508,22 +8504,22 @@ msgstr ""
"\n"
"Doğrulama bayrağının Wine'da bir işlevi yoktur.\n"
#: cmd.rc:204
#: cmd.rc:203
#, fuzzy
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER kullandığınız cmd sürümünü gösterir\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL hakkında yardım\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8533,7 +8529,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8541,7 +8537,7 @@ msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8549,7 +8545,7 @@ msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8561,7 +8557,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8575,18 +8571,18 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8594,7 +8590,7 @@ msgstr ""
"EXIT geçerli komut oturumunu sonlandırır ve cmd'yi çağırdığınız\n"
"yerden işletim sistemine döner.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8664,110 +8660,110 @@ msgstr ""
"\n"
"Yukarıdaki komutlar hakkında daha fazla bilgi için HELP <komut> girin\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Are you sure"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Overwrite %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "More..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Argument missing\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Syntax error\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "No help available for %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Current Date is %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Current Time is %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Enter new date: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Enter new time: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Delete"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo is %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify is %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Parameter error\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8777,31 +8773,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH not found\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Press Return key to continue: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Wine Command Prompt"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "CMD Version %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "More? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "The input line is too long.\n"

164
po/uk.po
View File

@ -7674,7 +7674,7 @@ msgstr "Зациклювання при обробці посилань"
msgid "Referral hop limit exceeded"
msgstr "Перевищено граничну кількість пересилання посилань"
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
@ -7682,7 +7682,7 @@ msgstr ""
"Ще не реалізовано\n"
"\n"
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "%s : Файл не знайдено\n"
@ -7745,11 +7745,7 @@ msgstr "&Про Годинник"
msgid "Clock"
msgstr "Годинник"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr "ATTRIB відображає або змінює атрибути файлу DOS.\n"
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7768,7 +7764,7 @@ msgstr ""
"Зміни теки за замовчуванням, змінних оточення та ін., зроблені викликаною\n"
"процедурою, успадковуються тим, хто її викликав.\n"
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
@ -7776,35 +7772,35 @@ msgstr ""
"CD <тека> це короткий варіант CHDIR. Вона змінює поточну\n"
"теку за зомовчуванням.\n"
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr "CHDIR <тека> змінює поточну теку за замовчуванням.\n"
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr "CLS очищує екран консолі.\n"
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr "COPY <ім'я_файлу> копіює файл.\n"
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr "CTTY змінює пристрій вводу/виводу.\n"
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr "DATE показує чи змінює системну дату.\n"
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr "DEL <ім'я_файлу> видадяє файл чи набір файлів.\n"
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr "DIR показує вміст теки.\n"
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7824,11 +7820,11 @@ msgstr ""
"(OFF) за замовчуванням). Команда ECHO OFF може бути прихована зазначенням\n"
"перед нею знаку @.\n"
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "ERASE <ім'я_файлу> видаляє файл чи набір файлів.\n"
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7844,7 +7840,7 @@ msgstr ""
"Немає необхідності подвоєння знаку % при використанні FOR в пакетних\n"
"файлах в cmd від wine.\n"
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7867,7 +7863,7 @@ msgstr ""
"\n"
"GOTO не працює в інтерактивному режимі.\n"
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
@ -7875,7 +7871,7 @@ msgstr ""
"HELP <команда> показує коротку довідкову інформацію про команду.\n"
"HELP без аргументів показує всі вбудовані команди CMD.\n"
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7895,7 +7891,7 @@ msgstr ""
"В другій формі команди, рядок1 та рядок2 повинні бути в\n"
"подвійних лапках. Порівняння не чутливе до регістру.\n"
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7909,15 +7905,15 @@ msgstr ""
"Команда запитує нову мітку тому для відповідного диску.\n"
"З допомогою команди VOL ви можете подивитись мітку диску.\n"
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "MD <ім'я> це коротка версія MKDIR. Вона створює пвдтеку.\n"
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "MKDIR <ім'я> створює підтеку.\n"
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7934,7 +7930,7 @@ msgstr ""
"\n"
"MOVE не працює для переміщення даних з одного логічного диска DOS на інший.\n"
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7956,7 +7952,7 @@ msgstr ""
"PATH, наприклад:\n"
"PATH %PATH%;c:\\temp\n"
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7968,7 +7964,7 @@ msgstr ""
"пакетних файлах щоб користувач міг прочитати вивід попередньої команди\n"
"перед її зникненням з екрану.\n"
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8010,7 +8006,7 @@ msgstr ""
"Запрошення також може бути змінене зміною змінної оточення PROMPT,\n"
"тому команда 'SET PROMPT=text' має той же ефект, що і 'PROMPT text'\n"
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
@ -8018,23 +8014,23 @@ msgstr ""
"Командний рядок, що починається з REM (з наступним пробілом) нічого\n"
"не виконує, тому може бути використаний як коментар в пакетному файлі.\n"
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "REN <ім'я_файлу> це коротка версія RENAME. Вона переіменовує файл.\n"
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr "RENAME <ім'я_файлу> переіменовує файл.\n"
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "RD <тека> це коротка версія RMDIR. Вона видаляє підтеку.\n"
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "RMDIR <тека> видаляє підтеку.\n"
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8070,7 +8066,7 @@ msgstr ""
"в звичайній реалізації Win32. Зверніть увагу на те, що неможливо\n"
"змінити оточення операційної системи з cmd.\n"
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
@ -8081,15 +8077,15 @@ msgstr ""
"при\n"
"її виклику з командного рядка.\n"
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr "TIME задає чи показує поточний системний час.\n"
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr "Задає заголовок вікна для вікна cmd, синтаксис TITLE [рядок]\n"
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
@ -8099,7 +8095,7 @@ msgstr ""
"якщо він перенаправлений). Не перевіряється, чи файл це текст, призначений\n"
"для читання.\n"
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8118,21 +8114,21 @@ msgstr ""
"\n"
"Прапор перевірки не має функцій в Wine.\n"
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr "VER відображає версію запущеного cmd.\n"
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL відображає мітку тому дискового пристрою.\n"
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8142,7 +8138,7 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
@ -8150,7 +8146,7 @@ msgstr ""
"PUSHD <ім'я_теки> зберігає поточну теку в стек,\n"
"а потім змінює поточну теку на вказану.\n"
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
@ -8158,7 +8154,7 @@ msgstr ""
"POPD змінює поточну теку на останню збережену\n"
"командою PUSHD.\n"
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8170,7 +8166,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8184,11 +8180,11 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE відображає вміст файлів чи каналів сторінками.\n"
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
@ -8199,7 +8195,7 @@ msgstr ""
"CHOICE переважно використовується для побудови меню вибору в пакетному "
"файлі.\n"
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
@ -8207,7 +8203,7 @@ msgstr ""
"EXIT завершує поточну сесію командного рядка та повертає вас\n"
"до операційної системи чи оболонки, з якої ви запустили cmd.\n"
#: cmd.rc:288
#: cmd.rc:287
#, fuzzy
msgid ""
"CMD built-in commands are:\n"
@ -8277,110 +8273,110 @@ msgstr ""
"\n"
"Введіть HELP <команда> для детальнішої інформації про вищенаведені команди\n"
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr "Ви впевнені"
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "Y"
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr "Файлова асоціація для розширення %s втрачена\n"
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr "Немає команди відкриття, асоційованої з файловим типом '%s'\n"
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr "Перезаписати %s"
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr "Більше..."
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Рядок в обробці Пакету мабуть урізаний. Використовую:\n"
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr "Відсутній аргумент\n"
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr "Синтаксична помилка\n"
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr "Немає довідки для %s\n"
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr "Не знайдена ціль для GOTO\n"
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr "Поточна дата: %s\n"
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr "Поточний час: %s\n"
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr "Введіть нову дату: "
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr "Введіть новий час: "
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr "Змінна оточення %s не визначена\n"
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr "Не вдалось відкрити '%s'\n"
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr "Не можу викликати мітку пакету за межами пакетного скрипта\n"
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "A"
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr "%s, Видалити"
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr "Echo зараз %s\n"
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr "Verify зараз %s\n"
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr "Verify повинен бути ON чи OFF\n"
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr "Помилка параметру\n"
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
@ -8390,31 +8386,31 @@ msgstr ""
"Серійний номер диску: %04x-%04x\n"
"\n"
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Мітка диску (11 символів, ENTER - без мітки)?"
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr "PATH не знайдено\n"
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr "Натисніть Enter для продовження: "
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr "Командний рядок Wine"
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr "Версія CMD %s\n"
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr "Більше? "
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr "Введений рядок задовгий.\n"

164
po/wa.po
View File

@ -7531,13 +7531,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "'%s' pout nén esse trové."
@ -7607,11 +7607,7 @@ msgstr "Å &dfait di l' ôrlodje..."
msgid "Clock"
msgstr "Ôrlodje"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7622,41 +7618,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7668,11 +7664,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7682,7 +7678,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7696,13 +7692,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7714,7 +7710,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7723,15 +7719,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7742,7 +7738,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7755,7 +7751,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7763,7 +7759,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7786,29 +7782,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7828,28 +7824,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7860,21 +7856,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7884,19 +7880,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7908,7 +7904,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7922,24 +7918,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7978,141 +7974,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

View File

@ -7402,13 +7402,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr ""
@ -7471,11 +7471,7 @@ msgstr ""
msgid "Clock"
msgstr ""
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7486,41 +7482,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7532,11 +7528,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7546,7 +7542,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7560,13 +7556,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7578,7 +7574,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -7587,15 +7583,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -7606,7 +7602,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -7619,7 +7615,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -7627,7 +7623,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -7650,29 +7646,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -7692,28 +7688,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -7724,21 +7720,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -7748,19 +7744,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -7772,7 +7768,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -7786,24 +7782,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -7842,141 +7838,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

View File

@ -7815,13 +7815,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
msgid "%s: File Not Found\n"
msgstr "找不到文件\n"
@ -7890,11 +7890,7 @@ msgstr "关于 Wine(&A)..."
msgid "Clock"
msgstr "时钟"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7905,41 +7901,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -7951,11 +7947,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -7965,7 +7961,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -7979,13 +7975,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -7997,7 +7993,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8006,15 +8002,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8025,7 +8021,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8038,7 +8034,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8046,7 +8042,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8069,29 +8065,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8111,28 +8107,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8143,21 +8139,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8167,19 +8163,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8191,7 +8187,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8205,24 +8201,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8261,141 +8257,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

View File

@ -7872,13 +7872,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:298
#: attrib.rc:27 cmd.rc:297
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:301
#: attrib.rc:28 cmd.rc:300
#, fuzzy
msgid "%s: File Not Found\n"
msgstr "找不到檔案"
@ -7948,11 +7948,7 @@ msgstr "關於 Wine(&A)..."
msgid "Clock"
msgstr "時鐘"
#: cmd.rc:30
msgid "ATTRIB shows or changes DOS file attributes.\n"
msgstr ""
#: cmd.rc:38
#: cmd.rc:37
msgid ""
"CALL <batchfilename> is used within a batch file to execute commands\n"
"from another batch file. When the batch file exits, control returns to\n"
@ -7963,41 +7959,41 @@ msgid ""
"called procedure are inherited by the caller.\n"
msgstr ""
#: cmd.rc:41
#: cmd.rc:40
msgid ""
"CD <dir> is the short version of CHDIR. It changes the current\n"
"default directory.\n"
msgstr ""
#: cmd.rc:42
#: cmd.rc:41
msgid "CHDIR <dir> changes the current default directory.\n"
msgstr ""
#: cmd.rc:44
#: cmd.rc:43
msgid "CLS clears the console screen.\n"
msgstr ""
#: cmd.rc:46
#: cmd.rc:45
msgid "COPY <filename> copies a file.\n"
msgstr ""
#: cmd.rc:47
#: cmd.rc:46
msgid "CTTY changes the input/output device.\n"
msgstr ""
#: cmd.rc:48
#: cmd.rc:47
msgid "DATE shows or changes the system date.\n"
msgstr ""
#: cmd.rc:49
#: cmd.rc:48
msgid "DEL <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:50
#: cmd.rc:49
msgid "DIR lists the contents of a directory.\n"
msgstr ""
#: cmd.rc:60
#: cmd.rc:59
msgid ""
"ECHO <string> displays <string> on the current terminal device.\n"
"\n"
@ -8009,11 +8005,11 @@ msgid ""
"preceding it with an @ sign.\n"
msgstr ""
#: cmd.rc:62
#: cmd.rc:61
msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr ""
#: cmd.rc:70
#: cmd.rc:69
msgid ""
"The FOR command is used to execute a command for each of a set of files.\n"
"\n"
@ -8023,7 +8019,7 @@ msgid ""
"not exist in wine's cmd.\n"
msgstr ""
#: cmd.rc:82
#: cmd.rc:81
msgid ""
"The GOTO command transfers execution to another statement within a\n"
"batch file.\n"
@ -8037,13 +8033,13 @@ msgid ""
"GOTO has no effect when used interactively.\n"
msgstr ""
#: cmd.rc:85
#: cmd.rc:84
msgid ""
"HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n"
msgstr ""
#: cmd.rc:95
#: cmd.rc:94
msgid ""
"IF is used to conditionally execute a command.\n"
"\n"
@ -8055,7 +8051,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n"
msgstr ""
#: cmd.rc:101
#: cmd.rc:100
msgid ""
"LABEL is used to set a disk volume label.\n"
"\n"
@ -8064,15 +8060,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n"
msgstr ""
#: cmd.rc:104
#: cmd.rc:103
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr ""
#: cmd.rc:105
#: cmd.rc:104
msgid "MKDIR <name> creates a subdirectory.\n"
msgstr ""
#: cmd.rc:112
#: cmd.rc:111
msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n"
"\n"
@ -8083,7 +8079,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr ""
#: cmd.rc:123
#: cmd.rc:122
msgid ""
"PATH displays or changes the cmd search path.\n"
"\n"
@ -8096,7 +8092,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n"
msgstr ""
#: cmd.rc:129
#: cmd.rc:128
msgid ""
"PAUSE displays a message on the screen 'Press Return key to continue'\n"
"and waits for the user to press the Return key. It is mainly useful in\n"
@ -8104,7 +8100,7 @@ msgid ""
"before it scrolls off the screen.\n"
msgstr ""
#: cmd.rc:150
#: cmd.rc:149
msgid ""
"PROMPT sets the command-line prompt.\n"
"\n"
@ -8127,29 +8123,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'\n"
msgstr ""
#: cmd.rc:154
#: cmd.rc:153
msgid ""
"A command line beginning REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n"
msgstr ""
#: cmd.rc:157
#: cmd.rc:156
msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr ""
#: cmd.rc:158
#: cmd.rc:157
msgid "RENAME <filename> renames a file.\n"
msgstr ""
#: cmd.rc:160
#: cmd.rc:159
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:161
#: cmd.rc:160
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:179
#: cmd.rc:178
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
@ -8169,28 +8165,28 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:184
#: cmd.rc:183
msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n"
"the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n"
msgstr ""
#: cmd.rc:186
#: cmd.rc:185
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:188
#: cmd.rc:187
msgid "Sets the window title for the cmd window, syntax TITLE [string]\n"
msgstr ""
#: cmd.rc:192
#: cmd.rc:191
msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n"
msgstr ""
#: cmd.rc:201
#: cmd.rc:200
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
@ -8201,21 +8197,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:204
#: cmd.rc:203
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:205
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:210
#: cmd.rc:209
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:217
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
@ -8225,19 +8221,19 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
#: cmd.rc:220
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:223
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:231
msgid ""
"ASSOC shows or modifies file extension associations\n"
"\n"
@ -8249,7 +8245,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:243
#: cmd.rc:242
msgid ""
"FTYPE shows or modifies open commands associated with file types\n"
"\n"
@ -8263,24 +8259,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:244
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:249
#: cmd.rc:248
msgid ""
"CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr ""
#: cmd.rc:253
#: cmd.rc:252
msgid ""
"EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n"
msgstr ""
#: cmd.rc:288
#: cmd.rc:287
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
@ -8319,141 +8315,141 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands\n"
msgstr ""
#: cmd.rc:290
#: cmd.rc:289
msgid "Are you sure"
msgstr ""
#: cmd.rc:291 xcopy.rc:40
#: cmd.rc:290 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:292 xcopy.rc:41
#: cmd.rc:291 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:293
#: cmd.rc:292
msgid "File association missing for extension %s\n"
msgstr ""
#: cmd.rc:294
#: cmd.rc:293
msgid "No open command associated with file type '%s'\n"
msgstr ""
#: cmd.rc:295
#: cmd.rc:294
msgid "Overwrite %s"
msgstr ""
#: cmd.rc:296
#: cmd.rc:295
msgid "More..."
msgstr ""
#: cmd.rc:297
#: cmd.rc:296
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:299
#: cmd.rc:298
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:300
#: cmd.rc:299
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:302
#: cmd.rc:301
msgid "No help available for %s\n"
msgstr ""
#: cmd.rc:303
#: cmd.rc:302
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:304
#: cmd.rc:303
msgid "Current Date is %s\n"
msgstr ""
#: cmd.rc:305
#: cmd.rc:304
msgid "Current Time is %s\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:305
msgid "Enter new date: "
msgstr ""
#: cmd.rc:307
#: cmd.rc:306
msgid "Enter new time: "
msgstr ""
#: cmd.rc:308
#: cmd.rc:307
msgid "Environment variable %s not defined\n"
msgstr ""
#: cmd.rc:309 xcopy.rc:38
#: cmd.rc:308 xcopy.rc:38
msgid "Failed to open '%s'\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:309
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:311 xcopy.rc:42
#: cmd.rc:310 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:312
#: cmd.rc:311
msgid "%s, Delete"
msgstr ""
#: cmd.rc:313
#: cmd.rc:312
msgid "Echo is %s\n"
msgstr ""
#: cmd.rc:314
#: cmd.rc:313
msgid "Verify is %s\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:314
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:315
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:317
#: cmd.rc:316
msgid ""
"Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n"
"\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:317
msgid "Volume label (11 characters, ENTER for none)?"
msgstr ""
#: cmd.rc:319
#: cmd.rc:318
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:319
msgid "Press Return key to continue: "
msgstr ""
#: cmd.rc:321
#: cmd.rc:320
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:322
#: cmd.rc:321
msgid "CMD Version %s\n"
msgstr ""
#: cmd.rc:323
#: cmd.rc:322
msgid "More? "
msgstr ""
#: cmd.rc:324
#: cmd.rc:323
msgid "The input line is too long.\n"
msgstr ""

View File

@ -27,7 +27,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
STRINGTABLE
{
WCMD_ATTRIB, "ATTRIB shows or changes DOS file attributes.\n"
WCMD_CALL,
"CALL <batchfilename> is used within a batch file to execute commands\n\
from another batch file. When the batch file exits, control returns to\n\

View File

@ -162,55 +162,54 @@ typedef struct _DIRECTORY_STACK
* Compiler won't accept resource IDs from enumerations :-(
*/
#define WCMD_ATTRIB 0
#define WCMD_CALL 1
#define WCMD_CD 2
#define WCMD_CHDIR 3
#define WCMD_CLS 4
#define WCMD_COPY 5
#define WCMD_CTTY 6
#define WCMD_DATE 7
#define WCMD_DEL 8
#define WCMD_DIR 9
#define WCMD_ECHO 10
#define WCMD_ERASE 11
#define WCMD_FOR 12
#define WCMD_GOTO 13
#define WCMD_HELP 14
#define WCMD_IF 15
#define WCMD_LABEL 16
#define WCMD_MD 17
#define WCMD_MKDIR 18
#define WCMD_MOVE 19
#define WCMD_PATH 20
#define WCMD_PAUSE 21
#define WCMD_PROMPT 22
#define WCMD_REM 23
#define WCMD_REN 24
#define WCMD_RENAME 25
#define WCMD_RD 26
#define WCMD_RMDIR 27
#define WCMD_SET 28
#define WCMD_SHIFT 29
#define WCMD_TIME 30
#define WCMD_TITLE 31
#define WCMD_TYPE 32
#define WCMD_VERIFY 33
#define WCMD_VER 34
#define WCMD_VOL 35
#define WCMD_CALL 0
#define WCMD_CD 1
#define WCMD_CHDIR 2
#define WCMD_CLS 3
#define WCMD_COPY 4
#define WCMD_CTTY 5
#define WCMD_DATE 6
#define WCMD_DEL 7
#define WCMD_DIR 8
#define WCMD_ECHO 9
#define WCMD_ERASE 10
#define WCMD_FOR 11
#define WCMD_GOTO 12
#define WCMD_HELP 13
#define WCMD_IF 14
#define WCMD_LABEL 15
#define WCMD_MD 16
#define WCMD_MKDIR 17
#define WCMD_MOVE 18
#define WCMD_PATH 19
#define WCMD_PAUSE 20
#define WCMD_PROMPT 21
#define WCMD_REM 22
#define WCMD_REN 23
#define WCMD_RENAME 24
#define WCMD_RD 25
#define WCMD_RMDIR 26
#define WCMD_SET 27
#define WCMD_SHIFT 28
#define WCMD_TIME 29
#define WCMD_TITLE 30
#define WCMD_TYPE 31
#define WCMD_VERIFY 32
#define WCMD_VER 33
#define WCMD_VOL 34
#define WCMD_ENDLOCAL 36
#define WCMD_SETLOCAL 37
#define WCMD_PUSHD 38
#define WCMD_POPD 39
#define WCMD_ASSOC 40
#define WCMD_COLOR 41
#define WCMD_FTYPE 42
#define WCMD_MORE 43
#define WCMD_CHOICE 44
#define WCMD_ENDLOCAL 35
#define WCMD_SETLOCAL 36
#define WCMD_PUSHD 37
#define WCMD_POPD 38
#define WCMD_ASSOC 39
#define WCMD_COLOR 40
#define WCMD_FTYPE 41
#define WCMD_MORE 42
#define WCMD_CHOICE 43
/* Must be last in list */
#define WCMD_EXIT 45
#define WCMD_EXIT 44
/* Some standard messages */
extern const WCHAR newline[];

View File

@ -32,7 +32,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(cmd);
const WCHAR inbuilt[][10] = {
{'A','T','T','R','I','B','\0'},
{'C','A','L','L','\0'},
{'C','D','\0'},
{'C','H','D','I','R','\0'},