MZP@ !L!This program must be run under Win32 $7PELC# @0.text `.data@.rsrc @@E[3( hE[3F  8 P h (@Xp&?@BEFG0HHI`RxSTXY[\] ^8_P`habcdefgk(q@Xp  0 H ` x        8 E[3&P h   * N l   ( @ ,X Zp r    * V t 0 H ` x  @ j     8 *P Nh p    E[3 E[3  E[3 E[3 E[3 (E[3 8E[3 HE[3 XE[3 hE[3 xE[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 (E[3 8E[3 HE[3 XE[3 hE[3 xE[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 (E[3 8E[3 HE[3 XE[3 hE[3 xE[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 (E[3 8E[3 HE[3 XE[3 hE[3 xE[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 E[3 (E[3 8E[3 HE[3XE[3hE[3xE[3E[3E[3E[3E[3E[3E[3E[3E[3E[3E[3(E[38E[3HE[3XE[3hE[3xE[3E[3E[3E[3E[3E[3E[3E[3E[3E[3E[3(E[38E[3HE[3XE[3hE[3xE[3E[3E[3E[3  *D0uly.}l6.HP^TPЪ$ Zܺؾf@zX,@4KH xSLTXtt` pnXv}NpءHX| `lpܸкt8| HJ0H T@HPxx $hP>HX^P6 P$d* L4Y<(LIt\ (fMxxdp D[8 v&-N/NW _@r* ~ Kxq@PY!%@sXIV`` h0DVCLAL TABOUTDIALOG TBANNERDIALOGTCLEANUPDIALOGTCOMBOINPUTDIALOGTCONSOLEDIALOG TCOPYDIALOGTCOPYPARAMCUSTOMDIALOGTCOPYPARAMPRESETDIALOGTCOPYPARAMSFRAMETCUSTOMCOMMANDDIALOGTCUSTOMSCPEXPLORERFORM TEDITORFORMTEDITORPREFERENCESDIALOGTFILESYSTEMINFODIALOGTFULLSYNCHRONIZEDIALOGTGENERALSETTINGSFRAMETIMPORTSESSIONSDIALOGTLICENCEDIALOGTLOCATIONPROFILESDIALOGTLOGFORM TLOGGINGFRAME TLOGINDIALOGTNONVISUALDATAMODULETOPENDIRECTORYDIALOGTOPERATIONSTATUSFORMTPASSWORDDIALOGTPREFERENCESDIALOG TPROGRESSFORMTPROPERTIESDIALOGTRIGHTSEXTFRAME TRIGHTSFRAMETSCPCOMMANDERFORMTSCPEXPLORERFORMTSELECTMASKDIALOGTSYMLINKDIALOGTSYNCHRONIZEDIALOGTSYNCHRONIZEPROGRESSFORM[The server's host key was not found in the cache. You have no guarantee that the server is the computer you think it is. The server's %s key fingerprint is: %s If you trust this host, press Yes. To connect without adding host key to the cache, press No. To abandon the connection press Cancel. Continue connecting and add host key to the cache?SWARNING - POTENTIAL SECURITY BREACH! The server's host key does not match the one WinSCP has is cache. This means that either the server administrator has changed the host key, or you have actually connected to another computer pretending to be the server. The new %s key fingerprint is: %s If you were expecting this change and trust the new key, press Yes to update cache and continue connecting. If you want to carry on connecting but without updating the cache, press No. If you want to abandon the connection completely, press Cancel. Pressing Cancel is the ONLY guaranteed safe choice. You are loading an SSH-2 private key which has an old version of the file format. This means your key file is not fully tamperproof. We recommend you convert your key to the new format. You can perform this conversion by loading the key into PuTTYgen and then saving it again.help [ <command> [ <command2> ... ] ] Displays list of commands when no parameters are specified. Displays help for each command when some are specified. alias: man examples: help help ls Dexit Closes all sessions and terminates the program. alias: bye Copen <stored session> open [ sftp|scp:// ][ <user> [ :password ] @ ] <host> [ :<port> ] Establishes connection to given host. Use either name of the stored session or specify host, username, port and protocol directly. examples: open open sftp://martin@example.com:2222 open martin@example.com open example.com close [ <session> ] Closes session specified by its number. When session number is not specified, closes currently selected session. examples: close close 1 session [ <session> ] Makes session specified by its number active. When session number is not specified, lists connected sessions. examples: session session 1 Bpwd Prints current remote working directory for active session. cd [ <directory> ] Changes remote working directory for active session. If directory is not specified, changes to home directory. examples: cd /home/martin cd 3ls [ <directory> ]/[ <wildcard> ] Lists the contents of specified remote directory. If directory is not specified, lists working directory. When wildcard is specified, it is treated as set of files to list. Otherwise, all files are listed. alias: dir examples: ls ls *.html ls /home/martin Hlpwd Prints current local working directory (valid for all sessions). Xlcd <directory> Changes local working directory for all sessions. examples: lcd d:\ lls [ <directory> ]\[ <wildcard> ] Lists the contents of specified local directory. If directory is not specified, lists working directory. When wildcard is specified, it is treated as set of files to list. Otherwise, all files are listed. examples: lls lls *.html lls d:\ rm <file> [ <file2> ... ] Removes one or more remote files. If remote recycle bin is configured, moves file to the bin instead of deleting it. Filename can be replaced with wildcard to select multiple files. examples: rm index.html rm index.html about.html rm *.html rmdir <directory> [ <directory2> ... ] Removes one or more remote directories. If remote recycle bin is configured, moves directory to the bin instead of deleting it. examples: rmdir public_html mv <file> [ <file2> ... ] [ <directory>/ ][ <newname> ] Moves or renames one or more remote files. Destination directory or new name or both must be specified. Destination directory must end with slash. Operation mask can be used instead of new name. Filename can be replaced with wildcard to select multiple files. alias: rename examples: mv index.html public_html/ mv index.html about.* mv index.html public_html/about.* mv public_html/index.html public_html/about.html /home/martin/*.bak mv *.html /home/backup/*.bak <chmod <mode> <file> [ <file2> ... ] Changes permissions of one or more remote files. Mode can be specified as three or four-digit octal number. Filename can be replaced with wildcard to select multiple files. examples: chmod 644 index.html about.html chmod 1700 /home/martin/public_html chmod 644 *.html mln <target> <symlink> Creates remote symlink. alias: symlink examples: ln /home/martin/public_html www Lmkdir <directory> Creates remote directory. examples: mkdir public_html get <file> [ [ <file2> ... ] <directory>\[ <newname> ] ] Downloads one or more files from remote directory to local directory. If only one parameter is specified downloads the file to local working directory. If more parameters are specified, all except the last one specify set of files to download. The last parameter specifies target local directory and optionally operation mask to store file(s) under different name. Destination directory must end with backslash. Filename can be replaced with wildcard to select multiple files. To download more files to current working directory use '.\' as the last parameter. Use 'option' command to set transfer options. alias: recv effective options: transfer, confirm, exclude, include examples: get index.html get index.html about.html .\ get index.html about.html d:\www\ get public_html/index.html d:\www\about.* get *.html *.png d:\www\*.bak put <file> [ [ <file2> ... ] <directory>/[ <newname> ] ] Uploads one or more files from local directory to remote directory. If only one parameter is specified uploads the file to remote working directory. If more parameters are specified, all except the last one specify set of files to upload. The last parameter specifies target remote directory and optionally operation mask to store file(s) under different name. Destination directory must end with slash. Filename can be replaced with wildcard to select multiple files. To upload more files to current working directory use './' as the last parameter. Use 'option' command to set transfer options. alias: send effective options: transfer, confirm, exclude, include examples: put index.html put index.html about.html ./ put index.html about.html /home/martin/public_html/ put d:\www\index.html about.* put *.html *.png /home/martin/backup/*.bak option [ <option> [ <value> ] ] If no parameters are specified, lists all script options and their values. When one parameter is specified only, shows value of the option. When two parameters are specified sets value of the option. Initial values of some options are taken from application configuration, however modifing the options does not change the application configuration. options are: batch on|off|abort Toggles batch mode (all prompts are automatically replied negatively). When 'on', it is recommended to set 'confirm' to 'off' to allow overwrites. With 'abort' script is aboted when any error occurs. Commands affected: nearly all confirm on|off Toggles confirmations (overwrite, etc.). Commands affected: get, put transfer binary|ascii|automatic Transfer mode: binary, ascii (text), automatic (by extension). Commands affected: get, put, synchronize, keepuptodate synchdelete on|off Should obsolete files be deleted during synchronisation? Commands affected: synchronize, keepuptodate exclude clear | <mask> [ ; <mask2> ... ] include clear | <mask> [ ; <mask2> ... ] Sets exclusion or inclusion masks (only one can be set at time). Directories are affected too (*/ matches all directories). Commands affected: get, put, synchronize, keepuptodate aliases: ascii = option transfer ascii binary = option transfer binary examples: option option transfer option confirm off option include "*.html; */" synchronize local|remote|both [ <local directory> [ <remote directory> ] ] When the first parameter is 'local' synchronises local directory with remote one. When the first parameter is 'remote' synchronises remote directory with local one. When the first parameter is 'both' synchronises directories one against the other. When directories are not specified, current working directories are synchronized. Obsolete files are deleted, if option 'synchdelete' is on. Note: Overwrite confirmations are always off for the command. effective options: transfer, synchdelete, exclude, include examples: synchronize remote synchronize both d:\www /home/martin/public_html keepuptodate [ <local directory> [ <remote directory> ] ] Watches for changes in local directory and reflects them on remote one. When directories are not specified, current working directories are synchronized. To stop watching for changes press Ctrl-C. Obsolete files are deleted, if option 'synchdelete' is on. Note: Overwrite confirmations are always off for the command. effective options: transfer, synchdelete, exclude, include examples: keepuptodate keepuptodate d:\www /home/martin/public_html call <command> Executes arbitrary remote shell command. If current session does not allow execution of arbitrary remote command separate shell session will be automatically opened. The command must not require user input. aliases: ! examples: call touch index.html CORE_ERRORHost key wasn't verified!Connection failed.Terminated by user.Lost connection.!Can't detect command return code.=Command '%s' failed with return code %d and error message %s.#Command failed with return code %d.-Command '%s' failed with invalid output '%s'./Error getting name of current remote directory.oError skipping startup message. Your shell is probably incompatible with the application (BASH is recommended).!Error changing directory to '%s'.Error listing directory '%s'.'Unexpected directory listing line '%s'.Invalid rights description '%s'(Error cleaning up general configuration."Error cleaning up stored sessions.#Error cleaning up random seed file.#Error cleaning up cached host keys.@Error detecting variable containing return code of last command.Error looking up user groups.#File or folder '%s' does not exist."Can't get attributes of file '%s'.Can't open file '%s'.Error reading file '%s'.!Copying file '%s' fatally failed.$Copying files to remote side failed.&Copying files from remote side failed.&SCP protocol error: Unexpected newline'SCP protocol error: Illegal time format3SCP protocol error: Invalid control record (%s; %s)Copying file '%s' failed.2SCP protocol error: Illegal file descriptor format'%s' is not folder!Error creating folder '%s'.Can't create file '%s'.Error writting to file '%s'"Can't set attributes of file '%s'.-Received error message from remote side: '%s'Error deleting file '%s'.3Error occured during logging. It's been turned off.Can't open log file '%s'.!Error renaming file '%s' to '%s'.#File with name '%s' already exists.(Directory with name '%s' already exists.+Error changing directory to home directory.Error clearing all aliases.0Error aliasing LS command to display file group.'Error clearing national user variables. Unexpected input from server: %sError cleaning up INI file.ISecurity violation: remote host attempted to write to a '.' or '..' path!5Authentication log (see session log for details): %s Authentication failed.(Connection has been unexpectedly closed.Error saving key to file '%s'.#Server sent command exit status %d.<SFTP protocol violation: Invalid response message type (%d).NVersion of SFTP server (%d) is not supported. Supported versions are %d to %d.ASFTP protocol violation: Invalid message number %d (expected %d).Unexpected OK response.Unexpected EOF response.No such file or directory.Permission denied.:General failure (server should provide error description).ABad message (badly formatted packet or protocol incompatibility).No connection.Connection lost.*The server does not support the operation.C%s Error code: %d Error message from server: %s %s Request code: %dUnknown status code.Error reading symlink '%s'.1Server returned empty listing for directory '%s'.;Received SSH_FXP_NAME packet with zero or multiple records.Cannot get real path for '%s'.&Cannot change properties of file '%s'.CCannot initialize SFTP protocol. Is the host running a SFTP server? Cannot read timezone informationCannot create remote file '%s'.Cannot open remote file '%s'.Cannot close remote file '%s'.'%s' is not file!Transfer was succesfully finished, but temporary transfer file '%s' could not be renamed to target file name '%s'. If the problem persists, you may try to turn off transfer resume support.Cannot create link '%s'.Invalid command '%s'.None-'%s' is not valid permission in octal format.6Server requires unsupported end-of-line sequence (%s).Unknown file type (%d)Invalid handle.+The file path does not exist or is invalid.File already exists.@The file is on read-only media, or the media is write protected.)There is no media available in the drive.Error decoding UTF-8 string.1Error executing custom command '%s' on file '%s'.Cannot load locale %d.3Received incomplete data packet before end of file.)Error calculating size of directory '%s'.IReceived too large (%d B) SFTP packet. Max supported packet size is %d B.Cannot execute SCP to start transfer. Please make sure that SCP is installed on the server and path to it is included in PATH. You may also try SFTP instead of SCP./Location Profile with name '%s' already exists.Error moving file '%s' to '%s'.{%s The error is typically caused by message printed from startup script (like .profile). The message may start with "%s".Upload of file '%s' was successful, but error occurred while setting the permissions and/or timestamp. If the problem persists, turn off 'Set permissions' and/or 'Preserve timestamp' option.Invalid access to memory)There is no free space on the filesystem.NOperation cannot be completed because it would exceed the users storage quota.(Principal (%s) is unknown to the server. Error copying file '%s' to '%s'.)Unterminated pattern '%s' starting at %d.$Unknown pattern '%s' starting at %d.ZCannot combine file name pattern (starting at %d) with file list pattern (starting at %d).Unknown command '%s'.0Ambiguous command '%s'. Possible matches are: %s#Missing parameter for command '%s'.%Too many parameters for command '%s'.!Session named '%s' doesn't exist. No session.Invalid session number '%s'.Unknown option '%s'."Unknown value '%s' of option '%s'.'Cannot determine status of socket (%d).Error deleting file '%s'. Before resumable file upload the existing destination file must be deleted. If you do not have permissions to delete file destination file, you need to disable resumable file transfers.(Error decoding SFTP packet (%d, %d, %d).,Invalid name '%s'. Name cannot contain '%s'.DThe file could not be opened because it is locked by another processThe directory is not empty.&The specified file is not a directory.The filename is not valid.$Too many symbolic links encountered.The file cannot be deleted.[On of the parameters was out of range, or the parameters specified cannot be used together.PThe specifed file was a directory in a context where a directory cannot be used.Byte range lock conflict.Byte range lock refused.MAn operation was attempted on a file for which a delete operation is pending.AThe file is corrupt; an filesystem integrity check should be run.LFile '%s' does not exist or it does not contain private key in known format.Private key file '%s' contains key in %s format. WinSCP supports only PuTTY format. You can use PuTTYgen tool to convert your private key file.hPrivate key file '%s' contains key in %s format. It does not follow your preferred SSH protocol version.{Cannot overwrite remote file '%s'. Press 'Delete' button to delete the file and create new one instead of overwriting it.&DeleteCORE_CONFIRMATIONqHost has not answered for %d seconds. Wait for another %0:d seconds? Pressing 'Abort' button will close session.'%s' session password:Passphrase for key '%s':$File '%s' already exists. Overwrite?)Directory '%s' already exists. Overwrite?The first %scipher supported by the server is %s, which is below the configured warning threshold. Do you want to continue with this connection?client-to-server server-to-client Target directory contains partially transfered file '%s'. Do you want to resume file transfer? Note: Answering 'No' would delete partially transfered file and restart transfer.wTarget directory contains partially transfered file '%s', which is bigger than a source file. The file will be deleted.hDo you want to append file '%s' at the end of existing file? Press 'No' to resume file transfer instead.4%s New: %s bytes, %s Existing: %s bytes, %s"File '%s' is read-only. Overwrite?*Local file '%s' already exists. Overwrite?+Remote file '%s' already exists. Overwrite?w%d new or changed file(s) in local directory '%s' were found. They will be uploaded to remote directory '%s'. Continue?X%d obsolete file(s) in remote directory '%s' were found. They will be deleted. Continue?y%d new or changed file(s) in remote directory '%s' were found. They will be downloaded to local directory '%s'. Continue?W%d obsolete file(s) in local directory '%s' were found. They will be deleted. Continue?@Host has not answered for more than %d seconds. Still waiting...The first key-exchange algorithm supported by the server is %s, which is below the configured warning threshold. Do you want to continue with this connection?CORE_INFORMATIONYesNoZHost: %s User name: %s Private key file: %s SSH Protocol version: %s Transfer protocol: %sVersion %d.%d.%d (Build %d)<Operation was successfully completed. Connection was closed. SFTP (v%d):The version of SFTP protocol does not allow file renaming./The server does not support any SFTP extension.*The server supports these SFTP extensions:*Remote unix system information (uname -a):CThe server is not unix or unix system information was not provided.A&ppend Ne&wer only Displays help.Closes all sessions and terminates the programConnects to serverCloses session2Lists connected sessions or selects active sessionPrints remote working directory Changes remote working directory&Lists the contents of remote directoryPrints local working directoryChanges local working directory%Lists the contents of local directoryRemoves remote fileRemoves remote directoryMoves or renames remote file"Changes permissions of remote fileCreates remote symbolic linkCreates remote directory7Downloads file from remote directory to local directory5Uploads file from local directory to remote directory%Sets or shows value of script options,Synchronizes remote directory with local one>Continuously reflects changes in local directory on remote oneHost: User name: Active session: [%d] %sSession '%s' closed.Local '%s' %s Remote '%s' '%s' deleted.Watching for changes, press Ctrl-C to abort... Ski&p all'Executes arbitrary remote shell command&Text&Binary&Exclude temporaries,Transfer type: %s|Binary|Text|Automatic (%s)YFilename modification: %s|No change|Upper case|Lower case|First upper case|Lower case 8.3Set permissions: %sAdd X to directoriesPreserve timestampExclude mask: %sInclude mask: %sClear 'Archive' attribute!Do not replace invalid charactersDo not preserve read-onlyDo not preserve timestampDo not calculate transfer sizeDefault transfer settings Hostname: %s Username: %sRemote directory: %sLocal directory: %s#Scanning '%s' for subdirectories...)Watching for changes in %d directories...Change in '%s' detected.File '%s' uploaded.File '%s' deleted. CORE_VARIABLE"SSH and SCP code based on PuTTY %s0.58!Copyright ?1997-2005 Simon Tatham2http://www.chiark.greenend.org.uk/~sgtatham/putty/WinSCP GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too.  When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.  We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow.  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.  b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) ZThese requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium  customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.  5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. ) 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. HIf any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. JThis section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally.  NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS PuTTY PuTTY is copyright 1997-2002 Simon Tatham. Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, and CORE SDI S.A. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: CThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.QYou are trying to move remote file(s) to destination to which WinSCP cannot transfer files directly. Files will be downloaded to temporary directory instead. Transfer to final destination will be left to responsibility of target application (e.g. Windows Explorer), which WinSCP cannot control. Source files will be deleted just after download to temporary directory finishes. If target application fails to deliver temporary files, they may be lost. Please, consider copying files instead of moving. Hint: To copy files hold down Ctrl key while dragging. Do you still want to move the files?WinSCP, %s %s Usage: %APP% session %APP% [(scp|sftp)://][user[:password]@]host[:port][/path/[file]] %APP% [session] /console [/script=file] [/command command1 command2 ...] %APP% /ini=<inifile> /privatekey=<keyfile> %APP% /update %APP% /help session - Name of stored session or session information specified directly. /console - Console (text) mode. Default mode, when invoked using %APP%.com. /script - Executes batch script file. If the script does not end with 'exit' command, normal interactive mode follows. /command - Execute list of script commands. /ini - Path to configuration INI-file. /privatekey - Default private key file for authentication. /update - Queries application homepage for updates. /help - Prints this usage. WIN_ERROR'%s' is invalid mask<%s Warning: Aborting this operation will close connection!Cannot create shortcut.&Cannot overwrite special session '%s'.Cannot explore directory '%s'.No upload file list specified.Can't create folder '%s'.Error deleting file '%s'.'Cannot remove temporary directory '%s'. Cannot open or execute file '%s'Cannot launch editor '%s'.$Error waiting for document to close.}Cannot open corresponding directory in the opposite panel. Directory browsing synchronisation failed. It has been turned off.Cannot resolve shortcut '%s'.('%s' is not valid Location Profile name./'%s' is not valid Location Profile folder name.6Location Profile folder with name '%s' already exists./Custom command description cannot contain '%s'.4Custom command with description '%s' already exists.:Cannot query application homepage for updates information.'Error checking for application updates.Cannot execute '%s'.File '%s' not found.CCannot register application to handle scp:// and sftp:// addresses.,Mutex was not released in required interval.AShell drag extension mutex was not released in required interval.WinSCP was not able to detect folder, where the dragged file(s) was dropped. Either you have not dropped the file(s) to regular folder (e.g. Windows Explorer) or WinSCP shell drag extension is not installed or you have not restarted the computer yet after installation. Install the extension or switch to compatible drag&&drop mode (from Preferences window), which uses temporary folder for downloads. It allows you to drop files to any destination.@File '%s' does not contain translation for this product version.1File '%s' contains translation for %s version %s.(Shell drag extension support is enabled, but the extension was not loaded. Either it is not installed or you have not restarted the computer yet after installation. Install the extension or switch to compatible drag&&drop mode (from Preferences window), which uses temporary folder for downloads.RMIT Kerberos 5 GSSAPI not found. You need to install it before using this feature.Error watching for changes.-Error watching for changes in directory '%s'.(Error watching for changes of file '%s'.ICannot upload edited file '%s', the session '%s' has been already closed.AThere are too many opened files already. Please close some first.M%s Please remove the file. Otherwise the application will not work correctly.nCannot create temporary directory '%s'. You may change root directory to store temporary files in Preferences.WinSCP was not able to determine application that was started to open the file. WinSCP cannot watch for changes in the file and thus it will not upload the changed file back. One possible reason for the problem is that the file was opened in some already running aplication. If you want to use the application to open files from WinSCP, consider configuring it as an external editor. Note that the file will remain in temporary folder.Some of the temporary folders have not been deleted. If you have some files stored in them still opened, close them and try again.To use selected custom command only one file must be selected in one panel to execute the command with the file for each selected file in an opposite panel. Alternatively same number of files can be selected in both panels to execute the command for file pairs.MTo use selected custom command only one file must be selected in local panel.Some of the selected remote files were not downloaded. The selected custom command must be executed for pairs of file, what is thus not possible.#Cannot initialize external console.8Message too long (%d bytes) to send to external console.GCannot open mapping object to start comunication with external console.=Timeout waiting for external console to complete the command.2Incompatible external console protocol version %d.1Error adding path '%s' to search path (%%PATH%%).5Error removing path '%s' from search path (%%PATH%%).%s The file should be removed. Otherwise the application will not work correctly. You may download translation for this version from WinSCP home page once it is ready. Do you want to remove the file now?AThe file '%s' is already opened in external editor (application).3You have not specified any autoselection rule mask.>Transfer settings preset with description '%s' already exists.\Custom command '%s' cannot be executed right now. Please select files for the command first.WIN_CONFIRMATION1Session with name '%s' already exists. Overwrite?%Directory '%s' doesn't exist. Create?Cancel current operation?Cancel file transfer? Operation can't be canceled in the middle of file transfer. Press 'Yes' to cancel file transfer and to close connection. Press 'No' to finish current file transfer. Press 'Cancel' to continue operation.*Are you sure you want to delete file '%s'?2Are you sure you want to delete %d selected files?-Terminate session '%s' and close application?Never ask me a&gain4Too little space on temporary drive! When dragging files from remote directory, files are downloaded first to temporary directory '%s'. There are %s free on the drive. Total size of dragged files is %s. Note: Temporary directory can be changed from Preferences window. Do you still want to download files? Add directory '%s' to bookmarks? &Reconnect)Create desktop shortcut for session '%s'?(Set current session settings as default?&Skip File was modified. Save changes?6Create Explorer's 'send to' shortcut for session '%s'?Create selected icon/shortcut?-Terminate all sessions and close application?(Delete selected Location Profile folder? &Previous&NextKDo you want to register application to handle scp:// and sftp:// addresses?GDo you want to cleanup data stored by the application on this computer?%%s Do you want to close application?P%%s Do you want to terminate %d remaining session(s) and close the application?There are still some background transfers in queue. Do you want to disconnect anyway? Warning: Pressing 'OK' will terminate all transfers immediatelly.Current %s session does not support command you request. Separate shell session may be opened to process the command. Do you want to open separate shell session? Note: The server must provide Unix-like shell and the shell must use same path syntax as current %s session.There are some opened files. Please close them before exiting application. Beware: If you ignore this message, opened files may remain in temporary directory.WinSCP has found %d temporary folders, which it has probably created in past. These folders may contain files previously edited or downloaded. Do you want to delete these folders? You may also open the folders to review their content and to delete them yourself.&OpenNever show this message a&gain"You are about to store session with filled password. Saved passwords are stored in a manner that they can easily be recovered. It is not possible to securely encrypt passwords in a way that still allows for automatic use. Do not use the save password feature if you are not absolutely sure of the physical and electronic security of the system on which you are storing passwords. If you do not save password along with other session options, you will be prompted for it once you attempt to open the stored session. Save the password anyway?eDo you want to create desktop icon for all users? You must have administrator priviledges for this.JDo you want to add application path '%s' to system search path (%%PATH%%)?eEditor (application) launched to open file '%s' was closed too early. If it was not closed by you, it may happened because your external editor opens multiple files in one window (process). Additional launched instances of the editor then just sends the new file to existing instance of editor and closes itself immediately. To support this kind of editors, WinSCP must adapt its behaviour, not to remove temporary file when the process exits, but to keep it as long as WinSCP is running. The behaviour can be turned on using editor preference option 'External editor opens multiple files in one window (process)'. If your editor is not of this kind, ignore this message and let the file be removed from temporary directory now. Do you want to remove the opened file now? (By pressing 'No' you will enable the special behaviour and keep the file in temporary folder.)"Do not &show this dialog box againYou have overrided pre-selected synchronisation direction. By default the direction is determined from file panel that was active before you run the synchronise function. Do you want to make direction you have selected the default?Do you want to perform full synchronisation of the remote directory first? Function 'Keep remote directory up to date' works correctly only, if the remote directory is synchronised with the local one before it starts. 4Are you sure you want to delete stored session '%s'?More than %d directories and subdirectories found. Watching for changes in large number of directories can significantly degrade performace of the computer. Do you want to scan for another up to %d directories?WIN_INFORMATION%s - %sNo differences found.Opens session '%s' %s$Waiting for the document to close...%s (upload using SFTP or SCP)%s (upload using SFTP or SCP)Local: %s Remote: %s&Touch&ExecuteF%d error(s) occured during last operation. Do you want to see it/them?Error %d of %d: %sYou have the latest version.rNew version %s was released.%s Hint: Use Help menu to open application history page to see list of new features.'%s' command &parameter value:'%s' command parameterWIN_STATUS_STRINGSConnection terminated.Initialisation...Searching for host...Connecting to host...Authenticating...Authenticated.Starting the session...Reading remote directory...Session started.URL: %s Protocol Connecting...QueryErrorPrompt Waiting... Ta&r/GZip...&Archive Name:&UnTar/GZip...&Extract to directory: &File Compare&Grep...&Search for pattern:%d Reading directoryCalculating... %s &Download &Check again9Transfer settings preset '%s' was automatically selected./Returned back to transfer settings preset '%s'.+Returned back to default transfer settings.Autoselection rule: %s&Disk Space UsageAd Hoc Suspended&Internal editorApplication launched to open file '%s' was closed too early. If it was not closed by you, it may happened because the application opens multiple files in one window (process). Additional launched instances of the application then just sends the new file to existing instance of application and closes itself immediately. WinSCP can support this kind of applications as external editor only. If you want to use the application to open files from WinSCP, consider configuring it as an external editor.8Edit (internal)|Edit selected file using internal editor=Edit (external)|Edit selected file using external editor '%s'* matches any number of characters. ? matches exactly one character. [abc] matches one character from the set. [a-z] matches one character from the range. Masks are separated by semicolon or comma. Example: *.html; photo??.pngMask can be extended with path mask. Example: */public_html/*.html Mask ending with slash match directories only. To match all directories use */RPatterns: !! expands to exclamation mark ! expands to file name !& expands to list of selected files (quoted, space-delimited) !?prompt[\]?default! expands to user-entered value with given prompt and default (optional \ avoids escaping) Local command patterns: !^! expands to file name from local panel Example: grep "!?Pattern:?!" !&WIN_FORMS_STRINGSNo session log.Logging to file disabled.No logSession '%s' log%s file '%s' to %s%s %d files to %sCopyMovelocal directoryremote directoryCopyMove drop targetCopyMoveCopyingMovingDeletingSetting propertiesTemporary directory New folder&Enter new folder name Create folderDeselectSelect%d file%d files %d folder %d folders%d symbolic link%d symbolic links %s Properties%s, ... PropertiesEnter valid group name.Enter valid owner name. Back to %s Forward to %s Bytes sentBytes receivedConnection timeCompression (%s)Encryption algorithm (%s)SSH protocol version: %dFile selection info4Compression (client ?server: %s, server ?client: %s)=Encryption algorithm (client ?server: %s, server ?client: %s)Open saved session '%s'Protocol in use (%s) %s licence-- warn below here --3DESBlowfishAES (SSH-2 only)DESOpen directoryManage bookmarksEnabledDisabledN/ATextBinary Line: %d/%d Column: %dCharacter: %d (0x%2x)ModifiedCould not find the string '%s'. Total replacements performed: %d Go to line Line number:Invalid line number.Edit link/shortcutAdd link/shortcut Disconnected. Connecting...Select session '%s'Add Location ProfileLocation Profile name:Move Location ProfileNew folder name:Save session as&Save session as:Rename Location ProfileNew profile nameExecuting custom commandExecute custom command '%s'OnOffAutoDR5%s, %d pt The Quick Brown Fox Jumps Over The Lazy DogUnknownCalculating directory sizeEnter passwordEnter key passphrase Server promptGeneral configurationStored sessionsCached host keysConfiguration INI fileRandom seed fileSelect local directory.Moving#Move file '%s' to remote directory:"Move %d files to remote directory:Move Keep remote directory up to date'Keeping remote directory up to date ...Temporary foldersNew file Edit new file&Enter new file name(Duplicate file '%s' to remote directory:'Duplicate %d files to remote directory: DuplicateCopyingAdd Custom CommandEdit Custom CommandLR-- warn below here --Diffie-Hellman group 1Diffie-Hellman group 14Diffie-Hellman group exchange Get &More...Select editor application.2Executable files (*.exe)|*.exe|All files (*.*)|*.*%s of %s in %s of %sAdd transfer settings presetEdit transfer settings preset&Default &Configure... Cu&stom...Custom Command Add editor Edit editor%s, Based on %s version %s&Open&CopySame si&ze only WIN_VARIABLE#Copyright ?2000-2005 Martin Prikrylhttp://winscp.net/"http://winscp.net/eng/docs/history'http://winscp.net/eng/docs/requirementshttp://winscp.net/forum/http://winscp.net/updates.php"http://winscp.net/eng/download.php http://winscp.net/eng/donate.phphttp://winscp.net/eng/docs/http://winscp.net/eng/docs/%s&http://winscp.net/eng/translations.phpDocked control must have a name%Error removing control from dock tree - Dock zone not found - Dock zone has no control,Multiselect mode must be on for this feature SeparatorError setting %s.Count8Listbox (%s) style must be virtual in order to set CountCtrl+Alt+(None)Value must be between %d and %dAllUnable to insert a lineInvalid clipboard format Clipboard does not support IconsCannot open clipboardText exceeds memo capacity.There is no default printer currently selected/Menu '%s' is already being used by another formPicture: (%dx%d)PreviewCannot open AVIBkSpTabEscEnterSpacePgUpPgDnEndHomeLeftUpRightDownInsDelShift+7Invalid input value. Use escape key to abandon changesWarningError InformationConfirm&Yes&NoOKCancel&Help&Abort&Retry&Ignore&All N&o to All Yes to &AllOKCancel&Yes&No&Help&Close&Ignore&RetryAbort&AllCannot drag a form MetafilesEnhanced MetafilesIconsBitmapsInvalid input value!Control '%s' has no parent windowCannot hide an MDI Child Form)Cannot change Visible in OnShow or OnHide"Cannot make a visible window modal%s property out of rangeMenu index out of rangeMenu inserted twiceSub-menu is not in menuNot enough timers available!Printer is not currently printingPrinting in progressPrinter selected is not valid%s on %s@GroupIndex cannot be less than a previous menu item's GroupIndex5Cannot create form. No MDI forms are currently active*A control cannot have itself as its parent Invalid imageScan line index out of range!Cannot change the size of an icon$Unknown picture file extension (.%s)Unsupported clipboard formatOut of system resourcesCanvas does not allow drawingInvalid image sizeInvalid ImageListUnable to Replace ImageInvalid ImageList Index)Failed to read ImageList data from stream(Failed to write ImageList data to stream$Error creating window device contextError creating window class+Cannot focus a disabled or invisible window Failed to set object at index %d<MultiLine must be True when TabPosition is tpLeft or tpRight Invalid indexUnable to insert an item Invalid ownerRichEdit line insertion errorFailed to Load StreamFailed to Save StreamE%d is an invalid PageIndex value. PageIndex must be between 0 and %d=This control requires version 4.70 or greater of COMCTL32.DLL0Tab position incompatible with current tab style0Tab style incompatible with current tab positionBitmap image is not validIcon image is not validMetafile is not validInvalid pixel formatThuFriSatSundayMondayTuesday WednesdayThursdayFridaySaturdayUnable to create directoryFailed to clear tab control Failed to delete tab at index %d"Failed to retrieve tab at index %d Failed to get object at index %d"Failed to set tab "%s" at index %dJanuaryFebruaryMarchAprilMayJuneJulyAugust SeptemberOctoberNovemberDecemberSunMonTueWedAbstract Error?Access violation at address %p in module '%s'. %s of address %pSystem Error. Code: %d. %sA call to an OS function failedJanFebMarAprMayJunJulAugSepOctNovDecInvalid variant operation!Invalid variant operation ($%.8x)Variant is not an arrayInvalid NULL variant operation5Could not convert variant of type (%s) into type (%s)=Overflow while converting variant of type (%s) into type (%s)Variant overflowInvalid argumentInvalid variant typeOperation not supportedUnexpected variant errorExternal exception %xAssertion failedInterface not supportedException in safecall method%s (%s, line %d)Stack overflow Control-C hitPrivileged instructionOperation aborted(Exception %s in module %s at %p. %s%s Application Error1Format '%s' invalid or incompatible with argumentNo argument for format '%s'"Variant method calls not supportedReadWriteFormat string too longError creating variant array!Variant array index out of boundsVariant array is lockedInvalid variant type conversionInvalid filenameToo many open filesFile access deniedRead beyond end of file Disk fullInvalid numeric inputDivision by zeroRange check errorInteger overflow Invalid floating point operationFloating point division by zeroFloating point overflowFloating point underflowInvalid pointer operationInvalid class typecast0Access violation at address %p. %s of address %pProperty %s does not existStream write errorOLE error %.8x.Method '%s' not supported by automation object/Variant does not reference an automation object7Dispatch methods do not support more than 64 parameters!'%s' is not a valid integer value('%s' is not a valid floating point value'%s' is not a valid date'%s' is not a valid time!'%s' is not a valid date and timeInvalid argument to time encodeInvalid argument to date encode Out of memory I/O error %dFile not foundInvalid data type for '%s' List capacity out of bounds (%d)List count out of bounds (%d)List index out of bounds (%d)+Out of memory while expanding memory streamError reading %s%s%s: %sStream read errorProperty is read-onlyFailed to create key %sFailed to get data for '%s'Invalid component registrationFailed to set data for '%s'Resource %s not found%s.Seek not implemented$Operation not allowed on sorted list$%s not in a class registration group*Can't write to a read-only resource streamECheckSynchronize called from thread $%x, which is NOT the main threadClass %s not foundA class named %s already exists%List does not allow duplicates ($0%x)#A component named %s already exists%String list does not allow duplicatesCannot create file %sCannot open file %sUnable to write to %sInvalid stream format'%s' is an invalid mask at (%d)$''%s'' is not a valid component nameInvalid property valueInvalid property pathInvalid property valueDesktopDrag&drop error: %d<< &Less&More >>BrowseAll files (*.*)|*.*Invalid file name - %sError creating socket (%s) Unknown error"Unable to find a Table of ContentsNo help found for %s#No context-sensitive help installed$No topic-based help system installedAncestor for '%s' not foundCannot assign a %s to a %sBits index out of range%Filename contains invalid characters:File %s%u Files%u DirectoriesParent directory#Can't terminate icon update thread.DragDrop Error: %dDrive '%s:' is not ready.Directory '%s' doesn't exist./ <root>RightsOwnerGroup Link targetType My documents \/:*?"<>| 'New name contains invalid characters %sFile OperationCan't find any valid path.UNC paths are not supported.%s is a invalid drive letter.NameSizeTypeChangedAttrExtCan't open file: Can't rename file or directory: File already exists: Toolbar item index out of rangeToolbar item already inserted?An item viewer associated the specified item could not be found More Buttons|JA TTBDock control cannot be placed inside a tool window or another TTBDockCCannot change Position of a TTBDock if it already contains controlsGCannot save dockable window's position because Name property is not setOCannot save dockable window's position because DockedTo's Name property not set &Copy Here &Move Here&Shortcut(s) Create Here&AbortFilesystem Operation \/:*?"<>| Filesystem Operationߘ{<:y&q? *%TPF0 TAboutDialog AboutDialogLeftuTopHelpType htKeyword HelpKeywordui_about BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption<ε{> ClientHeightt ClientWidthColor clBtnFace Font.CharsetDEFAULT_CHARSET Font.Color clWindowText Font.Height Font.Name MS Sans Serif Font.Style OldCreateOrder PositionpoOwnerFormCenter DesignSizet PixelsPerInch` TextHeight TLabelApplicationLabelLeftHTop Width4Height Caption ApplicationTLabel VersionLabelLeftHTopWidth~Height CaptionVersion 2.0.0 (Build 12) XXTLabelWinSCPCopyrightLabelLeftHTop8WidthHeight Caption$Copyright 2000-2003 Martin PrikrylTLabelProductSpecificMessageLabelLeftHTopdWidth Height Caption'TLabelTranslatorLabelLeftHTopWidthIHeight CaptionTranslatorLabelTImageImageLeftTop Width1Height Center Picture.Data TIcon & ( @ʦ`X hxTL` HH BB*VxTL`AxTL` Ԑ( xTL` 88kC```pxCL\ A`(#dAA44htHHxCdlld0HAp`(#dAApp F\DLab?sB{C@ NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN%NNNNNNNNNNNNNNNNNNĐ&&Ы NNNNNNNNNNNNNNNNNN%NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN %%%NNNNNNNNNNNNNNNN īNcNNNNNNNNNNNNNNNN # NNNNNNNNNNNNNNNN   NNNNNNNNNNNNNNNNNNNN  NNNNNNNNNNNN  NNNNNNNNNNN||||||N NNN c####NN|NNNN{NN|N%NNNNN|N됷r-NNN NN|NNNNc!!!NNNNNNNNN%NNN!{{{{NNNNN!{ NN!NNNNNNNNNNNNNNNNNNN ! #NN!NNNNNNNNNNNNNNNNNN   NN{NNNNNNNNNNNNNNNNNN! NNNNNNNNNNNNNNNNNNNNN!!  !NNNNNNNNNNNNNNNNNNN!!!!!!!! NNNNNNNNNNNNNNNNNNNNN! {!NNNNNNNNNNNNNNNNNNN NNNNNNNNNNNNNNNNNNNN NNNNNNNNNNNNNNNNNNNNN!NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN