cmd: Add help for setlocal/endlocal commands.

oldstable
Frédéric Delanoy 2011-07-25 17:40:46 +02:00 committed by Alexandre Julliard
parent 011a817e65
commit 093547e158
46 changed files with 2743 additions and 1886 deletions

100
po/ar.po
View File

@ -7916,36 +7916,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7959,6 +7975,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7970,6 +7987,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7980,152 +7998,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "تعذّر إيجاد '%s'." msgstr "تعذّر إيجاد '%s'."
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

100
po/bg.po
View File

@ -8085,36 +8085,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8128,6 +8144,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8139,6 +8156,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8149,152 +8167,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Файлът не е намерен" msgstr "Файлът не е намерен"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

100
po/ca.po
View File

@ -7833,36 +7833,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7876,6 +7892,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7887,6 +7904,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7897,152 +7915,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
#, fuzzy #, fuzzy
msgid "%s, Delete" msgid "%s, Delete"
msgstr "&Suprimir" msgstr "&Suprimir"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/cs.po
View File

@ -8421,30 +8421,46 @@ msgstr "VER zobrazí verzi spuštěného programu cmd.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Nápověda k VOL\n" msgstr "Nápověda k VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8453,7 +8469,8 @@ msgstr ""
"operačnímu systému nebo příkazovému interpretu,\n" "operačnímu systému nebo příkazovému interpretu,\n"
"ze kterého byl cmd spuštěn.\n" "ze kterého byl cmd spuštěn.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8467,6 +8484,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8478,6 +8496,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8519,151 +8538,151 @@ msgstr ""
"Zadejte HELP <příkaz> pro podrobnější informace o některém z výše uvedených " "Zadejte HELP <příkaz> pro podrobnější informace o některém z výše uvedených "
"příkazů\n" "příkazů\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/da.po
View File

@ -8463,7 +8463,23 @@ msgstr "VER viser CMD's versionnummer\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Hjælp til VOL\n" msgstr "Hjælp til VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8471,25 +8487,25 @@ msgstr ""
"PUSHD <katalognavn> lagrer arbejdskataloget på en stak og ændrer derefter\n" "PUSHD <katalognavn> lagrer arbejdskataloget på en stak og ændrer derefter\n"
"arbejdskataloget til den som er opgiven.\n" "arbejdskataloget til den som er opgiven.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "POPD ændrer arbejdskatalog til det som sidst blev brugt med PUSHD.\n" msgstr "POPD ændrer arbejdskatalog til det som sidst blev brugt med PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 ""
"MORE lader dig bladre gennem indholdet af filer eller inddata fra en pipe.\n" "MORE lader dig bladre gennem indholdet af filer eller inddata fra en pipe.\n"
#: cmd.rc:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8497,7 +8513,8 @@ msgstr ""
"EXIT afslutter gældende CMD og returnerer til operativsystemet eller det\n" "EXIT afslutter gældende CMD og returnerer til operativsystemet eller det\n"
"program CMD blev startet af.\n" "program CMD blev startet af.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8511,6 +8528,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8522,6 +8540,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8562,41 +8581,41 @@ msgstr ""
"\n" "\n"
"Skriv «HELP <kommando>» for mere information om kommandoerne ovenover\n" "Skriv «HELP <kommando>» for mere information om kommandoerne ovenover\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Er du sikker" msgstr "Er du sikker"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "J" msgstr "J"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Manglende filtilknytning for efternavnet %s\n" msgstr "Manglende filtilknytning for efternavnet %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Ingen åbnekommando er tilknyttet filtypene '%s'\n" msgstr "Ingen åbnekommando er tilknyttet filtypene '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overskriv %s" msgstr "Overskriv %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Mere..." msgstr "Mere..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linie i batchfil muligvis forkortet. Using:\n" msgstr "Linie i batchfil muligvis forkortet. Using:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8604,80 +8623,80 @@ msgstr ""
"Ikke implementeret endnu\n" "Ikke implementeret endnu\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument mangler\n" msgstr "Argument mangler\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntaks fejl\n" msgstr "Syntaks fejl\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Filen ikke fundet\n" msgstr "%s : Filen ikke fundet\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Ingen hjælp tilgængelig for %s\n" msgstr "Ingen hjælp tilgængelig for %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "GOTO Destination ikke fundet\n" msgstr "GOTO Destination ikke fundet\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Nuværende Dato er %s\n" msgstr "Nuværende Dato er %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Nuværende Tid er %s\n" msgstr "Nuværende Tid er %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Skriv ny dato: " msgstr "Skriv ny dato: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Skriv ny tid: " msgstr "Skriv ny tid: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Miljøvariable %s ikke defineret\n" msgstr "Miljøvariable %s ikke defineret\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Kunne ikke åbne «%s»\n" msgstr "Kunne ikke åbne «%s»\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Kunn ikke kalde batch label udefra batchskriptet\n" msgstr "Kunn ikke kalde batch label udefra batchskriptet\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Slet" msgstr "%s, Slet"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo er %s\n" msgstr "Echo er %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify er %s\n" msgstr "Verify er %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify skal være ON eller OFF\n" msgstr "Verify skal være ON eller OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter fejl\n" msgstr "Parameter fejl\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8687,31 +8706,31 @@ msgstr ""
"Volume Seriel Nummer is %04x-%04x\n" "Volume Seriel Nummer is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volumen's label (11 karaktere, ENTER for ingen)?" msgstr "Volumen's label (11 karaktere, ENTER for ingen)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH ikke fundet\n" msgstr "PATH ikke fundet\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Tryk Return for at fortsætte: " msgstr "Tryk Return for at fortsætte: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Mere? " msgstr "Mere? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "The input line is too long.\n" msgstr "The input line is too long.\n"

101
po/de.po
View File

@ -8442,7 +8442,23 @@ msgstr "VER zeigt die aktuelle Version von CMD an.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL zeigt die Volumeseriennummer an\n" msgstr "VOL zeigt die Volumeseriennummer an\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8451,7 +8467,7 @@ msgstr ""
"Verzeichnis auf einem Stack und wecheselt das Arbeitsverzeichnis\n" "Verzeichnis auf einem Stack und wecheselt das Arbeitsverzeichnis\n"
"zu dem angegebenen.\n" "zu dem angegebenen.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8459,11 +8475,11 @@ msgstr ""
"POPD wechselt das Arbeitsverzeichnis zu dem zuletzt\n" "POPD wechselt das Arbeitsverzeichnis zu dem zuletzt\n"
"mit PUSHD gespeicherten.\n" "mit PUSHD gespeicherten.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE gibt Dateien und Pipes seitenweise aus.\n" msgstr "MORE gibt Dateien und Pipes seitenweise aus.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8473,7 +8489,7 @@ msgstr ""
"bis der Benutzer eine erlaubte Taste aus einer wählbaren Liste drückt.\n" "bis der Benutzer eine erlaubte Taste aus einer wählbaren Liste drückt.\n"
"CHOICE wird hauptsächlich als Menüauswahl in einer Batchdatei genutzt.\n" "CHOICE wird hauptsächlich als Menüauswahl in einer Batchdatei genutzt.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8481,7 +8497,8 @@ msgstr ""
"EXIT beendet die aktuelle Befehlssitzung und kehrt zum\n" "EXIT beendet die aktuelle Befehlssitzung und kehrt zum\n"
"Betriebssystem oder der Shell zurück, von der CMD gestart wurde.\n" "Betriebssystem oder der Shell zurück, von der CMD gestart wurde.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8495,6 +8512,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8506,6 +8524,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8546,43 +8565,43 @@ msgstr ""
"Geben Sie HELP <Befehl> ein, damit Sie weitere Informationen für einen der\n" "Geben Sie HELP <Befehl> ein, damit Sie weitere Informationen für einen der\n"
"obigen Befehle erhalten.\n" "obigen Befehle erhalten.\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Sind sie sicher" msgstr "Sind sie sicher"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "J" msgstr "J"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Verknüpfung für Dateiendung %s fehlt\n" msgstr "Verknüpfung für Dateiendung %s fehlt\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Kein Befehl zum Öffnen für Dateityp '%s'\n" msgstr "Kein Befehl zum Öffnen für Dateityp '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "%s überschreiben" msgstr "%s überschreiben"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Mehr..." msgstr "Mehr..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
"Die Zeile bei der Batchverarbeitung ist möglicherweise abgeschnitten. " "Die Zeile bei der Batchverarbeitung ist möglicherweise abgeschnitten. "
"Benutze:\n" "Benutze:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8590,80 +8609,80 @@ msgstr ""
"Noch nicht implementiert\n" "Noch nicht implementiert\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument fehlt\n" msgstr "Argument fehlt\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntaxfehler\n" msgstr "Syntaxfehler\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Datei nicht gefunden\n" msgstr "%s : Datei nicht gefunden\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Hilfe für %s ist nicht verfügbar\n" msgstr "Hilfe für %s ist nicht verfügbar\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Das Sprungziel von GOTO wurde nicht gefunden\n" msgstr "Das Sprungziel von GOTO wurde nicht gefunden\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Aktuelles Datum ist %s\n" msgstr "Aktuelles Datum ist %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Aktuelle Zeit ist %s\n" msgstr "Aktuelle Zeit ist %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Geben Sie das neue Datum ein: " msgstr "Geben Sie das neue Datum ein: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Geben Sie die neue Zeit ein: " msgstr "Geben Sie die neue Zeit ein: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Die Umgebungsvariable %s ist nicht definiert\n" msgstr "Die Umgebungsvariable %s ist nicht definiert\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "'%s' konnte nicht geöffnet werden\n" msgstr "'%s' konnte nicht geöffnet werden\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Kann kein Batch-Label außerhalb eines Batch-Scripts aufrufen\n" msgstr "Kann kein Batch-Label außerhalb eines Batch-Scripts aufrufen\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, löschen" msgstr "%s, löschen"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo ist %s\n" msgstr "Echo ist %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify ist %s\n" msgstr "Verify ist %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify muß ON oder OFF sein\n" msgstr "Verify muß ON oder OFF sein\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameterfehler\n" msgstr "Parameterfehler\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8673,31 +8692,31 @@ msgstr ""
"Volumeseriennummer ist %04x-%04x\n" "Volumeseriennummer ist %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volumebezeichnung (11 Zeichen, EINGABETASTE für keine)?" msgstr "Volumebezeichnung (11 Zeichen, EINGABETASTE für keine)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH nicht gefunden\n" msgstr "PATH nicht gefunden\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Drücken Sie die Eingabetaste um fortzufahren: " msgstr "Drücken Sie die Eingabetaste um fortzufahren: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Befehlsprozessor" msgstr "Wine Befehlsprozessor"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Mehr? " msgstr "Mehr? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Die Eingabezeile ist zu lang.\n" msgstr "Die Eingabezeile ist zu lang.\n"

100
po/el.po
View File

@ -7965,36 +7965,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8008,6 +8024,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8019,6 +8036,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8029,152 +8047,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Το αρχείο δε βρέθηκε" msgstr "Το αρχείο δε βρέθηκε"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

128
po/en.po
View File

@ -8086,28 +8086,44 @@ msgstr "VER displays the version of cmd you are running.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL shows the volume label of a disk device.\n" msgstr "VOL shows the volume label of a disk device.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"stack, and then changes the current directory to the supplied one.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:212
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:214
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:218 #: cmd.rc:218
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:226
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:230
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"
@ -8116,7 +8132,7 @@ msgstr ""
"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"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8124,7 +8140,7 @@ msgstr ""
"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"
#: cmd.rc:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8138,6 +8154,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8149,6 +8166,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8170,6 +8188,7 @@ msgstr ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8181,6 +8200,7 @@ msgstr ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8190,41 +8210,41 @@ msgstr ""
"\n" "\n"
"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"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Are you sure" msgstr "Are you sure"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n" msgstr "File association missing for extension %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n" msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overwrite %s" msgstr "Overwrite %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "More..." msgstr "More..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n" msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8232,80 +8252,80 @@ msgstr ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument missing\n" msgstr "Argument missing\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntax error\n" msgstr "Syntax error\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s: File Not Found\n" msgstr "%s: File Not Found\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "No help available for %s\n" msgstr "No help available for %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n" msgstr "Target to GOTO not found\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Current Date is %s\n" msgstr "Current Date is %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Current Time is %s\n" msgstr "Current Time is %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Enter new date: " msgstr "Enter new date: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Enter new time: " msgstr "Enter new time: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n" msgstr "Environment variable %s not defined\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n" msgstr "Failed to open '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n" msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Delete" msgstr "%s, Delete"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo is %s\n" msgstr "Echo is %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify is %s\n" msgstr "Verify is %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n" msgstr "Verify must be ON or OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter error\n" msgstr "Parameter error\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8315,31 +8335,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?" msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH not found\n" msgstr "PATH not found\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Press Return key to continue: " msgstr "Press Return key to continue: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "More? " msgstr "More? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "The input line is too long.\n" msgstr "The input line is too long.\n"

View File

@ -8184,28 +8184,52 @@ msgstr "VER displays the version of cmd you are running.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL shows the volume label of a disk device.\n" msgstr "VOL shows the volume label of a disk device.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"stack, and then changes the current directory to the supplied one.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"stack, and then changes the current directory to the supplied one.\n" "which were introduced by a preceding SETLOCAL.\n"
#: cmd.rc:212
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:214
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:218 #: cmd.rc:218
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
#: cmd.rc:221
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:226
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:230
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"
@ -8214,7 +8238,7 @@ msgstr ""
"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"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8222,7 +8246,7 @@ msgstr ""
"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"
#: cmd.rc:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8236,6 +8260,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8247,6 +8272,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8268,6 +8294,7 @@ msgstr ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8279,6 +8306,7 @@ msgstr ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8288,41 +8316,41 @@ msgstr ""
"\n" "\n"
"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"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Are you sure" msgstr "Are you sure"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n" msgstr "File association missing for extension %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n" msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overwrite %s" msgstr "Overwrite %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "More..." msgstr "More..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n" msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8330,80 +8358,80 @@ msgstr ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument missing\n" msgstr "Argument missing\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntax error\n" msgstr "Syntax error\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s: File Not Found\n" msgstr "%s: File Not Found\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "No help available for %s\n" msgstr "No help available for %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n" msgstr "Target to GOTO not found\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Current Date is %s\n" msgstr "Current Date is %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Current Time is %s\n" msgstr "Current Time is %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Enter new date: " msgstr "Enter new date: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Enter new time: " msgstr "Enter new time: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n" msgstr "Environment variable %s not defined\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n" msgstr "Failed to open '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n" msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Delete" msgstr "%s, Delete"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo is %s\n" msgstr "Echo is %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify is %s\n" msgstr "Verify is %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n" msgstr "Verify must be ON or OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter error\n" msgstr "Parameter error\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8413,31 +8441,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?" msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH not found\n" msgstr "PATH not found\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Press Return key to continue: " msgstr "Press Return key to continue: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "More? " msgstr "More? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "The input line is too long.\n" msgstr "The input line is too long.\n"

100
po/eo.po
View File

@ -8089,36 +8089,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8132,6 +8148,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8143,6 +8160,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8153,152 +8171,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Dosiero ne estis trovita" msgstr "Dosiero ne estis trovita"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/es.po
View File

@ -8635,7 +8635,23 @@ msgstr "VER muestra la versión de cmd que está ejecutando\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Ayuda sobre VOL\n" msgstr "Ayuda sobre VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8643,7 +8659,7 @@ msgstr ""
"PUSHD <nombre de directorio> almacena el directorio actual a una\n" "PUSHD <nombre de directorio> almacena el directorio actual a una\n"
"pila, y luego cambia el directorio actual al proporcionado.\n" "pila, y luego cambia el directorio actual al proporcionado.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8651,18 +8667,18 @@ msgstr ""
"POPD cambia el directorio actual al último almacenado con\n" "POPD cambia el directorio actual al último almacenado con\n"
"PUSHD.\n" "PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE muestra la salida de archivos o entrada entubada por páginas.\n" msgstr "MORE muestra la salida de archivos o entrada entubada por páginas.\n"
#: cmd.rc:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8670,7 +8686,8 @@ msgstr ""
"EXIT termina la sesión de comandos actual y regresa al sistema\n" "EXIT termina la sesión de comandos actual y regresa al sistema\n"
"operativo o intérprete de comandos desde el que invocó cmd.\n" "operativo o intérprete de comandos desde el que invocó cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8684,6 +8701,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8695,6 +8713,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8737,41 +8756,41 @@ msgstr ""
"comandos\n" "comandos\n"
"de arriba\n" "de arriba\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Está seguro" msgstr "Está seguro"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "S" msgstr "S"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Falta una asociación de archivo para la extensión %s\n" msgstr "Falta una asociación de archivo para la extensión %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Ningún comando de apertura asociado con el tipo de archivo '%s'\n" msgstr "Ningún comando de apertura asociado con el tipo de archivo '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Sobrescribir %s" msgstr "Sobrescribir %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Más..." msgstr "Más..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Línea en procesamiento por lotes posiblemente truncada. Usando:\n" msgstr "Línea en procesamiento por lotes posiblemente truncada. Usando:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8779,80 +8798,80 @@ msgstr ""
"No implementado\n" "No implementado\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argumento faltante\n" msgstr "Argumento faltante\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Error de sintaxis\n" msgstr "Error de sintaxis\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Archivo no encontrado\n" msgstr "%s : Archivo no encontrado\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "No hay ayuda disponible para %s\n" msgstr "No hay ayuda disponible para %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "El destino de la instrucción GOTO no se ha encontrado\n" msgstr "El destino de la instrucción GOTO no se ha encontrado\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "La fecha actual es %s\n" msgstr "La fecha actual es %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "La hora actual es %s\n" msgstr "La hora actual es %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Ingrese la nueva fecha: " msgstr "Ingrese la nueva fecha: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Ingrese la nueva hora: " msgstr "Ingrese la nueva hora: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Variable de entorno %s no definida\n" msgstr "Variable de entorno %s no definida\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "No se pudo abrir '%s'\n" msgstr "No se pudo abrir '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "No se puede llamar a una etiqueta fuera de un script por lotes\n" msgstr "No se puede llamar a una etiqueta fuera de un script por lotes\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Borrar" msgstr "%s, Borrar"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo es %s\n" msgstr "Echo es %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verificar es %s\n" msgstr "Verificar es %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verificar debe estar ON o OFF\n" msgstr "Verificar debe estar ON o OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Error de parámetro\n" msgstr "Error de parámetro\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8862,31 +8881,31 @@ msgstr ""
"El número de serie del volumen es %04x-%04x\n" "El número de serie del volumen es %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etiqueta del volumen (11 caracteres, Return para ninguno)?" msgstr "Etiqueta del volumen (11 caracteres, Return para ninguno)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH no encontrado\n" msgstr "PATH no encontrado\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Pulse la tecla Return para continuar: " msgstr "Pulse la tecla Return para continuar: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Símbolo del sistema" msgstr "Wine Símbolo del sistema"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Versión %s\n" msgstr "CMD Versión %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Más? " msgstr "Más? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "La línea de entrada es demasiado larga.\n" msgstr "La línea de entrada es demasiado larga.\n"

100
po/fa.po
View File

@ -7918,36 +7918,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7961,6 +7977,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7972,6 +7989,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7982,152 +8000,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "'%s' پیدا نشد." msgstr "'%s' پیدا نشد."
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

100
po/fi.po
View File

@ -8170,36 +8170,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8213,6 +8229,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8224,6 +8241,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8234,152 +8252,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Tiedostoa ei löydy" msgstr "Tiedostoa ei löydy"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

105
po/fr.po
View File

@ -8265,7 +8265,23 @@ msgstr "VER affiche la version de cmd utilisée.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL affiche le nom de volume d'un lecteur de disque.\n" msgstr "VOL affiche le nom de volume d'un lecteur de disque.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8273,7 +8289,7 @@ msgstr ""
"PUSHD <répertoire> enregistre le répertoire courant sur\n" "PUSHD <répertoire> enregistre le répertoire courant sur\n"
"une pile et remplace le répertoire courant par le répertoire spécifié.\n" "une pile et remplace le répertoire courant par le répertoire spécifié.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8281,11 +8297,11 @@ msgstr ""
"POPD remplace le répertoire courant par le dernier enregistré à l'aide de\n" "POPD remplace le répertoire courant par le dernier enregistré à l'aide de\n"
"PUSHD.\n" "PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE affiche le contenu de fichiers ou l'entrée standard par pages.\n" msgstr "MORE affiche le contenu de fichiers ou l'entrée standard par pages.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8296,7 +8312,7 @@ msgstr ""
"CHOICE est principalement utilisé pour construire une sélection de menu dans " "CHOICE est principalement utilisé pour construire une sélection de menu dans "
"un fichier batch.\n" "un fichier batch.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8304,7 +8320,8 @@ msgstr ""
"EXIT termine la session de ligne de commande et retourne\n" "EXIT termine la session de ligne de commande et retourne\n"
"au système d'exploitation ou au shell où vous avez invoqué cmd.\n" "au système d'exploitation ou au shell où vous avez invoqué cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8318,6 +8335,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8329,6 +8347,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8371,42 +8390,42 @@ msgstr ""
"\n" "\n"
"Entrez HELP <commande> pour plus d'informations sur les commandes ci-dessus\n" "Entrez HELP <commande> pour plus d'informations sur les commandes ci-dessus\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Êtes-vous sûr(e)" msgstr "Êtes-vous sûr(e)"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "O" msgstr "O"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Association de fichier manquante pour l'extension %s\n" msgstr "Association de fichier manquante pour l'extension %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
"Aucune commande d'ouverture n'est associée avec le type de fichier « %s »\n" "Aucune commande d'ouverture n'est associée avec le type de fichier « %s »\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Écraser %s" msgstr "Écraser %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Plus..." msgstr "Plus..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Ligne du processus batch probablement tronquée. Utilisation de :\n" msgstr "Ligne du processus batch probablement tronquée. Utilisation de :\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8414,80 +8433,80 @@ msgstr ""
"Pas encore implémenté\n" "Pas encore implémenté\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument manquant\n" msgstr "Argument manquant\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Erreur de syntaxe\n" msgstr "Erreur de syntaxe\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : fichier non trouvé\n" msgstr "%s : fichier non trouvé\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Pas d'aide disponible pour %s\n" msgstr "Pas d'aide disponible pour %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "La destination de l'instruction GOTO n'a pas été trouvée\n" msgstr "La destination de l'instruction GOTO n'a pas été trouvée\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "La date courante est %s\n" msgstr "La date courante est %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "L'heure courante est %s\n" msgstr "L'heure courante est %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Saisissez la nouvelle date : " msgstr "Saisissez la nouvelle date : "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Saisissez la nouvelle heure : " msgstr "Saisissez la nouvelle heure : "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "La variable d'environnement %s n'est pas définie\n" msgstr "La variable d'environnement %s n'est pas définie\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Impossible d'ouvrir « %s »\n" msgstr "Impossible d'ouvrir « %s »\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Impossible d'appeler une étiquette de batch hors d'un script batch\n" msgstr "Impossible d'appeler une étiquette de batch hors d'un script batch\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "T" msgstr "T"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Supprimer" msgstr "%s, Supprimer"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo est %s\n" msgstr "Echo est %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify est %s\n" msgstr "Verify est %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify doit être ON ou OFF\n" msgstr "Verify doit être ON ou OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Erreur de paramètre\n" msgstr "Erreur de paramètre\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8497,31 +8516,31 @@ msgstr ""
"Le numéro de série du volume est %04x-%04x\n" "Le numéro de série du volume est %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Étiquette du volume (11 caractères, ENTRÉE pour aucun) ?" msgstr "Étiquette du volume (11 caractères, ENTRÉE pour aucun) ?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH non trouvé\n" msgstr "PATH non trouvé\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Appuyez sur ENTRÉE pour continuer : " msgstr "Appuyez sur ENTRÉE pour continuer : "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Invite de commande Wine" msgstr "Invite de commande Wine"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD version %s\n" msgstr "CMD version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Plus ? " msgstr "Plus ? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "La ligne d'entrée est trop longue.\n" msgstr "La ligne d'entrée est trop longue.\n"
@ -9979,8 +9998,8 @@ msgstr ""
#: taskmgr.rc:190 #: taskmgr.rc:190
msgid "Task Manager is minimized when a SwitchTo operation is performed" msgid "Task Manager is minimized when a SwitchTo operation is performed"
msgstr "" msgstr ""
"Le gestionnaire des tâches est minimisé quand une opération « Basculer vers " "Le gestionnaire des tâches est minimisé quand une opération « Basculer "
"» est effectuée" "vers » est effectuée"
#: taskmgr.rc:191 #: taskmgr.rc:191
msgid "Hide the Task Manager when it is minimized" msgid "Hide the Task Manager when it is minimized"

127
po/he.po
View File

@ -8292,28 +8292,44 @@ msgstr "VER displays the version of cmd you are running\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL shows the volume label of a disk device.\n" msgstr "VOL shows the volume label of a disk device.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid "" msgid ""
"PUSHD <directoryname> saves the current directory onto a\n" "ENDLOCAL ends localization of environment changes in a batch file\n"
"stack, and then changes the current directory to the supplied one.\n" "which were introduced by a preceding SETLOCAL.\n"
msgstr "" msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:212
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:214
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:218 #: cmd.rc:218
msgid "" msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
msgid ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
msgstr ""
"PUSHD <directoryname> saves the current directory onto a\n"
"stack, and then changes the current directory to the supplied one.\n"
#: cmd.rc:224
msgid ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
msgstr ""
"POPD changes current directory to the last one saved with\n"
"PUSHD.\n"
#: cmd.rc:226
msgid "MORE displays output of files or piped input in pages.\n"
msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:230
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"
@ -8322,7 +8338,7 @@ msgstr ""
"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"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8330,7 +8346,8 @@ msgstr ""
"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"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8344,6 +8361,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8355,6 +8373,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8396,41 +8415,41 @@ msgstr ""
"\n" "\n"
"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"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Are you sure" msgstr "Are you sure"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n" msgstr "File association missing for extension %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n" msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overwrite %s" msgstr "Overwrite %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "More..." msgstr "More..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n" msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8438,81 +8457,81 @@ msgstr ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument missing\n" msgstr "Argument missing\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntax error\n" msgstr "Syntax error\n"
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : File Not Found\n" msgstr "%s : File Not Found\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "No help available for %s\n" msgstr "No help available for %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n" msgstr "Target to GOTO not found\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Current Date is %s\n" msgstr "Current Date is %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Current Time is %s\n" msgstr "Current Time is %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Enter new date: " msgstr "Enter new date: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Enter new time: " msgstr "Enter new time: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n" msgstr "Environment variable %s not defined\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n" msgstr "Failed to open '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n" msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Delete" msgstr "%s, Delete"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo is %s\n" msgstr "Echo is %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify is %s\n" msgstr "Verify is %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n" msgstr "Verify must be ON or OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter error\n" msgstr "Parameter error\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8522,31 +8541,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?" msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH not found\n" msgstr "PATH not found\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Press Return key to continue: " msgstr "Press Return key to continue: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "More? " msgstr "More? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "The input line is too long.\n" msgstr "The input line is too long.\n"

