Commit e0f4d5ca authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

start: Fix the command line handling.

parent d1612391
......@@ -9083,13 +9083,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
#, fuzzy
msgid "%1: File Not Found\n"
msgstr "تعذّر إيجاد '%s'."
......@@ -9350,7 +9350,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9370,14 +9370,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9386,31 +9386,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9421,21 +9432,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9445,17 +9456,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9467,7 +9478,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9481,24 +9492,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9540,158 +9551,158 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
#, fuzzy
msgid "No help available for %1\n"
msgstr "معلومات"
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
#, fuzzy
msgid "Delete %1?"
msgstr "اح&ذف\tDel"
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -11093,14 +11104,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -9221,13 +9221,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
#, fuzzy
msgid "%1: File Not Found\n"
msgstr "Файлът не е намерен"
......@@ -9487,7 +9487,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9507,14 +9507,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9523,31 +9523,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9558,21 +9569,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9582,17 +9593,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9604,7 +9615,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9618,24 +9629,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9677,158 +9688,158 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
#, fuzzy
msgid "No help available for %1\n"
msgstr "Не е наличен; "
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
#, fuzzy
msgid "Delete %1?"
msgstr "Из&трий"
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -11264,14 +11275,14 @@ msgstr ""
"Записва цялото или част от съдържанието на системния регистър във текстов "
"файл"
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -9076,13 +9076,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
#, fuzzy
msgid "%1: File Not Found\n"
msgstr "Το αρχείο δε βρέθηκε"
......@@ -9342,7 +9342,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9362,14 +9362,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9378,31 +9378,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9413,21 +9424,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9437,17 +9448,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9459,7 +9470,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9473,24 +9484,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9532,157 +9543,157 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
#, fuzzy
msgid "No help available for %1\n"
msgstr "ΜΗ διαθέσιμος; "
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
msgid "Delete %1?"
msgstr ""
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -11075,14 +11086,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -8942,13 +8942,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
msgid "%1: File Not Found\n"
msgstr "%1: Dosiero ne trovita\n"
......@@ -9207,7 +9207,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9227,14 +9227,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9243,31 +9243,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9278,21 +9289,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9302,17 +9313,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9324,7 +9335,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9338,24 +9349,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9397,156 +9408,156 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
msgid "No help available for %1\n"
msgstr "Ne disponebla por %1\n"
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
msgid "Delete %1?"
msgstr "Ĉu forigi %1?"
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -10917,14 +10928,14 @@ msgstr "Aldonis novan ĉenan valoron"
msgid "Exports selected branch of the registry to a text file"
msgstr "Eksportas elektitan branĉon de la registrejo al tekstodosiero"
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -9084,13 +9084,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
#, fuzzy
msgid "%1: File Not Found\n"
msgstr "'%s' پیدا نشد."
......@@ -9351,7 +9351,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9371,14 +9371,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9387,31 +9387,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9422,21 +9433,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9446,17 +9457,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9468,7 +9479,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9482,24 +9493,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9541,158 +9552,158 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
#, fuzzy
msgid "No help available for %1\n"
msgstr "اطلاعات"
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
#, fuzzy
msgid "Delete %1?"
msgstr "&حذف\tDel"
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -11094,14 +11105,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -8939,13 +8939,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
msgid "%1: File Not Found\n"
msgstr ""
......@@ -9205,7 +9205,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9225,14 +9225,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9241,31 +9241,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9276,21 +9287,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9300,17 +9311,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9322,7 +9333,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9336,24 +9347,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9395,156 +9406,156 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
msgid "No help available for %1\n"
msgstr ""
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
msgid "Delete %1?"
msgstr ""
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -10914,14 +10925,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -8939,13 +8939,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
msgid "%1: File Not Found\n"
msgstr ""
......@@ -9205,7 +9205,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9225,14 +9225,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9241,31 +9241,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9276,21 +9287,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9300,17 +9311,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9322,7 +9333,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9336,24 +9347,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9395,156 +9406,156 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
msgid "No help available for %1\n"
msgstr ""
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
msgid "Delete %1?"
msgstr ""
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -10914,14 +10925,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -8939,13 +8939,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
msgid "%1: File Not Found\n"
msgstr ""
......@@ -9205,7 +9205,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9225,14 +9225,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9241,31 +9241,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9276,21 +9287,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9300,17 +9311,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9322,7 +9333,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9336,24 +9347,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9395,156 +9406,156 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
msgid "No help available for %1\n"
msgstr ""
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
msgid "Delete %1?"
msgstr ""
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -10914,14 +10925,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -8939,13 +8939,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
msgid "%1: File Not Found\n"
msgstr ""
......@@ -9205,7 +9205,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9225,14 +9225,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9241,31 +9241,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9276,21 +9287,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9300,17 +9311,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9322,7 +9333,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9336,24 +9347,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9395,156 +9406,156 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
msgid "No help available for %1\n"
msgstr ""
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
msgid "Delete %1?"
msgstr ""
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -10914,14 +10925,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -8997,14 +8997,14 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
#, fuzzy
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr "Na implementa"
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
msgid "%1: File Not Found\n"
msgstr ""
......@@ -9265,7 +9265,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9285,14 +9285,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9301,31 +9301,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9336,21 +9347,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9360,17 +9371,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9382,7 +9393,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9396,24 +9407,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9455,157 +9466,157 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr ""
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr ""
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
#, fuzzy
msgid "No help available for %1\n"
msgstr "INFUORMAZIUN"
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr ""
#: cmd.rc:328
#: cmd.rc:339
msgid "Delete %1?"
msgstr ""
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr ""
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr ""
......@@ -10993,14 +11004,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
......@@ -9073,13 +9073,13 @@ msgstr ""
msgid "Referral hop limit exceeded"
msgstr ""
#: attrib.rc:27 cmd.rc:314
#: attrib.rc:27 cmd.rc:325
msgid ""
"Not Yet Implemented\n"
"\n"
msgstr ""
#: attrib.rc:28 cmd.rc:317
#: attrib.rc:28 cmd.rc:328
#, fuzzy
msgid "%1: File Not Found\n"
msgstr "Súbor nenájdený"
......@@ -9340,7 +9340,7 @@ msgstr ""
msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr ""
#: cmd.rc:193
#: cmd.rc:204
msgid ""
"SET displays or changes the cmd environment variables.\n"
"\n"
......@@ -9360,14 +9360,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n"
msgstr ""
#: cmd.rc:198
#: cmd.rc:209
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:175 start.rc:39
#: cmd.rc:186 start.rc:50
msgid ""
"Start a program, or open a document in the program normally used for files "
"with that suffix.\n"
......@@ -9376,31 +9376,42 @@ msgid ""
"start [options] document_filename\n"
"\n"
"Options:\n"
"/M[inimized] Start the program minimized.\n"
"/MAX[imized] Start the program maximized.\n"
"/R[estored] Start the program normally (neither minimized nor maximized).\n"
"/W[ait] Wait for started program to finish, then exit with its exit "
"\"title\" Specifies the title of the child windows.\n"
"/d directory Start the program in the specified directory.\n"
"/b Don't create a new console for the program.\n"
"/i Start the program with fresh environment variables.\n"
"/min Start the program minimized.\n"
"/max Start the program maximized.\n"
"/low Start the program in the idle priority class.\n"
"/normal Start the program in the normal priority class.\n"
"/high Start the program in the high priority class.\n"
"/realtime Start the program in the realtime priority class.\n"
"/abovenormal Start the program in the abovenormal priority class.\n"
"/belownormal Start the program in the belownormal priority class.\n"
"/node n Start the program on the specified NUMA node.\n"
"/affinity mask Start the program with the specified affinity mask.\n"
"/wait Wait for the started program to finish, then exit with its exit "
"code.\n"
"/Unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the following progID.\n"
"/unix Use a Unix filename and start the file like windows explorer.\n"
"/ProgIDOpen Open a document using the specified progID.\n"
"/? Display this help and exit.\n"
msgstr ""
#: cmd.rc:200
#: cmd.rc:211
msgid "TIME sets or shows the current system time.\n"
msgstr ""
#: cmd.rc:202
#: cmd.rc:213
msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr ""
#: cmd.rc:206
#: cmd.rc:217
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:215
#: cmd.rc:226
msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n"
......@@ -9411,21 +9422,21 @@ msgid ""
"The verify flag has no function in Wine.\n"
msgstr ""
#: cmd.rc:218
#: cmd.rc:229
msgid "VER displays the version of cmd you are running.\n"
msgstr ""
#: cmd.rc:220
#: cmd.rc:231
msgid "VOL shows the volume label of a disk device.\n"
msgstr ""
#: cmd.rc:224
#: cmd.rc:235
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:232
#: cmd.rc:243
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
......@@ -9435,17 +9446,17 @@ msgid ""
"settings are restored.\n"
msgstr ""
#: cmd.rc:235
#: cmd.rc:246
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:237
#: cmd.rc:248
msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr ""
#: cmd.rc:245
#: cmd.rc:256
msgid ""
"ASSOC shows or modifies file extension associations.\n"
"\n"
......@@ -9457,7 +9468,7 @@ msgid ""
"association, if any.\n"
msgstr ""
#: cmd.rc:256
#: cmd.rc:267
msgid ""
"FTYPE shows or modifies open commands associated with file types.\n"
"\n"
......@@ -9471,24 +9482,24 @@ msgid ""
"associated to the specified file type.\n"
msgstr ""
#: cmd.rc:258
#: cmd.rc:269
msgid "MORE displays output of files or piped input in pages.\n"
msgstr ""
#: cmd.rc:262
#: cmd.rc:273
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:266
#: cmd.rc:277
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:304
#: cmd.rc:315
msgid ""
"CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n"
......@@ -9530,91 +9541,91 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n"
msgstr ""
#: cmd.rc:306
#: cmd.rc:317
msgid "Are you sure?"
msgstr ""
#: cmd.rc:307 xcopy.rc:40
#: cmd.rc:318 xcopy.rc:40
msgctxt "Yes key"
msgid "Y"
msgstr "O"
#: cmd.rc:308 xcopy.rc:41
#: cmd.rc:319 xcopy.rc:41
msgctxt "No key"
msgid "N"
msgstr "N"
#: cmd.rc:309
#: cmd.rc:320
msgid "File association missing for extension %1\n"
msgstr ""
#: cmd.rc:310
#: cmd.rc:321
msgid "No open command associated with file type '%1'\n"
msgstr ""
#: cmd.rc:311
#: cmd.rc:322
msgid "Overwrite %1?"
msgstr ""
#: cmd.rc:312
#: cmd.rc:323
msgid "More..."
msgstr ""
#: cmd.rc:313
#: cmd.rc:324
msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr ""
#: cmd.rc:315
#: cmd.rc:326
msgid "Argument missing\n"
msgstr ""
#: cmd.rc:316
#: cmd.rc:327
msgid "Syntax error\n"
msgstr ""
#: cmd.rc:318
#: cmd.rc:329
#, fuzzy
msgid "No help available for %1\n"
msgstr "Nie je k dispozícii; "
#: cmd.rc:319
#: cmd.rc:330
msgid "Target to GOTO not found\n"
msgstr ""
#: cmd.rc:320
#: cmd.rc:331
msgid "Current Date is %1\n"
msgstr ""
#: cmd.rc:321
#: cmd.rc:332
msgid "Current Time is %1\n"
msgstr ""
#: cmd.rc:322
#: cmd.rc:333
msgid "Enter new date: "
msgstr ""
#: cmd.rc:323
#: cmd.rc:334
msgid "Enter new time: "
msgstr ""
#: cmd.rc:324
#: cmd.rc:335
msgid "Environment variable %1 not defined\n"
msgstr ""
#: cmd.rc:325 xcopy.rc:38
#: cmd.rc:336 xcopy.rc:38
msgid "Failed to open '%1'\n"
msgstr ""
#: cmd.rc:326
#: cmd.rc:337
msgid "Cannot call batch label outside of a batch script\n"
msgstr ""
#: cmd.rc:327 xcopy.rc:42
#: cmd.rc:338 xcopy.rc:42
msgctxt "All key"
msgid "A"
msgstr "V"
#: cmd.rc:328
#: cmd.rc:339
#, fuzzy
msgid "Delete %1?"
msgstr ""
......@@ -9623,69 +9634,69 @@ msgstr ""
"#-#-#-#-# sk.po (Wine) #-#-#-#-#\n"
"&Vymazať"
#: cmd.rc:329
#: cmd.rc:340
msgid "Echo is %1\n"
msgstr ""
#: cmd.rc:330
#: cmd.rc:341
msgid "Verify is %1\n"
msgstr ""
#: cmd.rc:331
#: cmd.rc:342
msgid "Verify must be ON or OFF\n"
msgstr ""
#: cmd.rc:332
#: cmd.rc:343
msgid "Parameter error\n"
msgstr ""
#: cmd.rc:333
#: cmd.rc:344
msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n"
"\n"
msgstr ""
#: cmd.rc:334
#: cmd.rc:345
msgid "Volume label (11 characters, <Enter> for none)?"
msgstr ""
#: cmd.rc:335
#: cmd.rc:346
msgid "PATH not found\n"
msgstr ""
#: cmd.rc:336
#: cmd.rc:347
msgid "Press any key to continue... "
msgstr ""
#: cmd.rc:337
#: cmd.rc:348
msgid "Wine Command Prompt"
msgstr ""
#: cmd.rc:338
#: cmd.rc:349
msgid "CMD Version %1!S!\n"
msgstr ""
#: cmd.rc:339
#: cmd.rc:350
msgid "More? "
msgstr ""
#: cmd.rc:340
#: cmd.rc:351
msgid "The input line is too long.\n"
msgstr ""
#: cmd.rc:341
#: cmd.rc:352
msgid "Volume in drive %1!c! is %2\n"
msgstr ""
#: cmd.rc:342
#: cmd.rc:353
msgid "Volume in drive %1!c! has no label.\n"
msgstr ""
#: cmd.rc:343
#: cmd.rc:354
msgid " (Yes|No)"
msgstr " (Áno|Nie)"
#: cmd.rc:344
#: cmd.rc:355
msgid " (Yes|No|All)"
msgstr " (Áno|Nie|Všetky)"
......@@ -11067,14 +11078,14 @@ msgstr ""
msgid "Exports selected branch of the registry to a text file"
msgstr ""
#: start.rc:41
#: start.rc:52
msgid ""
"Application could not be started, or no application associated with the "
"specified file.\n"
"ShellExecuteEx failed"
msgstr ""
#: start.rc:43
#: start.rc:54
msgid "Could not translate the specified Unix filename to a DOS filename."
msgstr ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment