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

cmd: Remove an invalid comment in the FOR a usage message.

The % must be doubled for FOR variables. The removed comment was in fact documenting an old Wine bug.
parent cf087d0e
...@@ -9275,13 +9275,13 @@ msgstr "" ...@@ -9275,13 +9275,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
#, fuzzy #, fuzzy
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "Файлът не е намерен" msgstr "Файлът не е намерен"
...@@ -9405,17 +9405,14 @@ msgstr "" ...@@ -9405,17 +9405,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9429,13 +9426,13 @@ msgid "" ...@@ -9429,13 +9426,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9447,7 +9444,7 @@ msgid "" ...@@ -9447,7 +9444,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9456,15 +9453,15 @@ msgid "" ...@@ -9456,15 +9453,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9475,7 +9472,7 @@ msgid "" ...@@ -9475,7 +9472,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9488,7 +9485,7 @@ msgid "" ...@@ -9488,7 +9485,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9496,7 +9493,7 @@ msgid "" ...@@ -9496,7 +9493,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9519,29 +9516,29 @@ msgid "" ...@@ -9519,29 +9516,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9561,14 +9558,14 @@ msgid "" ...@@ -9561,14 +9558,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9598,21 +9595,21 @@ msgid "" ...@@ -9598,21 +9595,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9623,21 +9620,21 @@ msgid "" ...@@ -9623,21 +9620,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9647,17 +9644,17 @@ msgid "" ...@@ -9647,17 +9644,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9669,7 +9666,7 @@ msgid "" ...@@ -9669,7 +9666,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9683,24 +9680,24 @@ msgid "" ...@@ -9683,24 +9680,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9742,183 +9739,183 @@ msgid "" ...@@ -9742,183 +9739,183 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
#, fuzzy #, fuzzy
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "Не е наличен; " msgstr "Не е наличен; "
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
#, fuzzy #, fuzzy
msgid "Delete %1?" msgid "Delete %1?"
msgstr "Из&трий" msgstr "Из&трий"
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -9125,13 +9125,13 @@ msgstr "" ...@@ -9125,13 +9125,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
#, fuzzy #, fuzzy
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "Το αρχείο δε βρέθηκε" msgstr "Το αρχείο δε βρέθηκε"
...@@ -9255,17 +9255,14 @@ msgstr "" ...@@ -9255,17 +9255,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9279,13 +9276,13 @@ msgid "" ...@@ -9279,13 +9276,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9297,7 +9294,7 @@ msgid "" ...@@ -9297,7 +9294,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9306,15 +9303,15 @@ msgid "" ...@@ -9306,15 +9303,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9325,7 +9322,7 @@ msgid "" ...@@ -9325,7 +9322,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9338,7 +9335,7 @@ msgid "" ...@@ -9338,7 +9335,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9346,7 +9343,7 @@ msgid "" ...@@ -9346,7 +9343,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9369,29 +9366,29 @@ msgid "" ...@@ -9369,29 +9366,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9411,14 +9408,14 @@ msgid "" ...@@ -9411,14 +9408,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9448,21 +9445,21 @@ msgid "" ...@@ -9448,21 +9445,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9473,21 +9470,21 @@ msgid "" ...@@ -9473,21 +9470,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9497,17 +9494,17 @@ msgid "" ...@@ -9497,17 +9494,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9519,7 +9516,7 @@ msgid "" ...@@ -9519,7 +9516,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9533,24 +9530,24 @@ msgid "" ...@@ -9533,24 +9530,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9592,182 +9589,182 @@ msgid "" ...@@ -9592,182 +9589,182 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
#, fuzzy #, fuzzy
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "ΜΗ διαθέσιμος; " msgstr "ΜΗ διαθέσιμος; "
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
msgid "Delete %1?" msgid "Delete %1?"
msgstr "" msgstr ""
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -8998,13 +8998,13 @@ msgstr "" ...@@ -8998,13 +8998,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "%1: Dosiero ne trovita\n" msgstr "%1: Dosiero ne trovita\n"
...@@ -9127,17 +9127,14 @@ msgstr "" ...@@ -9127,17 +9127,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9151,13 +9148,13 @@ msgid "" ...@@ -9151,13 +9148,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9169,7 +9166,7 @@ msgid "" ...@@ -9169,7 +9166,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9178,15 +9175,15 @@ msgid "" ...@@ -9178,15 +9175,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9197,7 +9194,7 @@ msgid "" ...@@ -9197,7 +9194,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9210,7 +9207,7 @@ msgid "" ...@@ -9210,7 +9207,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9218,7 +9215,7 @@ msgid "" ...@@ -9218,7 +9215,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9241,29 +9238,29 @@ msgid "" ...@@ -9241,29 +9238,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9283,14 +9280,14 @@ msgid "" ...@@ -9283,14 +9280,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9320,21 +9317,21 @@ msgid "" ...@@ -9320,21 +9317,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9345,21 +9342,21 @@ msgid "" ...@@ -9345,21 +9342,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9369,17 +9366,17 @@ msgid "" ...@@ -9369,17 +9366,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9391,7 +9388,7 @@ msgid "" ...@@ -9391,7 +9388,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9405,24 +9402,24 @@ msgid "" ...@@ -9405,24 +9402,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9464,181 +9461,181 @@ msgid "" ...@@ -9464,181 +9461,181 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "Ne disponebla por %1\n" msgstr "Ne disponebla por %1\n"
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
msgid "Delete %1?" msgid "Delete %1?"
msgstr "Ĉu forigi %1?" msgstr "Ĉu forigi %1?"
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -9131,13 +9131,13 @@ msgstr "" ...@@ -9131,13 +9131,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
#, fuzzy #, fuzzy
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "'%s' پیدا نشد." msgstr "'%s' پیدا نشد."
...@@ -9262,17 +9262,14 @@ msgstr "" ...@@ -9262,17 +9262,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9286,13 +9283,13 @@ msgid "" ...@@ -9286,13 +9283,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9304,7 +9301,7 @@ msgid "" ...@@ -9304,7 +9301,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9313,15 +9310,15 @@ msgid "" ...@@ -9313,15 +9310,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9332,7 +9329,7 @@ msgid "" ...@@ -9332,7 +9329,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9345,7 +9342,7 @@ msgid "" ...@@ -9345,7 +9342,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9353,7 +9350,7 @@ msgid "" ...@@ -9353,7 +9350,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9376,29 +9373,29 @@ msgid "" ...@@ -9376,29 +9373,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9418,14 +9415,14 @@ msgid "" ...@@ -9418,14 +9415,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9455,21 +9452,21 @@ msgid "" ...@@ -9455,21 +9452,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9480,21 +9477,21 @@ msgid "" ...@@ -9480,21 +9477,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9504,17 +9501,17 @@ msgid "" ...@@ -9504,17 +9501,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9526,7 +9523,7 @@ msgid "" ...@@ -9526,7 +9523,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9540,24 +9537,24 @@ msgid "" ...@@ -9540,24 +9537,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9599,183 +9596,183 @@ msgid "" ...@@ -9599,183 +9596,183 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
#, fuzzy #, fuzzy
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "اطلاعات" msgstr "اطلاعات"
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
#, fuzzy #, fuzzy
msgid "Delete %1?" msgid "Delete %1?"
msgstr "&حذف\tDel" msgstr "&حذف\tDel"
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -8985,13 +8985,13 @@ msgstr "" ...@@ -8985,13 +8985,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "" msgstr ""
...@@ -9115,17 +9115,14 @@ msgstr "" ...@@ -9115,17 +9115,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9139,13 +9136,13 @@ msgid "" ...@@ -9139,13 +9136,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9157,7 +9154,7 @@ msgid "" ...@@ -9157,7 +9154,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9166,15 +9163,15 @@ msgid "" ...@@ -9166,15 +9163,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9185,7 +9182,7 @@ msgid "" ...@@ -9185,7 +9182,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9198,7 +9195,7 @@ msgid "" ...@@ -9198,7 +9195,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9206,7 +9203,7 @@ msgid "" ...@@ -9206,7 +9203,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9229,29 +9226,29 @@ msgid "" ...@@ -9229,29 +9226,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9271,14 +9268,14 @@ msgid "" ...@@ -9271,14 +9268,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9308,21 +9305,21 @@ msgid "" ...@@ -9308,21 +9305,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9333,21 +9330,21 @@ msgid "" ...@@ -9333,21 +9330,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9357,17 +9354,17 @@ msgid "" ...@@ -9357,17 +9354,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9379,7 +9376,7 @@ msgid "" ...@@ -9379,7 +9376,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9393,24 +9390,24 @@ msgid "" ...@@ -9393,24 +9390,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9452,181 +9449,181 @@ msgid "" ...@@ -9452,181 +9449,181 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "" msgstr ""
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
msgid "Delete %1?" msgid "Delete %1?"
msgstr "" msgstr ""
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -8985,13 +8985,13 @@ msgstr "" ...@@ -8985,13 +8985,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "" msgstr ""
...@@ -9115,17 +9115,14 @@ msgstr "" ...@@ -9115,17 +9115,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9139,13 +9136,13 @@ msgid "" ...@@ -9139,13 +9136,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9157,7 +9154,7 @@ msgid "" ...@@ -9157,7 +9154,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9166,15 +9163,15 @@ msgid "" ...@@ -9166,15 +9163,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9185,7 +9182,7 @@ msgid "" ...@@ -9185,7 +9182,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9198,7 +9195,7 @@ msgid "" ...@@ -9198,7 +9195,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9206,7 +9203,7 @@ msgid "" ...@@ -9206,7 +9203,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9229,29 +9226,29 @@ msgid "" ...@@ -9229,29 +9226,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9271,14 +9268,14 @@ msgid "" ...@@ -9271,14 +9268,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9308,21 +9305,21 @@ msgid "" ...@@ -9308,21 +9305,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9333,21 +9330,21 @@ msgid "" ...@@ -9333,21 +9330,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9357,17 +9354,17 @@ msgid "" ...@@ -9357,17 +9354,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9379,7 +9376,7 @@ msgid "" ...@@ -9379,7 +9376,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9393,24 +9390,24 @@ msgid "" ...@@ -9393,24 +9390,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9452,181 +9449,181 @@ msgid "" ...@@ -9452,181 +9449,181 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "" msgstr ""
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
msgid "Delete %1?" msgid "Delete %1?"
msgstr "" msgstr ""
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -8985,13 +8985,13 @@ msgstr "" ...@@ -8985,13 +8985,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "" msgstr ""
...@@ -9115,17 +9115,14 @@ msgstr "" ...@@ -9115,17 +9115,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9139,13 +9136,13 @@ msgid "" ...@@ -9139,13 +9136,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9157,7 +9154,7 @@ msgid "" ...@@ -9157,7 +9154,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9166,15 +9163,15 @@ msgid "" ...@@ -9166,15 +9163,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9185,7 +9182,7 @@ msgid "" ...@@ -9185,7 +9182,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9198,7 +9195,7 @@ msgid "" ...@@ -9198,7 +9195,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9206,7 +9203,7 @@ msgid "" ...@@ -9206,7 +9203,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9229,29 +9226,29 @@ msgid "" ...@@ -9229,29 +9226,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9271,14 +9268,14 @@ msgid "" ...@@ -9271,14 +9268,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9308,21 +9305,21 @@ msgid "" ...@@ -9308,21 +9305,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9333,21 +9330,21 @@ msgid "" ...@@ -9333,21 +9330,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9357,17 +9354,17 @@ msgid "" ...@@ -9357,17 +9354,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9379,7 +9376,7 @@ msgid "" ...@@ -9379,7 +9376,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9393,24 +9390,24 @@ msgid "" ...@@ -9393,24 +9390,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9452,181 +9449,181 @@ msgid "" ...@@ -9452,181 +9449,181 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "" msgstr ""
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
msgid "Delete %1?" msgid "Delete %1?"
msgstr "" msgstr ""
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -8985,13 +8985,13 @@ msgstr "" ...@@ -8985,13 +8985,13 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "" msgstr ""
...@@ -9115,17 +9115,14 @@ msgstr "" ...@@ -9115,17 +9115,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9139,13 +9136,13 @@ msgid "" ...@@ -9139,13 +9136,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9157,7 +9154,7 @@ msgid "" ...@@ -9157,7 +9154,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9166,15 +9163,15 @@ msgid "" ...@@ -9166,15 +9163,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9185,7 +9182,7 @@ msgid "" ...@@ -9185,7 +9182,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9198,7 +9195,7 @@ msgid "" ...@@ -9198,7 +9195,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9206,7 +9203,7 @@ msgid "" ...@@ -9206,7 +9203,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9229,29 +9226,29 @@ msgid "" ...@@ -9229,29 +9226,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9271,14 +9268,14 @@ msgid "" ...@@ -9271,14 +9268,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9308,21 +9305,21 @@ msgid "" ...@@ -9308,21 +9305,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9333,21 +9330,21 @@ msgid "" ...@@ -9333,21 +9330,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9357,17 +9354,17 @@ msgid "" ...@@ -9357,17 +9354,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9379,7 +9376,7 @@ msgid "" ...@@ -9379,7 +9376,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9393,24 +9390,24 @@ msgid "" ...@@ -9393,24 +9390,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9452,181 +9449,181 @@ msgid "" ...@@ -9452,181 +9449,181 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "" msgstr ""
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
msgid "Delete %1?" msgid "Delete %1?"
msgstr "" msgstr ""
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
...@@ -9045,14 +9045,14 @@ msgstr "" ...@@ -9045,14 +9045,14 @@ msgstr ""
msgid "Referral hop limit exceeded" msgid "Referral hop limit exceeded"
msgstr "" msgstr ""
#: attrib.rc:27 cmd.rc:325 #: attrib.rc:27 cmd.rc:322
#, fuzzy #, fuzzy
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "Na implementa" msgstr "Na implementa"
#: attrib.rc:28 cmd.rc:328 #: attrib.rc:28 cmd.rc:325
msgid "%1: File Not Found\n" msgid "%1: File Not Found\n"
msgstr "" msgstr ""
...@@ -9177,17 +9177,14 @@ msgstr "" ...@@ -9177,17 +9177,14 @@ msgstr ""
msgid "ERASE <filename> deletes a file or set of files.\n" msgid "ERASE <filename> deletes a file or set of files.\n"
msgstr "" msgstr ""
#: cmd.rc:69 #: cmd.rc:66
msgid "" msgid ""
"The FOR command is used to execute a command for each of a set of files.\n" "The FOR command is used to execute a command for each of a set of files.\n"
"\n" "\n"
"Syntax: FOR %variable IN (set) DO command\n" "Syntax: FOR %variable IN (set) DO command\n"
"\n"
"The requirement to double the % sign when using FOR in a batch file does\n"
"not exist in wine's cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:81 #: cmd.rc:78
msgid "" msgid ""
"The GOTO command transfers execution to another statement within a\n" "The GOTO command transfers execution to another statement within a\n"
"batch file.\n" "batch file.\n"
...@@ -9201,13 +9198,13 @@ msgid "" ...@@ -9201,13 +9198,13 @@ msgid ""
"GOTO has no effect when used interactively.\n" "GOTO has no effect when used interactively.\n"
msgstr "" msgstr ""
#: cmd.rc:84 #: cmd.rc:81
msgid "" msgid ""
"HELP <command> shows brief help details on a topic.\n" "HELP <command> shows brief help details on a topic.\n"
"HELP without an argument shows all CMD built-in commands.\n" "HELP without an argument shows all CMD built-in commands.\n"
msgstr "" msgstr ""
#: cmd.rc:94 #: cmd.rc:91
msgid "" msgid ""
"IF is used to conditionally execute a command.\n" "IF is used to conditionally execute a command.\n"
"\n" "\n"
...@@ -9219,7 +9216,7 @@ msgid "" ...@@ -9219,7 +9216,7 @@ msgid ""
"quotes. The comparison is not case-sensitive.\n" "quotes. The comparison is not case-sensitive.\n"
msgstr "" msgstr ""
#: cmd.rc:100 #: cmd.rc:97
msgid "" msgid ""
"LABEL is used to set a disk volume label.\n" "LABEL is used to set a disk volume label.\n"
"\n" "\n"
...@@ -9228,15 +9225,15 @@ msgid "" ...@@ -9228,15 +9225,15 @@ msgid ""
"You can display the disk volume label with the VOL command.\n" "You can display the disk volume label with the VOL command.\n"
msgstr "" msgstr ""
#: cmd.rc:103 #: cmd.rc:100
msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n" msgid "MD <name> is the short version of MKDIR. It creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:104 #: cmd.rc:101
msgid "MKDIR <name> creates a subdirectory.\n" msgid "MKDIR <name> creates a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:111 #: cmd.rc:108
msgid "" msgid ""
"MOVE relocates a file or directory to a new point within the file system.\n" "MOVE relocates a file or directory to a new point within the file system.\n"
"\n" "\n"
...@@ -9247,7 +9244,7 @@ msgid "" ...@@ -9247,7 +9244,7 @@ msgid ""
"MOVE fails if the old and new locations are on different DOS drive letters.\n" "MOVE fails if the old and new locations are on different DOS drive letters.\n"
msgstr "" msgstr ""
#: cmd.rc:122 #: cmd.rc:119
msgid "" msgid ""
"PATH displays or changes the cmd search path.\n" "PATH displays or changes the cmd search path.\n"
"\n" "\n"
...@@ -9260,7 +9257,7 @@ msgid "" ...@@ -9260,7 +9257,7 @@ msgid ""
"PATH %PATH%;c:\\temp\n" "PATH %PATH%;c:\\temp\n"
msgstr "" msgstr ""
#: cmd.rc:128 #: cmd.rc:125
msgid "" msgid ""
"PAUSE displays a message on the screen asking the user to press a key.\n" "PAUSE displays a message on the screen asking the user to press a key.\n"
"\n" "\n"
...@@ -9268,7 +9265,7 @@ msgid "" ...@@ -9268,7 +9265,7 @@ msgid ""
"of a previous command before it scrolls off the screen.\n" "of a previous command before it scrolls off the screen.\n"
msgstr "" msgstr ""
#: cmd.rc:149 #: cmd.rc:146
msgid "" msgid ""
"PROMPT sets the command-line prompt.\n" "PROMPT sets the command-line prompt.\n"
"\n" "\n"
...@@ -9291,29 +9288,29 @@ msgid "" ...@@ -9291,29 +9288,29 @@ msgid ""
"so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n" "so the command 'SET PROMPT=text' has the same effect as 'PROMPT text'.\n"
msgstr "" msgstr ""
#: cmd.rc:153 #: cmd.rc:150
msgid "" msgid ""
"A command line beginning with REM (followed by a space) performs no\n" "A command line beginning with REM (followed by a space) performs no\n"
"action, and can therefore be used as a comment in a batch file.\n" "action, and can therefore be used as a comment in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:156 #: cmd.rc:153
msgid "REN <filename> is the short version of RENAME. It renames a file.\n" msgid "REN <filename> is the short version of RENAME. It renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:157 #: cmd.rc:154
msgid "RENAME <filename> renames a file.\n" msgid "RENAME <filename> renames a file.\n"
msgstr "" msgstr ""
#: cmd.rc:159 #: cmd.rc:156
msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n" msgid "RD <dir> is the short version of RMDIR. It deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:160 #: cmd.rc:157
msgid "RMDIR <dir> deletes a subdirectory.\n" msgid "RMDIR <dir> deletes a subdirectory.\n"
msgstr "" msgstr ""
#: cmd.rc:204 #: cmd.rc:201
msgid "" msgid ""
"SET displays or changes the cmd environment variables.\n" "SET displays or changes the cmd environment variables.\n"
"\n" "\n"
...@@ -9333,14 +9330,14 @@ msgid "" ...@@ -9333,14 +9330,14 @@ msgid ""
"not possible to affect the operating system environment from within cmd.\n" "not possible to affect the operating system environment from within cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:209 #: cmd.rc:206
msgid "" msgid ""
"SHIFT is used in a batch file to remove one parameter from the head of\n" "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" "the list, so parameter 2 becomes parameter 1 and so on. It has no effect\n"
"if called from the command line.\n" "if called from the command line.\n"
msgstr "" msgstr ""
#: cmd.rc:186 start.rc:50 #: cmd.rc:183 start.rc:50
msgid "" msgid ""
"Start a program, or open a document in the program normally used for files " "Start a program, or open a document in the program normally used for files "
"with that suffix.\n" "with that suffix.\n"
...@@ -9370,21 +9367,21 @@ msgid "" ...@@ -9370,21 +9367,21 @@ msgid ""
"/? Display this help and exit.\n" "/? Display this help and exit.\n"
msgstr "" msgstr ""
#: cmd.rc:211 #: cmd.rc:208
msgid "TIME sets or shows the current system time.\n" msgid "TIME sets or shows the current system time.\n"
msgstr "" msgstr ""
#: cmd.rc:213 #: cmd.rc:210
msgid "TITLE <string> sets the window title for the cmd window.\n" msgid "TITLE <string> sets the window title for the cmd window.\n"
msgstr "" msgstr ""
#: cmd.rc:217 #: cmd.rc:214
msgid "" msgid ""
"TYPE <filename> copies <filename> to the console device (or elsewhere\n" "TYPE <filename> copies <filename> to the console device (or elsewhere\n"
"if redirected). No check is made that the file is readable text.\n" "if redirected). No check is made that the file is readable text.\n"
msgstr "" msgstr ""
#: cmd.rc:226 #: cmd.rc:223
msgid "" msgid ""
"VERIFY is used to set, clear or test the verify flag. Valid forms are:\n" "VERIFY is used to set, clear or test the verify flag. Valid forms are:\n"
"\n" "\n"
...@@ -9395,21 +9392,21 @@ msgid "" ...@@ -9395,21 +9392,21 @@ msgid ""
"The verify flag has no function in Wine.\n" "The verify flag has no function in Wine.\n"
msgstr "" msgstr ""
#: cmd.rc:229 #: cmd.rc:226
msgid "VER displays the version of cmd you are running.\n" msgid "VER displays the version of cmd you are running.\n"
msgstr "" msgstr ""
#: cmd.rc:231 #: cmd.rc:228
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "" msgstr ""
#: cmd.rc:235 #: cmd.rc:232
msgid "" msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
#: cmd.rc:243 #: cmd.rc:240
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n" "SETLOCAL starts localization of environment changes in a batch file.\n"
"\n" "\n"
...@@ -9419,17 +9416,17 @@ msgid "" ...@@ -9419,17 +9416,17 @@ msgid ""
"settings are restored.\n" "settings are restored.\n"
msgstr "" msgstr ""
#: cmd.rc:246 #: cmd.rc:243
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n" "stack, and then changes the current directory to the supplied one.\n"
msgstr "" msgstr ""
#: cmd.rc:248 #: cmd.rc:245
msgid "POPD changes current directory to the last one saved with PUSHD.\n" msgid "POPD changes current directory to the last one saved with PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:256 #: cmd.rc:253
msgid "" msgid ""
"ASSOC shows or modifies file extension associations.\n" "ASSOC shows or modifies file extension associations.\n"
"\n" "\n"
...@@ -9441,7 +9438,7 @@ msgid "" ...@@ -9441,7 +9438,7 @@ msgid ""
"association, if any.\n" "association, if any.\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:264
msgid "" msgid ""
"FTYPE shows or modifies open commands associated with file types.\n" "FTYPE shows or modifies open commands associated with file types.\n"
"\n" "\n"
...@@ -9455,24 +9452,24 @@ msgid "" ...@@ -9455,24 +9452,24 @@ msgid ""
"associated to the specified file type.\n" "associated to the specified file type.\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:266
msgid "MORE displays output of files or piped input in pages.\n" msgid "MORE displays output of files or piped input in pages.\n"
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:270
msgid "" msgid ""
"CHOICE displays a text and waits, until the User\n" "CHOICE displays a text and waits, until the User\n"
"presses an allowed Key from a selectable list.\n" "presses an allowed Key from a selectable list.\n"
"CHOICE is mainly used to build a menu selection in a batch file.\n" "CHOICE is mainly used to build a menu selection in a batch file.\n"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:274
msgid "" msgid ""
"EXIT terminates the current command session and returns\n" "EXIT terminates the current command session and returns\n"
"to the operating system or shell from which you invoked cmd.\n" "to the operating system or shell from which you invoked cmd.\n"
msgstr "" msgstr ""
#: cmd.rc:315 #: cmd.rc:312
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ASSOC\t\tShow or modify file extension associations\n" "ASSOC\t\tShow or modify file extension associations\n"
...@@ -9514,182 +9511,182 @@ msgid "" ...@@ -9514,182 +9511,182 @@ msgid ""
"Enter HELP <command> for further information on any of the above commands.\n" "Enter HELP <command> for further information on any of the above commands.\n"
msgstr "" msgstr ""
#: cmd.rc:317 #: cmd.rc:314
msgid "Are you sure?" msgid "Are you sure?"
msgstr "" msgstr ""
#: cmd.rc:318 xcopy.rc:40 #: cmd.rc:315 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:319 xcopy.rc:41 #: cmd.rc:316 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:320 #: cmd.rc:317
msgid "File association missing for extension %1\n" msgid "File association missing for extension %1\n"
msgstr "" msgstr ""
#: cmd.rc:321 #: cmd.rc:318
msgid "No open command associated with file type '%1'\n" msgid "No open command associated with file type '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:322 #: cmd.rc:319
msgid "Overwrite %1?" msgid "Overwrite %1?"
msgstr "" msgstr ""
#: cmd.rc:323 #: cmd.rc:320
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:324 #: cmd.rc:321
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:326 #: cmd.rc:323
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:327 #: cmd.rc:324
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:329 #: cmd.rc:326
#, fuzzy #, fuzzy
msgid "No help available for %1\n" msgid "No help available for %1\n"
msgstr "INFUORMAZIUN" msgstr "INFUORMAZIUN"
#: cmd.rc:330 #: cmd.rc:327
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:331 #: cmd.rc:328
msgid "Current Date is %1\n" msgid "Current Date is %1\n"
msgstr "" msgstr ""
#: cmd.rc:332 #: cmd.rc:329
msgid "Current Time is %1\n" msgid "Current Time is %1\n"
msgstr "" msgstr ""
#: cmd.rc:333 #: cmd.rc:330
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:334 #: cmd.rc:331
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:335 #: cmd.rc:332
msgid "Environment variable %1 not defined\n" msgid "Environment variable %1 not defined\n"
msgstr "" msgstr ""
#: cmd.rc:336 xcopy.rc:38 #: cmd.rc:333 xcopy.rc:38
msgid "Failed to open '%1'\n" msgid "Failed to open '%1'\n"
msgstr "" msgstr ""
#: cmd.rc:337 #: cmd.rc:334
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
#: cmd.rc:338 xcopy.rc:42 #: cmd.rc:335 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:339 #: cmd.rc:336
msgid "Delete %1?" msgid "Delete %1?"
msgstr "" msgstr ""
#: cmd.rc:340 #: cmd.rc:337
msgid "Echo is %1\n" msgid "Echo is %1\n"
msgstr "" msgstr ""
#: cmd.rc:341 #: cmd.rc:338
msgid "Verify is %1\n" msgid "Verify is %1\n"
msgstr "" msgstr ""
#: cmd.rc:342 #: cmd.rc:339
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:343 #: cmd.rc:340
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:344 #: cmd.rc:341
msgid "" msgid ""
"Volume Serial Number is %1!04x!-%2!04x!\n" "Volume Serial Number is %1!04x!-%2!04x!\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:345 #: cmd.rc:342
msgid "Volume label (11 characters, <Enter> for none)?" msgid "Volume label (11 characters, <Enter> for none)?"
msgstr "" msgstr ""
#: cmd.rc:346 #: cmd.rc:343
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:347 #: cmd.rc:344
msgid "Press any key to continue... " msgid "Press any key to continue... "
msgstr "" msgstr ""
#: cmd.rc:348 #: cmd.rc:345
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:349 #: cmd.rc:346
msgid "Wine CMD Version %1!S!\n" msgid "Wine CMD Version %1!S!\n"
msgstr "" msgstr ""
#: cmd.rc:350 #: cmd.rc:347
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:351 #: cmd.rc:348
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""
#: cmd.rc:352 #: cmd.rc:349
msgid "Volume in drive %1!c! is %2\n" msgid "Volume in drive %1!c! is %2\n"
msgstr "" msgstr ""
#: cmd.rc:353 #: cmd.rc:350
msgid "Volume in drive %1!c! has no label.\n" msgid "Volume in drive %1!c! has no label.\n"
msgstr "" msgstr ""
#: cmd.rc:354 #: cmd.rc:351
msgid " (Yes|No)" msgid " (Yes|No)"
msgstr "" msgstr ""
#: cmd.rc:355 #: cmd.rc:352
msgid " (Yes|No|All)" msgid " (Yes|No|All)"
msgstr "" msgstr ""
#: cmd.rc:356 #: cmd.rc:353
msgid "" msgid ""
"Can't recognize '%1' as an internal or external command, or batch script.\n" "Can't recognize '%1' as an internal or external command, or batch script.\n"
msgstr "" msgstr ""
#: cmd.rc:357 #: cmd.rc:354
msgid "Division by zero error.\n" msgid "Division by zero error.\n"
msgstr "" msgstr ""
#: cmd.rc:358 #: cmd.rc:355
msgid "Expected an operand.\n" msgid "Expected an operand.\n"
msgstr "" msgstr ""
#: cmd.rc:359 #: cmd.rc:356
msgid "Expected an operator.\n" msgid "Expected an operator.\n"
msgstr "" msgstr ""
#: cmd.rc:360 #: cmd.rc:357
msgid "Mismatch in parentheses.\n" msgid "Mismatch in parentheses.\n"
msgstr "" msgstr ""
#: cmd.rc:361 #: cmd.rc:358
msgid "" msgid ""
"Badly formed number - must be one of decimal (12),\n" "Badly formed number - must be one of decimal (12),\n"
" hexadecimal (0x34) or octal (056).\n" " hexadecimal (0x34) or octal (056).\n"
......
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