100
po/hi.po
View File

@ -7829,36 +7829,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7872,6 +7888,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7883,6 +7900,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7893,151 +7911,151 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

100
po/hu.po
View File

@ -8364,36 +8364,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8407,6 +8423,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8418,6 +8435,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8428,152 +8446,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Fájl nem található" msgstr "Fájl nem található"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/it.po
View File

@ -8539,7 +8539,23 @@ msgstr "VER mostra la versione di cmd che stai usando\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Aiuto su VOL\n" msgstr "Aiuto su VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8547,7 +8563,7 @@ msgstr ""
"PUSHD <nomedellacartella> salva la cartella attuale su di uno\n" "PUSHD <nomedellacartella> salva la cartella attuale su di uno\n"
"stack e poi la cambia con quella passata.\n" "stack e poi la cambia con quella passata.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8555,11 +8571,11 @@ msgstr ""
"POPD cambia la cartella attuale con l'ultima salvata con\n" "POPD cambia la cartella attuale con l'ultima salvata con\n"
"PUSHD.\n" "PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE mostra l'output di files o l'input dalla pipe in pagine.\n" msgstr "MORE mostra l'output di files o l'input dalla pipe in pagine.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8570,7 +8586,7 @@ msgstr ""
"CHOICE è usato generalmente per creare un menù a selezione in un file " "CHOICE è usato generalmente per creare un menù a selezione in un file "
"batch.\n" "batch.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8578,7 +8594,8 @@ msgstr ""
"EXIT termina la sessione corrente di cmd e torna al\n" "EXIT termina la sessione corrente di cmd e torna al\n"
"sistema operativo o alla shell dal quale hai chiamato cmd.\n" "sistema operativo o alla shell dal quale hai chiamato cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8592,6 +8609,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8603,6 +8621,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8645,41 +8664,41 @@ msgstr ""
"Inserisci HELP <comando> per maggiori informazioni su ciascuno dei comandi " "Inserisci HELP <comando> per maggiori informazioni su ciascuno dei comandi "
"soprastanti\n" "soprastanti\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Sei sicuro" msgstr "Sei sicuro"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "S" msgstr "S"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Associazione di file mancante per l'estensione %s\n" msgstr "Associazione di file mancante per l'estensione %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Nessun comando di apertura associato con il tipo di file '%s'\n" msgstr "Nessun comando di apertura associato con il tipo di file '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Sovrascrivere %s" msgstr "Sovrascrivere %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Di più..." msgstr "Di più..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linea nell'elaborazione Batch probabilmente troncata. Uso:\n" msgstr "Linea nell'elaborazione Batch probabilmente troncata. Uso:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8687,80 +8706,80 @@ msgstr ""
"Non ancora implementato\n" "Non ancora implementato\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Manca un parametro\n" msgstr "Manca un parametro\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Errore di sintassi\n" msgstr "Errore di sintassi\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : File non trovato\n" msgstr "%s : File non trovato\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Nessun aiuto disponibile per %s\n" msgstr "Nessun aiuto disponibile per %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Destinazione del GOTO non trovata\n" msgstr "Destinazione del GOTO non trovata\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "La data attuale è %s\n" msgstr "La data attuale è %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "L'ora attuale è %s\n" msgstr "L'ora attuale è %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Inserisci una nuova data: " msgstr "Inserisci una nuova data: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Inserisci una nuova ora: " msgstr "Inserisci una nuova ora: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Variabile d'ambiente %s non definita\n" msgstr "Variabile d'ambiente %s non definita\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Impossibile aprire '%s'\n" msgstr "Impossibile aprire '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Impossibile chiamare un'etichetta batch fuori da uno script batch\n" msgstr "Impossibile chiamare un'etichetta batch fuori da uno script batch\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "T" msgstr "T"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Cancella" msgstr "%s, Cancella"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo è %s\n" msgstr "Echo è %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify è %s\n" msgstr "Verify è %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify deve essere ON o OFF\n" msgstr "Verify deve essere ON o OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Errore nel parametro\n" msgstr "Errore nel parametro\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8770,31 +8789,31 @@ msgstr ""
"Il numero seriale del volume è %04x-%04x\n" "Il numero seriale del volume è %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etichetta del volume (11 caratteri, Invio per nessuno)?" msgstr "Etichetta del volume (11 caratteri, Invio per nessuno)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH non trovato\n" msgstr "PATH non trovato\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Premere Invio per continuare: " msgstr "Premere Invio per continuare: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Prompt dei comandi di Wine" msgstr "Prompt dei comandi di Wine"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "Versione di CMD %s\n" msgstr "Versione di CMD %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Di più? " msgstr "Di più? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "La linea di input è troppo lunga.\n" msgstr "La linea di input è troppo lunga.\n"

101
po/ja.po
View File

@ -8180,7 +8180,23 @@ msgstr "VER は動作しているcmdのバージョンを表示します。\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL はディスク デバイスのボリューム ラベルを表示します。\n" msgstr "VOL はディスク デバイスのボリューム ラベルを表示します。\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8188,7 +8204,7 @@ msgstr ""
"PUSHD <ディレクトリ名> はカレント ディレクトリをスタック上に保存し、カ\n" "PUSHD <ディレクトリ名> はカレント ディレクトリをスタック上に保存し、カ\n"
"レント ディレクトリを指定されたディレクトリに変更します。\n" "レント ディレクトリを指定されたディレクトリに変更します。\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8196,11 +8212,11 @@ msgstr ""
"POPD は PUSHD で最後に保存されたディレクトリにカレント ディレクトリを変\n" "POPD は PUSHD で最後に保存されたディレクトリにカレント ディレクトリを変\n"
"更します。\n" "更します。\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE はファイルの出力やパイプ化された入力を表示します。\n" msgstr "MORE はファイルの出力やパイプ化された入力を表示します。\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8210,7 +8226,7 @@ msgstr ""
"すまで待機します。\n" "すまで待機します。\n"
"CHOICE は主にバッチ ファイルでメニュー選択を構築するために使われます。\n" "CHOICE は主にバッチ ファイルでメニュー選択を構築するために使われます。\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8218,7 +8234,8 @@ msgstr ""
"EXIT は現在のコマンドセッションを終了してcmdを呼び出したOSまたはシェルに戻し" "EXIT は現在のコマンドセッションを終了してcmdを呼び出したOSまたはシェルに戻し"
"ます。\n" "ます。\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8232,6 +8249,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8243,6 +8261,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8285,41 +8304,41 @@ msgstr ""
"上記のコマンドに関する詳細を表示するには HELP <コマンド名> と入力して下さ" "上記のコマンドに関する詳細を表示するには HELP <コマンド名> と入力して下さ"
"い。\n" "い。\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "よろしいですか" msgstr "よろしいですか"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "拡張子 %s に対するファイル関連付けがありません。\n" msgstr "拡張子 %s に対するファイル関連付けがありません。\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "ファイル タイプ '%s' に関連付けられた開くコマンドがありません。\n" msgstr "ファイル タイプ '%s' に関連付けられた開くコマンドがありません。\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "上書き %s" msgstr "上書き %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "More..." msgstr "More..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "バッチ処理の行が切り落とされた可能性があります。対象行:\n" msgstr "バッチ処理の行が切り落とされた可能性があります。対象行:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8327,80 +8346,80 @@ msgstr ""
"まだ実装されていません\n" "まだ実装されていません\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "引数がありません\n" msgstr "引数がありません\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "文法エラー\n" msgstr "文法エラー\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s: ファイルが見つかりません\n" msgstr "%s: ファイルが見つかりません\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "%s に対するヘルプはありません\n" msgstr "%s に対するヘルプはありません\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "GOTO の対象が見つかりません\n" msgstr "GOTO の対象が見つかりません\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "現在の日付は %s\n" msgstr "現在の日付は %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "現在の時刻は %s\n" msgstr "現在の時刻は %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "新しい日付を入力してください: " msgstr "新しい日付を入力してください: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "新しい時刻を入力してください: " msgstr "新しい時刻を入力してください: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "環境変数 %s は定義されていません\n" msgstr "環境変数 %s は定義されていません\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "'%s' を開けません\n" msgstr "'%s' を開けません\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "バッチ スクリプトの外からバッチ ラベルを呼び出すことはできません\n" msgstr "バッチ スクリプトの外からバッチ ラベルを呼び出すことはできません\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, 削除" msgstr "%s, 削除"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo は %s\n" msgstr "Echo は %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify は %s\n" msgstr "Verify は %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify は ON か OFF で指定してください\n" msgstr "Verify は ON か OFF で指定してください\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "パラメータ エラー\n" msgstr "パラメータ エラー\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8410,31 +8429,31 @@ msgstr ""
"ボリューム シリアル番号は %04x-%04x\n" "ボリューム シリアル番号は %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "ボリューム ラベル(半角11文字, ENTER で無指定)?" msgstr "ボリューム ラベル(半角11文字, ENTER で無指定)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH が見つかりません\n" msgstr "PATH が見つかりません\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "続けるにはリターンキーを押して下さい: " msgstr "続けるにはリターンキーを押して下さい: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine コマンド プロンプト" msgstr "Wine コマンド プロンプト"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD バージョン %s\n" msgstr "CMD バージョン %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "More? " msgstr "More? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "入力行が長すぎます。\n" msgstr "入力行が長すぎます。\n"

101
po/ko.po
View File

@ -8152,7 +8152,23 @@ msgstr "VER 당신이 실행시킨 cmd 버젼 보여줌\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL 은 디스크 장치의 볼륨 라벨을 보여줍니다.\n" msgstr "VOL 은 디스크 장치의 볼륨 라벨을 보여줍니다.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8160,18 +8176,18 @@ msgstr ""
"PUSHD <디렉토리 이름> 은 현재 디렉토리를 스택에 저장한다.\n" "PUSHD <디렉토리 이름> 은 현재 디렉토리를 스택에 저장한다.\n"
"그리고 현재 디렉토리를 요청한 디렉토리로 바꾼다.\n" "그리고 현재 디렉토리를 요청한 디렉토리로 바꾼다.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "POPD는 현재 디렉토리를 PUSH로 마지막으로 저장했던 것으로 바꾼다.\n" msgstr "POPD는 현재 디렉토리를 PUSH로 마지막으로 저장했던 것으로 바꾼다.\n"
#: cmd.rc:214 #: cmd.rc:226
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 ""
"MORE는 파일 출력을 보여주거나 페이지의 파이프로도 된 입력을 보여준다.\n" "MORE는 파일 출력을 보여주거나 페이지의 파이프로도 된 입력을 보여준다.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8181,7 +8197,7 @@ msgstr ""
"허용하는 키를 누를 때까지 기다립니다.\n" "허용하는 키를 누를 때까지 기다립니다.\n"
"CHOICE는 주로 배치 파일에서 메뉴 선택을 넣는 데 사용됩니다..\n" "CHOICE는 주로 배치 파일에서 메뉴 선택을 넣는 데 사용됩니다..\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8189,7 +8205,8 @@ msgstr ""
"EXIT는 현재 명령 세션을 중단시키고 운영체제로 돌아가거나 cmd를\n" "EXIT는 현재 명령 세션을 중단시키고 운영체제로 돌아가거나 cmd를\n"
"호출한 셀로 돌아갑니다.\n" "호출한 셀로 돌아갑니다.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8203,6 +8220,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8214,6 +8232,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8255,41 +8274,41 @@ msgstr ""
"\n" "\n"
"HELP <명령>을 치면 그 명령의 상세한 정보를 보여줌\n" "HELP <명령>을 치면 그 명령의 상세한 정보를 보여줌\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "당신은 확신합니까?" msgstr "당신은 확신합니까?"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "예" msgstr "예"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "아니오" msgstr "아니오"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "이 파일확장자 %s에 연결된 풀그림이 없습니다.\n" msgstr "이 파일확장자 %s에 연결된 풀그림이 없습니다.\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "이 파일 형식 '%s'과 연결된 어떠한 명령도 없습니다.'\n" msgstr "이 파일 형식 '%s'과 연결된 어떠한 명령도 없습니다.'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "%s 덮어쓰기" msgstr "%s 덮어쓰기"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "더 많이..." msgstr "더 많이..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "배치 작업의 줄은 아마도 불완전한 것 같습니다. 사용법:\n" msgstr "배치 작업의 줄은 아마도 불완전한 것 같습니다. 사용법:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8297,80 +8316,80 @@ msgstr ""
"아직 구현되지 않았습니다\n" "아직 구현되지 않았습니다\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "인수가 없습니다\n" msgstr "인수가 없습니다\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "문법 오류\n" msgstr "문법 오류\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s :파일을 찾을 수 없습니다\n" msgstr "%s :파일을 찾을 수 없습니다\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "%s를 위한 어떠한 도움말도 찾을 수 없습니다\n" msgstr "%s를 위한 어떠한 도움말도 찾을 수 없습니다\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "GOTO 타겟을 찾을 수 없습니다\n" msgstr "GOTO 타겟을 찾을 수 없습니다\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "현재 날짜는 %s\n" msgstr "현재 날짜는 %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "현재 시간은 %s\n" msgstr "현재 시간은 %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "새 날짜 입력: " msgstr "새 날짜 입력: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "새 시간 입력: " msgstr "새 시간 입력: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "환경 변수 %s 는 정의되지 않았습니다\n" msgstr "환경 변수 %s 는 정의되지 않았습니다\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "'%s' 열기 실패\n" msgstr "'%s' 열기 실패\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "배치 스크립트 밖의 배치 라벨은 불러올수 없습니다\n" msgstr "배치 스크립트 밖의 배치 라벨은 불러올수 없습니다\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, 삭제" msgstr "%s, 삭제"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "에코(Echo)는 %s\n" msgstr "에코(Echo)는 %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "검증(Verify)은 %s\n" msgstr "검증(Verify)은 %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "검증(Verify)은 반드시 ON 이나 OFF가 되어야 합니다.\n" msgstr "검증(Verify)은 반드시 ON 이나 OFF가 되어야 합니다.\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "매개변수 오류\n" msgstr "매개변수 오류\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8380,31 +8399,31 @@ msgstr ""
" 볼륨 시리얼 번호는 %04x-%04x\n" " 볼륨 시리얼 번호는 %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "볼륨 라벨 (11 글자, ENTER는 없음과 같음)?" msgstr "볼륨 라벨 (11 글자, ENTER는 없음과 같음)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH를 찾을 수 없습니다\n" msgstr "PATH를 찾을 수 없습니다\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "리턴 키를 누르면 계속: " msgstr "리턴 키를 누르면 계속: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine 명령 입력대기" msgstr "Wine 명령 입력대기"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD 버젼 %s\n" msgstr "CMD 버젼 %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr " 더? " msgstr " 더? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "이 출력 줄은 너무 깁니다.\n" msgstr "이 출력 줄은 너무 깁니다.\n"

101
po/lt.po
View File

@ -8204,7 +8204,23 @@ msgstr "VER parodo dabar vykdomo cmd versiją.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL parodo disko įrenginio tomo vardą.\n" msgstr "VOL parodo disko įrenginio tomo vardą.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8212,17 +8228,17 @@ msgstr ""
"PUSHD <katalogas> išsaugo dabartinį katalogą į dėklą,\n" "PUSHD <katalogas> išsaugo dabartinį katalogą į dėklą,\n"
"o po to pakeičia dabartinį katalogą į nurodytą.\n" "o po to pakeičia dabartinį katalogą į nurodytą.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "POPD pakeičia dabartinį katalogą į paskutinį išsaugotą su PUSHD.\n" msgstr "POPD pakeičia dabartinį katalogą į paskutinį išsaugotą su PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE parodo failo išvedimą ar kanalo įvedimą puslapiais.\n" msgstr "MORE parodo failo išvedimą ar kanalo įvedimą puslapiais.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8232,7 +8248,7 @@ msgstr ""
"paspaus leidžiamą klavišą iš pasirinkimų sąrašo.\n" "paspaus leidžiamą klavišą iš pasirinkimų sąrašo.\n"
"CHOICE dažniausiai naudojama pasirinkimo meniu konstravimui komandų faile.\n" "CHOICE dažniausiai naudojama pasirinkimo meniu konstravimui komandų faile.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8240,7 +8256,8 @@ msgstr ""
"EXIT baigia dabartinį komandų seansą ir grįžta į operacinę sistemą\n" "EXIT baigia dabartinį komandų seansą ir grįžta į operacinę sistemą\n"
"ar apvalkalą iš kur CMD buvo iškviestas.\n" "ar apvalkalą iš kur CMD buvo iškviestas.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8254,6 +8271,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8265,6 +8283,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8307,41 +8326,41 @@ msgstr ""
"Įveskite HELP <komanda> platesnei informacijai apie išvardintas komandas " "Įveskite HELP <komanda> platesnei informacijai apie išvardintas komandas "
"gauti.\n" "gauti.\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Ar tikrai" msgstr "Ar tikrai"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "T" msgstr "T"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Trūksta failo susiejimo prievardžiui %s\n" msgstr "Trūksta failo susiejimo prievardžiui %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Jokia atvėrimo komanda nesusieta su failo tipu „%s“\n" msgstr "Jokia atvėrimo komanda nesusieta su failo tipu „%s“\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Perrašyti %s" msgstr "Perrašyti %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Daugiau..." msgstr "Daugiau..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Paketinio apdorojimo eilutė galimai nukirsta. Naudojama:\n" msgstr "Paketinio apdorojimo eilutė galimai nukirsta. Naudojama:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8349,80 +8368,80 @@ msgstr ""
"Dar nerealizuota\n" "Dar nerealizuota\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Trūksta argumento\n" msgstr "Trūksta argumento\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Sintaksės klaida\n" msgstr "Sintaksės klaida\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s: failas nerastas\n" msgstr "%s: failas nerastas\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Nėra informacijos apie %s\n" msgstr "Nėra informacijos apie %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "GOTO tikslas nerastas\n" msgstr "GOTO tikslas nerastas\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Dabartinė data yra %s\n" msgstr "Dabartinė data yra %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Dabartinis laikas yra %s\n" msgstr "Dabartinis laikas yra %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Įveskite naują datą: " msgstr "Įveskite naują datą: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Įveskite naują laiką: " msgstr "Įveskite naują laiką: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Aplinkos kintamasis %s neapibrėžtas\n" msgstr "Aplinkos kintamasis %s neapibrėžtas\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Nepavyko atverti „%s“\n" msgstr "Nepavyko atverti „%s“\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Negalima iškviesti žymės esančios už komandos failo ribų\n" msgstr "Negalima iškviesti žymės esančios už komandos failo ribų\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "V" msgstr "V"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, šalinti" msgstr "%s, šalinti"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "ECHO yra %s\n" msgstr "ECHO yra %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "VERIFY yra %s\n" msgstr "VERIFY yra %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "VERIFY turi būti ON arba OFF\n" msgstr "VERIFY turi būti ON arba OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parametro klaida\n" msgstr "Parametro klaida\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8432,31 +8451,31 @@ msgstr ""
"Tomo serijos numeris yra %04x-%04x\n" "Tomo serijos numeris yra %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Tomo vardas (11 simbolių, ĮVESTI bevardis)?" msgstr "Tomo vardas (11 simbolių, ĮVESTI bevardis)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "KELIAS nerastas\n" msgstr "KELIAS nerastas\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Norėdami tęsti spauskite įvedimo klavišą: " msgstr "Norėdami tęsti spauskite įvedimo klavišą: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine komandų interpretatorius" msgstr "Wine komandų interpretatorius"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD versija %s\n" msgstr "CMD versija %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Daugiau? " msgstr "Daugiau? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Įvedimo eilutė per ilga.\n" msgstr "Įvedimo eilutė per ilga.\n"

100
po/ml.po
View File

@ -7829,36 +7829,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7872,6 +7888,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7883,6 +7900,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7893,151 +7911,151 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

View File

@ -8465,7 +8465,23 @@ msgstr "VER viser versjonnummeret til CMD\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Hjelp til VOL\n" msgstr "Hjelp til VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8473,24 +8489,24 @@ msgstr ""
"PUSHD <katalognavn> lagrer arbeidskatalogen i en stabel, og endrer deretter\n" "PUSHD <katalognavn> lagrer arbeidskatalogen i en stabel, og endrer deretter\n"
"arbeidskatalog til den som er oppgitt.\n" "arbeidskatalog til den som er oppgitt.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "POPD endrer arbeidskatalog til den som sist ble brukt med PUSHD.\n" msgstr "POPD endrer arbeidskatalog til den som sist ble brukt med PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE lar deg bla gjennom innholdet i filer eller inndata i rør.\n" msgstr "MORE lar deg bla gjennom innholdet i filer eller inndata i rør.\n"
#: cmd.rc:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8498,7 +8514,8 @@ msgstr ""
"EXIT avslutter gjeldende kommandoøkt og returnerer til operativsystemet\n" "EXIT avslutter gjeldende kommandoøkt og returnerer til operativsystemet\n"
"eller skallet CMD ble startet fra.\n" "eller skallet CMD ble startet fra.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8512,6 +8529,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8523,6 +8541,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8563,41 +8582,41 @@ msgstr ""
"\n" "\n"
"Skriv «HELP <kommando>» for mer informasjon om kommandoene ovenfor\n" "Skriv «HELP <kommando>» for mer informasjon om kommandoene ovenfor\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Er du sikker" msgstr "Er du sikker"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "J" msgstr "J"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Manglende filtilknytning for etternavnet %s\n" msgstr "Manglende filtilknytning for etternavnet %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Ingen åpnekommando er tilknyttet filtypene '%s'\n" msgstr "Ingen åpnekommando er tilknyttet filtypene '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overwrite %s" msgstr "Overwrite %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Mer..." msgstr "Mer..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n" msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8605,81 +8624,81 @@ msgstr ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument missing\n" msgstr "Argument missing\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntax error\n" msgstr "Syntax error\n"
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : File Not Found\n" msgstr "%s : File Not Found\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "No help available for %s\n" msgstr "No help available for %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n" msgstr "Target to GOTO not found\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Current Date is %s\n" msgstr "Current Date is %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Current Time is %s\n" msgstr "Current Time is %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Enter new date: " msgstr "Enter new date: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Enter new time: " msgstr "Enter new time: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n" msgstr "Environment variable %s not defined\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Klarte ikke åpne «%s»\n" msgstr "Klarte ikke åpne «%s»\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n" msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Delete" msgstr "%s, Delete"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo is %s\n" msgstr "Echo is %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify is %s\n" msgstr "Verify is %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n" msgstr "Verify must be ON or OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter error\n" msgstr "Parameter error\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8689,31 +8708,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?" msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH not found\n" msgstr "PATH not found\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Press Return key to continue: " msgstr "Press Return key to continue: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "More? " msgstr "More? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "The input line is too long.\n" msgstr "The input line is too long.\n"

101
po/nl.po
View File

@ -8345,7 +8345,23 @@ msgstr "VER toont de versie van cmd die u draait\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL toont het label van een schijf\n" msgstr "VOL toont het label van een schijf\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8353,7 +8369,7 @@ msgstr ""
"PUSHD <mapnaam> bewaart de huidige map op een\n" "PUSHD <mapnaam> bewaart de huidige map op een\n"
"stapel, en verandert dan de huidige map naar de opgegeven naam.\n" "stapel, en verandert dan de huidige map naar de opgegeven naam.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8361,13 +8377,13 @@ msgstr ""
"POPD verandert de huidige map naar de meest recente die\n" "POPD verandert de huidige map naar de meest recente die\n"
"op de stapel werd gezet met PUSHD.\n" "op de stapel werd gezet met PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 ""
"MORE toont de uitvoer van programma's of herleidde invoer\n" "MORE toont de uitvoer van programma's of herleidde invoer\n"
"per bladzijde.\n" "per bladzijde.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8378,7 +8394,7 @@ msgstr ""
"CHOICE wordt hoofdzakelijk gebruikt om een selectie uit een menu te maken\n" "CHOICE wordt hoofdzakelijk gebruikt om een selectie uit een menu te maken\n"
"in een batch bestand.\n" "in een batch bestand.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8386,7 +8402,8 @@ msgstr ""
"EXIT beëindigt de lopende sessie en keert terug\n" "EXIT beëindigt de lopende sessie en keert terug\n"
"naar het besturingssysteem of de schil van waaruit cmd werd gestart.\n" "naar het besturingssysteem of de schil van waaruit cmd werd gestart.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8400,6 +8417,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8411,6 +8429,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8449,41 +8468,41 @@ msgstr ""
"\n" "\n"
"type HELP <opdracht> voor meer informatie over bovengenoemde opdrachten\n" "type HELP <opdracht> voor meer informatie over bovengenoemde opdrachten\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Bent u zeker" msgstr "Bent u zeker"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "J" msgstr "J"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Bestandsassociatie ontbreekt voor extensie %s\n" msgstr "Bestandsassociatie ontbreekt voor extensie %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Geen open commando verbonden met bestand type '%s'\n" msgstr "Geen open commando verbonden met bestand type '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overschrijf %s" msgstr "Overschrijf %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Meer..." msgstr "Meer..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Regel in Batch proces mogelijk afgebroken. We gebruiken:\n" msgstr "Regel in Batch proces mogelijk afgebroken. We gebruiken:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8491,81 +8510,81 @@ msgstr ""
"Nog niet geïmplementeerd\n" "Nog niet geïmplementeerd\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument ontbreekt\n" msgstr "Argument ontbreekt\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Fout in de syntax\n" msgstr "Fout in de syntax\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Bestand Niet Gevonden\n" msgstr "%s : Bestand Niet Gevonden\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Geen help beschikbaar voor %s\n" msgstr "Geen help beschikbaar voor %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Doel opgegeven bij GOTO niet gevonden\n" msgstr "Doel opgegeven bij GOTO niet gevonden\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Huidige Datum is %s\n" msgstr "Huidige Datum is %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Huidige Tijd is %s\n" msgstr "Huidige Tijd is %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Voer de nieuwe datum in: " msgstr "Voer de nieuwe datum in: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "voer de nieuwe tijd in: " msgstr "voer de nieuwe tijd in: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Omgevingsvariable %s niet gedefinieerd\n" msgstr "Omgevingsvariable %s niet gedefinieerd\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Openen van '%s' is mislukt\n" msgstr "Openen van '%s' is mislukt\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "" msgstr ""
"Onmogelijk om een batch label aan te roepen van buiten een batch script\n" "Onmogelijk om een batch label aan te roepen van buiten een batch script\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Verwijderen" msgstr "%s, Verwijderen"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo staat %s\n" msgstr "Echo staat %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify staat %s\n" msgstr "Verify staat %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify moet ON of OFF zijn\n" msgstr "Verify moet ON of OFF zijn\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter onjuist\n" msgstr "Parameter onjuist\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8575,31 +8594,31 @@ msgstr ""
"Het serienummer van de schijf is %04x-%04x\n" "Het serienummer van de schijf is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Schijf naam (11 karakters, ENTER voor geen)?" msgstr "Schijf naam (11 karakters, ENTER voor geen)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH niet gevonden\n" msgstr "PATH niet gevonden\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Druk op de Return-toets om verder te gaan: " msgstr "Druk op de Return-toets om verder te gaan: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Versie %s\n" msgstr "CMD Versie %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Meer? " msgstr "Meer? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "De invoerregel is te lang.\n" msgstr "De invoerregel is te lang.\n"

100
po/or.po
View File

@ -7829,36 +7829,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7872,6 +7888,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7883,6 +7900,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7893,151 +7911,151 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

100
po/pa.po
View File

@ -7829,36 +7829,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7872,6 +7888,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7883,6 +7900,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7893,151 +7911,151 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/pl.po
View File

@ -8211,7 +8211,23 @@ msgstr "VER wyświetla wersję cmd.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL pokazuje etykietę woluminu urządzenia dyskowego.\n" msgstr "VOL pokazuje etykietę woluminu urządzenia dyskowego.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8219,7 +8235,7 @@ msgstr ""
"PUSHD <nazwakatalogu> zapamiętuje aktualny katalog na stosie, a\n" "PUSHD <nazwakatalogu> zapamiętuje aktualny katalog na stosie, a\n"
"następnie przechodzi do katalogu podanego jako parametr\n" "następnie przechodzi do katalogu podanego jako parametr\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8227,11 +8243,11 @@ msgstr ""
"POPD ustala aktualny katalog na ostatni katalog zapamiętany przez\n" "POPD ustala aktualny katalog na ostatni katalog zapamiętany przez\n"
"PUSHD\n" "PUSHD\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE wyświetla strona po stronie wyjście pliku lub potoku.\n" msgstr "MORE wyświetla strona po stronie wyjście pliku lub potoku.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8241,7 +8257,7 @@ msgstr ""
"naciśnie dozwolony Przycisk z zaznaczalnej listy.\n" "naciśnie dozwolony Przycisk z zaznaczalnej listy.\n"
"CHOICE jest używany głównie do budowania menu wyboru w plikach typu bat.\n" "CHOICE jest używany głównie do budowania menu wyboru w plikach typu bat.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8249,7 +8265,8 @@ msgstr ""
"EXIT kończy bieżącą sesję cmd i powraca do systemu operacyjnego\n" "EXIT kończy bieżącą sesję cmd i powraca do systemu operacyjnego\n"
"lub powłoki, w której uruchomiono cmd.\n" "lub powłoki, w której uruchomiono cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8263,6 +8280,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8274,6 +8292,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8314,41 +8333,41 @@ msgstr ""
"\n" "\n"
"Wpisz HELP <komenda> dla dokładniejszych informacji o komendzie\n" "Wpisz HELP <komenda> dla dokładniejszych informacji o komendzie\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Czy jesteś pewien?" msgstr "Czy jesteś pewien?"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "T" msgstr "T"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Brak skojarzenia pliku dla rozszerzenia %s\n" msgstr "Brak skojarzenia pliku dla rozszerzenia %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Brak skojarzenia polecenia otwórz z typem plików '%s'\n" msgstr "Brak skojarzenia polecenia otwórz z typem plików '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Nadpisać %s" msgstr "Nadpisać %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Więcej..." msgstr "Więcej..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linia przy przetwarzaniu pliku bat prawdopodobnie obcięta. Używam:\n" msgstr "Linia przy przetwarzaniu pliku bat prawdopodobnie obcięta. Używam:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8356,80 +8375,80 @@ msgstr ""
"Jeszcze niezaimplementowane\n" "Jeszcze niezaimplementowane\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Brakuje argumentu\n" msgstr "Brakuje argumentu\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Błąd składni\n" msgstr "Błąd składni\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Plik nie znaleziony\n" msgstr "%s : Plik nie znaleziony\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Plik pomocy nie istnieje dla %s\n" msgstr "Plik pomocy nie istnieje dla %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Nie znaleziono przeznaczenia dla GOTO\n" msgstr "Nie znaleziono przeznaczenia dla GOTO\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Aktualna data: %s\n" msgstr "Aktualna data: %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Aktualny czas: %s\n" msgstr "Aktualny czas: %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Wpisz nową datę: " msgstr "Wpisz nową datę: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Wpisz nowy czas: " msgstr "Wpisz nowy czas: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Zmienna środowiskowa %s niezdefiniowana\n" msgstr "Zmienna środowiskowa %s niezdefiniowana\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Nieudane otwarcie '%s'\n" msgstr "Nieudane otwarcie '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Nie można wywołać etykiety bat poza skryptem bat\n" msgstr "Nie można wywołać etykiety bat poza skryptem bat\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Usunąć" msgstr "%s, Usunąć"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo jest %s\n" msgstr "Echo jest %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify jest %s\n" msgstr "Verify jest %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify musi być ON lub OFF\n" msgstr "Verify musi być ON lub OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Błąd parametru\n" msgstr "Błąd parametru\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8439,31 +8458,31 @@ msgstr ""
"Numer seryjny wolumenu: %04x-%04x\n" "Numer seryjny wolumenu: %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etykieta Wolumenu (11 znaków, ENTER aby pominąć)?" msgstr "Etykieta Wolumenu (11 znaków, ENTER aby pominąć)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "Nie znaleziono PATH\n" msgstr "Nie znaleziono PATH\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Naciśnij klawisz Enter, aby kontynuować: " msgstr "Naciśnij klawisz Enter, aby kontynuować: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wiersz Poleceń Wine" msgstr "Wiersz Poleceń Wine"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "Wersja CMD %s\n" msgstr "Wersja CMD %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Więcej? " msgstr "Więcej? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Wpisany tekst jest zbyt długi.\n" msgstr "Wpisany tekst jest zbyt długi.\n"

View File

@ -8491,7 +8491,23 @@ msgstr "VER mostra a versão em execução do cmd.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Ajuda do comando VOL\n" msgstr "Ajuda do comando VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8499,7 +8515,7 @@ msgstr ""
"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"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8507,18 +8523,18 @@ msgstr ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE displays output of files or piped input in pages.\n" msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8526,7 +8542,8 @@ msgstr ""
"EXIT termina a sessão de comando atual e retorna ao sistema operacional\n" "EXIT termina a sessão de comando atual e retorna ao sistema operacional\n"
"ou shell que tenha invocado o cmd.\n" "ou shell que tenha invocado o cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8540,6 +8557,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8551,6 +8569,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8592,41 +8611,41 @@ msgstr ""
"Entre HELP <comando> para maiores informações sobre alguns dos comandos " "Entre HELP <comando> para maiores informações sobre alguns dos comandos "
"acima\n" "acima\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Tem certeza" msgstr "Tem certeza"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "S" msgstr "S"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Associação de arquivo faltando para a extensão %s\n" msgstr "Associação de arquivo faltando para a extensão %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Nenhum comando de abertura associado ao tipo de arquivo '%s'\n" msgstr "Nenhum comando de abertura associado ao tipo de arquivo '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Sobrescrever %s" msgstr "Sobrescrever %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Mais..." msgstr "Mais..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Linha no processamento do Batch possivelmente truncada. Usando:\n" msgstr "Linha no processamento do Batch possivelmente truncada. Usando:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8634,80 +8653,80 @@ msgstr ""
"Ainda não implementado\n" "Ainda não implementado\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Faltando argumento\n" msgstr "Faltando argumento\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Erro de sintaxe\n" msgstr "Erro de sintaxe\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Arquivo Não Encontrado\n" msgstr "%s : Arquivo Não Encontrado\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Sem ajuda disponível para %s\n" msgstr "Sem ajuda disponível para %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Alvo para GOTO não encontrado\n" msgstr "Alvo para GOTO não encontrado\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "A Data Atual é %s\n" msgstr "A Data Atual é %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "A Hora Atual é %s\n" msgstr "A Hora Atual é %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Entre nova data: " msgstr "Entre nova data: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Entre nova hora: " msgstr "Entre nova hora: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Variável de ambiente %s não definida\n" msgstr "Variável de ambiente %s não definida\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Falha ao abrir '%s'\n" msgstr "Falha ao abrir '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Não pode chamar um rótulo batch fora de um script batch\n" msgstr "Não pode chamar um rótulo batch fora de um script batch\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Excluir" msgstr "%s, Excluir"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo é %s\n" msgstr "Echo é %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify é %s\n" msgstr "Verify é %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify deve ser ON ou OFF\n" msgstr "Verify deve ser ON ou OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Erro de parâmetro\n" msgstr "Erro de parâmetro\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8717,31 +8736,31 @@ msgstr ""
"O Número de Série do Volume é %04x-%04x\n" "O Número de Série do Volume é %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Rótulo do Volume (11 characters, ENTER for none)?" msgstr "Rótulo do Volume (11 characters, ENTER for none)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH não encontrado\n" msgstr "PATH não encontrado\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Pressione a tecla Enter para continuar: " msgstr "Pressione a tecla Enter para continuar: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Prompt de Comando Wine" msgstr "Prompt de Comando Wine"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Versão %s\n" msgstr "CMD Versão %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Mais? " msgstr "Mais? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "A linha de entrada é muito longa.\n" msgstr "A linha de entrada é muito longa.\n"

View File

@ -8543,7 +8543,23 @@ msgstr "VER mostra a versão em execução do cmd.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Ajuda do comando VOL\n" msgstr "Ajuda do comando VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8551,7 +8567,7 @@ msgstr ""
"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"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8559,18 +8575,18 @@ msgstr ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE displays output of files or piped input in pages.\n" msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8578,7 +8594,8 @@ msgstr ""
"EXIT termina a sessão de comando actual e retorna ao sistema operacional\n" "EXIT termina a sessão de comando actual e retorna ao sistema operacional\n"
"ou shell que tenha invocado o cmd.\n" "ou shell que tenha invocado o cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8592,6 +8609,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8603,6 +8621,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8644,41 +8663,41 @@ msgstr ""
"\n" "\n"
"Digite HELP <comando> para mais informações sobre alguns dos comandos acima\n" "Digite HELP <comando> para mais informações sobre alguns dos comandos acima\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Are you sure" msgstr "Are you sure"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n" msgstr "File association missing for extension %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n" msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overwrite %s" msgstr "Overwrite %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "More..." msgstr "More..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n" msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8686,81 +8705,81 @@ msgstr ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument missing\n" msgstr "Argument missing\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntax error\n" msgstr "Syntax error\n"
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : File Not Found\n" msgstr "%s : File Not Found\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "No help available for %s\n" msgstr "No help available for %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n" msgstr "Target to GOTO not found\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Current Date is %s\n" msgstr "Current Date is %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Current Time is %s\n" msgstr "Current Time is %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Enter new date: " msgstr "Enter new date: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Enter new time: " msgstr "Enter new time: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n" msgstr "Environment variable %s not defined\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Falhou ao abrir '%s'\n" msgstr "Falhou ao abrir '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n" msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Delete" msgstr "%s, Delete"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo is %s\n" msgstr "Echo is %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify is %s\n" msgstr "Verify is %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n" msgstr "Verify must be ON or OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter error\n" msgstr "Parameter error\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8770,31 +8789,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?" msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH not found\n" msgstr "PATH not found\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Press Return key to continue: " msgstr "Press Return key to continue: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "More? " msgstr "More? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "The input line is too long.\n" msgstr "The input line is too long.\n"

100
po/rm.po
View File

@ -7878,36 +7878,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7921,6 +7937,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7932,6 +7949,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7942,152 +7960,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
#, fuzzy #, fuzzy
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "Na implementa" msgstr "Na implementa"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/ro.po
View File

@ -8780,7 +8780,23 @@ msgstr "VER afișează versiunea de cmd utilizată\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL Afișează eticheta de volum a unui disc\n" msgstr "VOL Afișează eticheta de volum a unui disc\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8788,24 +8804,24 @@ msgstr ""
"PUSHD <numedirector> salvează directorul curent într-o stivă și apoi\n" "PUSHD <numedirector> salvează directorul curent într-o stivă și apoi\n"
"înlocuiește directorul curent cu cel specificat.\n" "înlocuiește directorul curent cu cel specificat.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "POPD schimbă directorul curent cu ultimul salvat cu PUSHD.\n" msgstr "POPD schimbă directorul curent cu ultimul salvat cu PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE afișează în pagini conținutul fișierelor sau datele introduse.\n" msgstr "MORE afișează în pagini conținutul fișierelor sau datele introduse.\n"
#: cmd.rc:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8813,7 +8829,8 @@ msgstr ""
"EXIT termină sesiunea curentă a liniei de comandă și revine la sistemul\n" "EXIT termină sesiunea curentă a liniei de comandă și revine la sistemul\n"
"de operare sau shell-ul din care ați invocat cmd.\n" "de operare sau shell-ul din care ați invocat cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8827,6 +8844,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8838,6 +8856,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8879,43 +8898,43 @@ msgstr ""
"Introduceți HELP <comandă> pentru informații suplimentare despre\n" "Introduceți HELP <comandă> pentru informații suplimentare despre\n"
"comenzile de mai sus\n" "comenzile de mai sus\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Sunteți sigur" msgstr "Sunteți sigur"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "D" msgstr "D"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Lipsește asocierea cu fișiere pentru extensia %s\n" msgstr "Lipsește asocierea cu fișiere pentru extensia %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
"Nici o comandă de deschidere nu este asociată cu tipul de fișier „%s”\n" "Nici o comandă de deschidere nu este asociată cu tipul de fișier „%s”\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Suprascrie %s" msgstr "Suprascrie %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Mai mult..." msgstr "Mai mult..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
"Linie posibil trunchiată în procesarea fișierului batch. Se utilizează:\n" "Linie posibil trunchiată în procesarea fișierului batch. Se utilizează:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8923,80 +8942,80 @@ msgstr ""
"Încă neimplementat\n" "Încă neimplementat\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument lipsă\n" msgstr "Argument lipsă\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Eroare de sintaxă\n" msgstr "Eroare de sintaxă\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : fișier negăsit\n" msgstr "%s : fișier negăsit\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Nu există ajutor pentru %s\n" msgstr "Nu există ajutor pentru %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Destinația pentru GOTO nu a fost găsită\n" msgstr "Destinația pentru GOTO nu a fost găsită\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Data curentă este %s\n" msgstr "Data curentă este %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Ora curentă este %s\n" msgstr "Ora curentă este %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Introduceți noua dată: " msgstr "Introduceți noua dată: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Introduceți noua oră: " msgstr "Introduceți noua oră: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Variabila de mediu %s nu este definită\n" msgstr "Variabila de mediu %s nu este definită\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Deschiderea „%s” a eșuat\n" msgstr "Deschiderea „%s” a eșuat\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Nu se poate apela eticheta pentru batch în afara unui script batch\n" msgstr "Nu se poate apela eticheta pentru batch în afara unui script batch\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "T" msgstr "T"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Șterge" msgstr "%s, Șterge"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo este %s\n" msgstr "Echo este %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify este %s\n" msgstr "Verify este %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify trebuie să fie ON sau OFF\n" msgstr "Verify trebuie să fie ON sau OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Eroare de parametri\n" msgstr "Eroare de parametri\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -9006,31 +9025,31 @@ msgstr ""
"Numărul de serie al volumului este %04x-%04x\n" "Numărul de serie al volumului este %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Etichetă pentru volum (11 caractere, ENTER pentru nici una)?" msgstr "Etichetă pentru volum (11 caractere, ENTER pentru nici una)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH negăsită\n" msgstr "PATH negăsită\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Apăsați pe Enter pentru a continua: " msgstr "Apăsați pe Enter pentru a continua: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Linia de comandă Wine" msgstr "Linia de comandă Wine"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD versiunea %s\n" msgstr "CMD versiunea %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Mai mult? " msgstr "Mai mult? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Șirul introdus este prea lung.\n" msgstr "Șirul introdus este prea lung.\n"

101
po/ru.po
View File

@ -8198,7 +8198,23 @@ msgstr "VER выводит версию используемого cmd\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "Справка о VOL\n" msgstr "Справка о VOL\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8206,7 +8222,7 @@ msgstr ""
"PUSHD <directoryname> сохраняет текущий каталог в стек,\n" "PUSHD <directoryname> сохраняет текущий каталог в стек,\n"
"а затем переходит в указанный каталог.\n" "а затем переходит в указанный каталог.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8214,11 +8230,11 @@ msgstr ""
"POPD переходит в каталог, сохранённый командой\n" "POPD переходит в каталог, сохранённый командой\n"
"PUSHD.\n" "PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE выводит содержимое файлов или каналов постранично.\n" msgstr "MORE выводит содержимое файлов или каналов постранично.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8228,7 +8244,7 @@ msgstr ""
"не нажмёт клавишу из предложенного списка.\n" "не нажмёт клавишу из предложенного списка.\n"
"CHOICE обычно применяется для создания меню в пакетном файле.\n" "CHOICE обычно применяется для создания меню в пакетном файле.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8236,7 +8252,8 @@ msgstr ""
"EXIT завершает текущую командную сессию и возвращает\n" "EXIT завершает текущую командную сессию и возвращает\n"
"в операционную систему или оболочку из которой был запущен cmd.\n" "в операционную систему или оболочку из которой был запущен cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8250,6 +8267,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8261,6 +8279,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8303,41 +8322,41 @@ msgstr ""
"Выполните HELP <команда> для дополнительной информации по перечисленным выше " "Выполните HELP <команда> для дополнительной информации по перечисленным выше "
"командам.\n" "командам.\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Вы уверены?" msgstr "Вы уверены?"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Д" msgstr "Д"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "Н" msgstr "Н"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Файл, ассоциированный с расширением %s,отсутствует\n" msgstr "Файл, ассоциированный с расширением %s,отсутствует\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Не работает команда, ассоциированная с файлом '%s'\n" msgstr "Не работает команда, ассоциированная с файлом '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Перезаписано %s" msgstr "Перезаписано %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Дальше..." msgstr "Дальше..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Строка в обрабатываемом bat-файле возможно урезана. Используем:\n" msgstr "Строка в обрабатываемом bat-файле возможно урезана. Используем:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8345,80 +8364,80 @@ msgstr ""
"Ещё не выполнено\n" "Ещё не выполнено\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Отсутствует аргумент\n" msgstr "Отсутствует аргумент\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Синтаксическая ошибка\n" msgstr "Синтаксическая ошибка\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Файл не найден\n" msgstr "%s : Файл не найден\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Справка для %s отсутствует\n" msgstr "Справка для %s отсутствует\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Цель для GOTO не найдена\n" msgstr "Цель для GOTO не найдена\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Текущая дата %s\n" msgstr "Текущая дата %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Текущее время %s\n" msgstr "Текущее время %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Введите новую дату: " msgstr "Введите новую дату: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Введите новое время: " msgstr "Введите новое время: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Переменная окружения %s не определена\n" msgstr "Переменная окружения %s не определена\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Не удалось открыть '%s'\n" msgstr "Не удалось открыть '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Не могу вызвать метку bat-файла вне bat-скрипта\n" msgstr "Не могу вызвать метку bat-файла вне bat-скрипта\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "В" msgstr "В"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Удалено" msgstr "%s, Удалено"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo установлено в %s\n" msgstr "Echo установлено в %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify установлено в %s\n" msgstr "Verify установлено в %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify должен быть либо ON, либо OFF\n" msgstr "Verify должен быть либо ON, либо OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Неверный параметр\n" msgstr "Неверный параметр\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8428,31 +8447,31 @@ msgstr ""
" Серийный номер %04x-%04x\n" " Серийный номер %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Метка диска (11 символов, ENTER для ввода пустой метки)?" msgstr "Метка диска (11 символов, ENTER для ввода пустой метки)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH не найден\n" msgstr "PATH не найден\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Нажмите ввод для продолжения: " msgstr "Нажмите ввод для продолжения: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Приглашение командной строки Wine" msgstr "Приглашение командной строки Wine"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "Версия CMD %s\n" msgstr "Версия CMD %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Ещё? " msgstr "Ещё? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Введённая команда слишком длинная.\n" msgstr "Введённая команда слишком длинная.\n"

100
po/sk.po
View File

@ -8123,36 +8123,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8166,6 +8182,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8177,6 +8194,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8187,152 +8205,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Súbor nenájdený" msgstr "Súbor nenájdený"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/sl.po
View File

@ -8226,7 +8226,23 @@ msgstr "VER prikaže različico cmd\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL pokaže oznako nosilca diskovne napreve.\n" msgstr "VOL pokaže oznako nosilca diskovne napreve.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8234,7 +8250,7 @@ msgstr ""
"PUSHD <ime_mape> shrani trenutno mapo v sklad in se nato\n" "PUSHD <ime_mape> shrani trenutno mapo v sklad in se nato\n"
"preseli v navedeno mapo.\n" "preseli v navedeno mapo.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8242,11 +8258,11 @@ msgstr ""
"POPD se preseli iz trenutne mape v mapo, ki je bila nazadnje\n" "POPD se preseli iz trenutne mape v mapo, ki je bila nazadnje\n"
"shranjena z ukazom PUSHD.\n" "shranjena z ukazom PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE prikaže vsebino datotek ali preusmerjenega vnosa v straneh.\n" msgstr "MORE prikaže vsebino datotek ali preusmerjenega vnosa v straneh.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8257,7 +8273,7 @@ msgstr ""
"CHOICE se uporablja predvsem za izgradnjo izberljivega menija v paketni " "CHOICE se uporablja predvsem za izgradnjo izberljivega menija v paketni "
"datoteki.\n" "datoteki.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8266,7 +8282,8 @@ msgstr ""
"sistemu\n" "sistemu\n"
"ali ukazni lupini, iz katere ste priklicali cmd.\n" "ali ukazni lupini, iz katere ste priklicali cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8280,6 +8297,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8291,6 +8309,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8333,41 +8352,41 @@ msgstr ""
"Uporabite HELP <ukaz> za več podrobnosti o kateremkoli od zgoraj navedenih " "Uporabite HELP <ukaz> za več podrobnosti o kateremkoli od zgoraj navedenih "
"ukazov\n" "ukazov\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Ali ste prepričani?" msgstr "Ali ste prepričani?"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "D" msgstr "D"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Povezava datoteke za pripono %s manjka\n" msgstr "Povezava datoteke za pripono %s manjka\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Noben ukaz ni povezan z vrsto datotek '%s'\n" msgstr "Noben ukaz ni povezan z vrsto datotek '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Prepiši %s" msgstr "Prepiši %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Več ..." msgstr "Več ..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Vrstica v paketni datoteki je morda skrajšana. Uporaba:\n" msgstr "Vrstica v paketni datoteki je morda skrajšana. Uporaba:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8375,81 +8394,81 @@ msgstr ""
"Ni še podprto\n" "Ni še podprto\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument manjka\n" msgstr "Argument manjka\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Skladenjska napaka\n" msgstr "Skladenjska napaka\n"
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : datoteke ni mogoče najti\n" msgstr "%s : datoteke ni mogoče najti\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Za ukaz %s pomoč ni na voljo\n" msgstr "Za ukaz %s pomoč ni na voljo\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Cilja ukaza GOTO ni mogoče najti\n" msgstr "Cilja ukaza GOTO ni mogoče najti\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Trenutni datum je %s\n" msgstr "Trenutni datum je %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Trenutni čas je %s\n" msgstr "Trenutni čas je %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Vnesite nov datum:" msgstr "Vnesite nov datum:"
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Vnesite nov čas:" msgstr "Vnesite nov čas:"
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Okoljska spremenljivka %s ni določena\n" msgstr "Okoljska spremenljivka %s ni določena\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Napaka med odpiranjem '%s'\n" msgstr "Napaka med odpiranjem '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Klic paketne oznake zunaj paketnega skripta ni mogoč\n" msgstr "Klic paketne oznake zunaj paketnega skripta ni mogoč\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Izbriši" msgstr "%s, Izbriši"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Odmev je %s\n" msgstr "Odmev je %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Preverjanje je %s\n" msgstr "Preverjanje je %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Vrednost zastavice preverjanja mora biti ON ali OFF\n" msgstr "Vrednost zastavice preverjanja mora biti ON ali OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Napaka parametra\n" msgstr "Napaka parametra\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8459,31 +8478,31 @@ msgstr ""
"Zaporedna št. nosilca je %04x-%04x\n" "Zaporedna št. nosilca je %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Oznaka nosilca (11 znakov, ENTER za brez)?" msgstr "Oznaka nosilca (11 znakov, ENTER za brez)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "POTI ni mogoče najti\n" msgstr "POTI ni mogoče najti\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Za nadaljevanje pritisnite tipko Return: " msgstr "Za nadaljevanje pritisnite tipko Return: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine ukazni poziv" msgstr "Wine ukazni poziv"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "Različica CMD %s\n" msgstr "Različica CMD %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Več? " msgstr "Več? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Vrstica vhoda je predolga.\n" msgstr "Vrstica vhoda je predolga.\n"

View File

@ -8231,36 +8231,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8274,6 +8290,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8285,6 +8302,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8295,152 +8313,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Датотека није пронађена" msgstr "Датотека није пронађена"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Отварање „%s“ датотеке није успело\n" msgstr "Отварање „%s“ датотеке није успело\n"
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

View File

@ -8285,36 +8285,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8328,6 +8344,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8339,6 +8356,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8349,152 +8367,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "Datoteka nije pronađena" msgstr "Datoteka nije pronađena"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Otvaranje „%s“ datoteke nije uspelo\n" msgstr "Otvaranje „%s“ datoteke nije uspelo\n"
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/sv.po
View File

@ -8211,7 +8211,23 @@ msgstr "VER visar körd version av cmd.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL visar namnet på en diskvolym.\n" msgstr "VOL visar namnet på en diskvolym.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8219,19 +8235,19 @@ msgstr ""
"PUSHD <mappnamn> sparar nuvarande sökväg i en stack,\n" "PUSHD <mappnamn> sparar nuvarande sökväg i en stack,\n"
"och ändrar sedan sökvägen till den angivna mappen.\n" "och ändrar sedan sökvägen till den angivna mappen.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "POPD ändrar nuvarande sökväg till den senast angivna i PUSHD.\n" msgstr "POPD ändrar nuvarande sökväg till den senast angivna i PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 ""
"MORE skriver ut filers utskrift eller vidarebefodrade förfrågningar på " "MORE skriver ut filers utskrift eller vidarebefodrade förfrågningar på "
"sidor.\n" "sidor.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8241,7 +8257,7 @@ msgstr ""
"trycker ner en tangent från en valbar lista.\n" "trycker ner en tangent från en valbar lista.\n"
"CHOICE används främst för att skapa menyval i batchfiler.\n" "CHOICE används främst för att skapa menyval i batchfiler.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8249,7 +8265,8 @@ msgstr ""
"EXIT avslutar cmd och skickar tillbaks användaren till\n" "EXIT avslutar cmd och skickar tillbaks användaren till\n"
"operativsystemet eller skalet som cmd startades ifrån.\n" "operativsystemet eller skalet som cmd startades ifrån.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8263,6 +8280,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8274,6 +8292,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8315,41 +8334,41 @@ msgstr ""
"\n" "\n"
"Skriv HELP <command> för mer information om något av kommandona ovanför\n" "Skriv HELP <command> för mer information om något av kommandona ovanför\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Är du säker?" msgstr "Är du säker?"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "J" msgstr "J"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Det finns ingen filassociation för detta filformat %s\n" msgstr "Det finns ingen filassociation för detta filformat %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Ingen kommando förknippat med filtyp '%s'\n" msgstr "Ingen kommando förknippat med filtyp '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Skriva över %s" msgstr "Skriva över %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Mer..." msgstr "Mer..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "En rad i batch möjligtvis trunkerad. Använder:\n" msgstr "En rad i batch möjligtvis trunkerad. Använder:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8357,80 +8376,80 @@ msgstr ""
"Ännu ej implementerat\n" "Ännu ej implementerat\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument saknas\n" msgstr "Argument saknas\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntaxfel\n" msgstr "Syntaxfel\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : kunde inte hitta filen\n" msgstr "%s : kunde inte hitta filen\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Ingen hjälp tillgänglig för %s\n" msgstr "Ingen hjälp tillgänglig för %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Mål för GOTO ej funnet\n" msgstr "Mål för GOTO ej funnet\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Dagens datum är %s\n" msgstr "Dagens datum är %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Tiden är %s\n" msgstr "Tiden är %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Skriv nytt datum: " msgstr "Skriv nytt datum: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Skriv in den nya tiden: " msgstr "Skriv in den nya tiden: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Miljövariabeln %s ej definierad\n" msgstr "Miljövariabeln %s ej definierad\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Misslyckades med att öppna '%s'\n" msgstr "Misslyckades med att öppna '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Går ej att anropa en batchetikett utanför ett batchskript\n" msgstr "Går ej att anropa en batchetikett utanför ett batchskript\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, ta bort" msgstr "%s, ta bort"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Ekot är %s\n" msgstr "Ekot är %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verifiera blev %s\n" msgstr "Verifiera blev %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verifiera måste vara ON (på) eller OFF (av)\n" msgstr "Verifiera måste vara ON (på) eller OFF (av)\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameterfel\n" msgstr "Parameterfel\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8439,31 +8458,31 @@ msgstr ""
"Diskvolymen på hårddisk %c är %s\n" "Diskvolymen på hårddisk %c är %s\n"
"Diskvolymens serienummer är %04x-%04x\n" "Diskvolymens serienummer är %04x-%04x\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Diskvolymens namn (11 karaktärer, tryck enter för inget)?" msgstr "Diskvolymens namn (11 karaktärer, tryck enter för inget)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "Sökväg ej funnen\n" msgstr "Sökväg ej funnen\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Tryck enter för att fortsätta: " msgstr "Tryck enter för att fortsätta: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine kommandoprompt" msgstr "Wine kommandoprompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Mer? " msgstr "Mer? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Inmatningen är för lång.\n" msgstr "Inmatningen är för lång.\n"

100
po/te.po
View File

@ -7829,36 +7829,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7872,6 +7888,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7883,6 +7900,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7893,151 +7911,151 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

100
po/th.po
View File

@ -7974,36 +7974,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8017,6 +8033,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8028,6 +8045,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8038,152 +8056,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "ไม่พบแฟ้ม" msgstr "ไม่พบแฟ้ม"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

101
po/tr.po
View File

@ -8582,7 +8582,23 @@ msgstr "VER kullandığınız cmd sürümünü gösterir\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL hakkında yardım\n" msgstr "VOL hakkında yardım\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8590,7 +8606,7 @@ msgstr ""
"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"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8598,18 +8614,18 @@ msgstr ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE displays output of files or piped input in pages.\n" msgstr "MORE displays output of files or piped input in pages.\n"
#: cmd.rc:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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"
@ -8617,7 +8633,8 @@ msgstr ""
"EXIT geçerli komut oturumunu sonlandırır ve cmd'yi çağırdığınız\n" "EXIT geçerli komut oturumunu sonlandırır ve cmd'yi çağırdığınız\n"
"yerden işletim sistemine döner.\n" "yerden işletim sistemine döner.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8631,6 +8648,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8642,6 +8660,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8682,41 +8701,41 @@ msgstr ""
"\n" "\n"
"Yukarıdaki komutlar hakkında daha fazla bilgi için HELP <komut> girin\n" "Yukarıdaki komutlar hakkında daha fazla bilgi için HELP <komut> girin\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Are you sure" msgstr "Are you sure"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "File association missing for extension %s\n" msgstr "File association missing for extension %s\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "No open command associated with file type '%s'\n" msgstr "No open command associated with file type '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Overwrite %s" msgstr "Overwrite %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "More..." msgstr "More..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Line in Batch processing possibly truncated. Using:\n" msgstr "Line in Batch processing possibly truncated. Using:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8724,81 +8743,81 @@ msgstr ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Argument missing\n" msgstr "Argument missing\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Syntax error\n" msgstr "Syntax error\n"
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : File Not Found\n" msgstr "%s : File Not Found\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "No help available for %s\n" msgstr "No help available for %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Target to GOTO not found\n" msgstr "Target to GOTO not found\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Current Date is %s\n" msgstr "Current Date is %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Current Time is %s\n" msgstr "Current Time is %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Enter new date: " msgstr "Enter new date: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Enter new time: " msgstr "Enter new time: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Environment variable %s not defined\n" msgstr "Environment variable %s not defined\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Failed to open '%s'\n" msgstr "Failed to open '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Cannot call batch label outside of a batch script\n" msgstr "Cannot call batch label outside of a batch script\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Delete" msgstr "%s, Delete"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo is %s\n" msgstr "Echo is %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify is %s\n" msgstr "Verify is %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify must be ON or OFF\n" msgstr "Verify must be ON or OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Parameter error\n" msgstr "Parameter error\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8808,31 +8827,31 @@ msgstr ""
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Volume label (11 characters, ENTER for none)?" msgstr "Volume label (11 characters, ENTER for none)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH not found\n" msgstr "PATH not found\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Press Return key to continue: " msgstr "Press Return key to continue: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Wine Command Prompt" msgstr "Wine Command Prompt"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "CMD Version %s\n" msgstr "CMD Version %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "More? " msgstr "More? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "The input line is too long.\n" msgstr "The input line is too long.\n"

101
po/uk.po
View File

@ -8187,7 +8187,23 @@ msgstr "VER відображає версію запущеного cmd.\n"
msgid "VOL shows the volume label of a disk device.\n" msgid "VOL shows the volume label of a disk device.\n"
msgstr "VOL відображає мітку тому дискового пристрою.\n" msgstr "VOL відображає мітку тому дискового пристрою.\n"
#: cmd.rc:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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"
@ -8195,7 +8211,7 @@ msgstr ""
"PUSHD <ім'я_теки> зберігає поточну теку в стек,\n" "PUSHD <ім'я_теки> зберігає поточну теку в стек,\n"
"а потім змінює поточну теку на вказану.\n" "а потім змінює поточну теку на вказану.\n"
#: cmd.rc:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
@ -8203,11 +8219,11 @@ msgstr ""
"POPD змінює поточну теку на останню збережену\n" "POPD змінює поточну теку на останню збережену\n"
"командою PUSHD.\n" "командою PUSHD.\n"
#: cmd.rc:214 #: cmd.rc:226
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 "MORE відображає вміст файлів чи каналів сторінками.\n" msgstr "MORE відображає вміст файлів чи каналів сторінками.\n"
#: cmd.rc:218 #: cmd.rc:230
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"
@ -8218,7 +8234,7 @@ msgstr ""
"CHOICE переважно використовується для побудови меню вибору в пакетному " "CHOICE переважно використовується для побудови меню вибору в пакетному "
"файлі.\n" "файлі.\n"
#: cmd.rc:222 #: cmd.rc:234
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"
@ -8226,7 +8242,8 @@ msgstr ""
"EXIT завершує поточну сесію командного рядка та повертає вас\n" "EXIT завершує поточну сесію командного рядка та повертає вас\n"
"до операційної системи чи оболонки, з якої ви запустили cmd.\n" "до операційної системи чи оболонки, з якої ви запустили cmd.\n"
#: cmd.rc:253 #: cmd.rc:267
#, fuzzy
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8240,6 +8257,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8251,6 +8269,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8291,41 +8310,41 @@ msgstr ""
"\n" "\n"
"Введіть HELP <команда> для детальнішої інформації про вищенаведені команди\n" "Введіть HELP <команда> для детальнішої інформації про вищенаведені команди\n"
#: cmd.rc:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "Ви впевнені" msgstr "Ви впевнені"
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "Y" msgstr "Y"
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "N" msgstr "N"
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "Файлова асоціація для розширення %s втрачена\n" msgstr "Файлова асоціація для розширення %s втрачена\n"
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "Немає команди відкриття, асоційованої з файловим типом '%s'\n" msgstr "Немає команди відкриття, асоційованої з файловим типом '%s'\n"
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "Перезаписати %s" msgstr "Перезаписати %s"
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "Більше..." msgstr "Більше..."
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "Рядок в обробці Пакету мабуть урізаний. Використовую:\n" msgstr "Рядок в обробці Пакету мабуть урізаний. Використовую:\n"
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
@ -8333,80 +8352,80 @@ msgstr ""
"Ще не реалізовано\n" "Ще не реалізовано\n"
"\n" "\n"
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "Відсутній аргумент\n" msgstr "Відсутній аргумент\n"
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "Синтаксична помилка\n" msgstr "Синтаксична помилка\n"
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "%s : Файл не знайдено\n" msgstr "%s : Файл не знайдено\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "Немає довідки для %s\n" msgstr "Немає довідки для %s\n"
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "Не знайдена ціль для GOTO\n" msgstr "Не знайдена ціль для GOTO\n"
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "Поточна дата: %s\n" msgstr "Поточна дата: %s\n"
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "Поточний час: %s\n" msgstr "Поточний час: %s\n"
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "Введіть нову дату: " msgstr "Введіть нову дату: "
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "Введіть новий час: " msgstr "Введіть новий час: "
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "Змінна оточення %s не визначена\n" msgstr "Змінна оточення %s не визначена\n"
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "Не вдалось відкрити '%s'\n" msgstr "Не вдалось відкрити '%s'\n"
#: cmd.rc:275 #: cmd.rc:289
msgid "Cannot call batch label outside of a batch script\n" msgid "Cannot call batch label outside of a batch script\n"
msgstr "Не можу викликати мітку пакету за межами пакетного скрипта\n" msgstr "Не можу викликати мітку пакету за межами пакетного скрипта\n"
#: cmd.rc:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "A" msgstr "A"
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "%s, Видалити" msgstr "%s, Видалити"
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "Echo зараз %s\n" msgstr "Echo зараз %s\n"
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "Verify зараз %s\n" msgstr "Verify зараз %s\n"
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "Verify повинен бути ON чи OFF\n" msgstr "Verify повинен бути ON чи OFF\n"
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "Помилка параметру\n" msgstr "Помилка параметру\n"
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
@ -8416,31 +8435,31 @@ msgstr ""
"Серійний номер диску: %04x-%04x\n" "Серійний номер диску: %04x-%04x\n"
"\n" "\n"
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "Мітка диску (11 символів, ENTER - без мітки)?" msgstr "Мітка диску (11 символів, ENTER - без мітки)?"
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "PATH не знайдено\n" msgstr "PATH не знайдено\n"
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "Натисніть Enter для продовження: " msgstr "Натисніть Enter для продовження: "
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "Командний рядок Wine" msgstr "Командний рядок Wine"
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "Версія CMD %s\n" msgstr "Версія CMD %s\n"
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "Більше? " msgstr "Більше? "
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "Введений рядок задовгий.\n" msgstr "Введений рядок задовгий.\n"

100
po/wa.po
View File

@ -7939,36 +7939,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7982,6 +7998,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7993,6 +8010,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8003,152 +8021,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "'%s' pout nén esse trové." msgstr "'%s' pout nén esse trové."
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

View File

@ -7805,36 +7805,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -7848,6 +7864,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -7859,6 +7876,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -7869,151 +7887,151 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "" msgstr ""
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

View File

@ -8219,36 +8219,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8262,6 +8278,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8273,6 +8290,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8283,151 +8301,151 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "找不到文件\n" msgstr "找不到文件\n"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

View File

@ -8276,36 +8276,52 @@ msgstr ""
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:209 #: cmd.rc:210
msgid ""
"ENDLOCAL ends localization of environment changes in a batch file\n"
"which were introduced by a preceding SETLOCAL.\n"
msgstr ""
#: cmd.rc:218
msgid ""
"SETLOCAL starts localization of environment changes in a batch file.\n"
"\n"
"Environment changes done after a SETLOCAL are local to the batch file, and\n"
"are preserved until the next ENDLOCAL is encountered (or at the end of the\n"
"file, whichever comes first), at which point the previous environment\n"
"settings are restored.\n"
msgstr ""
#: cmd.rc:221
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:212 #: cmd.rc:224
msgid "" msgid ""
"POPD changes current directory to the last one saved with\n" "POPD changes current directory to the last one saved with\n"
"PUSHD.\n" "PUSHD.\n"
msgstr "" msgstr ""
#: cmd.rc:214 #: cmd.rc:226
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:218 #: cmd.rc:230
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:222 #: cmd.rc:234
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:253 #: cmd.rc:267
msgid "" msgid ""
"CMD built-in commands are:\n" "CMD built-in commands are:\n"
"ATTRIB\t\tShow or change DOS file attributes\n" "ATTRIB\t\tShow or change DOS file attributes\n"
@ -8319,6 +8335,7 @@ msgid ""
"DEL (ERASE)\tDelete a file or set of files\n" "DEL (ERASE)\tDelete a file or set of files\n"
"DIR\t\tList the contents of a directory\n" "DIR\t\tList the contents of a directory\n"
"ECHO\t\tCopy text directly to the console output\n" "ECHO\t\tCopy text directly to the console output\n"
"ENDLOCAL\tEnd localization of environment changes in a batch file\n"
"HELP\t\tShow brief help details on a topic\n" "HELP\t\tShow brief help details on a topic\n"
"MD (MKDIR)\tCreate a subdirectory\n" "MD (MKDIR)\tCreate a subdirectory\n"
"MORE\t\tDisplay output in pages\n" "MORE\t\tDisplay output in pages\n"
@ -8330,6 +8347,7 @@ msgid ""
"REN (RENAME)\tRename a file\n" "REN (RENAME)\tRename a file\n"
"RD (RMDIR)\tDelete a subdirectory\n" "RD (RMDIR)\tDelete a subdirectory\n"
"SET\t\tSet or show environment variables\n" "SET\t\tSet or show environment variables\n"
"SETLOCAL\tStart localization of environment changes in a batch file\n"
"TIME\t\tSet or show the current system time\n" "TIME\t\tSet or show the current system time\n"
"TITLE\t\tSet the window title for the CMD session\n" "TITLE\t\tSet the window title for the CMD session\n"
"TYPE\t\tType the contents of a text file\n" "TYPE\t\tType the contents of a text file\n"
@ -8340,152 +8358,152 @@ 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:255 #: cmd.rc:269
msgid "Are you sure" msgid "Are you sure"
msgstr "" msgstr ""
#: cmd.rc:256 xcopy.rc:40 #: cmd.rc:270 xcopy.rc:40
msgctxt "Yes key" msgctxt "Yes key"
msgid "Y" msgid "Y"
msgstr "" msgstr ""
#: cmd.rc:257 xcopy.rc:41 #: cmd.rc:271 xcopy.rc:41
msgctxt "No key" msgctxt "No key"
msgid "N" msgid "N"
msgstr "" msgstr ""
#: cmd.rc:258 #: cmd.rc:272
msgid "File association missing for extension %s\n" msgid "File association missing for extension %s\n"
msgstr "" msgstr ""
#: cmd.rc:259 #: cmd.rc:273
msgid "No open command associated with file type '%s'\n" msgid "No open command associated with file type '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:260 #: cmd.rc:274
msgid "Overwrite %s" msgid "Overwrite %s"
msgstr "" msgstr ""
#: cmd.rc:261 #: cmd.rc:275
msgid "More..." msgid "More..."
msgstr "" msgstr ""
#: cmd.rc:262 #: cmd.rc:276
msgid "Line in Batch processing possibly truncated. Using:\n" msgid "Line in Batch processing possibly truncated. Using:\n"
msgstr "" msgstr ""
#: cmd.rc:263 #: cmd.rc:277
msgid "" msgid ""
"Not Yet Implemented\n" "Not Yet Implemented\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:264 #: cmd.rc:278
msgid "Argument missing\n" msgid "Argument missing\n"
msgstr "" msgstr ""
#: cmd.rc:265 #: cmd.rc:279
msgid "Syntax error\n" msgid "Syntax error\n"
msgstr "" msgstr ""
#: cmd.rc:266 #: cmd.rc:280
#, fuzzy #, fuzzy
msgid "%s: File Not Found\n" msgid "%s: File Not Found\n"
msgstr "找不到檔案" msgstr "找不到檔案"
#: cmd.rc:267 #: cmd.rc:281
msgid "No help available for %s\n" msgid "No help available for %s\n"
msgstr "" msgstr ""
#: cmd.rc:268 #: cmd.rc:282
msgid "Target to GOTO not found\n" msgid "Target to GOTO not found\n"
msgstr "" msgstr ""
#: cmd.rc:269 #: cmd.rc:283
msgid "Current Date is %s\n" msgid "Current Date is %s\n"
msgstr "" msgstr ""
#: cmd.rc:270 #: cmd.rc:284
msgid "Current Time is %s\n" msgid "Current Time is %s\n"
msgstr "" msgstr ""
#: cmd.rc:271 #: cmd.rc:285
msgid "Enter new date: " msgid "Enter new date: "
msgstr "" msgstr ""
#: cmd.rc:272 #: cmd.rc:286
msgid "Enter new time: " msgid "Enter new time: "
msgstr "" msgstr ""
#: cmd.rc:273 #: cmd.rc:287
msgid "Environment variable %s not defined\n" msgid "Environment variable %s not defined\n"
msgstr "" msgstr ""
#: cmd.rc:274 xcopy.rc:38 #: cmd.rc:288 xcopy.rc:38
msgid "Failed to open '%s'\n" msgid "Failed to open '%s'\n"
msgstr "" msgstr ""
#: cmd.rc:275 #: cmd.rc:289
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:276 xcopy.rc:42 #: cmd.rc:290 xcopy.rc:42
msgctxt "All key" msgctxt "All key"
msgid "A" msgid "A"
msgstr "" msgstr ""
#: cmd.rc:277 #: cmd.rc:291
msgid "%s, Delete" msgid "%s, Delete"
msgstr "" msgstr ""
#: cmd.rc:278 #: cmd.rc:292
msgid "Echo is %s\n" msgid "Echo is %s\n"
msgstr "" msgstr ""
#: cmd.rc:279 #: cmd.rc:293
msgid "Verify is %s\n" msgid "Verify is %s\n"
msgstr "" msgstr ""
#: cmd.rc:280 #: cmd.rc:294
msgid "Verify must be ON or OFF\n" msgid "Verify must be ON or OFF\n"
msgstr "" msgstr ""
#: cmd.rc:281 #: cmd.rc:295
msgid "Parameter error\n" msgid "Parameter error\n"
msgstr "" msgstr ""
#: cmd.rc:282 #: cmd.rc:296
msgid "" msgid ""
"Volume in drive %c is %s\n" "Volume in drive %c is %s\n"
"Volume Serial Number is %04x-%04x\n" "Volume Serial Number is %04x-%04x\n"
"\n" "\n"
msgstr "" msgstr ""
#: cmd.rc:283 #: cmd.rc:297
msgid "Volume label (11 characters, ENTER for none)?" msgid "Volume label (11 characters, ENTER for none)?"
msgstr "" msgstr ""
#: cmd.rc:284 #: cmd.rc:298
msgid "PATH not found\n" msgid "PATH not found\n"
msgstr "" msgstr ""
#: cmd.rc:285 #: cmd.rc:299
msgid "Press Return key to continue: " msgid "Press Return key to continue: "
msgstr "" msgstr ""
#: cmd.rc:286 #: cmd.rc:300
msgid "Wine Command Prompt" msgid "Wine Command Prompt"
msgstr "" msgstr ""
#: cmd.rc:287 #: cmd.rc:301
msgid "CMD Version %s\n" msgid "CMD Version %s\n"
msgstr "" msgstr ""
#: cmd.rc:288 #: cmd.rc:302
msgid "More? " msgid "More? "
msgstr "" msgstr ""
#: cmd.rc:289 #: cmd.rc:303
msgid "The input line is too long.\n" msgid "The input line is too long.\n"
msgstr "" msgstr ""

View File

@ -205,6 +205,18 @@ The verify flag has no function in Wine.\n"
WCMD_VOL, "VOL shows the volume label of a disk device.\n" WCMD_VOL, "VOL shows the volume label of a disk device.\n"
WCMD_ENDLOCAL,
"ENDLOCAL ends localization of environment changes in a batch file\n\
which were introduced by a preceding SETLOCAL.\n"
WCMD_SETLOCAL,
"SETLOCAL starts localization of environment changes in a batch file.\n\
\n\
Environment changes done after a SETLOCAL are local to the batch file, and\n\
are preserved until the next ENDLOCAL is encountered (or at the end of the\n\
file, whichever comes first), at which point the previous environment\n\
settings are restored.\n"
WCMD_PUSHD, "PUSHD <directoryname> saves the current directory onto a\n\ WCMD_PUSHD, "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"
@ -233,6 +245,7 @@ DATE\t\tShow or change the system date\n\
DEL (ERASE)\tDelete a file or set of files\n\ DEL (ERASE)\tDelete a file or set of files\n\
DIR\t\tList the contents of a directory\n\ DIR\t\tList the contents of a directory\n\
ECHO\t\tCopy text directly to the console output\n\ ECHO\t\tCopy text directly to the console output\n\
ENDLOCAL\tEnd localization of environment changes in a batch file\n\
HELP\t\tShow brief help details on a topic\n\ HELP\t\tShow brief help details on a topic\n\
MD (MKDIR)\tCreate a subdirectory\n\ MD (MKDIR)\tCreate a subdirectory\n\
MORE\t\tDisplay output in pages\n\ MORE\t\tDisplay output in pages\n\
@ -244,6 +257,7 @@ PUSHD\t\tChanges to a new directory, saving the current one\n\
REN (RENAME)\tRename a file\n\ REN (RENAME)\tRename a file\n\
RD (RMDIR)\tDelete a subdirectory\n\ RD (RMDIR)\tDelete a subdirectory\n\
SET\t\tSet or show environment variables\n\ SET\t\tSet or show environment variables\n\
SETLOCAL\tStart localization of environment changes in a batch file\n\
TIME\t\tSet or show the current system time\n\ TIME\t\tSet or show the current system time\n\
TITLE\t\tSet the window title for the CMD session\n\ TITLE\t\tSet the window title for the CMD session\n\
TYPE\t\tType the contents of a text file\n\ TYPE\t\tType the contents of a text file\n\