MZP@pjr !L!This program must be run under Win32 $7PEL@f# @  .text `.data@.rsrc @@]*Y( ]*Y0H ` x    8Ph ( @ X p ! " # $ & ' (0 ,H -` .x / 0 1 E F G H I8 JP Kh L R S T U V X Y( \@ ]X ^p _ ` a b c d e f0 gH h` ix j k l m n op q8rPshtuwxyz{|(}@~Xp0H9`:x;<=>xyz {8|P}h~(@Xp0H`x 8Ph(@Xp0H`x]*Y)H(V( p(8(P(h(( )8)f))))()@**XJ*pb****+4+`+~+0+H+`+x ,6,\,x,,,, -8(-PL-ht----]*Y]*Y]*Y]*Y]*Y(]*Y8]*YH]*YX]*Yh]*Yx]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y(]*Y8]*YH]*YX]*Yh]*Yx]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y(]*Y8]*YH]*YX]*Yh]*Yx]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y(]*Y8]*YH]*YX]*Yh]*Yx]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y(]*Y8]*YH]*YX]*Yh]*Yx]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y]*Y ]*Y ]*Y( ]*Y8 ]*YH ]*YX ]*Yh ]*Yx ]*Y ]*Y ]*Y ]*Y ]*Y ]*Y ]*Y ]*Y ]*Y!]*Y!]*Y(!]*Y8!]*YH!]*YX!]*Yh!]*Yx!]*Y!]*Y!]*Y!]*Y!]*Y!]*Y!]*Y!]*Y!]*Y"]*Y"]*Y("]*Y8"]*YH"]*YX"]*Yh"]*Yx"]*Y"]*Y"]*Y"]*Y"]*Y"]*Y"]*Y"]*Y"]*Y#]*Y#]*Y(#]*Y8#]*YH#]*YX#]*Yh#]*Yx#]*Y#]*Y#]*Y#]*Y#]*Y#]*Y#]*Y#]*Y#]*Y$]*Y$]*Y($]*Y8$]*YH$]*YX$]*Yh$]*Yx$]*Y$]*Y$]*Y$]*Y$]*Y$]*Y$]*Y$]*Y$]*Y%]*Y%]*Y(%]*Y8%]*YH%]*YX%]*Yh%]*Yx%]*Y%]*Y%]*Y%]*Y%]*Y%]*Y%]*Y%]*Y%]*Y&]*Y&]*Y(&]*Y8&]*YH&]*YX&]*Yh&]*Yx&]*Y&]*Y&]*Y&]*Y&]*Y&]*Y&]*Y&]*Y&]*Y']*Y']*Y(']*Y8']*YH']*YX']*Yh']*Yx']*Y']*Y']*Y']*Y']*Y']*Y']*Y']*Y']*Y(]*Y(]*Y((]*Y 8($N$h8J\8l4~`2<,|,DpD p 08 4$P'6*H.L1<4L: X=AFHJLtNHU8\0hbBht kk4ov( $Ќl44T$0BH,J xB Jl0 X@0p4pDx(J!#~<'()1PT3T7:9V:t\@*DjFILM(O RDTS^UW^XX$XYt^L_\cpkR t|t t .<h<ěPР> hl|jdPh Jhxh8*j ( R< d\RDT#&),<-4.,137|;L?@@C2G^PK [ <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 @open <site> open sftp|scp|ftp[es]|dav[s]|s3 :// [ <user> [ :password ] @ ] <host> [ :<port> ] Establishes connection to given host. Use either name of the site or specify host, username, port and protocol directly. switches: -privatekey=<file> SSH private key file -hostkey=<fingerprint> Fingerprint of server host key (SFTP and SCP only). -clientcert=<file> TLS/SSL client certificate file -certificate=<fingerprint> Fingerprint of TLS/SSL certificate (FTPS and WebDAVS only) -passphrase=<phr> Private key passphrase -passive=on|off Passive mode (FTP protocol only) -implicit Implicit TLS/SSL (FTP protocol only) -explicit Explicit TLS/SSL (FTP protocol only) -timeout=<sec> Server response timeout -username=<user> An alternative way to provide a username -password=<password> An alternative way to provide a password -rawsettings setting1=value1 setting2=value2 ... Configures any site settings using raw format as in an INI file -filezilla Load <site> from FileZilla site manager -newpassword=<password> Changes password to <password> -passwordsfromfiles Read all passwords from files examples: open open sftp://martin@example.com:2222 -privatekey=mykey.ppk 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 Uls [ <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 effective option: failonnomatch examples: ls ls *.html ls /home/martin Hlpwd Prints current local working directory (valid for all sessions). Wlcd <directory> Changes local working directory for all sessions. example: lcd d:\ Blls [ <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. effective option: failonnomatch examples: lls lls *.html lls d:\ 9rm <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. effective option: failonnomatch 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. example: 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 effective option: failonnomatch 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. effective option: failonnomatch examples: chmod 644 index.html about.html chmod 1700 /home/martin/public_html chmod 644 *.html rln <target> <symlink> Creates remote symbolic link. alias: symlink example: ln /home/martin/public_html www Kmkdir <directory> Creates remote directory. example: 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. alias: recv, mget switches: -delete Delete source remote file(s) after transfer -resume Resume transfer if possible (SFTP and FTP protocols only) -append Append file to end of target file (SFTP protocol only) -preservetime Preserve timestamp -nopreservetime Do not preserve timestamp -speed=<kbps> Limit transfer speed (in KB/s) -transfer=<mode> Transfer mode: binary, ascii, automatic -filemask=<mask> Sets file mask. -resumesupport=<state> Configures resume support. Possible values are 'on', 'off' or threshold -neweronly Transfer new and updated files only -latest Transfer the latest file only effective options: confirm, failonnomatch, reconnecttime examples: get index.html get -delete 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. alias: send, mput switches: -delete Delete source local file(s) after transfer -resume Resume transfer if possible (SFTP and FTP protocols only) -append Append file to end of target file (SFTP protocol only) -preservetime Preserve timestamp -nopreservetime Do not preserve timestamp -permissions=<mode> Set permissions -nopermissions Keep default permissions -speed=<kbps> Limit transfer speed (in KB/s) -transfer=<mode> Transfer mode: binary, ascii, automatic -filemask=<mask> Sets file mask. -resumesupport=<state> Configures resume support. Possible values are 'on', 'off' or threshold -neweronly Transfer new and updated files only -latest Transfer the latest file only effective options: confirm, failonnomatch, reconnecttime examples: put index.html put -delete index.html about.html ./ put -permissions=644 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: echo on|off Toggles echoing of command being executed. Commands affected: all batch on|off|abort|continue 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 aborted when any error occurs. With 'continue', all errors are ignored. Reconnect time is automatically limited do 120s, if not limited yet. Commands affected: nearly all confirm on|off Toggles confirmations (overwrite, etc.). Commands affected: get, put reconnecttime off | <sec> Time limit in seconds to try reconnecting broken sessions. Commands affected: get, put, synchronize, keepuptodate failonnomatch on|off When 'on', commands fail when file mask matches no files. When 'off', commands do nothing when file mask matches no files. Commands affected: get, put, rm, mv, chmod, ls, lls examples: option option batch option confirm off Csynchronize 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. Note: Overwrite confirmations are always off for the command. switches: -preview Preview changes only, do not synchronize -delete Delete obsolete files -mirror Mirror mode (synchronize also older files). Ignored for 'both'. -criteria=<criteria> Comparison criteria. Possible values are 'none', 'time', 'size' and 'either'. Ignored for 'both' mode. -permissions=<mode> Set permissions -nopermissions Keep default permissions -speed=<kbps> Limit transfer speed (in KB/s) -transfer=<mode> Transfer mode: binary, ascii, automatic -filemask=<mask> Sets file mask. -resumesupport=<state> Configures resume support. Possible values are 'on', 'off' or threshold effective options: reconnecttime examples: synchronize remote -delete synchronize both d:\www /home/martin/public_html Skeepuptodate [ <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. Note: Overwrite confirmations are always off for the command. switches: -delete Delete obsolete files -permissions=<mode> Set permissions -nopermissions Keep default permissions -speed=<kbps> Limit transfer speed (in KB/s) -transfer=<mode> Transfer mode: binary, ascii, automatic -filemask=<mask> Sets file mask. -resumesupport=<state> Configures resume support. Possible values are 'on', 'off' or threshold effective options: reconnecttime examples: keepuptodate -delete keepuptodate d:\www /home/martin/public_html acall <command> With SFTP and SCP protocols, executes arbitrary remote shell command. If current session does not allow execution of arbitrary remote command separate shell session will be automatically opened. With FTP protocol, executes a protocol command. The command must not require user input. alias: ! example: call touch index.html Wecho <message> Prints message onto script output. example: echo Starting upload... bstat <file> Retrieves and lists attributes of specified remote file. example: stat index.html achecksum <alg> <file> Calculates checksum of remote file. example: checksum sha-1 index.html (cp <file> [ <file2> ... ] [ <directory>/ ][ <newname> ] Duplicates 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. effective option: failonnomatch examples: cp index.html public_html/ cp index.html about.* cp index.html public_html/about.* cp public_html/index.html public_html/about.html /home/martin/*.bak cp *.html /home/backup/*.bak CORE_ERRORHost key wasn't verified!Connection failed.Terminated by user.Lost connection.!Can't detect command return code.HCommand '%s' failed with return code %d and the following error message.#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 caches.#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 writing to file '%s'"Can't set attributes of file '%s'.-Received error message from remote side: '%s'Error deleting file '%s'.4Error occurred 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.'Error clearing national user variables. Unexpected input from server: %sError cleaning up INI file.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.1%s Error code: %d Error message from server%s: %sUnknown status code.!Error reading symbolic link '%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'.DCannot initialize SFTP protocol. Is the host running an SFTP server?!Cannot read time zone informationCannot create remote file '%s'.Cannot open remote file '%s'.Cannot close remote file '%s'.'%s' is not file!Transfer was successfully 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'.y%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 setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option.Invalid access to memory.3There is insufficient free space on the filesystem.OOperation cannot be completed because it would exceed the user's 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'. 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'. After resumable file upload the existing destination file must be deleted. If you do not have permissions to delete the destination file, you need to disable resumable file transfers.(Error decoding SFTP packet (%d, %d, %d).,Invalid name '%s'. Name cannot contain '%s'.EThe file could not be opened because it is locked by another process.The 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.\One of the parameters was out of range, or the parameters specified cannot be used together.QThe specified 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.7File '%s' does not contain private key in known format.W**Private key file '%s' contains key in %s format. WinSCP supports only PuTTY format.**>Private key file '%s' contains key in deprecated SSH-1 format.xCannot overwrite remote file '%s'.$$ Press 'Delete' to delete the file and create new one instead of overwriting it.$$&Delete-Error checking space available for path '%s'.JCannot find free local listening port number for tunnel in range %d to %d.&Cannot setup network event (error %d)..Server unexpectedly closed network connection.*Error while tunneling the connection. %s)Error calculating checksum for file '%s'.Internal error %s (%s).Operation not supported.Access denied.Prompting for credentials...$Invalid response to %s command '%s'.Unknown switch '%s'.Error transferring file '%s'.Cannot execute '%s'.File '%s' not found.$Error waiting for document to close. '%s' is not a valid speed limit.Certificate chain too long.Certificate has expired.Certificate is not yet valid.Certificate rejected.Certificate signature failure.Certificate not trusted.Self-signed certificate.0Format error in certificate's valid until field./Format error in certificate's valid from field.Invalid CA certificate. Unsupported certificate purpose./Key usage does not include certificate signing. Path length constraint exceeded.-Self-signed certificate in certificate chain.#Unable to decode issuer public key.(Unable to decrypt certificate signature.!Unable to get issuer certificate.'Unable to get local issuer certificate.'Unable to verify the first certificate.'Unknown certificate verification error.=The error occurred at a depth of %d in the certificate chain.Mask is invalid near '%s'.The server cannot open connection in active mode. If you are behind a NAT router, you may need to specify an external IP address. Alternatively, consider switching to passive mode.Error deleting file '%s'.;Invalid switch value '%s'. Valid values are 'on' and 'off'.%Cannot open site folder or workspace.)Network error: No route to host "%HOST%"./Network error: Software caused connection abortHost "%HOST%" does not exist.)Incoming packet was garbled on decryptionS%s Please help us improving WinSCP by reporting the error on WinSCP support forum.(Error decoding TLS/SSL certificate (%s).CORE_CONFIRMATIONIHost is not communicating for %d seconds. Wait for another %0:d seconds?&Passphrase for key '%s':$File '%s' already exists. Overwrite?)Directory '%s' already exists. Overwrite?cipherclient-to-server cipherserver-to-client cipher**Do you want to resume file transfer?** Target directory contains partially transferred file '%s'. Note: Answering 'No' would delete partially transferred file and restart transfer.xTarget directory contains partially transferred file '%s', which is bigger than a source file. The file will be deleted.m**Do 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?**Overwrite local file '%s'?** Destination directory already contains file '%s'. Choose, if you want to overwrite the file or skip this transfer and keep existing file.**Overwrite remote file '%s'?** Destination directory already contains file '%s'. Choose, if you want to overwrite the file or skip this transfer and keep existing file.Host is not communicating for more than %d seconds. Still waiting... Note: If the problem repeats, try turning off 'Optimize connection buffer size'. &Reconnect New na&me Tunnel for %sPasswordKey passphrase Server promptUsername &Username:Server prompt: %s New password &Response:Using TIS authentication.%s"Using CryptoCard authentication.%s &Password: ,Using keyboard-interactive authentication.%s&Current password:&New password:Confirm new &password: Authenticating tunnel through %sTransfer under different name &New name:P**The server's certificate is not known. You have no guarantee that the server is the computer you think it is.** Server's certificate details follow: %s If you trust this certificate, press Yes. To connect without storing certificate, press No. To abandon the connection press Cancel. Continue connecting and store the certificate?0- Organization: %s |- Location: %s |- Other: %s %s, %s[Issuer: %s Subject: %s Valid: %s  %s Fingerprints: - SHA-256: %s - SHA-1: %s Summary: %s#&Passphrase for client certificate:Client certificate passphrase>**Do you want to convert %s private key to PuTTY format?** %s **Are you sure you want to transfer multiple files to a single file '%s' in a directory '%s'?** The files will overwrite one another. If you actually want to transfer all files to a directory '%s', keeping their name, make sure you terminate the path with a slash.key-exchange algorithm host key type Access key IDA&ccess key ID:Secret access keySecret access &key:]Direct duplication of folders is not supported. Use a duplication via a local temporary copy.Specify target bucket.&Timeout waiting for server to respond.Proxy authenticationProxy &username:Proxy &password:2All files in the target directory will be deleted!IContinue connecting to an unknown server and add its host key to a cache? %s (port %d)+The host key is not cached for this server:FYou have no guarantee that the server is the computer you think it is.$Warning  Potential security breach!!This means that either %s, or %s.1the server administrator has changed the host keyKyou have actually connected to another computer pretending to be the serverThe %s key fingerprint is:FThe host key does not match the one WinSCP has cached for this server:[If you trust this host, select %s to add the key to WinSCP's cache and carry on connecting.&Accept]If you want to carry on connecting just once, without adding the key to the cache, select %s. Connect &OnceCIf you do not trust this host, select %s to abandon the connection.If you were expecting this change, trust the new key and want to continue connecting to the server, either select %s to update cache, or select %s to add the new key to the cache while keeping the old one(s).MIf you want to carry on connecting but without updating the cache, select %s.wIf you want to abandon the connection completely, select %s to cancel. Selecting %s is the ONLY guaranteed safe choice.+This server presented a certified host key:vwhich was signed by a different certification authority from the one(s) WinSCP is configured to trust for this server.SAlso, that key does not match the key WinSCP had previously cached for this server.:another certification authority is operating in this realmTwhich does not match the certified key WinSCP had previously cached for this server.}(Storing this certified key in the cache will NOT cause its certification authority to be trusted for any other key or host.)Security Alert>Do you want to accept the risk and continue with this session?\The first %s supported by the server is %s, which is below the configured warning threshold.*The %s selected for this session is %s, which, with this server, is vulnerable to the 'Terrapin' attack CVE-2023-48795, potentially allowing an attacker to modify the encrypted session. Upgrading, patching, or reconfiguring this SSH server is the best way to avoid this vulnerability, if possible.You can also avoid this vulnerability by abandoning this session, moving %s to below the 'warn below here' line in WinSCP's SSH cipher configuration (so that an algorithm without the vulnerability will be selected), and starting a new session.CORE_INFORMATIONYesNoAHost: %s User name: %s Private key file: %s Transfer protocol: %sVersion %s (%s)<Operation was successfully completed. Connection was closed.SFTP-%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: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: 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 command&Text&Binary6Transfer type: %s|Binary|Text|Automatic (%s)|AutomaticYFilename modification: %s|No change|Upper case|Lower case|First upper case|Lower case 8.3Set permissions: %sAdd X to directoriesPreserve timestamp File mask: %sClear 'Archive' attribute!Do not replace invalid charactersDo 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.J%s configured transfer settings cannot be used in current context|Some|AllIgnore permission errorsUsing username "%s".*Using keyboard-interactive authentication.$Authenticating with public key "%s".Wrong passphrase.Access denied./Authenticating with public key "%s" from agent.!Trying public key authentication.)Authenticating with pre-entered password.Opening tunnel...Connection terminated.Searching for host...Connecting to host...Authenticating...Authenticated.Starting the session...Reading remote directory...Session started.Connecting through tunnel...Server refused our key.!Administratively prohibited (%s).Connect failed (%s)..Network error: Connection to "%HOST%" refused.(Network error: Connection reset by peer.0Network error: Connection to "%HOST%" timed out.,Host: %s User name: %s Transfer protocol: %s&Resume7The server does not support any additional FTP feature.2The server supports these FTP additional features:Transfer speed limit: %u KB/s &Copy Key&Update&AddPreserve read-only Comparing...Synchronizing...Nothing to synchronize. UnlimitedTLS/SSL Implicit encryptionTLS/SSL Explicit encryption!Displays its arguments as message#Retrieves attributes of remote fileHost key fingerprint is %s.<Switch -filemask overrides obsolete options include/exclude.  The server rejected SFTP connection, but it listens for FTP connections. Did you want to use FTP protocol instead of SFTP? Prefer using encryption.dOpening session using command-line parameter in scripting is deprecated. Use 'open' command instead.EWARNING! Giving up security and accepting any host key as configured!HWARNING! Giving up security and accepting any certificate as configured!New local file %sNew remote file %s'Local file %s newer than remote file %s'Remote file %s newer than local file %sOrphan remote file %sOrphan local file %sDifferences found:Remove EOF mark Remove BOMCUsing configured transfer settings different from factory defaults.IUsing configured synchronization options different from factory defaults.Build Dev Build Debug Build Do NOT distribute,The server supports these WebDAV extensions:Exclude &directories"Calculates checksum of remote fileLoading client certificate...9Server asks for authentication with a client certificate.Locked ExecutableScripting does not use standalone parameters. The parameters you have specified on command-line will not be used. Your command-line syntax is probably wrong.RIn scripting, you should use a -hostkey switch to configure the expected host key.JIn scripting you should not rely on saved sites, use this command instead:Set up session optionsConnectLoad WinSCP .NET assembly%s (including directories)-The file must be in UTF-8 or UTF-16 encoding. %s and %sChanging password. &Paste keyDuplicates remote fileUnknown#&Copy key fingerprints to clipboard*&Copy certificate fingerprint to clipboardDo not encrypt new filesExclude hidden filesExclude empty directoriesW**Public key "%s" was installed.** You can now login to the server using the key pair.lThough potentially wrong permissions of "%s" file and/or its parent folder were detected. Please check them.just now|today|yesterday|tomorrow|one second ago|%d seconds ago|one minute ago|%d minutes ago|one hour ago|%d hours ago|one day ago|%d days ago|one week ago|%d weeks ago|one month ago|%d months ago|one year ago|%d years ago%d days CORE_VARIABLE"SSH and SCP code based on PuTTY %s"Copyright 1997 2024 Simon Tatham3https://www.chiark.greenend.org.uk/~sgtatham/putty/FTP code based on FileZillaCopyright Tim Kossehttps://filezilla-project.org/bThis product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit %s.'Copyright 1998 %s The OpenSSL Projecthttps://openssl-library.org/)WebDAV/HTTP code based on neon library %sCopyright 1999 2024 Joe Ortonhttps://notroj.github.io/neon/eXpat library %shttps://libexpat.github.io/?https://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html**$$!S3 code based on libs3 library %sCopyright Bryan Ischohttps://github.com/bji/libs30https://github.com/bji/libs3/blob/master/LICENSE$Error retrieving file list for "%s".nCertificate was not issued for this server. You might be connecting to a server that is pretending to be "%s".No file matching '%s' found.3Some certificates in certificate chain are invalid.Certificate is valid.WebDAV resource moved to '%s'.Too many redirects.Redirect loop detected.Invalid URL "%s".Proxy authentication failed.8Host key does not match configured key fingerprint "%s"!=The name specified can not be assigned as an owner of a file.FThe name specified can not be assigned as the primary group of a file.jThe requested operation could not be completed because the specified byte range lock has not been granted.9Private key file '%s' does not exist or cannot be opened.)Checksum algorithm '%s' is not supported.The %s %s was not verified!Common reasons for the Error code 4 are: - Renaming a file to a name of already existing file. - Creating a directory that already exists. - Moving a remote file to a different filesystem (HDD). - Uploading a file to a full filesystem (HDD). - Exceeding a user disk quota.Cannot open certificate "%s".Cannot read certificate "%s".Error decoding certificate. Error decoding certificate "%s".bCertificate file "%s" does not contain a public key and no corresponding .crt/.cer file was found.Error locking file '%s'.Error unlocking file '%s'.File '%s' is not locked.Error saving key to file "%s".=Neon HTTP library initialization failed, cannot open session.Selecting files using a path ending with slash is ambiguous. Remove the slash to select the folder. Append * mask to select all files in the folder.When connecting using an IP address, it is not possible to verify if the certificate was issued for the server. Use a hostname instead of the IP address.:Expected host key was not configured, use -hostkey switch.!Redirected to an unencrypted URL."Received response %d "%s" from %s.+FileZilla site manager file not found (%s).3No sites found in FileZilla site manager file (%s)."FileZilla site "%s" was not found._You cannot connect to an SFTP server using an FTP protocol. Please select the correct protocol./Error occurred during logging. Cannot continue.'%s' is not a valid size.#OpenSSH known_hosts file not found."No host keys found in known_hosts.JContents of the clipboard does not match the host key nor its fingerprint. Resource: %sFurther details: %sExtra Details: Access denied./File is not encrypted using a known encryption.**Invalid encryption key.** Encryption key for %s encryption must have %d bytes. It must be entered in hexadecimal representation (i.e. %d characters).*Server sent a file that was not requested.Failed to store new host key.fWhen uploading streamed data, only one source can be specified and the target must specify a filename.Error reading input stream.-Error reading AWS configuration parameter %s.nCannot create temporary directory '%s'. You may change root directory to store temporary files in Preferences.OpenSSH config file not found.CNo Host directives for specific hosts found in OpenSSH config file.*FTP server returned invalid response '%s'.HS3 profile "%s" does not exist or does not contain any relevant options.9Certificate file "%s" does not exist or cannot be opened.%Unable to load certificate file "%s"."Unknown public key algorithm "%s".>Certificate in "%s" does not match public key in the key file.7Unable to combine certificate in "%s" with private key.0File "%s" is not a public key in a known format./File part "%s" size is %s, but %s was expected.Credentials were not specified.Cannot decode key: %sInvalid key (no key type)./CA key may not be a certificate (type is '%s').Invalid '%s' key data.The server is using unsupported protocol. Your WinSCP session is configured to use %s through %s. It can be configured to use %s through %s. Though, avoid using old insecure protocols, whenever possible. WIN_ERROR<%s Warning: Aborting this operation will close connection!Cannot create shortcut.#Cannot overwrite special site '%s'.Cannot explore directory '%s'.No upload file list specified.Can't create folder '%s'.'Cannot remove temporary directory '%s'. Cannot open or execute file '%s'Cannot launch editor '%s'.}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.4Cannot register application to handle URL 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 File Explorer) or you have not restarted your computer yet after installation to load drag&drop shell extension. Alternatively you can 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.:GSSAPI/SSPI with Kerberos is not supported on this system.Error watching for changes.-Error watching for changes in directory '%s'.(Error watching for changes of file '%s'.**Cannot upload edited file '%s'** The session '%s' has been already closed. Open a new session on the same site and try saving file again.AThere are too many opened files already. Please close some first.M%s Please remove the file. Otherwise the application will not work correctly.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 application. 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 files, which is currently not possible.#Cannot initialize external console.HCannot open mapping object to start communication 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%%).VThe file '%s' is already opened in external editor (application) or is being uploaded.3You have not specified any autoselection rule mask.>Transfer settings preset with description '%s' already exists.{**Custom command '%s' cannot be executed right now.** You may need to select files for the command or open a session first.BCannot reload file '%s', the session '%s' has been already closed.!The password cannot be decrypted.6You did not enter the correct current master password.5New and re-entered master passwords are not the same.WExternal console output is redirected to a pipe. Make sure the pipe is being read from.#'%s' is workspace, not site folder.#'%s' is site folder, not workspace.:Cannot add new path to %PATH%, %PATH% is already too long. Stack trace:-No sites found in %s sites registry key (%s).No site mask specified.No site settings specified. Not changedChanged Found %d sites, Changed %d sites#You have to specify input key file.No action specified.$Editing SSH-1 keys is not supported.Passphrases do not match.$You have to specify output key file.1Error downloading update. Please try again later.DThe downloaded update could not be verified. Please try again later.:Your email address is not authorized to automatic updates.BYour email address authorization to automatic updates has expired.LYour email address was blocked to automatic updates due to an excessive use.To enable automatic updates for your e-mail address, please fill in a donation form (including your postal address). You will find a link to the form in a receipt, you have received after your donation.FYour donation is below the limit required to enable automatic updates.No tips.(Converting public keys is not supported..Secure session (SSH or TLS/SSL) not specified.The extension requires %s.-Invalid value "%s" of extension directive %s.)Missing mandatory extension directive %s.#No extension found in the document.1There is already an extension with the name "%s".#The extension is installed already.%Error loading an extension from "%s".b**No session is opened** The selected command has site-specific options, but no session is opened.**WinSCP was not able to detect a folder, where the dragged file(s) was dropped.** In the default drag&drop mode, WinSCP allows dropping files only to local drives and mapped network drives. You can allow dropping files to other targets in preferences. Press Help button for details.Error updating jump list.Too many parameters.%Search the %s inbox for "%s" message.WIN_CONFIRMATION.Site with name '%s' already exists. Overwrite?%Directory '%s' doesn't exist. Create?**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?&Create desktop shortcut for site '%s'?(Set current session settings as default?&Skip File was modified. Save changes?3Create Explorer's 'send to' shortcut for site '%s'?Create selected icon/shortcut?-Terminate all sessions and close application?(Delete selected Location Profile folder? &Previous&Next7Do you want to register WinSCP to handle URL 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 immediately.**Do you want to open a separate shell session?** Current %s session does not support command you request. A separate shell session may be opened to process the command. 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.**Do you want to delete past temporary folders?** WinSCP has found %d temporary folders, which it has probably created in past. These folders may contain files previously edited or downloaded. You may also open the folders to review their content and to delete them yourself.&OpenNever show this message a&gainh**Do you want to create desktop icon for all users?** You must have administrator privileges for this.JDo you want to add application path '%s' to system search path (%%PATH%%)?nEditor (application) launched to open file '%s' was closed too early. If it was not closed by you, it may have 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 behavior, not to remove temporary file when the process exits, but to keep it as long as WinSCP is running. The behavior can be turned on by unsetting editor preference option 'External editor opens each file in separate 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 behavior and keep the file in temporary folder.)**Do you want to make direction you have selected the default?** You have overridden 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 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. *Are you sure you want to delete site '%s'?More than %d directories and subdirectories found. Watching for changes in large number of directories can significantly degrade performance of the computer. Do you want to scan for another up to %d directories? %s (%d s)7Are you sure you want to move file '%s' to recycle bin??Are you sure you want to move %d selected files to recycle bin?GFile was modified. Changes will be lost, if file is reloaded. Continue? &Configure...l**Do you want to try to create directory '%s'?** Cannot open corresponding directory in the opposite panel.Add to &shared bookmarkss**Do you want to send the message to WinSCP site?** There is no help page associated with the message. WinSCP can search its documentation site for the message text for you. Note: WinSCP will send the message as is over unsecure Internet connection. Please check that the message does not contain any data you want to protect, such as names of files, accounts or hosts.K**Your password is too simple and may not provide enough security against dictionary or brute force attacks. Are you sure you want to use it?** Note: good passwords have at least six characters and contain both lowercase and uppercase letters, numbers and special characters, such as delimiters, symbols, letters with accent, etc.-Create desktop shortcut for site folder '%s'?+Create desktop shortcut for workspace '%s'?ADo you want to reconnect session '%s' to upload edited file '%s'?HTerminate all sessions and close application without saving a workspace?**Do you want to use '%s' instead of default internal editor?** WinSCP has detected that you have custom text editor '%s' associated with text files.**You have stored sessions/sites in %s. Do you want to import them into WinSCP?** (You can import them anytime later from Login dialog)|PuTTY SSH client|FileZilla FTP client|%s and %s**Restore configuration from a backup?** Importing configuration will overwrite all your preferences and sites. WinSCP will be restarted with the new configuration. Consider saving your work and creating backup of your current configuration.A&ll Yes to A&llRe&portThere is other instance of WinSCP running. Setting or clearing master password, while another instance of WinSCP is running, can cause loss of your stored passwords. Please quit other instances of WinSCP before continuing.**Do you want to attach edited file '%s' to session '%s'?** Original session used to download file '%s' to editor was closed already.ADo you want to unregister WinSCP from handling all URL addresses?"**Try to open large file?** The file you are trying to open in an internal editor is too large (%s). WinSCP internal editor is not designed for editing large files. Consider using an external editor capable of editing large files. You may try to open the file anyway, but WinSCP may fail.WThe extension does not come from a trusted source. Are you sure you want to install it?**Using the last compatible and trusted version of the extension.** The latest version of the extension is either not reviewed yet or is not compatible with this version of WinSCP.H**Do you want to overwrite an existing INI file '%s'?** Choose 'Overwrite' to overwrite the selected INI file with the current configuration. Choose 'Use' to restart WinSCP with a configuration loaded from the selected INI file. Your current configuration will be preserved and you can revert to it, if needed.|&Overwrite|&Use7**Do you want to overwrite a read-only INI file '%s' to save your current configuration?**This question is asked, when you hold down Shift key while closing WinSCP and your INI file is set read-only. Normally read-only INI files are not overwritten and any changes to configuration are lost when closing WinSCP.HTerminate session '%s' and close application without saving a workspace?-Close application without saving a workspace?**Do you really want to open another tab?** You have %d tabs opened already. Please consider closing some tabs first to free resources of your computer._The remote file has been changed while you were editing it. Do you want to overwrite it anyway?WIN_INFORMATIONNo differences found.Opens site '%s' %s$Waiting for the document to close...%s (upload using %s)%s (for upload)Local: %s Remote: %s&Touch&ExecuteG%d error(s) occurred during last operation. Do you want to see it/them?Error %d of %d: %sYou have the latest version.New version %s was released.&Parameter value:'%s' command parametersURL: %s Protocol Connecting...QueryErrorPrompt Waiting... Ta&r/GZip...&Archive Name:&UnTar/GZip...&Extract to directory:&Grep...&Search for pattern:%d Reading directory Listing...&Upgrade9Transfer settings preset '%s' was automatically selected./Returned back to transfer settings preset '%s'.+Returned back to default transfer settings.Autoselection rule: %sAd Hoc Suspended&Internal editorApplication launched to open file '%s' was closed too early. If it was not closed by you, it may have 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.@Edit (external)|Edit selected file(s) 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. Example: *.html; photo??.pngBMask can be extended with path mask. Example: */public_html/*.htmlPatterns: !! expands to exclamation mark ! expands to file name !& expands to list of selected files (quoted, space-delimited) !/ expands to current remote path !S expands to current session URL !@ expands to current session hostname !U expands to current session username !P expands to current session password !# expands to current session port number !N expands to current session name !?prompt[\]?default! expands to user-entered value with given prompt and default (optional \ avoids escaping) !`command` expands to output of local command Local command patterns: !^! expands to file name from local panel Example: grep "!?Pattern:?!" !&>All background transfers were finished. Connection was closed.*Reading of remote directory was cancelled.+Synchronized browsing was turned %s.|on|off-Showing of hidden files was turned %s.|on|offKAutomatic refresh of remote directory after operation was turned %s.|on|off,Background transfer requires your attention.Transfer queue is empty.^!Y year !M month !D day !T time !P process ID !@ hostname !S session name Example: C:\!S!T.logKPassive mode must be enabled when FTP connection through proxy is selected.NCheck for application updates is temporarily disabled. Please try again later.&Go To What's NewOperation was completed&Print&Associated applicationOnOffAuto[**Master password successfully set.** Your stored passwords are secured by AES cipher now.%Master password successfully changed.V**You have deleted your master password.** Your stored passwords are not secured now.Master password: Will check again on: %s Recent SitesJMasks are separated by semicolon or comma. Place exclude masks after pipe.+Mask ending with slash selects directories.>size matches file larger than size <size matches file smaller than size >yyyy-mm-dd matches file modified after the date <yyyy-mm-dd matches file modified before the date Example: *.zip>1G; <2012-01-21See help for more options.UTF-8Following usage statistics data is anonymously sent to WinSCP team. Over the time other metrics can be collected, please come back later to check or consult Help.aThere is no matching usage statistics data collected yet. Please try again later or consult Help.Opens site folder '%s'Opens workspace '%s'Recent Workspaces My Workspace+Workspace '%s' will be automatically saved. Workspace: %s~**Transfer confirmation turned off** You have opted not to see the Transfer options dialog the next time. Click here to undo.Presets Completedg%s There were some errors when encrypting passwords using new master password or decrypting passwords.WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also local-local mode and FTPS, S3, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly. Loading...#%s Click here, to see what is new.(%d Resolving links and Reading directoryCannot displayUsage:-Name of site or direct session specification.=Open session in new window, even if %APP% is running already.%Opens remote file in internal editor.(Synchronizes content of two directories.1Starts Keep remote directory up to date function.0Starts operation without showing options dialog.@Console (text) mode. Default mode, when invoked using %APP%.com.lExecutes batch script file. If the script does not end with 'exit' command, normal interactive mode follows.!Executes list of script commands.$Passes list of parameters to script.Path to configuration INI-file.=Configures any settings using a raw format as in an INI file.OUpdates settings of sites matching a mask using a raw format as in an INI file.!Turns on session logging to file.7Logging level (0..2), add * to enable password logging.Turns on XML logging to file.9Group all XML log elements belonging to the same command.SSH private key file.#Fingerprint of server SSH host key. TLS/SSL client certificate file.!Passive mode (FTP protocol only).%Implicit TLS/SSL (FTP protocol only).%Explicit TLS/SSL (FTP protocol only).Server response timeout.EConfigures any session settings using a raw format as in an INI file.)Queries application homepage for updates.Prints this usage.Converts private key to .ppk format or edits key. Use %s to specify output file. Use %s to change or set passphrase. Use %s to change or set comment. Use %s to add certificate.Enter passphrase to save key:Re-enter passphrase to verify:Key saved to "%s".?Fingerprint of server TLS/SSL certificate (FTPS protocol only).Gives a name to the sessionReloads remote panel of all running instances of WinSCP. If session (and optionally a path) is specified, refreshes only the instances with that session (and path).9Enables log rotation and optionally deleting of old logs.Password has been changed.Open &Target FolderOpen &Downloaded File**Encryption key was generated.** You should safely backup the generated encryption key. If you lose it, you won't be able to read your encrypted files.HOpen location profile "%s".|Local directory: %s|Remote directory: %s0Prints list of supported ciphers and algorithms.FConfigures any transfer settings using a raw format as in an INI file.;!E expands to serialized connection data of current sessionAA passphrase for an encrypted private key or a client certificate7Press 'No' to enable automatic saving of the workspace.,Selects the specified file in file panel(s).**Edit terminal settings in PuTTY.** PuTTY will be started. Edit terminal settings of a temporary site %s. WinSCP will remember these settings after you close PuTTY.Terminal settings for %s(An alternative way to provide a username(An alternative way to provide a password'All prompts are automatically cancelledHAllows streaming files to stdout (and redirects status output to stderr)!Allows streaming files from stdin Deleting...Thanks for buying WinSCP.4Learn about transitioning from classic installation.DismissRead all passwords from filesYour version: %sWIN_FORMS_STRINGS%s file '%s' to %s:%s %d files to %s:local directoryremote directoryMove drop targetDeletingSetting propertiesTemporary directory New 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 %sConnection timeCompression (%s)File selection info;Open site '%s' (hold down Shift to open site in new window) %s licenseOpen directoryManage bookmarks 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 Not connected Connecting...Select tab '%s'Add Location ProfileLocation Profile name:Move Location ProfileNew folder name:Save session as site &Site name: Save &password (not recommended)Executing custom command5%s, %d pt The Quick Brown Fox Jumps Over The Lazy DogUnknownCalculating directory sizeGeneral configurationSitesCachesConfiguration INI fileRandom seed fileSelect local directory.MovingMove Keep remote directory up to date'Keeping remote directory up to date ...Temporary foldersNew file Edit file&Enter file name:(Duplicate file '%s' to remote directory:'Duplicate %d files to remote directory: DuplicateCopyingAdd Custom CommandEdit Custom CommandLR 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... Custo&m...Custom Command Add editor Edit editor%s, Based on %s version %s&OpenSame si&ze only Number of Licenses: %s|UnlimitedProduct ID: %s%s (Expiration on %s)%s Educational LicenseGetting propertiesSSH implementationEncryption algorithm CompressionFile transfer protocolCan change permissionsCan change owner/groupCan execute arbitrary commandCan create symbolic/hard linkCan lookup user groupsCan duplicate remote files"Native text (ASCII) mode transfersCan check available spaceTotal bytes on deviceFree bytes on deviceTotal bytes for userFree bytes for userBytes per allocation unitUnknown&Find PuTTY/Terminal client executable.VPuTTY/Terminal client executable|%s|Executable files (*.exe)|*.exe|All files (*.*)|*.* %s of %s|N/A Comparing SynchronizingAuthentication Banner+INI files (*.ini)|*.ini|All files (*.*)|*.*&Select file to export configuration to &Last: %s&LastCalculating file checksumCan calculate file checksumUnknownProtocol in useInsecure connectionSecure connection (%s)Protocol commands only Remote systemCryptographic protocol My documentsDesktopCommand&Set as DefaultSelect local proxy applicationPatterns: \n for new line \r for carriage return \t for tab \xXX for any hex ascii code \\ for backslash %host expands to hostname %port expands to port number %user expands to proxy username %pass expands to proxy password %% for percent sign7Site folder or workspace with name '%s' already exists.AAre you sure you want to delete site folder '%s' with %d site(s)? Cannot delete special site '%s'.Create Site FolderNew folder name:How to purchase a license...Target remote &path: **Do you want to open a separate shell session to duplicate the %s?** Current session does not support direct duplication of remote %s. A separate shell session may be opened to process the duplication. Alternatively you may duplicate the %s via local temporary copy.file(s)|directory(ies)Editor %s hidden %s filteredFilterCurrent session allows changing ownership by UID only. It was not possible to resolve UID from account name "%s". Specify UID explicitly instead.Transfer in &background%s (add to transfer queue)NoneSelect keyboard shortcut&Keyboard shortcut: UnlimitedMaster password&Current master password:&New master password:&Re-enter master password:-Save &password (protected by master password)Searching in %sFind Finding ...Done.Aborted.&Start&StopSave &password Cancelling... Encoding: %s`File was modified. Changes will be lost, if file is reloaded using different encoding. Continue?BAre you sure you want to delete workspace '%s' with %d session(s)?Save workspace as&Save workspace as:!Save &passwords (not recommended).Save &passwords (protected by master password)Save &passwordsEOpen workspace '%s' (hold down Shift to open workspace in new window)&Open This FolderDOpen site folder '%s' (hold down Shift to open folder in new window)&Create desktop shortcut*Enable &automatic saving of this workspaceDownloadUploadDownloadUpload'%s file '%s' to %s and delete original:'%s %d files to %s and delete originals:Download and DeleteUpload and DeleteQueue Import sites,Error loading file '%s' using '%s' encoding.Error loading file '%s'.Falling back to '%s' encoding.(Select file to import configuration from Search: %s(press Tab for next) Uploading Downloading %d in QueuePatterns: !! expands to exclamation mark !/ expands to current remote path !@ expands to current session hostname !U expands to current session username !P expands to current session password !# expands to current session port number !N expands to current session name !?prompt[\]?default! expands to user-entered value with given prompt and default (optional \ avoids escaping) !`command` expands to output of local commandNew Site Site Folder Workspace9You are editing a site. Do you want to save your changes?&Folder:<none>Shell SCP/ShellEditor-Reset session (panel) color to system default&More Colors... Choose any session (panel) color   BOM  EOFRemo&ve BOM markn       ()        Toolbar2000 library %sCopyright Jordan Russell!https://jrsoftware.org/tb2kdl.phpTBX library %s,Copyright Alex A. Denisov and contributors!https://github.com/plashenkov/TBX'Filemanager Toolset library Version 2.6Copyright Ingo EckelJEDI Code Library (JCL) %shttps://jcl.delphi-jedi.org/PngComponents 1.9&Copyright Uwe Raabe and Martijn Saly)https://github.com/UweRaabe/PngComponents Saving...{language} translation: Copyright %sFile:Path:Locking Unlocking&DefaultReset editor color to defaultChoose any editor colorSave converted private key9PuTTY Private Key Files (*.ppk)|*.ppk|All files (*.*)|*.*,Private key was converted and saved to '%s'.Generate file URLGenerate session URL/codeURLScriptCodeYour command %d Tip %d of %dTips#Execute custom command '%s' as '%s'Command-line argumentsCommand-line arguments for %sYA server host key is not known. Please connect at least once, before generating the code.C:\writable\path\to\log\Generate &Code...Generate transfer code(Execute the script using a command like:C:\path\to\script\script.txt Your codeSet up transfer optionsTransfer files]A sample file list is used only, consider using a file mask to select files for the transfer.Check for Updates Add Extension$Enter URL or path to the &extension: Browse... Select '%s'&Pause at the end&Session log file:(     A   (*.log)|*.log|   (*.*)|*.*Usage Statistics&Filter:  Host: %s Host key: %s   &Keyboard shortcut:General Connected1Connected with %s. Waiting for welcome message...0Connected with %s, negotiating TLS connection...Connecting to %s ...Directory listing successfulDisconnected from serverStarting download of %sDownload successful(Trying to access %s through ftp proxy...Retrieving directory listing...:TLS connection established. Waiting for welcome message...TLS connection establishedStarting upload of %sUpload successful&Retrieving file information successfulRetrieving file information...#Could not retrieve file information4Could not create socket in the specified port range.Can't establish TLS connection$Could not retrieve directory listingCan't initialize TLS library,Transfer channel can't be opened. Reason: %sCan't resolve host name "%s"9Resume command not supported by server, overwriting file.PResume command not supported by server, but local and remote filesize are equal.%Unable to send command. Disconnected.Peer certificate rejectedDownload abortedFile already existsProxy requires authenticationFRequired authtype reported by proxy server is unknown or not supported"Can't resolve host of proxy serverCan't connect to proxy server8Proxy request failed, can't connect through proxy serverTimeout detected.Upload abortedCould not set file pointerUnknown error in TLS layer Could not verify TLS certificate34:Connection with proxy established, performing handshake...control connectiondata connection WIN_VARIABLE$Copyright 2000 2024 Martin Prikrylhttps://winscp.net/#https://winscp.net/eng/docs/historyhttps://winscp.net/forum/https://winscp.net/updates.php#https://winscp.net/eng/download.php!https://winscp.net/eng/donate.php+https://winscp.net/eng/docs/?ver=%s&lang=%s-https://winscp.net/eng/docs/%s?ver=%s&lang=%s'https://winscp.net/eng/translations.php:https://winscp.net/eng/docs/search.php?ver=%s&lang=%s&q=%sKhttps://winscp.net/forum/posting.php?mode=newtopic&ver=%s&lang=%s&report=%s"https://winscp.net/eng/upgrade.php8https://www.microsoft.com/store/apps/9p0pq8b65n8x?cid=%s+https://winscp.net/eng/docs/microsoft_store1https://winscp.net/updatenews.php?store_get_img=15GenerateHttpUrl.Generate &HTTP URL=Generate &HTTP URL_GenerateHttpUrl.Generates HTTP URL of the selected file=Generates HTTP URL of the selected fileGenerateHttpUrl.URL=URLQGenerateHttpUrl.These options are site-specific.=These options are site-specific./GenerateHttpUrl.&Web root path:=&Web root path:%GenerateHttpUrl.Use HTTP&S=Use HTTP&SEGenerateHttpUrl.&URL root path (optional):=&URL root path (optional):cGenerateHttpUrl.&Web server hostname override (optional):=&Web server hostname override (optional):GenerateHttpUrl.Options=Options'GenerateHttpUrl.Display URL=Display URL;GenerateHttpUrl.Copy URL to clipboard=Copy URL to clipboard?GenerateHttpUrl.Open URL in web browser=Open URL in web browser*CompareFiles.&Compare Files=&Compare FilesCompareFiles.Compares the selected local and remote path using an external file comparison tool=Compares the selected local and remote path using an external file comparison toolCompareFiles.Options=OptionsHCompareFiles.Select &file comparison tool:=Select &file comparison tool: CompareFiles.Automatic=Automatic4VerifyFileChecksum.Verify &Checksum=Verify &ChecksumVerifyFileChecksum.Compares checksums of the selected local and remote file=Compares checksums of the selected local and remote file2SearchText.&Search for Text...=&Search for Text...SearchText.Searches recursively for a text in the current remote directory=Searches recursively for a text in the current remote directorySearchText.Text:=Text: SearchText.File mask:=File mask:/ZipUpload.&ZIP and Upload...=&ZIP and Upload...{ZipUpload.Packs the selected files to a ZIP archive and uploads it=Packs the selected files to a ZIP archive and uploads it'ZipUpload.&Archive name:=&Archive name:ZipUpload.Use &7-zip=Use &7-zipAZipUpload.Archive &type (with 7-zip):=Archive &type (with 7-zip):EZipUpload.7-zip &path (7z.exe/7za.exe):=7-zip &path (7z.exe/7za.exe):ZipUpload.Logging=YKeepLocalUpToDate.&Keep Local Directory up to Date...=&Keep Local Directory up to Date...KeepLocalUpToDate.Periodically scans for changes in a remote directory and reflects them on a local directory=Periodically scans for changes in a remote directory and reflects them on a local directory)KeepLocalUpToDate.Directories=DirectoriesiKeepLocalUpToDate.&Watch for changes in the remote directory:=&Watch for changes in the remote directory:KeepLocalUpToDate.... &and automatically reflect them on the local directory:=... &and automatically reflect them on the local directory:!KeepLocalUpToDate.Options=Options0KeepLocalUpToDate.&Delete files= 1KeepLocalUpToDate.&Beep on change=&Beep on change7KeepLocalUpToDate.Continue on &error=Continue on &errorAKeepLocalUpToDate.&Interval (in seconds):=&Interval (in seconds):+KeepLocalUpToDate.File &mask:= #KeepLocalUpToDate.Logging=-BatchRename.Batch &Rename...=Batch &Rename...kBatchRename.Renames remote files using a regular expression=Renames remote files using a regular expressionBatchRename.Rename=RenamegBatchRename.Replace file name part matching this pattern:=Replace file name part matching this pattern:BatchRename.with:=with:BatchRename.Options=Options-BatchRename.&Preview changes= BatchRename.Logging=AArchiveDownload.&Archive and Download...=&Archive and Download...ArchiveDownload.Packs the selected files to an archive, downloads it, and optionally extracts the archive to the current local directory=Packs the selected files to an archive, downloads it, and optionally extracts the archive to the current local directory-ArchiveDownload.&Archive name:=&Archive name:-ArchiveDownload.Archive &type:=Archive &type:ArchiveDownload.Packing=PackingAArchiveDownload.Custom archive &command:=Custom archive &command:%ArchiveDownload.Extracting=Extracting?ArchiveDownload.&Extract after download=&Extract after downloadCArchiveDownload.Use &7-zip for extracting=Use &7-zip for extractingKArchiveDownload.7-zip &path (7z.exe/7za.exe):=7-zip &path (7z.exe/7za.exe):!ArchiveDownload.Logging=nSynchronizeAnotherServer.&Synchronize with Another Remote Server...=&Synchronize with Another Remote Server...SynchronizeAnotherServer.Synchronizes a directory on another server (or another directory on this server) against a directory on this server=Synchronizes a directory on another server (or another directory on this server) against a directory on this serverjSynchronizeAnotherServer.Synchronize directory from &this server:=Synchronize directory from &this server:0SynchronizeAnotherServer.&Directory:=&Directory:HSynchronizeAnotherServer.... to &another server:=... to &another server:,SynchronizeAnotherServer.&Session:=&Session:RSynchronizeAnotherServer.&Prompt for session password=&Prompt for session password0SynchronizeAnotherServer.Di&rectory:=Di&rectory:(SynchronizeAnotherServer.Options=Options7SynchronizeAnotherServer.&Delete files= :SynchronizeAnotherServer.&Preview changes= >SynchronizeAnotherServer.Continue on &error=Continue on &error*SynchronizeAnotherServer.Logging=!Shell extension is not installed.0Shell extension is installed, but is not loaded.(Shell extension is installed and loaded.=**Public key for pasting into OpenSSH authorized_keys file:****Install public key to non-OpenSSH server?** Installing public key is supported for OpenSSH server only (authorized_keys file). Your server is %s.Installing public key "%s"...!Select key to install into serverPuTTY Private Key Files (*.ppk)|*.ppk|All Private Key Files (*.ppk;*.pem;*.key;id_*)|*.ppk;*.pem;*.key;id_*|All Files (*.*)|*.*Synchronization checklist Read-only CalculatingSave as &Preset... Rename tab&New tab name:Synchronization was completed.Files uploaded: %s (%s)|Files downloaded: %s (%s)|Local files deleted: %s|Remote files deleted: %s|Comparison time: %s|Synchronization time: %s+Shell extension cannot work on this system. File colorTo enable automatic updates, please <a href="%DONATE_URL%">donate to WinSCP development</a> or %GET_IMG% WinSCP from <a href="%STORE_URL%">Microsoft Store</a>.New StatisticsRaw Site Settings ...Add Raw Site Setting&Site Setting:Upload new local fileDownload new remote fileUpload updated local fileDownload updated remote fileDelete obsolete remote fileDelete obsolete local fileClick to reverse&Local&Remote&Left&RightCopyMoveOpenGClick to open new local tab. Hold down Ctrl key to open new remote tab.cClick to open new session in new remote tab. Hold down Shift Key to open new session in new window.,%s Hold down Ctrl key to open new local tab.m%d key file(s) in %d imported session(s) were converted or replaced with existing key(s) in supported format.Can change ACLACL:&Users &EveryoneRead ACL Write ACLGeneral#Needed for PowerShell 7.3 and newer-- warn below here --3DESBlowfishAESDESArcfourChaCha20AES-GCM-- warn below here --!Diffie-Hellman group 1 (1024-bit)"Diffie-Hellman group 14 (2048-bit)"Diffie-Hellman group 15 (3072-bit)"Diffie-Hellman group 16 (4096-bit)"Diffie-Hellman group 17 (6144-bit)"Diffie-Hellman group 18 (8192-bit)Diffie-Hellman group exchangeRSA-based key exchangeECDH key exchange"NTRU Prime / Curve25519 hybrid kexm**This key contains an OpenSSH certificate.** It is not supposed to be added to OpenSSH authorized_keys file.NMatching certificate was detected in '%s' and added to the converted key file.'Edit trusted host certificate authority&Add trusted host certificate authority&Name: Public &key:,Valid &hosts this key is trusted to certify: ...No public key specified.1Select public key file of certification authority2Public key files (*.pub)|*.pub|All Files (*.*)|*.*#Unable to load public key from '%s' Signature types (RSA keys only):SHA-&1|SHA-&256|SHA-&512"No validity expression configured.Error in validity expression.~**Stop showing Login dialog automatically?** Please confirm if you really want to WinSCP stop showing Login dialog automatically on startup and when the last session is closed. If you change your mind later, you can revert this in Preferences on Environment > Window page. To open the Login dialog manually, go to Tabs > New Tab [> Remote Tab] or use corresponding toolbar button..!K expands to current session private key path !\ expands to current local pathan unnamed file'An unsupported operation was attempted.$A required resource was unavailable.Out of memory.An unknown error has occurred.No error occurred.-An unknown error occurred while accessing %1.%1 was not found.%1 contains an invalid path.=%1 could not be opened because there are too many open files.Access to %1 was denied..An invalid file handle was associated with %1.<%1 could not be removed because it is the current directory.6%1 could not be created because the directory is full.Seek failed on %15A hardware I/O error was reported while accessing %1.0A sharing violation occurred while accessing %1.0A locking violation occurred while accessing %1.Disk full while accessing %1..An attempt was made to access %1 past its end.2Invalid HTML encoded character (%s) at position %dInvalid millisecond: %dInvalid fractional second: %fInvalid hour offset: %dInvalid duration string: %s#Hour Offset portion of time invalidInvalid decimal string: ''%s''0Cannot convert scientific notation to TBcd value Cannot convert NAN to TBcd value(Invalid Bcd Precision (%d) or Scale (%d):Cannot convert to TBcd: string has more than 64 digits: %s%s is not a valid hex stringUnsuppported variant type %dvarDispatch type not supportedvarError type not supported BCD overflow%s is not a valid BCD valueLibrary not found: %sFunction not found: %s.%sNo page loadedCannot register a nil providerInvalid service provider GUID)%s only supports sinking of method calls!&Attempting to hook child windows twiceSave the current file?FInternal error: data type kind %s cannot be converted to and from text+Invokable Class %s implements no interfacesType cannot be cast as VariantInterface %s has no RTTI5Parameter %s on Method %s of Interface %s has no RTTIInvalid date string: %sInvalid time string: %sInvalid minute: %dC3rd-level cache: 3 MByte, 12-way set associative, 64 byte line sizeC3rd-level cache: 6 MByte, 12-way set associative, 64 byte line sizeC3rd-level cache: 2 MByte, 16-way set associative, 64 byte line sizeC3rd-level cache: 4 MByte, 16-way set associative, 64 byte line sizeC3rd-level cache: 8 MByte, 16-way set associative, 64 byte line sizeD3rd-level cache: 12 MByte, 24-way set associative, 64 byte line sizeD3rd-level cache: 18 MByte, 24-way set associative, 64 byte line sizeD3rd-level cache: 24 MByte, 24-way set associative, 64 byte line size64-Byte Prefetching128-Byte PrefetchingeCPUID leaf 2 does not report cache descriptor information, use CPUID leaf 4 to query cache parameters Windows 8Windows Server 2012 Windows 8.1Windows Server 2012 R2Win32 error: %s (%u)%s%sB2nd-level cache: 1 MByte, 8-way set associative, 64 byte line sizeBInstruction TLB: 4 KByte pages, 4-way set associative, 128 entriesSInstruction TLB: 2 MByte pages, 4-way, 8 entries or 4 MByte pages, 4-way, 4 entriesAInstruction TLB: 4 KByte pages, 4-way set associative, 64 entries;Data TLB: 4 KByte pages, 4-way set associative, 128 entries<Data TLB1: 4 KByte pages, 4-way set associative, 256 entries;Data TLB1: 4 KByte pages, 4-way set associative, 64 entriesEData TLB: 4 KByte and 4 MByte pages, 4-way set associative, 8 entriesCShared 2nd-Level TLB: 4 KByte pages, 4-way associative, 512 entriesD3rd-level cache: 512 KByte, 4-way set associative, 64 byte line sizeB3rd-level cache: 1 MByte, 4-way set associative, 64 byte line sizeB3rd-level cache: 2 MByte, 4-way set associative, 64 byte line sizeB3rd-level cache: 1 MByte, 8-way set associative, 64 byte line sizeB3rd-level cache: 2 MByte, 8-way set associative, 64 byte line sizeB3rd-level cache: 4 MByte, 8-way set associative, 64 byte line sizeE3rd-level cache: 1.5 MByte, 12-way set associative, 64 byte line size,Trace cache: 32 K-Ops, 8-way set associative,Trace cache: 64 K-Ops, 8-way set associative:Instruction TLB: 2M/4M pages, fully associative, 8 entriesD2nd-level cache: 1 MBytes, 4-way set associative, 64 bytes line sizeZ2nd-level cache: 128 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sectorZ2nd-level cache: 256 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sectorZ2nd-level cache: 512 KBytes, 8-way set associative, 64 bytes line size, 2 lines per sectorX2nd-level cache: 1 MBytes, 8-way set associative, 64 bytes line size, 2 lines per sectorC2nd-level cache: 2 MBytes, 8-way set associative, 64 byte line sizeE2nd-level cache: 512 KBytes, 2-way set associative, 64 byte line sizeE2nd-level cache: 512 KBytes, 8-way set associative, 64 byte line sizeA2nd-level cache: 256 KBytes, 8-way associative, 32 byte line sizeA2nd-level cache: 512 KBytes, 8-way associative, 32 byte line size?2nd-level cache: 1 MBytes, 8-way associative, 32 byte line size?2nd-level cache: 2 MBytes, 8-way associative, 32 byte line sizeD2nd-level cache: 512 KByte, 4-way set associative, 64 byte line sizeBInstruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 128 EntriesBInstruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 256 EntriesGInstruction TLB: 2-MByte or 4-MByte pages, fully associative, 7 entries;Data TLB0: 4 MByte pages, 4-way set associative, 16 entries7Data TLB0: 4 KByte pages, 4-way associative, 16 entries7Data TLB0: 4 KByte pages, fully associative, 16 entriesFData TLB0: 2 MByte or 4 MByte pages, 4-way set associative, 32 entries/Data TLB: 4 KByte and 4 MByte pages, 64 Entries0Data TLB: 4 KByte and 4 MByte pages, 128 Entries0Data TLB: 4 KByte and 4 MByte pages, 256 EntriesH1st-level data cache: 16 KByte, 8-way set associative, 64 byte line sizeH1st-level data cache: 8 KBytes, 4-way set associative, 64 byte line sizeI1st-level data cache: 16 KBytes, 4-way set associative, 64 byte line sizeI1st-level data cache: 32 KBytes, 4-way set associative, 64 byte line size,Trace cache: 12 K-Ops, 8-way set associative,Trace cache: 16 K-Ops, 8-way set associativeE2nd-level cache: 128 KBytes, 4-way set associative, 32 byte line sizeE2nd-level cache: 256 KBytes, 4-way set associative, 32 byte line sizeE2nd-level cache: 512 KBytes, 4-way set associative, 32 byte line sizeC2nd-level cache: 1 MBytes, 4-way set associative, 32 byte line sizeC2nd-level cache: 2 MBytes, 4-way set associative, 32 byte line sizeC3rd-level cache: 4 MBytes, 4-way set associative, 64 byte line sizeC3rd-level cache: 8 MBytes, 4-way set associative, 64 byte line sizeB3rd-level cache: 8 MByte, 8-way set associative, 64 byte line sizeD2nd-level cache: 4 MBytes, 16-way set associative, 64 byte line sizeB3rd-level cache: 6MByte, 12-way set associative, 64 byte line sizeB3rd-level cache: 8MByte, 16-way set associative, 64 byte line sizeC3rd-level cache: 12MByte, 12-way set associative, 64 byte line sizeC3rd-level cache: 16MByte, 16-way set associative, 64 byte line sizeB2nd-level cache: 6MByte, 24-way set associative, 64 byte line size*Instruction TLB: 4 KByte pages, 32 EntriesAInstruction TLB: 4 KByte and 2 MByte or 4 MByte pages, 64 EntriesI1st level data cache: 16 KBytes, 4-way set associative, 64 byte line sizeI1st level data cache: 24 KBytes, 6-way set associative, 64 byte line sizeE2nd level cache: 256 KBytes, 8-way set associative, 64 byte line sizeY3rd level cache: 512 KBytes, 4-way set associative, 64 byte line size, 2 lines per sectorW3rd level cache: 1 MBytes, 8-way set associative, 64 byte line size, 2 lines per sectorW3rd level cache: 2 MBytes, 8-way set associative, 64 byte line size, 2 lines per sectorW3rd level cache: 4 MBytes, 8-way set associative, 64 byte line size, 2 lines per sectorI1st level data cache: 32 KBytes, 8-way set associative, 64 byte line sizeP1st level instruction cache: 32 KBytes, 8-way set associative, 64 byte line sizeU2nd-level cache: 128 KBytes, 4-way set associative, sectored cache, 64-byte line sizeU2nd-level cache: 192 KBytes, 6-way set associative, sectored cache, 64-byte line sizeU2nd-level cache: 128 KBytes, 2-way set associative, sectored cache, 64-byte line sizeU2nd-level cache: 256 KBytes, 4-way set associative, sectored cache, 64-byte line sizeU2nd-level cache: 384 KBytes, 6-way set associative, sectored cache, 64-byte line sizeU2nd-level cache: 512 KBytes, 4-way set associative, sectored cache, 64-byte line sizeXNo 2nd-level cache or, if processor contains a valid 2nd-level cache, no 3rd-level cacheMainWeakOrgWeakImplicitNull descriptorAInstruction TLB: 4 KByte pages, 4-way set associative, 32 entries@Instruction TLB: 4 MByte pages, 4-way set associative, 2 entries:Data TLB: 4 KByte pages, 4-way set associative, 64 entries9Data TLB: 4 MByte pages, 4-way set associative, 8 entries;Data TLB1: 4 MByte pages, 4-way set associative, 32 entriesO1st level instruction cache: 8 KBytes, 4-way set associative, 32 byte line sizeP1st level instruction cache: 16 KBytes, 4-way set associative, 32 byte line sizeP1st level instruction cache: 32 KBytes, 4-way set associative, 64 byte line sizeH1st level data cache: 8 KBytes, 2-way set associative, 32 byte line size@Instruction TLB: 4 MByte pages, 4-way set associative, 4 entriesI1st level data cache: 16 KBytes, 4-way set associative, 32 byte line sizeMISC EXCEPTIONFIXUP OMAP_TO_SRC OMAP_FROM_SRC ExecutablePackageLibrary NeverBuild DesignOnlyRunOnlyIgnoreDupUnitsDelphi 3 or C++ Builder 3 UndefinedC++ Builder 4 or laterDelphi 4 or laterCEF EFI Byte Code AMD64 (K8)M32R little-endianCEEUnknownNativeGUIConsoleOS/2Posix Reserved 8UNKNOWNCOFFCODEVIEWFPOSH3 little-endianSH3 DSPSH3E little-endianSH4 little-endianSH5ARM Little-EndianTHUMBAM33IBM PowerPC Little-EndianIBM PowerPC FPIntel 64MIPS16ALPHA64MIPSFPU MIPSFPU16InfineonDeCommitTotalFreeThresholdLockPrefixTableMaximumAllocationSizeVirtualMemoryThresholdProcessHeapFlagsProcessAffinityMask CSDVersionReservedEditListUnknown Intel 386MIPS little-endian R3000MIPS little-endian R4000MIPS little-endian R10000MIPS little-endian WCE v2 Alpha_AXP Size of ImageSize of HeadersCheckSum SubsystemDll CharacteristicsSize of Stack ReserveSize of Stack CommitSize of Heap ReserveSize of Heap Commit Loader Flags Number of RVAVersionGlobalFlagsClearGlobalFlagsSetCriticalSectionDefaultTimeoutDeCommitFreeBlockThresholdCharacteristicsMagicLinker Version Size of CodeSize of Initialized DataSize of Uninitialized DataAddress of Entry Point Base of Code Base of Data Image BaseSection AlignmentFile AlignmentOperating System Version Image VersionSubsystem Version Win32 Version Description Machine ValueTLSLoad configuration Bound ImportIATDelay load import COM run-timereserved [%.2d] SignatureMachineNumber of SectionsTime Date StampSymbols PointerNumber of SymbolsSize of Optional Header Failed to create FileMappingViewFailed to obtain size of fileStream is read-onlyCannot open file "%s"This is not a PE formatUnknown PE targetNot a resource directory,Feature is not available for attached imagesSection "%s" not foundExportsImports Resources ExceptionsSecurityBase RelocationsDebugoSome operation could not be performed because the system is out of resources. Close some windows and try again.Setting bit transparency color is not allowed for png images containing alpha value for each pixel (COLOR_RGBALPHA and COLOR_GRAYSCALEALPHA)OThis operation is not valid because the current image contains no valid header.4The new size provided for image resizing is invalid.oThe "Portable Network Graphics" could not be created because invalid image type parameters have being provided.(Failed to get ANSI replacement character%This windows version is not supported&The window with handle %d is not valid#The process with ID %d is not valid&The Module with handle %d is not valid$File contains no version informationThe file %s does not existIllegal language indexNo value was suppliedThe value %s was not found.Failed to create FileMappingUThis "Portable Network Graphics" image is invalid because it has missing image parts.[Could not decompress the image because it contains invalid compressed data. Description: BThe "Portable Network Graphics" image contains an invalid palette.The file being read is not a valid "Portable Network Graphics" image because it contains an invalid header. This file may be corrupted, try obtaining it againnThis "Portable Network Graphics" image is not supported or it might be invalid. (IHDR chunk is not the first)This "Portable Network Graphics" image is not supported because either its width or height exceeds the maximum size of 65535 pixels.There is no such palette entry.dThis "Portable Network Graphics" image contains an unknown critical part which could not be decoded.pThis "Portable Network Graphics" image is encoded with an unknown compression scheme which could not be decoded.cThis "Portable Network Graphics" image uses an unknown interlace scheme which could not be decoded.-The chunks must be compatible to be assigned.jThis "Portable Network Graphics" image is invalid because the decoder found an unexpected end of the file.8This "Portable Network Graphics" image contains no data.]The program tried to add a existent critical chunk to the current image which is not allowed.IIt's not allowed to add a new chunk because the current image is invalid.7The png image could not be loaded from the resource ID. Microsoft MSXML is not installedNo active documentNode "%s" not foundIDOMNode required.Attributes are not supported on this node typeInvalid node type+Mismatched paramaters to RegisterChildNodes0Element "%s" does not contain a single text node4DOM Implementation does not support IDOMParseOptions#ItemTag property is not initializedNode is readonlyCRefresh is only supported if the FileName or XML properties are setFileName cannot be blankLinejThis "Portable Network Graphics" image is not valid because it contains invalid pieces of data (crc error)yThe "Portable Network Graphics" image could not be loaded because one of its main piece of data (ihdr) might be corrupted &Move Here&Shortcut(s) Create Here&AbortToolbar 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)"%s" DOMImplementation already registeredNo matching DOM Vendor: "%s"<Selected DOM Vendor does not support this property or method;Property or Method "%s" is not supported by DOM Vendor "%s"Node cannot be nullDrive '%s:' is not ready.Directory '%s' doesn't exist./ <root>NameSizeTypeChangedAttrExt%s is a invalid drive letter.RightsOwnerGroup Link targetType &Copy HereBrowseAll files (*.*)|*.*Invalid file name - %sCan't find any valid path.BKBMBGB Can't rename file or directory: File already exists: %Filename contains invalid characters:File %s%u Files%u DirectoriesParent directoryDragDrop Error: %d Invalid indexUnable to insert an item Invalid ownerRichEdit line insertion errorFailed to Load StreamFailed to Save Stream %s is already associated with %sE%d is an invalid PageIndex value. PageIndex must be between 0 and %d=This control requires version 4.70 or greater of COMCTL32.DLLDate exceeds maximum of %sDate is less than minimum of %s4You must be in ShowCheckbox mode to set to this date#Failed to set calendar date or time%Failed to set maximum selection range$Failed to set calendar min/max range%Failed to set calendar selected rangeStyle not registered"'%s' is not a valid property valueOLE control activation failed*Could not obtain OLE control window handle%License information for %s is invalidPLicense information for %s not found. You cannot use this control in design modeNUnable to retrieve a pointer to a running object registered with OLE for %s/%sFailed 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 %d Failed to set object at index %d<MultiLine must be True when TabPosition is tpLeft or tpRightInvalid item level assignment Invalid level (%d) for item "%s"Unable to load style '%s'Unable to load styles: %sStyle '%s' already registered#Style class '%s' already registeredStyle '%s' not foundStyle class '%s' not foundInvalid style handleInvalid style formatVCL Style File)Class '%s' is already registered for '%s'%Class '%s' is not registered for '%s'%s parameter cannot be nil0A StyleHook class has not been registered for %s#Feature not supported by this styleStyle '%s' is not registered"Cannot unregister the system style"%s" is an invalid pathANSIASCIIUnicodeBig Endian UnicodeUTF-8UTF-7%Cannot remove shell notification icon"PageControl must first be assigned"%s requires Windows Vista or laterButton%d RadioButton%dCaption cannot be empty:CategoryPanel must have a CategoryPanelGroup as its parent=Only CategoryPanels can be inserted into a CategoryPanelGroupNo help keyword specified.Docked control must have a name%Error removing control from dock tree - Dock zone not found - Dock zone has no controlLError loading dock zone from the stream. Expecting version %d, but found %d.,Multiselect mode must be on for this feature7Length of value array must be >= length of prompt arrayPrompt array must not be empty &Username &Password&DomainLogin SeparatorError setting %s.Count8Listbox (%s) style must be virtual in order to set Count#No OnGetItem event handler assignedCtrl+Alt+(None)Value must be between %d and %dAllUnable to insert a lineInvalid clipboard format Clipboard does not support IconsCannot open clipboard: %sText exceeds memo capacity+Operation not supported on selected printer.There is no default printer currently selected/Menu '%s' is already being used by another formPicture: (%dx%d)PreviewBkSpTabEscEnterSpacePgUpPgDnEndHomeLeftUpRightDownInsDelShift+WarningError InformationConfirm&Yes&No&Abort&Retry&Ignore&All N&o to All Yes to &All&CloseAbort&AllCannot drag a form MetafilesEnhanced MetafilesIconsBitmaps TIFF ImagesGrid too large for operation Too many rows or columns deletedGrid index out of range1Fixed column count must be less than column count+Fixed row count must be less than row count&Cannot insert or delete rows from gridInvalid input value7Invalid input value. Use escape key to abandon changesPrinting in progressPrinter index out of rangePrinter 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 active0Can only modify an image if it contains a bitmap*A control cannot have itself as its parent&Yes&No&Help&Close&Ignore&Retry(Failed to write ImageList data to stream$Error creating window device contextError creating window class+Cannot focus a disabled or invisible window!Control '%s' has no parent window$Parent given is not a parent of '%s'Cannot hide an MDI Child Form)Cannot change Visible in OnShow or OnHide"Cannot make a visible window modalScrollbar property out of range%s property out of rangeMenu index out of rangeMenu inserted twiceSub-menu is not in menuNot enough timers available!Printer is not currently printingInvalid pixel format Invalid imageScan line index out of range!Cannot change the size of an icon%Cannot change the size of a WIC Image Invalid operation on TOleGraphic$Unknown picture file extension (.%s)Unsupported clipboard formatOut of system resourcesCanvas does not allow drawing#Text format flag '%s' not supportedInvalid image sizeInvalid ImageListUnable to Replace ImageInvalid ImageList Index)Failed to read ImageList data from streamSaturdayUnable to create directoryInvalid source arrayInvalid destination array"Character index out of bounds (%d)Start index out of bounds (%d)Invalid count (%d)Invalid destination index (%d)Invalid code pageInvalid encoding nameNNo mapping for the Unicode character exists in the target multi-byte code page0Tab position incompatible with current tab style0Tab style incompatible with current tab positionBitmap image is not validIcon image is not validMetafile is not validOctoberNovemberDecemberSunMonTueWedThuFriSatSundayMondayTuesday WednesdayThursdayFridayJunJulAugSepOctNovDecJanuaryFebruaryMarchAprilMayJuneJulyAugust SeptemberObject lock not owned(Monitor support function not initializedFeature not implemented Method called on disposed object%s (%s, line %d)Abstract Error?Access violation at address %p in module '%s'. %s of address %p2Cannot access package information for package '%s'Can't load package %s. %sSystem Error. Code: %d. %s%sA call to an OS function failedJanFebMarAprMay%Invalid variant operation (%s%.8x) %s,Custom variant type (%s%.4x) is out of range/Custom variant type (%s%.4x) already used by %s*Custom variant type (%s%.4x) is not usable2Too many custom variant types have been registered5Could 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(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 supportedReadWrite ExecutionInvalid accessFormat string too long$Error creating variant or safe array)Variant or safe array index out of boundsVariant or safe array is lockedInvalid variant type conversionInvalid variant operationInvalid NULL variant operationInvalid 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 %pAccess violationStack overflow Control-C hitPrivileged instructionOperation aborted!'%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 time '%d.%d' is not a valid timestamp'%s' is not a valid GUID value!'%s' is not a valid boolean valueInvalid argument to time encodeInvalid argument to date encode Out of memory I/O error %dToo many open filesFile access deniedRead beyond end of file Disk fullWindows Server 2003 R2Windows Server 2012Windows Server 2012 R2 Windows 8 Windows 8.1Observer is not supportedLCannot have multiple single cast observers added to the observers collection4The object does not implement the observer interfaceGNo single cast observer with ID %d was added to the observer collectionFNo multi cast observer with ID %d was added to the observer collectionObserver is not availableThe location sensor is startedInvalid date string: %sInvalid time string: %sInvalid time Offset string: %s <unknown>Parameter count mismatch<Type '%s' is not declared in the interface section of a unit7VAR and OUT arguments must match parameter type exactly,Specified Login Credential Service not found"%s (Version %d.%d, Build %d, %5:s):%s Service Pack %4:d (Version %1:d.%2:d, Build %3:d, %5:s)32-bit Edition64-bit EditionWindows Windows VistaWindows Server 2008 Windows 7Windows Server 2008 R2 Windows 2000 Windows XPWindows Server 2003bThe duration cannot be returned because the absolute value exceeds the value of TTimeSpan.MaxValueValue cannot be NaN3Negating the minimum value of a Timespan is invalidInvalid Timespan formatTimespan element too long#No context-sensitive help installedNo help found for context %dUnable to open IndexUnable to open Search"Unable to find a Table of Contents$No topic-based help system installedNo help found for %sArgument out of rangeItem not foundDuplicates not allowed5Insufficient RTTI available to support this operationThe specified path is too long The specified path was not found The path format is not supportedThe drive cannot be found The specified file was not found!The specified file already exists?WThe given "%s" local time is invalid (situated within the missing period prior to DST).$No help viewer that supports filters8String index out of range (%d). Must be >= %d and <= %d\Invalid UTF32 character value. Must be >= 0 and <= $10FFFF, excluding surrogate pair rangesrHigh surrogate char without a following low surrogate char at index: %d. Check that the string is encoded properlyrLow surrogate char without a preceding high surrogate char at index: %d. Check that the string is encoded properly2Length of Strings and Objects arrays must be equalInvalid Timeout value: %sTimespan too longString expected %s expected$%s not in a class registration groupProperty %s does not existStream write errorThread creation error: %sThread Error: %s (%d)-Cannot terminate an externally created thread,Cannot wait for an externally created thread2Cannot call Start on a running or suspended thread;Cannot call CheckTerminated on an externally created thread9Cannot call SetReturnValue on an externally create threadParameter %s cannot be nil'Parameter %s cannot be a negative value*Input buffer exceeded for %s = %d, %s = %dInvalid characters in pathList index out of bounds (%d)+Out of memory while expanding memory stream)%s has not been registered as a COM classNumber expectedANSI or UTF8 encoding expected %s on line %dError 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 listUnable to write to %sInvalid binary valueInvalid file name - %sInvalid stream format'%s' is an invalid mask at (%d)$''%s'' is not a valid component nameInvalid property valueInvalid property element: %sInvalid property pathInvalid property type: %sInvalid property valueInvalid data type for '%s'Invalid string constant Line too long List capacity out of bounds (%d)List count out of bounds (%d)7Dispatch methods do not support more than 64 parametersDCOM not installedAncestor for '%s' not foundCannot assign a %s to a %sBits index out of range*Can't write to a read-only resource stream''%s'' expectedECheckSynchronize 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 "%s". %sCannot open file "%s". %sIdentifier expected3A regular expression specified in RegEx is required,Error in regular expression at offset %d: %sError studying the regex: %sSuccessful match requiredStrings parameter cannot be nilInvalid index typeIndex out of bounds (%d)Invalid group name (%s)KUTF8: A start byte not followed by enough continuation bytes in position %sDUTF8: An unexpected continuation byte in %s-byte UTF8 in position %sAUTF8: Type cannot be determined out of header byte at position %s End of path Error in pathOLE error %.8x.Method '%s' not supported by automation object/Variant does not reference an automation objectߘ{<:y&q? *%TPF0 TAboutDialog AboutDialogLeftuTop{HelpType htKeyword HelpKeywordui_about BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption+Σχετικά με την εφαρμογή ClientHeight ClientWidthColor clBtnFace ParentFont KeyPreview OldCreateOrder PositionpoOwnerFormCenter OnKeyDown FormKeyDown DesignSize PixelsPerInch` TextHeight TButtonOKButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionDefault ModalResultTabOrder OnMouseDownOKButtonMouseDownTButton LicenseButtonLeft>TopWidthKHeightAnchors akLeftakBottomCaption TabOrderOnClickLicenseButtonClickTButton HelpButtonLeftETopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPanelPanelLeftTopWidthHeightAnchors akLeftakTopakRightakBottom BevelOuterbvNoneColorclWindowParentBackgroundTabOrder DesignSizeTLabelApplicationLabelLeft>Top Width4Height Caption Application ShowAccelCharTLabel VersionLabelLeft>TopWidthHeight CaptionVersion 2.0.0 (Build 12) XX ShowAccelCharTLabelWinSCPCopyrightLabelLeft>Top8WidthHeight Caption%Copyright © 2000-2003 Martin Prikryl ShowAccelCharTLabelProductSpecificMessageLabelLeft>TopdWidthHeight Captionγια να στείλετε σχόλια και αναφορές σφαλμάτων χρησιμοποιήστε το forum υποστήριξης στο: ShowAccelCharTLabelLabel3Left>TopWidth[Height Caption<Τμηματικά πνευματικά δικαιώματα ShowAccelCharTLabelRegistrationLabelLeft>TopWidthHeight CaptionThis product is licensed to: ShowAccelChar TPaintBox IconPaintBoxLeftTop Width0Height0OnPaintIconPaintBoxPaint TStaticText HomepageLabelLeft>TopHWidthHeightCaptionhttp://XXXXXXwinscp.net/TabOrderTabStop TStaticText ForumUrlLabelLeft>ToptWidthHeightCaptionhttp://XXXXwinscp.net/forum/TabOrderTabStop TPanelThirdPartyPanelLeft>TopWidthRHeightAnchors akLeftakTopakRight BevelKindbkTile BevelOuterbvNone ParentColor TabOrderTPanelRegistrationBoxLeft>TopWidthRHeightYAnchors akLeftakTopakRight BevelKindbkTile BevelOuterbvNoneParentBackground ParentColor TabOrder DesignSizeNUTLabelRegistrationSubjectLabelLeftTopWidthHeightAAnchors akLeftakTopakRightAutoSizeCaptionSomeone Somewhere, some city ShowAccelCharWordWrap TLabelRegistrationLicensesLabelLeftTop+WidthjHeight CaptionNumber of Licenses: X ShowAccelChar TStaticTextRegistrationProductIdLabelLeftTopAWidthHeightCaptionProduct ID: xxxx-xxxx-xxxxx ShowAccelCharTabOrderOnClickRegistrationProductIdLabelClickTPF0TAuthenticateFormAuthenticateFormLeft0TopqHelpType htKeyword HelpKeywordui_authenticate BorderIcons biSystemMenu BorderStylebsDialogCaptionAuthenticateForm ClientHeight| ClientWidthwColor clBtnFaceConstraints.MinHeightConstraints.MinWidth ParentFont OldCreateOrderPositionpoOwnerFormCenterOnResize FormResizeOnShowFormShow PixelsPerInch` TextHeight TPanelTopPanelLeftTopWidthwHeightAAlignalClient BevelOuterbvNoneTabOrderTListBoxLogViewLeft0TopWidthGHeightAStylelbOwnerDrawVariableAlignalClient BevelInnerbvNone BevelOuterbvNone BorderStylebsNoneDoubleBuffered ParentDoubleBufferedParentShowHintShowHint TabOrder OnDrawItemLogViewDrawItem OnMeasureItemLogViewMeasureItem OnMouseMoveLogViewMouseMoveTPanel LeftPanelLeftTopWidth0HeightAAlignalLeft BevelOuterbvNoneColorclWindowParentBackgroundTabOrder TPaintBoxAnimationPaintBoxLeftTop Width Height TPanel PasswordPanelLeftTopAWidthwHeightAlignalBottomAutoSize BevelOuterbvNoneTabOrderVisibleTPanelPromptEditPanelLeftTopWidthwHeightAlignalTop BevelOuterbvNoneTabOrder DesignSizewTLabelInstructionsLabelLeftTopWidthhHeight'Anchors akLeftakTopakRightAutoSizeCaptionInstructions for authentication. Please fill in your credentials carefully. Enter all required information, including your session username and session password.X FocusControl PromptEdit1WordWrap TLabel PromptLabel1LeftTop8WidthhHeight Anchors akLeftakTopakRightAutoSizeCaption &UsernameX: FocusControl PromptEdit1WordWrap TLabel PromptLabel2LeftTopeWidthhHeight Anchors akLeftakTopakRightAutoSizeCaption &PasswordX: FocusControl PromptEdit2WordWrap TPasswordEdit PromptEdit1LeftTopIWidthiHeightAnchors akLeftakTopakRight MaxLengthTabOrder TPasswordEdit PromptEdit2LeftTopvWidthiHeightAnchors akLeftakTopakRight MaxLengthTabOrderTPanelSavePasswordPanelLeftTopWidthwHeightAlignalTop BevelOuterbvNoneTabOrder TCheckBoxSavePasswordCheckLeftTopWidthHeightCaptionIΑλλαξε τον αποθηκευμένο κωδικό με αυτόνChecked State cbCheckedTabOrderTPanel ButtonsPanelLeftTopWidthwHeight,AlignalTop BevelOuterbvNoneTabOrder DesignSizew,TButtonPasswordOKButtonLeftvTopWidthKHeightAnchors akTopakRightCaption ModalResultTabOrderTButtonPasswordCancelButtonLeftTopWidthKHeightAnchors akTopakRightCaption ModalResultTabOrderTButtonPasswordHelpButtonLeft&TopWidthKHeightAnchors akTopakRightCaptionTabOrderOnClickHelpButtonClickTPanelSessionRememberPasswordPanelLeftTopWidthwHeightAlignalTop BevelOuterbvNoneTabOrder TCheckBoxSessionRememberPasswordCheckLeftTopWidthHeightCaptionJΘυμίσου τον κωδικό γι αυτήν την συνεδρίαChecked State cbCheckedTabOrderTPanel BannerPanelLeftTop*WidthwHeightRAlignalBottom BevelOuterbvNoneTabOrderVisible DesignSizewRTMemo BannerMemoLeftTopWidthhHeight"Anchors akLeftakTopakRightakBottomColor clBtnFace PopupMenuBannerPopupMenuReadOnly ScrollBars ssVerticalTabOrder WantReturnsOnContextPopupBannerMemoContextPopup TCheckBoxNeverShowAgainCheckLeftTop5WidthHeightAnchors akLeftakRightakBottomCaption'Να μην το ξαναδείξειςTabOrderTButtonBannerCloseButtonLeftTop/WidthKHeightAnchors akRightakBottomCaption ModalResultTabOrderTButtonBannerHelpButtonLeft$Top/WidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClick TActionList ActionListLeft Top0 TEditCopyEditCopyActionCategoryBannerCaption  ImageIndexShortCutC@TEditSelectAllEditSelectAllActionCategoryBannerCaptionΕπιλογή όλων ImageIndexShortCutA@TActionBannerMonospacedFontActionCategoryBannerCaptionUse &Monospaced Font OnExecute!BannerMonospacedFontActionExecuteTActionLabelCopyActionCategoryLabelCaption  OnExecuteLabelCopyActionExecuteTActionLabelOpenLinkAction2CategoryLabelCaption &Open Link OnExecuteLabelOpenLinkAction2Execute TPopupMenuBannerPopupMenuLeftTop0 TMenuItemCopyItemActionEditCopyAction TMenuItem SelectAllItemActionEditSelectAllAction TMenuItemN1Caption- TMenuItemAdjustWindowItemActionBannerMonospacedFontAction TPopupMenuLabelPopupMenuLeft8TopH TMenuItemCopy1ActionLabelCopyAction TMenuItemN2Caption- TMenuItemOpen1ActionLabelOpenLinkAction2Default TPF0TCleanupDialog CleanupDialogLeftdTopHelpType htKeyword HelpKeyword ui_cleanup BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption'Καθαρισμός δεδομένων ClientHeight+ ClientWidthColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSize+ PixelsPerInch` TextHeight TLabelLabel1LeftTopWidthHeightaAnchors akLeftakTopakRightAutoSizeCaptionGΟ ακόλουθος κατάλογος περιλαμβάνει όλα τα αποθηκευμένα δεδομένα σ αυτόν τον υπολογιστή. Ελέγξτε αυτά που θέλετε να αφαιρέσετε. Εάν ένα άλλο τμήμα της εφαρμογής τρέχει, παρακαλώ κλείστε το πριν διαγράψετε τα δεδομένα. Σημείωση: Το άνοιγμα και/ή επόμενη εκτέλεση της εφαρμογής θα επαναδημιουργήσει κάποια δεδομένα. ShowAccelCharWordWrap TButtonOKButtonLeftTop WidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftITop WidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrder TListView DataListViewLeftTophWidthHeightAnchors akLeftakTopakRightakBottom Checkboxes ColumnsCaptionWidthCaption Width ColumnClickDoubleBuffered HideSelectionReadOnly RowSelect ParentDoubleBufferedParentShowHintShowHint TabOrder ViewStylevsReport OnInfoTipDataListViewInfoTipOnKeyUpDataListViewKeyUp OnMouseDownDataListViewMouseDownTButtonCheckAllButtonLeftTop WidthqHeightAnchors akLeftakBottomCaptionΕπιλογή όλωνTabOrderOnClickCheckAllButtonClickTButton HelpButtonLeftTop WidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0TConsoleDialog ConsoleDialogLeft]TopHelpType htKeyword HelpKeyword ui_console BorderIcons biSystemMenu biMinimize biMaximizebiHelpCaption ClientHeight ClientWidth'Color clBtnFaceConstraints.MinHeightConstraints.MinWidth ParentFont Icon.Data @@ (Bv00 %B(( hFh   V ޜ h(@ B(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$D@=C@;A>;A=:@=:@<9?<9?;8>;8>:7=:7=:7<96<96;85;85:7497496396385275274164163053052042/41/31.30.20-2/-1/,1.,0.+0-+/-*/,*.,).+)-+)-*(,*(,)'+)'+(&*(&*'%)'%(&$(&$(&$(&$DA=D@=C@;A>;A=:@=:@<9?<9>;8>;8=:7=:7<96<96;85;85:74:7497496386385275274163163053052/42/41.31.30.20-2/-1/,1.,0.+0-+/-*/,*.,).+)-+),*(,*(,)'+)'*(&*(&)'%)'%(&$(&$(&$EA>DA=D@=C@;A>:@=:@=:?<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385274274163163052052/41/41.30.30-20-1/-1/,1.,0.+/-+/-*.,*.,)-+)-+(,*(,*'+)'+)&*(&*(&)'%)'%(&$(&$EA>DA>DA=C@=C@;A>:@=:@=9?<9?<8>;8>;7=:7=:7<96<96;85;85:74:7496396385285274174163153052052/41/31.30.20-2/-1/,1.,0.,0-+/-+/-*.,*.,)-+)-*(,*(,)'+)'+)&*(&*(&)'%(&$(&$EB>EA>DA=D@=C@;A>;A>:@=:@<9?<9?;8>;8>:7=:7=:7<96<96;85;85:74:7496396385275274164163053052042/41/31.30.20-2/-1/,1.,0.+0-+/-*/,*.,).+)-+)-*(,*(,)'+)'+(&*(&*'%(&$(&$FB?EB>EA>DA=D@=|zwuspB>;A>;A=:@=:@<9?<9>;8>;8>:7=:7<96<96;85;85:74:7497496386385275274164163053052/42/41/31.30.20-2/-1/,1.,0.+0-+/-*/,*.,).+)-+)-*(,*(,)'+)'*(&*(&(&$(&$FC?FB?EB>EA>PMIQMJA>:@=:@=:?<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385274274163163052052/41/41.31.30-20-1/-1/,1.,0.+/-+/-*.,*.,).+)-+(,*(,*'+)'+)'*(&(&$(&$GC?FB?FB>EB>KHEA>:@=:@=9?<9?<8>;8>;7=:7=:7<96<96;85;85:74:7496396385285274274163163052052/41/31.30.20-2/-1/-1.,0.,0.+/-+/-*.,*.,)-+)-*(,*(,*'+)'+)&(&$(&$GC@FC?FB?EB>EA>jhdYWS@=:@<9?<9?;8>;8>;7=:7=:7<96<96;85;85:74:7496396385275274174163053052042/41/31.30.20-2/-1/,1.,0.+0-+/-*/,*.,*.+)-+)-*(,*(,)'+)'(&$(&$GD@GC@FC?FB?EB>EA>HEAA>;@<9?<9?;8>;8>:7=:7<96<96;85;85;85:7497496386385275274164163053052042/41/31.30.20-2/-1/,1.,0.+0-+/-*/,*.,).+)-+)-*(,*(,)'(&$(&$HD@GD@GC@FC?FB?EB>EA>DA=da^b`]@<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385275274163163052052/42/41.31.30-20-2/-1/,1.,0.+/-+/-*.,*.,).+)-+(,*(,*((&$(&$HDAHD@GC@GC?FC?FB>EB>DA>DA=EA>EB??<8>;8>;8=:7=:7<96<96;85;85:74:7496396385385274274163163052052/41/31.30.30-2/-1/-1/,0.,0.+/-+/-*.,*.,)-+)-+(,*((&$(&$IEAHDAHD@GC@FC?FB?EB>EA>DA>D@=C@=XVR?<9?<8>;8>;7=:7=:7<96<96;85;85:74:7496396385275274174163053052042/41/31.30.20-2/-1/,1.,0.+0-+/-+/,*.,*.,)-+)-*((&$(&$IEBHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@<[XU@<9?<9?;8>;8>:7=:7<96<96<96;85;85:7497496386385275274164163053052042/41/31.30.20-2/-1/,1.,0.+0-+/-*/,*.,).+)-+)(&$(&$IFBIEAHEAHDAGD@GC@FC?FB?EB>EA>EB>@=:@<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496386385275274163163052052/42/41.31.30.20-2/-1/,1.,0.+/-+/-*/,*.,).+)(&$(&$JFBIEBIEAHDAHD@GC@GC?FC?FB>fdab_]A>:@=:@=9?<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385274274163163052052/41/41.30.30-2/-1/-1/,0.,0.+/-+/-*.,*.,)(&$(&$JFCJFBIEBIEAHDAHD@GC@LIEC@=B?;A>;A>:@=:@=9?<9?<8>;8>;7=:7=:7<96<96;85;85:74:7496396385285274174163153052052/41/31.30.20-2/-1/,1.,0.,0-+/-+/,*.,*(&$(&$JGCJFBIFBIEBHEAHDAvtqYVSC@;A>;A>:@=:@<9?<9?;8>;8>:7=:7=:7<96<96;85;85:7497496396385275274164163053052042/41/31.30.20-2/-1/,1.,0.+0-+/-*/,*(&$(&$KGCJGCJFBIFBIEBEA>DA=D@=C@;A>;A=:@=:@<9?<9>;8>;8>:7=:7<96<96;85;85:74:7497496386385275274163163053052/42/41/31.30.20-2/-1/,1.,0.+0-+/-*(&$(&$KHDKGCJGCJFBZVTSPLFB?EB>EA>DA=D@=C@;A>:@=:@=:?<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385274274163163052052/41/41.30.30-20-1/-1/,1.,0.+/-+(&$(&$LHDKGDKGCJFCMIEywtGC@GC?FB?FB>EA>DA>DA=C@=C@;A>:@=:@=9?<9?<8>;8>;7=:7=:7<96<96;85;85:74:7496396385285274274163153052052/41/31.30.20-2/-1/-1.,0.,0-+(&$(&$LHDKHDKGCKGCJFBQOKwtrNKGHDAGD@GC@FC?FB?EB>EA>DA=D@=C@=C?;A>;A>:@=:@<9?<9?;8>;8>;7=:7=:7<96<96;85;85:74:7496396385275274164163053052042/41/31.30.20-2/-1/,1.,0.+(&$(&$LIELHDKHDKGCJGCJFBIFBIEBHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@;A>;A=:@=:@<9?<9>;8>;8>:7=:7<96<96;85;85;85:7497496386385275274164163053052042/41/31.30.20-2/-1/,1.,(&$(&$MIELIELHDKHDKGCJGCJFBIEBIEAHEAHD@GD@GC@FC?FB?EB>EA>DA=D@=C@;A>;@=:@=:?<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385275274163163052052/41/41.31.30-20-2/-1/,(&$(&$MIEMIELHELHDKGDKGCJFCJFBIEBIEAHDAHD@GC@GC?FB?FB>EB>DA>DA=D@=C@;A>:@=:@=9?<9?<8>;8>;8=:7=:7<96<96;85;85:74:7496396385285274274163163052052/41/31.30.20-2/-1/-(&$(&$NJFMIEMIELHDLHDKGCKGCJFCIFBIEBHEAHDAHD@GC@FC?FB?EB>EA>DA=D@=C@=C?;A>:@=:@<9?<9?;8>;8>;7=:7=:7<96<96;85;85:74:7496396385275274174163053052042/41/31.30.20-2/-(&$(&$NJFMJFMIEMIELHDKHDKGCJGCJFBIFBIEBHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@;A>;A=:@=:@<9?<9?;8>;8>:7=:7<96<96;85;85;85:7497496386385275274164163053052042/41/31.30.20-(&$(&$NJFNJFMJFMIELIELHDKHDKGCJGCJFBIFBIEAHEAHD@GD@GC@FC?FB?EB>EA>DA=D@=C@;A>;@=:@=:@<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385275274163163052052/42/41.31.30-(&$(&$OKGNJFNJFMIEMIELHELHDKGDKGCJGCJFBIEBIEAHDAHD@GC@GC?FC?FB>EB>DA>DA=D@=C@;A>:@=:@=9?<9?<8>;8>;8=:7=:7<96<96;85;85:74:7496396385385274274163163052052/41/31.30.(&$(&$OKGOKGNJFNJFMIEMIELHDLHDKGCKGCJFCIFBIEBIEAHDAHD@GC@FC?FB?EB>EA>DA>D@=C@=C@;A>:@=:@<9?<9?<8>;8>;7=:7=:7<96<96;85;85:74:7496396385285274174163053052042/41/31.(&$(&$OKGOKGOKGNJFNJFMIEMIELHDKHDKGCJGCJFBIFBIEBHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@;A>;A=:@=:@<9?<9?;8>;8>:7=:7<96<96<96;85;85:7497496386385275274164163053052042/41/(&$(&$OKGOKGOKGNJFNJFMJFMIELIELHDKHDKGCJGCJFBIFBIEAHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@;A>;A=:@=:@<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496386385275274163163053052/42/(&$(&$OKGOKGOKGOKGNJFNJFMIEMIELHELHDKGDKGCJGCJFBIEBIEAHDAHD@GD@GC?FC?FB>EB>EA>DA=D@=C@;A>:@=:@=9?<9?<9>;8>;8=:7=:7<96<96;85;85:74:7496496385385274274163163052052/(&$(&$OKGOKGOKGOKGOKGNJFNJFMIEMIELHDLHDKGDKGCJFCJFBIEBIEAHDAHD@GC@FC?FB?FB>EA>DA>DA=C@=C@;A>:@=:@=9?<9?<8>;8>;7=:7=:7<96<96;85;85:74:74963963852852741741631530520(&$(&$OKGOKGOKGOKGOKGOKGNJFNJFMIEMIELHDKHDKGCKGCJFBIFBIEBHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@;A>;A>:@=:@<9?<9?;8>;8>:7=:7=:7<96<96;85;85:74974963963852752741641630530(&$(&$OKGOKGOKGOKGOKGOKGOKGNJFMJFMIELIELHDKHDKGCJGCJFBIFBIEBHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@;A>;A=:@=:@<9?<9>;8>;8>:7=:7<96<96;85;85:74:74974963863852752741631630(&$(&$OKGOKGOKGOKGOKGOKGOKGNJFNJFMIEMIELHELHDKHDKGCJGCJFBIEBIEAHDAHD@GD@GC?FC?FB?EB>EA>DA=D@=C@;A>:@=:@=:?<9?<9>;8>;8=:7=:7<96<96;85;85:74:74964963853852742741631(&$(&$OKGOKGOKGOKGOKGOKGOKGOKGNJFNJFMIEMIELHELHDKGDKGCJFCJFBIEBIEAHDAHD@GC@GC?FB?FB>EB>DA>DA=C@=C@;A>:@=:@=9?<9?<8>;8>;7=:7=:7<96<96;85;85:74:74963963852852742741(&$(&$OKGOKGOKGOKGOKGOKGOKGOKGOKGNJFNJFMIEMIELHDKHDKGCKGCJFBIFBIEBHEAHDAHD@GC@FC?FB?EB>EA>DA=D@=C@=C?;A>:@=:@<9?<9?;8>;8>;7=:7=:7<96<96;85;85:74:74963963852752741(&$(&$OKGOKGOKGOKGOKGOKGOKGOKGOKGOKGNJFMJFMIELIELHDKHDKGCJGCJFBIFBIEBHEAHDAGD@GC@FC?FB?EB>EA>DA=D@=C@;A>;A=:@=:@<9?<9?;8>;8>:7=:7<96<96;85;85;85:74974963863852752(&$(&$OKGOKGOKGOKGOKGOKGOKGOKGOKGOKGNJFNJFMIEMIELIELHDKHDKGCJGCJFBIEBIEAHEAHD@GD@GC@FC?FB?EB>EA>DA=D@=C@;A>;@=:@=:?<9?<9>;8>;8=:7=:7<96<96;85;85:74:74964963853852(&$Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#Ҧ#ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%ӫ%հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'հ'ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ִ*ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,ع,پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.000000000000000000000000000000000000000000000000000000000222222222222222222222222222222222222222222222222222222222(0` %!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$###(&$=97@=:?<:?<9><8>;8>:7=:6<96;85;85:7496396385274164163052042042/41/31.20-2/-1/,0.+0-+/-*.,).+)-+(,*(+)'+(&*(&)'%)'%)'%(&$(&$###(&$?<8D@=C@;A>:@=:?<9?;8>;8=:7<96<96;85:74:7496385385274163153052/41/31.30-2/-1/,1.,0-+/-*.,*.+)-+),*(,)'+)'*(&)'%)'%(&$###(&$@<9DA=C@=C?;A=:@=9?<9>;8>;7=:7<96<96;85:7497496385275274163053052/41/31.20-2/-1/,0.+0-+/-*.,*.+)-*(,*(+)'+)&*(&)'%(&$###(&$B?;EA>DA=C@<]ZWB?;A>;@=:@<9?<9>;8>:7=:7<96;85;85:7496496385275274163052042/41.30.20-2/-1.,0.+/-+/,*.,)-+)-*(,*(+)'*(&)'%(&$###(&$C?DA>ZWTA>:@=:@<9?<8>;8=:7=:7<96;85;85:7496396385274164163052042/31.30.20-1/,1.,0.+/-+/,*.,)-+),*(,*'+)')'%(&$###(&$C@DA=@=:?<9?;8>;8=:7<96<96;85:74:7496386385274163153052/41/31.30.2/-1/,1.,0-+/-*.,*.+)-+),*(,)'*(&(&$###(&$D@=FC?FB>FB?fca@=9?<9>;8>;7=:7<96<96;85:74:7496385275274163153052/41/31.20-2/-1/,0.,0-+/-*.,*.+)-+(,*(*(&(&$###(&$EA=GC@FC?EB>EA>XUQFB??<9>;8>:7=:7<96;85;85:7497496385275274163052042/41/30.20-2/-1.,0.+/-+/,*.,)-+)-*(+)'(&$###(&$EA>GD@GC?FB?EB>DA>D@=~{olj?<8>;8=:7=:7<96;85;85:7496396385274264163052042/41.30.20-1/-1.,0.+/-+/,*.,)-+)+)'(&$###(&$FB>HDAGD@FC?FB?EB>DA=D@=OLH?<9?;8>;8=:7<96<96;85;85:7496386385274163153052041/31.30.2/-1/,1.,0-+/-*.,*.+),*((&$###(&$FB?HEAHD@GC@FC?FB>EA>KHD@=9?<9>;8>;8=:7<96<96;85:74:7496385375274163153052/41/31.30-2/-1/,0.,0-+/-*.,*-*((&$###(&$GC?IEBHEAHD@GC@FC?zxu}zxA>;@=:@<9?<9>;8>:7=:7<96<96;85:7497496385275274163052042/41/30.20-2/-1.,0.+/-+/,*-+((&$###(&$GC@IFBIEAHDAUROMJFB?;A>:@=:@<9?<9>;8=:7=:7<96;85;85:7496496385274264163052042/41.30.20-1/-1.,0.+/-+.+)(&$###(&$HD@JFBIFByvsqolDA=D@=C@;A>:@=:?<9?;8>;8=:7=:7<96;85;85:7496386385274163153052041/31.30.2/-1/,1.,0-+.,)(&$###(&$HDAKGCJFBJGCFB>EA>DA=D@=C?;A=:@=:?<9>;8>;8=:7<96<96;85:74:7496385375274163153052/41/31.30-2/-1/,0.,/,*(&$###(&$IEAKGCJGCfb_gebHD@GC@FC?EB>EA>DA=C@=C?;@=:@<9?<9>;8>;7=:7<96<96;85:7497496385275274163052052/41/30.20-2/-1.,/-*(&$### (&$IEBLHDKGCJGCIFBIEAHDAGD@GC?FB?EB>EA>D@=C@;A>;@=:@<9?<9>;8=:7=:7<96;85;85:7496496385274264163052042/41.30.20-1/-0-+(&$######(&$JFBLHDKHDKGCJFBIFBIEAHDAGD@FC?FB?EB>DA>D@=C@;A>:@=:?<9?<8>;8=:7=:7<96;85;85:7496386385274163163052041/31.30.20-0.+(&$######(&$JFBMIELHDKHDKGCJFBIEBHEAHDAGC@FC?FB?EA>DA=D@=C?;A=:@=:?<9>;8>;8=:7<96<96;85:74:7496385375274163153052/41/31.30-1.,(&$######(&$KGCMIEMIELHDKGCJGCJFBIEBHEAHD@GC@FC?FB>EA>DA=C@=C?;@=:@=9?<9>;8>;7=:7<96<96;85:7497496385275274163052052/41/31.1/,(&$######(&$KGCNJFMIELIELHDKGCJGCIFBIEBHDAGD@GC@FB?EB>EA>D@=C@;A>;@=:@<9?<9>;8>:7=:7<96;85;85:7496496385274264163052042/41.2/-(&$######(&$KHDNJFNJFMIELHDKHDKGCJFCIFBIEAHDAGD@GC?FB?EB>DA>D@=C@;A>:@=:?<9?<8>;8=:7=:7<96;85;85:7496386385274163163052042/20-(&$######(&$KHDOKGNJFMJFMIELHDKHDKGCJFBIEBHEAHDAGC@FC?FB?EA>DA=D@=C?;A>:@=:?<9?;8>;8=:7<96<96;85:74:7496385375274163153052/30.(&$######(&$KHDOKGOKGNJFMIEMIELHDKGDJGCJFBIEBHEAHD@GC@FC?FB>EA>DA=C@=C?;@=:@=9?<9>;8>;7=:7<96<96;85:7497496385275274163053041.(&$######(&$KHDOKGOKGOKGNJFMIELIELHDKGCJGCIFBIEBHDAGD@GC@FB?EB>EA>D@=C@;@=:@<9?<9>;8>:7=:7<96;85;85:7496496385274274163041/(&$######(&$KHDOKGOKGOKGNJFNJFMIELHEKHDKGCJFCIFBIEAHDAGD@GC?FB?EB>DA>D@=C@;A>:@=:@<9?<8>;8=:7=:7<96;85;85:7496386385274164142/(&$######(&$KHDOKGOKGOKGOKGNJFMJFMIELHDKHDKGCJFBIEBHEAHDAGC@FC?FB?EA>DA=D@=C@;A>:@=:?<9?;8>;8=:7<96<96;85:74:74963853852741420(&$######(&$KHDOKGOKGOKGOKGOKGNJFMIEMIELHDKGDJGCJFBIEBHEAHD@GC@FC?FB>EA>DA=C@=C?;A=:@=9?<9>;8>;7=:7<96<96;85:74974963852752520(&$######(&$KHDOKGOKGOKGOKGOKGOKGNJFMIELIELHDKGCJGCIFBIEBHDAHD@GC@FB?EB>EA>DA=C@;@=:@<9?<9>;8>:7=:7<96;85;85:74964963852520(&$ ###(&$KHDOKGOKGOKGOKGOKGOKGNJFNJFMIELHEKHDKGCJFCIFBIEAHDAGD@GC?FB?EB>DA>D@=C@;A>:@=:@<9?<8>;8=:7=:7<96;85;85:74963963630(&$###ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ#ҧ####ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ԭ&ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)ִ)غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,غ,//////////////////////////////////////////222222222222222222222222222222222222222222((P @(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$D@=C@;@=:@<9?<8>;8=:7<96;85;85:7496385375274163052041/31.20-2/-1.,0.+/-*.,*.+)-*(,*'+)'*(&)'%(&$(&$(&$DA=D@=C?;@=:?<9?;8>;7=:7<96;85;85:7496385274264153052/41/30.20-1/-1.,0-+/-*.,)-+),*(,)'+)&*(&)'%(&$(&$EB>DA=JGDjgdA>:@=:?<9>;8>:7=:7<96;85:7497496385274163153052/41/30.20-1/,0.,0-+/,*.,)-+),*(,)'+(&*(&(&$(&$FB?EA>pnkJFC@=9?<9>;8=:7=:7<96;85:7496496385274163052042/31.30.2/-1/,0.+/-+/,*.,)-+(,*(+)'*(&(&$(&$FC?FB>EA>xvt@<9?<9>;8=:7<96<96;85:7496385375274163052042/31.30-2/-1.,0.+/-*.,*.+)-*(,*(+)'(&$(&$GC@FC?EB>DA>YVSOKH?;8>;8=:7<96;85;85:7496385275264163052041/31.20-1/-1.,0-+/-*.,*-+)-*(,)'(&$(&$HD@GC@FB?EB>DA=C@=omk>;8>;7=:7<96;85:74:7496385274263153052/41/30.20-1/,1.,0-+/-*.,)-+),*((&$(&$HEAGD@GC?FB?EA>DA=JGC?<9>;8>:7=:7<96;85:7497496385274163153042/41.30.2/-1/,0.+/-+/,*.,)-+)(&$(&$IEBHDAGD@FC?FB>yvtB>;@=9?<9>;8=:7<96<96;85:7496386385274163052042/31.30-2/-1/,0.+/-+.,*.+)(&$(&$IFBIEAHDAUROXVRB?;A>;@=:@<9?<8>;8=:7<96;85;85:7496385375274163052041/31.20-2/-1.,0.+/-*.,*(&$(&$JFCIFB`^ZDA=D@=C?;@=:?<9?;8>;7=:7<96;85;85:7496385274264163052/41/30.20-1/-1.,0-+/-*(&$(&$KGCJFBc_]TPLFB?EB>DA=C@=B?;A>:@=:?<9>;8>:7=:7<96;85:7497496385274163153052/41/30.20-1/,0.,0-+(&$(&$KHDKGCJFBIEBHDAGD@FC?FB?EA>DA=C@;A>:@=9?<9>;8=:7=:7<96;85:7496496385274163152042/31.30.2/-1/,0.+(&$(&$LHDKGDJGCJFBIEAHDAGC@FC?FB>EA>D@=C@;@=:@<9?<9>;8=:7<96<96;85:7496385375274163052042/31.30-2/-1.,(&$(&$MIELHDKGCJGCIFBIEAHDAGC@FC?EB>DA>D@=C?;@=:@<9?;8>;8=:7<96;85;85:7496385275274163052041/31.20-1/-(&$(&$MIEMIELHDKGCJFCIEBHEAHD@GC@FB?EB>DA=C@=C?:@=:?<9>;8>;7=:7<96;85:74:7496385274263153052/41/30.20-(&$(&$NJFMIELIEKHDKGCJFBIEBHEAGD@GC?FB?EA>DA=C@;A>:@=:?<9>;8>:7=:7<96;85:7497496385274163153042/41.30.(&$(&$OKGNJFMIELHDKHDKGCJFBIEBHDAGD@FC?FB>EA>D@=C@;A=:@=9?<9>;8=:7<96<96;85:7496386385274163052042/31.(&$(&$OKGNJFNJFMIELHDKGDJGCIFBIEAHDAGC@FC?EB>EA>D@=C@;@=:@<9?<8>;8=:7<96;85;85:7496385375274163052041/(&$(&$OKGOKGNJFMJFMIELHDKGCJFCIFBHEAHD@GC@FB?EB>DA=D@=C?;@=:?<9?;8>;7=:7<96;85;85:7496385274264163052/(&$(&$OKGOKGOKGNJFMIELIELHDKGCJFBIEBHEAHD@GC?FB?EB>DA=C@=C?;A>:@=:?<9>;8>:7=:7<96;85:74974963852741631530(&$(&$OKGOKGOKGOKGNJFMIELHEKHDKGCJFBIEBHDAGD@FC?FB?EA>DA=C@;A>:@=9?<9>;8=:7=:7<96;85:74964963852741631(&$(&$OKGOKGOKGOKGOKGNJFMIELHDKGDJGCJFBIEAHDAGC@FC?FB>EA>D@=C@;@=:@<9?<9>;8=:7<96<96;85:74963863752741(&$(&$OKGOKGOKGOKGOKGNJFMJFMIELHDKGCJGCIFBIEAHDAGC@FC?EB>DA>D@=C?;@=:@<9?;8>;8=:7<96;85;85:74963852752(&$(&$OKGOKGOKGOKGOKGOKGNJFMIEMIELHDKGCJFCIEBHEAHD@GC@FB?EB>DA=D@=C?:@=:?<9>;8>;7=:7<96;85:74:74963852(&$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$Ҩ$կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'կ'׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.پ.222222222222222222222222222222222222( @ (&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$D@=C?;A=:@<9?;8>;7=:7<96;85:7496385274163052/41/30.2/-1.,0-+/,*.,)-*(,*'+)&*(&)'%(&$(&$DA=C@=B?;@=:?<9>;8=:7<96;85;8597496375274153052/31.30-1/-1.,/-+/,*.+)-*(,)'+(&*'%(&$(&$EB>DA=MJG@=:?<9>;8=:7<96;85:7496485375263153042/31.20-1/,0.+/-+.,*-+),*(+)'*(&(&$(&$FB?EA>mjh}{y@=9?<9>;8=:7<96;85:7496385274163052041/30.20-1/,0.+/-*.,)-+),*(+)'(&$(&$GC?FB?EA>HDAD@=?;8>;7=:7<96;85:7496385274163052/41/30.2/-1.,0-+/,*.,)-+(,*'(&$(&$GD@FC?EB>DA>FC@?<9>;8=:7<96;85;8597496375274153052/31.30-1/-1.,/-+/,*.+)-*((&$(&$HDAGD@_]YC@;@=:?<9>;8=:7<96;85:7496485375263153042/31.20-1/,0.+/-+.,*-+)(&$(&$IEBHDAZVTDA=C@:@=:?<9>;8=:7<96;85:7496385274163152041/30.20-1/,0.+/-*.,)(&$(&$JFBIEAQMJGC@FB?EA>D@=C?;A>:@<9?<8>;7=:7<96;85:7496385274163052041/30.2/-1.,0-+/-*(&$(&$JGCIFBHEAGD@FC?EB>DA>D@=B?;@=:@<9>;8>:7<96<96;85:7496385274163052/41.30-2/-1.,0-+(&$(&$KGDJFCIEBHDAGD@FC?EB>DA=C@;@=:?<9>;8=:7<96;85:7496486375264153042/31.20-1/,0.,(&$(&$LHDKGCJFBIEBHDAGC@FB?EA>DA=C@:@=:?<9>;8=:7<96;85:7496385274163152041/31.20-1/,(&$(&$MIELHDKGCJFBIEAHD@GC@FB?EA>D@=C?;A>:@<9?<8>;7=:7<96;85:7496385274163052041/30.2/-(&$(&$MJFLIEKHDJGCIFBHEAHD@FC?FB>DA>D@=B?;@=:@<9>;8>:7<96<96;85:7496385274163052/41.30-(&$(&$NJFMIELHEKGDJGCIEBHEAGD@FC?EB>DA=C@;@=:?<9>;8=:7<96;85:7496486375264153042/31.(&$(&$OKGNJFMIELHDKGCJFBIEBHDAGC@FB?EB>DA=C@;@=:?<9>;8=:7<96;85:7496385274263152041/(&$(&$OKGOKGNJFMIELHDKGCJFBIEAHDAGC@FB?EA>D@=C?:@=9?<8>;8=:7<96;85:74963852741630520(&$(&$OKGOKGNJFMJFLIEKHDJGCIFBHEAHD@FC?FB>EA>D@=C?;A=:@<9?;8>:7=:7<96;85:74963852741630(&$(&$OKGOKGOKGNJFMIELHEKGDJGCIEBHEAGD@FC?EB>DA=C@;@=:?<9>;8=:7<96;85:74974863752641(&$(&$OKGOKGOKGOKGNJFMIELHDKGCJFBIEBHDAGC@FB?EB>DA=C@;@=:?<9>;8=:7<96;85:74963853742(&$(&$OKGOKGOKGOKGOKGNJFMIELHDKGCJFBIEAHDAGC@FB?EA>D@=C?:@=9?<8>;8=:7<96;85:74963852(&$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ө$ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ֲ)ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-ټ-111111111111111111111111111111(0 ` (&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$D@=B?;@=9?;8=:7<96;8597485374163042/30.2/-0.,/-*.,),*(+)'*(&)'%'%#(&$EA>D@=ROMA>:@<9>;8=:7<96;8596485274153041/30.1/-0.+/-*.+),*(+)'*(&'%#(&$FB?EA>YWS?<9>;8=:7<96:7496385264152041/30-1/,0.+/,*-+),*(+)&'%#(&$GC@FB?\YW@=:>;8=:7;85:7496375263152041.20-1/,0-+.,*-+),*''%#(&$HDAGC@FB>DA=C@=>;7<96;85:7496375263052/31.20-1.,/-+.,)-+('%#(&$IEBHDAGC?NKGA>;?<8=:7<96;85:7486374163042/31.2/-1.,/-*.,)'%#(&$JGCIEB|zwtqnB?;@=9>;8=:7<96;8597485274153042/30.2/-0.+/-*'%$(&$KHDJFBLIEEA>D@=B?;A>:@<9>;8=:7<96;8596385274153041/30.1/,0.+'&$(&$LIEKGCJFBHEAGD@FB?EA>C@;8=:7<96:7496385264152041/20-1/,(&$(&$MJFLHDKGCIFBHEAGC@FB?DA=C@;@=:?<9>;8<96;85:7496375263152031.20-(&$(&$NJFMIELHDKGCIFBHDAGC@EB>DA=C?;@=:?<9>:7<96;85:7496374263052/31.(&$(&$OKGNJFMIELHDJGCIEBHDAFC?EB>D@=C?;@=:?;8=:7<96;85:7485374163042/(&$(&$OKGOKGNJFMIEKHDJFCIEBHD@FC?EA>D@=B?;@<9>;8=:7<96;85964852741530(&$(&$OKGOKGOKGNJFMIEKGDJFBIEAGD@FB?EA>C@=B?;A>:@<9>;8=:7<96:74963852741(&$(&$OKGOKGOKGOKGMJFLHEKGCJFBHEAGC@FB?DA>C@;8=:7;85:74963852(&$(&$OKGOKGOKGOKGOKGMIELHDKGCIFBHDAGC@FB>DA=C@;@=:?<9>;7<96;85:74963(&$Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+111111111111111111111111(( (&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$D@=B?;QNK?<9>:7<96:7496374263041/30-1.,/-+.,),*(+(&)'%(&$(&$EA>C@=XTR=:7<96:7486374153041.20-1.,/-*-+),*'*(&(&$(&$FC?EA>XVR>;8;85:7485264152031.2/-0.+/,*-+),)'(&$(&$GD@FB?DA=C?<<96;8596485263152/30.1/,0-+.,*-*((&$(&$IEAGC@EB>TPN>:7<96:7496375263041/30-1/,/-+.,)(&$(&$JFBHDAb`]@=:?<8=:7<96:7496374153041/20-1.,/-*(&$(&$KGCIFBFB?C@;@=9>;8=:7;85:7485274152031.2/-0.+(&$(&$LHDKGCIEBGD@FB?DA=C?;@<9>;8<96;8596485263152/30.1/-(&$(&$MIELHDJFCIEAGC@EB>D@=B?:?<9>:7<96;8596375263042/30-(&$(&$OKGMIEKHDJFBHDAGC?EB>D@=B?;@=:?<8=:7<96:7496374153041/(&$(&$OKGNJFMIEKGCIFBHDAFC?EA>C@;@=:>;8=:7;85:74852741520(&$(&$OKGOKGNJFLHDKGCIEBHD@FB?DA=C?;@<9>;8<96;85964852631(&$(&$OKGOKGOKGMIELHDJGCIEAGC@FB>DA=B?:?<9>:7<96;85963752(&$Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%Ӫ%׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+׷+11111111111111111111(  @(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$(&$D@=D@=@<9>:7<96:7485263041.2/-0-+.+),)'*(&(&$(&$EB>KHE=:7;8596374252031.1/,/-*-+)+)'(&$(&$GC?ifd|z=:7;8596374152/30.1.,/,*-*((&$(&$HDAFC?GD@<96:7485363142/20-0.+.,*(&$(&$JFBHD@MIF>;7<96:7485263041/2/-0-+(&$(&$KGDzwusqnA>;?<9=:7;8596475253031.1/,(&$(&$MIEMIEEA>C?:?<8=:7;8596374152030.(&$(&$NJFLHDJFCHDAFC?DA=B?;@=:>;8<96:7486364142/(&$(&$OKGNJFLHDJFBHD@FB?D@=B>;@<9>;7<96:74852630(&$(&$OKGOKGMIEKGDIEBGD@EB>C@;?<9=:7;85964752(&$(&$OKGOKGOKGMIEKGCIEAGC@EA>C?:?<8=:7;85963(&$Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&Ԯ&////////////////OldCreateOrder OnCloseQueryFormCloseQueryOnShowFormShow DesignSize' PixelsPerInch` TextHeight TBevelBevel1LeftTopWidth'HeightNAlignalTopShape bsBottomLineTLabelLabel1Left3Top WidthNHeight Caption FocusControl CommandEditTLabelLabel2Left3Top8WidthWHeight CaptionΤρέχων κατάλογος ShowAccelCharTLabelLabel4Left3Top"WidthHeight Anchors akLeftakTopakRightAutoSizeCaptionΜην εκτελείτε εντολές που απαιτούν σύνδεση χρήστη ή μεταφορά δεδομένων ShowAccelChar TPathLabelDirectoryLabelLeftTop8Width+Height UnixPath IndentHorizontalIndentVerticalAlignalNoneAnchors akLeftakTopakRightAutoSizeTImageImageLeft TopWidth Height AutoSize TMemo OutputMemoLeftTopNWidth'Height;TabStopAlignalClientColor clBtnFace PopupMenu PopupMenuReadOnly ScrollBarsssBothTabOrder WantReturnsOnContextPopupOutputMemoContextPopupTButton CancelBtnLeftTopWidthKHeightAnchors akTopakRightCancel Caption ModalResultTabOrderTHistoryComboBox CommandEditLeftTop WidthHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderOnChangeCommandEditChangeTButton ExecuteButtonLeftTopWidthKHeightAnchors akTopakRightCaptionDefault TabOrderOnClickExecuteButtonClickTButton HelpButtonLeftTop*WidthKHeightAnchors akTopakRightCaptionTabOrderOnClickHelpButtonClick TPngImageListImages PngImages BackgroundclWindowName&Copy log entries-console window output PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp F!*IDATxc?Y3`@A# 8H/#̀X93|'.C}`l(J ]4h 8QJ(fPtJK:ˆ'!1̴$V0m\14b( zJxCIENDB` BackgroundclWindowNameSelect all log entries PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp b%IDATxc?%dY2%3-nCf,{aӏ ?d`Y g?=IpA\yΰhH?C8w#,0R~C۟2Ԝ{pWsE 5,D;*7s >00MfC?3~lg%n-pM0ap<{̰{K  'ߌIDATxc?%Q-M`Ȩ  fdTQ$%0̜5{-Q @V0!;K(|P`"+àp\ #a0ڷv'ʪ :Z EpEaqŸ1m2Μ9guuu ё(!lcC(rgbG Cb|,Cn~\̭lY31L>3 ߿C +7?9`ja6 Ҳ(! 󯾞.`&2a,]]@''3;wÅF )%UPٙ 'O00ܼ6 SEIENDB`LeftHTopBitmap TPopupMenu PopupMenuImagesImagesLeftTop TMenuItemCopyItemActionEditCopy TMenuItem SelectAllItemAction EditSelectAll TMenuItemN1Caption- TMenuItemAdjustWindowItemAction AdjustWindow TActionList ActionListImagesImages OnExecuteActionListExecuteOnUpdateActionListUpdateLeftHTop TEditCopyEditCopyCaption  ImageIndexShortCutC@TEditSelectAll EditSelectAllCaptionΕπιλογή όλων ImageIndexShortCutA@TAction AdjustWindowCaption'Προσαρμογή παραθύρου ImageIndexShortCutJ@ TPngImageList Images120HeightWidth PngImages BackgroundclWindowName&Copy log entries-console window output PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp e.IDATxc?Y3GY0Sc*31 ˗x2h}=CP A?Yɬݵ@v!6גd ]]$)c$E MRYiIGv!1I*3-"/HD^f 6I ddę͜Kt"QRBH4(M*IENDB` BackgroundclWindowNameSelect all log entries PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp KhIDATxڵ/AǿVJ[-UIJh*vB"A,p!Op$ĕd-ًDXRmVov~.q2z33|gg8NtZ}#,^#?0D<4R1*2O ag<% &Y6bq$ ?* [aܘ{h`^Aov7\d{6`܅q C 8q9W0cҠȄِZQİ `Īm*4 #;pV7=yTʰhv0㠁"C65g픂L,[m߅i\} ret*E#\K+BXjE1_x9$ L*l+]G2]8=S#z{9-F6ϚZ, $D|Eo3A!b ݴM4ߩ0Q˹=3Tç|yj}jo|-it?^:xIIENDB` BackgroundclWindowName"Auto adjust size of console window PngImage.Data hPNG  IHDR pHYs+iTXtXML:com.adobe.xmp Y4KIDATxc?5T5Q{u2u TQ(\Př`رs\? çQ DH +#0{T|RJ:Y'`I$] 6LNVlGS7/_>C TRQ ֪7W0ھc'CCS |b*X!/7p:|`/0 k{pkahmd߿}*99Ygw6%Ξ:pR2b`jZC~N;;;֤`ic6CXôaժSRS rqham68 ljieXz @YyE9iƆZy99gwAtAFs+p4ý ܽ/2rdR\ց0Yz6߿-7@iY9@hbpG֭jk#|RҲAlưh\yyya$<*"ll mt|4 f[H 6n"\PĦEIENDB`LeftTopBitmap TPngImageList Images144HeightWidth PngImages BackgroundclWindowName&Copy log entries-console window output PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp RIDATxc?Y3 ӓ0@f3,HIũp ,,,_~I%$Y},!WIAdV0R|DxF^!O=R }WҒRJfZ+|M=F- %X@##<0m\s;Y`m:,u"ip>.IENDB` BackgroundclWindowNameSelect all log entries PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ?wn$tIDATx͕]HQƟwnu9Vi *(04o݅PAwJ* #!u# b}l6t_طos^&Nag{~< ,%0Uw &*N@zR9+k4huh  qA $4IDATxڵOPonCLqQp? 1f^B$.7 ȓՉFa!1 c[;v9=v݃i=;;_l(rH⧥kg컵@G!yPׁSG"Kw'#V?#Bv1D*q0h_\t:0Rd:cۛ` d2)j(S=,_/@0Ku>45{ su!23 6_( MÔ׹6WbOWo9 H;>d'sgNQ隖3}Z_5W,!籘x$FC@\6>5B(b/ epn"%]#_m~J1-%Kk{=!- NC(^q\*a[^j=cGOt3*2h DMk>iRJ5(Ϟ<pt/njF 6?b`)? hmppe<^ۈrbQ[ + IENDB`LeftHTopBitmap TPngImageList Images192Height Width PngImages BackgroundclWindowName&Copy log entries-console window output PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp 0 JIDATxc?@FdL5*vNO>Bvb8 %1(C_?:j`ؾsɎ@j_zM# D9d.RCOVz2+]BWH"Tw <kaEQ ~bB[aE\@Vt l]C[aB*3- ^X4pyxVYr4 b@ 7T FFôs) 0m;t@ ?/IENDB` BackgroundclWindowNameSelect all log entries PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IDATxKSqǿgM77Yi]0%],1Fuyt!2{BB 2nЋ$fZZkk1wr; |/3y68,@:k7 #ybV͉Gzw`b2C <)e0TWCs݋dx5ӗ(piyzW=ejAY~"o!i҆pI\ JB^2 9=rS0ɥu%Ti)~=ǡPyp l_k hΊYp,!dZ%ṓŹND@;`&Of!piE@*lGꆍp N0˜QWO)dK8 |0FbB[?y!27TIk/U$[W} tLuK_%6xCj z6fp{a2 RQ *T?$m4"MYSM998qh5_a"mv^jKdà]2:Xx5Gۉx)hpFiѵyC9"5IENDB` BackgroundclWindowName"Auto adjust size of console window PngImage.Data  PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp :IDATxYkQO^`҅nZmҦ|E D)mMmWA)'TM7[""-MR6fqIL0/0;sf l< u](>7 `O]:DOWu~F|MSTdE39qtk?VkHÛE g8`Ӂ_z]:01w+(8 ZXe}4܅KP HZdKFe4go8{" j"bZo\V'3 C#ԉFp[E͠ G)UFIJB~9?&1j/t_Tk~Դ8@<XlgPM`ǝ50Vh<ʧeC @%xjVg ϯdjgaia?Wɝ1=Ym<z556#ݗ4X$dX{3>Z˹kTQ;8ZTk^n<{G`g0`#|oT(gҁA˴݅%p B:"̬jKLFN>PpMuXN:t(33T²N"ή 4O&!T^D ]MOSL}jj/ @ WIENDB`LeftTopBitmap TPF0 TCopyDialog CopyDialogLeftkTopHelpType htKeyword HelpKeywordui_copy BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption CopyDialog ClientHeight ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize PixelsPerInch` TextHeight TImageImageLeftTop Width Height AutoSize TLabelDirectoryLabelLeft.TopWidthHeight Caption)Copy 2 selected files to remote directoryTHistoryComboBoxLocalDirectoryEditLeft.TopWidthtHeight AutoCompleteAnchors akLeftakTopakRight DropDownCountTabOrderTextLocalDirectoryEditOnChange ControlChangeOnExitLocalDirectoryEditExitTHistoryComboBoxRemoteDirectoryEditLeft.TopWidthHeight AutoCompleteAnchors akLeftakTopakRight DropDownCount MaxLengthTabOrderTextRemoteDirectoryEditOnChange ControlChangeTButtonOkButtonLeftTopWidthKHeightAnchors akTopakRightCaptionDefault ModalResultTabOrderOnDropDownClickOkButtonDropDownClickTButton CancelButtonLeftWTopWidthKHeightAnchors akTopakRightCancel Caption ModalResultTabOrderTButtonLocalDirectoryBrowseButtonLeftTopWidthKHeightCaptionΑναζήτηση...TabOrderOnClickLocalDirectoryBrowseButtonClick TCheckBox QueueCheck2Left ToppWidth=HeightCaption1Transfer on background (add to transfer &queue) XTabOrderOnClick ControlChangeTButton HelpButtonLeftTopWidthKHeightAnchors akTopakRightCaptionTabOrderOnClickHelpButtonClick TCheckBoxNeverShowAgainCheckLeft TopWidthHeightCaption)Να μην εμφανιστεί ξανάTabOrder OnClickNeverShowAgainCheckClickTButtonTransferSettingsButtonLeftTopWidthHeightCaption(Ρυθμίσεις μεταφοράς...Style bsSplitButtonTabOrderOnClickTransferSettingsButtonClickOnDropDownClick#TransferSettingsButtonDropDownClick TGroupBoxCopyParamGroupLeftTop5WidthHeight2Caption%Ρυθμίσεις μεταφοράςTabOrderOnClickCopyParamGroupClickOnContextPopupCopyParamGroupContextPopup DesignSize2TLabelCopyParamLabelLeftTopWidthHeightAnchors akLeftakTopakRightakBottomAutoSizeCaptionCopyParamLabel ShowAccelCharWordWrap OnClickCopyParamGroupClickTPanelShortCutHintPanelLeftTopWidthHeight"AlignalBottom BevelOuterbvNoneParentBackgroundTabOrder TLabelShortCutHintLabelLeft TopWidthHeightAutoSizeCaptionIn Commander interface the keyboard shortcut F5 is used to transfer files. Should you want to use it to refresh a file panel, click here to go to preferences. ShowAccelCharWordWrap OnClickShortCutHintLabelClick TPopupMenuOkMenuLeftTopE TMenuItem DownloadItemCaption &DownloadDefault OnClickDownloadItemClick TMenuItem BrowseItemCaption&BrowseOnClickBrowseItemClickTPF0TCopyLocalDialogCopyLocalDialogLeftTopHelpType htKeyword HelpKeyword ui_copy_local BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionCopyLocalDialog ClientHeighty ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSizey PixelsPerInch` TextHeight TImageImageLeftTop Width Height AutoSize TLabelDirectoryLabelLeft.TopWidth=Height Caption &Target path: FocusControl DirectoryEditTHistoryComboBox DirectoryEditLeft.TopWidthtHeight AutoCompleteAnchors akLeftakTopakRight DropDownCountTabOrderText DirectoryEditOnExitDirectoryEditExitTButtonOkButtonLeftTop7WidthKHeightAnchors akTopakRightCaptionDefault ModalResultTabOrderTButton CancelButtonLeftWTop7WidthKHeightAnchors akTopakRightCancel Caption ModalResultTabOrderTButtonLocalDirectoryBrowseButtonLeftTopWidthKHeightCaptionΑναζήτηση...TabOrderOnClickLocalDirectoryBrowseButtonClickTButton HelpButtonLeftTop7WidthKHeightAnchors akTopakRightCaptionTabOrderOnClickHelpButtonClick TCheckBoxNeverShowAgainCheckLeft Top:WidthHeightCaption)Να μην εμφανιστεί ξανάTabOrderTPanelShortCutHintPanelLeftTopWWidthHeight"AlignalBottom BevelOuterbvNoneParentBackgroundTabOrderTLabelShortCutHintLabelLeft TopWidthHeightAutoSizeCaptionIn Commander interface the keyboard shortcut F5 is used to transfer files. Should you want to use it to refresh a file panel, click here to go to preferences. ShowAccelCharWordWrap OnClickShortCutHintLabelClickTPF0TCopyParamCustomDialogCopyParamCustomDialogLeftvTopHelpType htKeyword HelpKeywordui_transfer_custom BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption%Ρυθμίσεις μεταφοράς ClientHeight ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQuery DesignSize PixelsPerInch` TextHeight TButtonOkButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTCopyParamsFrameCopyParamsFrameLeftTopWidthHeightHelpType htKeywordTabOrderTButton HelpButtonLeftPTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0TCopyParamPresetDialogCopyParamPresetDialogLeftTopzHelpType htKeyword HelpKeywordui_transfer_preset BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionCopyParamPresetDialog ClientHeight0 ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize0 PixelsPerInch` TextHeight TLabelLabel1Left Top WidthZHeight Caption/Προκαθορισμένη περιγραφή FocusControlDescriptionEditTButtonOkButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTEditDescriptionEditLeft TopWidthHeight MaxLengthTabOrderOnChange ControlChangeTCopyParamsFrameCopyParamsFrameLeftTop3WidthHeightHelpType htKeywordTabOrder TGroupBox RuleGroupLeftTop[WidthHeightAnchors akLeftakTopakRightakBottomCaptionΑυτόματη επιλογήTabOrder DesignSizeTLabelLabel2LeftTopWidthOHeight CaptionΜάσκα παρόχου FocusControl HostNameEditTLabelLabel3LeftTopDWidthOHeight CaptionΜάσκα χρήστη FocusControl UserNameEditTLabelLabel4LeftToptWidthrHeight Caption:Μάσκα απομακρυσμένου καταλόγου FocusControlRemoteDirectoryEditTLabelLabel5LeftTopWidtheHeight Caption,Μάσκα τοπικού καταλόγου FocusControlLocalDirectoryEditTEdit HostNameEditLeftTop$WidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTEdit UserNameEditLeftTopTWidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTEditRemoteDirectoryEditLeftTopWidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTEditLocalDirectoryEditLeftTopWidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTButtonCurrentRuleButtonLeftTopWidthIHeightCaptionTabOrderOnClickCurrentRuleButtonClick TStaticTextRuleMaskHintTextLeft_TopWidthHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaptionΜάσκα υποδείξεωνTabOrderTabStop TCheckBox HasRuleCheckLeftTopBWidthHeightAnchors akLeftakTopakRightCaptionGΑυτόματη επιλογή προκαθορισμένου ότανTabOrderOnClick ControlChangeTButton HelpButtonLeftOTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0TCopyParamsFrameCopyParamsFrameLeftTopWidthHeightHelpType htKeywordTabOrder TGroupBoxCommonPropertiesGroupLeftTopWidthHeightyCaptionΚοινές επιλογέςTabOrder DesignSizeyTLabel SpeedLabel3LeftTop]WidthBHeight Caption&Speed (KB/s): FocusControl SpeedCombo TCheckBoxPreserveTimeCheckLeftTopWidthHeightAnchors akLeftakTopakRightCaptionΔιατήρηση χρόνουParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxCommonCalculateSizeCheckLeftTopCWidthHeightAnchors akLeftakTopakRightCaption:Υπολογισμός συνολικού μεγέθουςParentShowHintShowHint TabOrderOnClick ControlChangeTHistoryComboBox SpeedComboLeftjTopZWidthUHeight AutoCompleteTabOrderText SpeedComboOnExitSpeedComboExit Items.Strings Unlimited10245122561286432168 TCheckBoxPreserveTimeDirsCheckLeft Top,WidthHeightAnchors akLeftakTopakRightCaptionIncluding directoriesParentShowHintShowHint TabOrderOnClick ControlChange TGroupBoxLocalPropertiesGroupLeftTopWidthHeight2CaptionΕπιλογή DownloadTabOrder DesignSize2 TCheckBoxPreserveReadOnlyCheckLeftTopWidthHeightAnchors akLeftakTopakRightCaption3Διατήρηση μόνο για ανάγνωσηParentShowHintShowHint TabOrder TGroupBoxRemotePropertiesGroupLeftTopWidthHeightCaptionΕπιλογή UploadTabOrder TCheckBoxPreserveRightsCheckLeftTopWidthHeightCaptionΘέσε δικαιώματαParentShowHintShowHint TabOrderOnClick ControlChange TComboEdit RightsEditLeft"Top,Width{Height ButtonHint+Διαχείριση δικαιωμάτωνClickKey @ParentShowHintShowHint TabOrderText RightsEdit OnButtonClickRightsEditButtonClickOnExitRightsEditExitOnContextPopupRightsEditContextPopup TCheckBoxIgnorePermErrorsCheckLeftTopIWidthHeightCaption3Αγνόησε τα λάθη δικαιωμάτωνParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxClearArchiveCheckLeftTop`WidthHeightCaptionBΚαθαρισμός χαρακτηριστικών αρχείουTabOrder TCheckBoxRemoveCtrlZAndBOMCheckLeftTopwWidthHeightCaptionRemo&ve BOM and EOF marks XTabOrderOnClick ControlChange TCheckBoxEncryptNewFilesCheckLeftTopWidthHeightCaption&Encrypt new filesTabOrderOnClick ControlChange TGroupBoxChangeCaseGroupLeft TopWidthHeightCaption2Μετατροπή ονόματος αρχείουTabOrder DesignSize TRadioButtonCCLowerCaseShortButtonLeftTopZWidth}HeightAnchors akLeftakTopakRightCaption Πεζά 8.3TabOrder TRadioButtonCCNoChangeButtonLeftTopWidth}HeightAnchors akLeftakTopakRightCaption TabOrder TRadioButtonCCUpperCaseButtonLeftTop,Width}HeightAnchors akLeftakTopakRightCaptionTabOrder TRadioButtonCCLowerCaseButtonLeftTopCWidth}HeightAnchors akLeftakTopakRightCaptionTabOrder TCheckBoxReplaceInvalidCharsCheckLeftTopqWidth}HeightCaption%Αντικατέστησε '\:*?' ...TabOrderOnClick ControlChange TGroupBoxTransferModeGroupLeftTopWidthHeightCaption'Διαδικασία μεταφοράςTabOrder DesignSizeTLabelAsciiFileMaskLabelLeftTopZWidthHeight Anchors akLeftakTopakRightCaptionKΜετροπή των ακόλουθων αρχείων σε κείμενο FocusControlAsciiFileMaskCombo TRadioButton TMTextButtonLeftTopWidthHeightAnchors akLeftakTopakRightCaptionNΚείμενο (εμπλουτισμένο κείμενο, html, scripts, ...)TabOrderOnClick ControlChange TRadioButtonTMBinaryButtonLeftTop,WidthHeightAnchors akLeftakTopakRightCaption'Δυαδικό (αρχείο, doc, ...)TabOrderOnClick ControlChange TRadioButtonTMAutomaticButtonLeftTopCWidthHeightAnchors akLeftakTopakRightCaptionTabOrderOnClick ControlChangeTHistoryComboBoxAsciiFileMaskComboLeftTopjWidthHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextAsciiFileMaskComboOnExitValidateMaskComboExit TGroupBox OtherGroupLeftTopRWidthHeightCaptionTabOrder DesignSizeTLabelIncludeFileMaskLabelLeftTopWidth/Height CaptionΜορφή αρχείου FocusControlIncludeFileMaskComboTHistoryComboBoxIncludeFileMaskComboLeftTop$Width&Height AutoCompleteAnchors akLeftakTopakRight MaxLength TabOrderTextIncludeFileMaskComboOnExitValidateMaskComboExitTButtonIncludeFileMaskButtonLeft;Top!WidthPHeightCaptionΕπεξεργασία...TabOrderOnClickIncludeFileMaskButtonClick TCheckBoxNewerOnlyCheckLeftTopOWidthHeightCaption:Νέα και ενημερωμένα αρχεία μόνοParentShowHintShowHint TabOrderOnClick ControlChange TStaticTextIncludeFileMaskHintTextLeftTop:Width}Height AlignmenttaRightJustifyAutoSizeCaptionΜάσκα υποδείξεωνTabOrderTabStop TCheckBoxExcludeHiddenFilesCheckLeftTopOWidthHeightCaptionExclude h&idden filesParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxExcludeEmptyDirectoriesCheckLeftTopfWidthHeightCaptionE&xclude empty directoriesParentShowHintShowHint TabOrderOnClick ControlChangeTPF0TCreateDirectoryDialogCreateDirectoryDialogLeftTopHelpType htKeyword HelpKeywordui_create_directory BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption'Δημιουργία καταλόγου ClientHeight ClientWidthQColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSizeQ PixelsPerInch` TextHeight TLabel EditLabelLeftTopWidthUHeight Caption$Νέο όνομα καταλόγου FocusControl DirectoryEditTEdit DirectoryEditLeftTopWidthAHeightAnchors akLeftakTopakRight MaxLengthTabOrderText DirectoryEditOnChangeDirectoryEditChangeTPanel MorePanelLeftTop2WidthQHeightAnchors akLeftakTopakRightakBottom BevelOuterbvNoneTabOrder DesignSizeQ TGroupBoxAttributesGroupLeftTopWidthBHeightAnchors akLeftakTopakRightakBottomCaption TabOrder TRightsFrame RightsFrameLeftTop$WidthHeightWTabOrder TCheckBoxDirectoriesXCheckVisible TCheckBoxSetRightsCheckLeft TopWidthHeightCaptionΒάλε δικαιώματαParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxSaveSettingsCheckLeft TopWidth-HeightCaption^Χρησιμοποίησε τις ίδιες ρυθμίσεις την επόμενη φοράTabOrderTButtonOKBtnLeft[TopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelBtnLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0TCustomCommandDialogCustomCommandDialogLeftTopHelpType htKeyword HelpKeywordui_customcommand BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionCustomCommandDialog ClientHeight5 ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize5 PixelsPerInch` TextHeight TGroupBoxGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomTabOrder DesignSizeTLabelDescriptionLabelLeft TopWidth9Height Anchors akLeftakTopakRightCaptionΠεριγραφή: FocusControlDescriptionEditTLabelLabel1Left Top@WidthXHeight Anchors akLeftakTopakRightCaption(Προσαρμοσμένη εντολή: FocusControl CommandEditTLabel ShortCutLabelLeftTopWidth]Height Caption0Συντόμευση πληκτρολογίου: FocusControl ShortCutComboTEditDescriptionEditLeft Top WidthzHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeTHistoryComboBox CommandEditLeft TopPWidthzHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChange OnGetDataCommandEditGetData OnSetDataCommandEditSetData TCheckBoxApplyToDirectoriesCheckLeftTopWidthHeightCaption)Αποδοχή των καταλόγων:TabOrderOnClick ControlChange TCheckBoxRecursiveCheckLeftTopWidthHeightCaption%Αναδρομική εκτέλεσηTabOrderOnClick ControlChange TRadioButtonLocalCommandButtonLeftTopzWidthHeightCaptionΤοπικές εντολέςTabOrderOnClick ControlChange TRadioButtonRemoteCommandButtonLeftTopzWidthHeightCaption'απομακρυσμένη εντολήTabOrderOnClick ControlChange TCheckBoxShowResultsCheckLeftTopWidthHeightCaptionBΔείξε τα αποτελέσματα στο τερματικόTabOrderOnClick ControlChange TCheckBoxCopyResultsCheckLeftTopWidthHeightCaptionWΑντίγραψε τα αποτελέσματα στην προσωρινή μνήμηTabOrder OnClick ControlChange TStaticTextHintTextLeftTopgWidthuHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaptionTabOrderTabStop TComboBox ShortCutComboLeftTopWidthHeightTabOrder TCheckBoxRemoteFilesCheckLeftTopWidthHeightCaption&Use remote filesTabOrderOnClick ControlChangeTButtonOkButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTButton HelpButtonLeftLTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0 TCustomDialog CustomDialogLeftTop BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionSave session as siteX ClientHeight) ClientWidthFColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter DesignSizeF) PixelsPerInch` TextHeight TButtonOKButtonLeftDTop WidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftTop WidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTButton HelpButtonLeftTop WidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0TCustomScpExplorerFormCustomScpExplorerFormLeftTopCaptionCustomScpExplorerForm ClientHeight ClientWidthlColor clBtnFace ParentFont KeyPreview OldCreateOrderOnClose FormClose OnCloseQueryFormCloseQueryOnConstrainedResizeFormConstrainedResizeOnShowFormShow PixelsPerInch` TextHeight TSplitter QueueSplitterLeftTop!WidthlHeightCursorcrSizeNSHintΣύρετε για να αλλάξετε το μέγεθος λίστα αναμονής. Διπλό κλικ για απόκρυψη της λίστας.AlignalBottomAutoSnapMinSizeF ResizeStylersUpdate OnCanResizeQueueSplitterCanResizeTTBXDockTopDockLeftTopWidthlHeight FixAlign TPanel RemotePanelLeftTop'WidthlHeightAlignalClient BevelOuterbvNoneColorclWindowParentBackgroundTabOrder TSplitterRemotePanelSplitterLeftTopHeightCursorcrSizeWEAutoSnapMinSizeF ResizeStylersUpdate TTBXStatusBarRemoteStatusBarLeftTopWidthlHeightPanelsParentShowHintShowHint UseSystemFontOnClickRemoteStatusBarClick OnMouseDownRemoteStatusBarMouseDownTPanelRemoteDirPanelLeftTopWidthHeightAlignalClient BevelOuterbvNoneTabOrder TUnixDirView RemoteDirViewLeftTopWidthHeightAlignalClientDoubleBuffered FullDrag HideSelectionParentDoubleBuffered PopupMenu&NonVisualDataModule.RemoteDirViewPopupTabOrder ViewStylevsReportOnColumnRightClickDirViewColumnRightClick OnEditingDirViewEditingOnEnterRemoteDirViewEnterOnExit DirViewExit OnKeyDownDirViewKeyDown OnKeyPressDirViewKeyPressOnResizeRemoteDirViewResize NortonLikenlOffUnixColProperties.ExtWidthUnixColProperties.TypeVisibleOnDDDragFileNameRemoteFileControlDDDragFileNameOnBusy DirViewBusy OnChangeFocusDirViewChangeFocus OnSelectItemDirViewSelectItemOnLoaded DirViewLoaded OnExecFileDirViewExecFile OnMatchMaskDirViewMatchMask OnGetOverlayDirViewGetOverlay OnDDDragEnterFileControlDDDragEnter OnDDDragLeaveFileControlDDDragLeaveOnDDQueryContinueDrag$RemoteFileControlDDQueryContinueDragOnDDGiveFeedbackRemoteFileControlDDGiveFeedbackOnDDChooseEffectRemoteFileContolDDChooseEffectOnDDDragDetectRemoteFileControlDDDragDetectOnDDEndRemoteFileControlDDEndOnDDCreateDragFileList%RemoteFileControlDDCreateDragFileListOnDDFileOperation RemoteFileControlDDFileOperationOnDDCreateDataObject#RemoteFileControlDDCreateDataObjectOnContextPopupRemoteDirViewContextPopupOnHistoryChangeDirViewHistoryChangeOnDisplayPropertiesRemoteDirViewDisplayPropertiesOnReadRemoteDirViewRead TTBXToolbarReconnectToolbarLeftToppWidthkHeightCaptionReconnectToolbarImagesGlyphsModule.ExplorerImagesOptions tboShowHintParentShowHintShowHint TabOrderTTBXItem TBXItem254Action*NonVisualDataModule.ReconnectSessionActionTPanelRemoteDrivePanelLeftTopWidthHeightAlignalLeft BevelOuterbvNoneTabOrderTUnixDriveViewRemoteDriveViewLeftTopWidthHeightDirView RemoteDirViewOnDDDragFileNameRemoteFileControlDDDragFileNameOnDDEndRemoteFileControlDDEndUseSystemContextMenu OnDDDragEnterFileControlDDDragEnter OnDDDragLeaveFileControlDDDragLeaveOnDDQueryContinueDrag$RemoteFileControlDDQueryContinueDragOnDDChooseEffectRemoteFileContolDDChooseEffectOnDDGiveFeedbackRemoteFileControlDDGiveFeedbackOnDDDragDetectRemoteFileControlDDDragDetectOnDDFileOperation RemoteFileControlDDFileOperationOnDDCreateDragFileList%RemoteFileControlDDCreateDragFileListOnDDCreateDataObject#RemoteFileControlDDCreateDataObjectAlignalClientDoubleBuffered HideSelectionIndent ParentColorParentDoubleBufferedReadOnly TabOrderOnEnterRemoteDriveViewEnterOnBusy DirViewBusyTPanel QueuePanelLeftTop$WidthlHeightAlignalBottom BevelOuterbvNoneTabOrder TPathLabel QueueLabelLeftTopWidthlHeightIndentVerticalAutoSizeVertical OnGetStatusQueueLabelGetStatusAutoSize Transparent TSplitterQueueFileListSplitterLeftTopuWidthlHeightCursorcrSizeNSHintEDrag to resize queue file list. Double click to hide queue file list.AlignalBottomAutoSnapMinSize ResizeStylersUpdate OnCanResizeQueueFileListSplitterCanResize TListView QueueView3LeftTop-WidthlHeightHAlignalClientColumnsCaption MinWidthWidthFCaptionMinWidthWidthCaption MinWidthWidth AlignmenttaRightJustifyCaption MinWidthWidthP AlignmenttaRightJustifyCaptionMinWidthWidthP AlignmenttaRightJustifyCaptionMinWidthWidthP AlignmenttaCenterCaptionMinWidthWidthP ColumnClickDoubleBuffered DragMode dmAutomaticReadOnly RowSelect ParentDoubleBuffered PopupMenuNonVisualDataModule.QueuePopup SmallImagesGlyphsModule.QueueImages StateImagesGlyphsModule.QueueImagesTabOrder ViewStylevsReportOnChangeQueueView3ChangeOnContextPopupQueueView3ContextPopup OnDeletionQueueView3Deletion OnEndDragQueueView3EndDragOnEnterQueueView3EnterOnExitQueueView3Exit OnDragDropQueueView3DragDrop OnDragOverQueueView3DragOver OnSelectItemQueueView3SelectItem OnStartDragQueueView3StartDragTTBXDock QueueDockTagLeftTopWidthlHeight AllowDrag TTBXToolbar QueueToolbarLeftTopCaption QueueToolbarImagesGlyphsModule.ExplorerImagesOptions tboShowHintParentShowHintShowHint TabOrderTTBXItemQueueEnableItemAction%NonVisualDataModule.QueueEnableActionTTBXSeparatorItemTBXSeparatorItem203TTBXItem TBXItem201Action(NonVisualDataModule.QueueItemQueryActionTTBXItem TBXItem202Action(NonVisualDataModule.QueueItemErrorActionTTBXItem TBXItem203Action)NonVisualDataModule.QueueItemPromptActionTTBXItem TBXItem204Action*NonVisualDataModule.QueueItemExecuteActionTTBXItem TBXItem195Action(NonVisualDataModule.QueueItemPauseActionTTBXItem TBXItem194Action)NonVisualDataModule.QueueItemResumeActionTTBXItem TBXItem205Action)NonVisualDataModule.QueueItemDeleteActionTTBXSeparatorItemTBXSeparatorItem201TTBXItem TBXItem206Action%NonVisualDataModule.QueueItemUpActionTTBXItem TBXItem207Action'NonVisualDataModule.QueueItemDownActionTTBXSeparatorItemTBXSeparatorItem57TTBXItem"QueueDeleteAllDoneQueueToolbarItemAction,NonVisualDataModule.QueueDeleteAllDoneActionTTBXSeparatorItemTBXSeparatorItem202TTBXSubmenuItemTBXSubmenuItem27Action-NonVisualDataModule.QueueCycleOnceEmptyAction DropdownCombo TTBXItem TBXItem211Action,NonVisualDataModule.QueueIdleOnceEmptyAction RadioItem TTBXItem TBXItem225Action3NonVisualDataModule.QueueDisconnectOnceEmptyAction2 RadioItem TTBXItem TBXItem173Action0NonVisualDataModule.QueueSuspendOnceEmptyAction2 RadioItem TTBXItem TBXItem226Action1NonVisualDataModule.QueueShutDownOnceEmptyAction2 RadioItem TTBXItem TBXItem208Action*NonVisualDataModule.QueuePreferencesAction TListView QueueFileListLeftTopxWidthlHeightAlignalBottomColumnsDoubleBuffered OwnerData ReadOnly ParentDoubleBufferedShowColumnHeadersTabOrderTabStop ViewStylevsReportOnCustomDrawItemQueueFileListCustomDrawItemOnDataQueueFileListDataOnEnterQueueFileListEnterExitOnExitQueueFileListEnterExitOnResizeQueueFileListResizeTThemePageControlSessionsPageControlLeftTopWidthlHeight ActivePage TabSheet1AlignalTopDoubleBuffered ParentDoubleBufferedParentShowHintShowHint TabOrderTabStopOnChangeSessionsPageControlChangeOnContextPopupSessionsPageControlContextPopup OnDragDropSessionsPageControlDragDrop OnDragOverSessionsPageControlDragOver OnMouseDownSessionsPageControlMouseDownOnResizeSessionsPageControlResizeOnTabButtonClick!SessionsPageControlTabButtonClick OnTabHintSessionsPageControlTabHintTThemeTabSheet TabSheet1Caption TabSheet1TTBXDock MessageDockTagLeftTop WidthlHeight AllowDragFixAlign Visible OnRequestDockMessageDockRequestDockTApplicationEventsApplicationEvents OnDeactivateApplicationEventsDeactivate OnMinimizeApplicationMinimize OnModalBeginApplicationEventsModalBegin OnRestoreApplicationRestoreLeftXTopTPF0TEditMaskDialogEditMaskDialogLeftqTopHelpType htKeyword HelpKeyword ui_editmask BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption2Επεξεργασία μάσκας αρχείου ClientHeight ClientWidthColor clBtnFace ParentFont KeyPreview OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQuery OnKeyDown FormKeyDownOnShowFormShow DesignSize PixelsPerInch` TextHeight TGroupBox FilesGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionΜάσκες αρχείωνTabOrder DesignSizeTLabelLabel3LeftTopWidth=Height Caption-Συμπεριλάβετε τα αρχεία: FocusControlIncludeFileMasksMemoTLabelLabel1LeftTopWidth?Height Caption%Εξαιρέστε τα αρχεία: FocusControlExcludeFileMasksMemoTMemoIncludeFileMasksMemoLeftTop#WidthHeightAnchors akLeftakTopakBottom Lines.StringsIncludeFileMasksMemo ScrollBars ssVerticalTabOrderOnChange ControlChangeOnExitFileMasksMemoExitTMemoExcludeFileMasksMemoLeftTop#WidthHeightAnchors akLeftakTopakBottom Lines.StringsExcludeFileMasksMemo ScrollBars ssVerticalTabOrderOnChange ControlChangeOnExitFileMasksMemoExitTButtonOKBtnLeftTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelBtnLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTButton HelpButtonLeftVTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTButton ClearButtonLeftYTopWidthKHeightAnchors akRightakBottomCaption TabOrderOnClickClearButtonClick TGroupBoxDirectoriesGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionΜάσκα καταλόγωνTabOrder DesignSizeTLabelLabel2LeftTopWidth\Height Caption3Περιλαμβανόμενοι κατάλογοι FocusControlIncludeDirectoryMasksMemoTLabelLabel4LeftTopWidth^Height Caption+Εξαιρούμενοι κατάλογοι FocusControlExcludeDirectoryMasksMemoTMemoIncludeDirectoryMasksMemoLeftTop#WidthHeighthAnchors akLeftakTopakBottom Lines.StringsIncludeDirectoryMasksMemo ScrollBars ssVerticalTabOrderOnChange ControlChangeOnExitDirectoryMasksMemoExitTMemoExcludeDirectoryMasksMemoLeftTop#WidthHeighthAnchors akLeftakTopakBottom Lines.StringsExcludeDirectoryMasksMemo ScrollBars ssVerticalTabOrderOnChangeExcludeDirectoryMasksMemoChangeOnExitDirectoryMasksMemoExit TCheckBoxExcludeDirectoryAllCheckLeftTopWidthHeightCaption&All (do not recurse)TabOrderOnClickExcludeDirectoryAllCheckClick TGroupBox MaskGroupLeftTopWidthHeightLAnchors akLeftakTopakRightakBottomCaptionTabOrder DesignSizeLTMemoMaskMemoLeftTopWidthHeight4TabStopAnchors akLeftakTopakRightakBottom BevelInnerbvNone BevelOuterbvNone BorderStylebsNone Lines.StringsMaskMemo ScrollBars ssVerticalTabOrder TStaticText MaskHintTextLeft TopqWidthHeight AlignmenttaRightJustifyAutoSizeCaptionΜάσκα υποδείξεωνTabOrderTabStop TPF0 TEditorForm EditorFormLeft;TopHelpType htKeyword HelpKeyword ui_editor BorderIcons biSystemMenu biMinimize biMaximizebiHelpCaption EditorForm ClientHeight} ClientWidthaColor clBtnFace ParentFont Icon.Data @@ (Bv00 %B(( hFh   V ޜ h(@ BLeotkOKGKakOKGOKGLMLtKOOOKGOKGOKGGvOjvOKGNLI&i }ERWyC !Jfs )3 #%# Vw+(%# *-.+(%"520-*'$!952/,)&# oT41.+(%":30-*'$!(52/,)&#!Nl41.,(&# E30.+(%"530-*'$!652/,)&# lU41.+(%"<30-*'$"&52/,)&$!Jn41/,(&# H31.+(%"730-*'$!252/,)&# FX41.+(%"_=30-*'$"$52/,)'$!V42/,)&# H41.+(%"h·@730-*'$!(ǻ寯52/,)&Wÿ_41..m:3L¿f~9$Tޅ9b=<+<M====؋<nP G?==<==ج<$e]$g$g$g!c[SLD<ٚ3 <$g$g$g$gaYQ HQ[#g$g$g#f^N"f-#f$g#fv? ??(0` %zLMLLcmKcmOKGKNN|oOKGNKH(hCERVx CX)L-*&"{,)%!4_3/+($ jA2.*&#51-)%"&}40,($!HM2/+'#61.*&"40,)%!1b3/,($ aA2.*'#k51-)%"$40,($!Q2/+'# 82.*&"F40-)%!h3/,($ <2.*'#(e51-)%"p¸쳳({40,(0¾Ӫ:3/gÿ<507%Sx_S G==<؞<'j$g$g[PD=<<[#g$g"dXL@=`<$g9$g$gaU H.#fn$g#f@??>~( @ OKGOjvIY`:ZikQ7 m7 *$1.(#&2,'!Lb1+%@/)$3-("42,& jQ0*$8.(#&2-'!5i1+%A/)$;8~3-()⯯2Y#R="e5$g`L<ډ#fn$gYM@(( ^|Qo}-uh#P,#!A*!@0'{.%S+"/6(?p/&rg->괻ϴ,Oo 󝙕Βρες|Βρες το συγκεκριμένο κείμενο ImageIndexSecondaryShortCuts.StringsF7ShortCutF@TAction ReplaceActionCaptionΑντικατέστησε...Hint~Αντικατέστησε|Αντικατέστησε το συγκεκριμένο με διαφορετικό κείμενο ImageIndex SecondaryShortCuts.StringsCtrl+F7ShortCutH@TActionFindNextActionCaptionΒρες το επόμενοHintfΒρες το επόμενο|Βρες το επόμενο στο προτιμώμενο κείμενο ImageIndex SecondaryShortCuts.StringsShift+F7ShortCutrTActionGoToLineActionCaption.Πήγαινε στη γραμμή με αρ.:HintPΠήγαινε στη γραμμή|Πήγαινε στη γραμμή με αρ. ImageIndex SecondaryShortCuts.StringsAlt+F8ShortCutG@TAction HelpActionCaptionHint%Βοήθεια επεξεργαστή ImageIndex TAction ReloadActionCaption Hint@Επαναφόρτωση|Επαναφόρτωση αρχείου ImageIndex SecondaryShortCuts.StringsF5ShortCutR@TActionDefaultEncodingActionCaptionAnsiXHint7Αρχικό|Αρχική κωδικοποίηση (%s)TActionUTF8EncodingActionCaptionUTF-8Hint$UTF-8|UTF-8 κωδικοποίησηTAction ColorActionCaptionC&olorHintChange color of editor TPngImageList EditorImages PngImages BackgroundclWindowName Save file PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp 2IDATxڥNP1q….Lw-7(5lAD@ ȭ&cOMqՄ'sz2?g" `+4'm٫ii}($lE܋JQ`}\vL@b`U]d4JABQs@QFÖCWߍJq& w1%S[^ pFM]:i9o?X[9#o[1!zjhlo_?p^Sz]" G˂E 3JF1ehBlϐs(ץ()1Q6|'K&`5DKÖÅwv PbUIDATxڕ[hQ_݈6*b,Jy_ Jsڴtl`] ؛S^nYu^R .x_~…Á9{ !c7|Mu"-?ϖk+O\LLL$YZn=VCEwEbSڞE0ag7 Ca zQ9#ywl;Ɍ5ðMtrqWY $( )Q_nCiN7 2ĒCk"ui!`t)h@XfKg2mtf^$Lj%Ъc<}ud9CWC9R_EdV.W.bEZfX('kRBUEx~({k<Hgq6@(  IXXtu|^` Ζ!!]}̃co(A4lEI+nj_~l+=\% E]2FxH5W h7ON#.Kmyȳ` 7ekIENDB` BackgroundclWindowNameCopy PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp 7~IDATxc?Y3`@A# 8H/#̀X93|'.C}`l(J ]4h 8QJ(fPtJK:ˆ'!1̴$V0m\14b( zJxCIENDB` BackgroundclWindowNamePaste PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp IDATxc?###2G?clϋp^qQA$(-%/%'3=r[ z1<0DO $h`,ʯRsC{3;ivj`$- O ;>c{+   _2pbE ,i4\ We(j4\X__i;C5DUn{=+-XL@ X|5?b"CH_fZ3X*P 6`W5P] ` ӀZ$`[ \l)b|(lK=\A`̹W^q)IENDB` BackgroundclWindowNameUndo - internal editor PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp ,kIDATxڕ=H#Qg^tq] b>56 I6~AR,@ +Ũ`#v bXqq6.&zi0Dyk^b7d$ZJ;wXWRg7eӅ8U@P+BU$6@5z|.Ai[Nr&KVҩ#;z÷_3XMHiap ˦7 jE֔NK}&y {?'na?@j2a^'w, -*|@D(gr<@B2%CO|8_^. N wd P7$zĻ' #*d@OC<)#ۯwX͙x|,򱗫G?RY30$rsP\ !~ڀ߮kqOhIENDB` BackgroundclWindowNameDelete - internal editor PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp uIDATxڥn0Bj<6K҅yx NL @VAvzNUK\U('%@iйKnpZ=E6.jAt{pG/t2vH,̮xY b%IDATxc?%dY2%3-nCf,{aӏ ?d`Y g?=IpA\yΰhH?C8w#,0R~C۟2Ԝ{pWsE 5,D;*7s >00MfC?3~lg%n-pM0ap<{̰{K t3qp.jW.H7֪@j~iy ooX3XjP`Tr!`ib(мc$#k lcb b m LMT SihS;Sw9!q4 X-}^"bsk$!b,u4Tg=k eګ6/җWKn\ 7pb.mCWO-ʞ cY~ EG;0ˏ_7]x 弆-LBL/B>kqѰ,bр/ DŽJzDw\wa[>&"A+2cPV5,%N` <-IDATxc?%8wo2y!2,]!B P>,_~p%  __3G?}>} 7<7/?~|gq \8 p4ԙsS&u1;@Iܾ) }ceF㕏 cJ3(IENDB` BackgroundclWindowName Replace text PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp Z IDATxڥ]Hay9]їdR56rVBЅQE7BvӅM)}Dw5A")As{N䕁{y~9HD?bk! oՀR[dp&jv}.*b|qʡ HXa9_g!/ .slIDATxڭMKQ2EA (ZVTdJEGXdrҹM:X{<B)_P<]o|FǨ"ːe בp%EŤ!E,/͗3>9MU5D#eA=n(p#pxݽ}61pnFVykN0Uκ!?k :{oMH]X_.`QÃrށ =&`(`s -(sgG D^92ל WB9@JF#$4pa( ~ŷXk'}0;5(6XH7,FuTpjzjm{/IENDB` BackgroundclWindowNameGo to line number PngImage.Data VPNG  IHDRa pHYs+iTXtXML:com.adobe.xmp 4O[m3IDATxc?%b9f%4Fm ~ HI%Z9|cdۧe̞ `9W?o103* ?>at=?# 'uoĻ@K ۫ ?}cЕb ,A g?Çlg}ԇU./χ~g Tb". dlE>l \30O(aUEF8SIYnѺoW&LIENDB` BackgroundclWindowNameOpen online documentation PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp hY&IDATxeSKHTQܹwmf4F1R[Pi"MVJ"w-\ sHFH.hHE2s|es_tut}?/K#51oe 6_Ovo-=J,E08&P3a gzr&Z.iN.*.y{+V#(C&O`Y 1xl{qÝ_ZO)CYE~U-AmvhC%< ,í|X IjZU$=ҦeU^\;8aqpky..h[Dc0u-DejX^%t|*CEgU{Kn/h׈q8WDBYBKV%Qw%5t2#\ Eb:_ ɸϮO30Sd!wmM-Cfnfugm4CL/#hX«DMƨE;Ǩ(C@[FF= ucYѝ$w$)Rh,29tV gMEM2N_Fڱr[YI5XU]M+pt.69eiT"{$n(ױxn6啳S?_ _yc̹E-IENDB` BackgroundclWindowName Reload file PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp bz IDATxc?%dY>;=l)܀X_ C2 ,p|=v 6$+-NοɰV5ëoDbǷA}H̴$~ab01o. f8z77` `0 $ڕ1C,Qo0R? &[N#g>z 57, Ω7>q/A lL Wm@oH0 mbo33L2d88}Űw?1gXh~5:<_p9fn3q(V!aNCR9+;0e 7 ?q@0.IENDB` BackgroundclWindowNameRedo PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp "jIDATxڕKPM8 >uic P/jBEBA|t"NnVt&U| t"zR h[=Kws9!R @q 2:i(e 2(>`|n #J6cDq_TJR݈"ĉ҃Tn/#.dP‘ S6pKT'8/`Oqܼlhf-m"@ƥ G U cP[ 9;OEl@~0c\Bar:Pd[ej-OLJu*bm ' } Gi6k SD[smܢCPVO-l (yPr ՛uK5 h-Q:G `P8ଢ.KCcV4mimD?j'.e>-L$IENDB` BackgroundclWindowNameSave All PngImage.Data iPNG  IHDRa pHYs+iTXtXML:com.adobe.xmp /]FIDATxڥлK@9C`A|57"B(Guũ(F&q1K$1)‘Ks.{p E h/g;WC0K4X[ 셩I8QjÁ8%CJȐ- 3rcqo]]SrPnx_@`3q*#](f@ \ ~΍U3Hɶ+q@D}g$h}(H1@jؔ- 7A EHIDATxڵ[/Ag#D$< ;EDHH Ah\/|ڪV!Ҳ}lk هdvfϞ;=gFJ߀#c`ڱaU+`XpuΚ79G gC-x9 9%gVkS6WֲŝրQ_ၗSwYlI`DFq@yk^%30YױAMm ˰_T}\h XbPk~jFDl%Gc J%$H,a!Ի,q"u)|l!O O}#U^aFPCG&xZCgl,Ÿ bPo7$M!U8x,)fHA^O-U(znTBQP%_CN)RoXXIENDB` BackgroundclWindowNameCut PngImage.Data B PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ʹ8IDATxڥ[HAZCD yYtW4*`˔UZSRB*^{)nO ڦYA.&Hw9g|3 "B`Օp»@ׯ~)Vo~bް㿀>%>~$Qwn'(jkkyT_CǙ@veO4GV?X^QTmW)ؘ@ ]fYtGWzT4+InhiiQRk[)A{Y$) ]eceʥʲEQ5lGvWSllVc5UcJUٻaֱI)$8#~{+$L]]U7: T*(#K_[,`1쯮9`=^ntDgP('~&!ch@P"R~kN ovI@;9s? AJbs@T\Ic”y?md(5eXN ǸZ "TAQ_4(uŒѺ8ao7_ӻ.jx"|L9d<:;=I hJ0"?tctgƃD4vBWp~jtK_2a4 w S:؈Y= 4"Z8kv| \p'`Rgh/CH&rZe'aV| t q/*2~p2IENDB` BackgroundclWindowNameCopy PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp DATxc?Y3GY0Sc*31 ˗x2h}=CP A?Yɬݵ@v!6גd ]]$)c$E MRYiIGv!1I*3-"/HD^f 6I ddę͜Kt"QRBH4(M*IENDB` BackgroundclWindowNamePaste PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp wIDATxc?###:G܅?j $v+Y K$P>(LlZ r?9X/ b 30Aܵl!/32c` \P& 19NA@'_{K@00j Pn A<ZG5j盕͌/.jM )X 31 ˏ~fxՅ޽@?o;|{VZ.;._a1 KF6_fZ32nh 8T D] `3 N wUc 2\wyE bupb..\xH#_'@l%6 L9?AӠd pZL IENDB` BackgroundclWindowNameUndo - internal editor PngImage.Data IPNG  IHDR pHYs+iTXtXML:com.adobe.xmp 2C&IDATxc? (-DߏdBW13. 3@套{1Ȋdb`add Иc fo`~*&J.0^~Afaf] 4g)*221LJA6~ İzſGw’KeL ;v7F@pd˃D|+ ;c h=^| ót7 xҒ`=@ %v ')9DŽ8ſ݋@\wO 40|`_A.q11b_n- T\|qPy2n&lb T\zc_^- {N<)q/Faʎܬ {Y,`gG|5~b&O (m[}/{q&mK@y@B x#Q*->ȴaO^g;~ R T] g @ XCIENDB` BackgroundclWindowNameDelete - internal editor PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp KhIDATxڵ/AǿVJ[-UIJh*vB"A,p!Op$ĕd-ًDXRmVov~.q2z33|gg8NtZ}#,^#?0D<4R1*2O ag<% &Y6bq$ ?* [aܘ{h`^Aov7\d{6`܅q C 8q9W0cҠȄِZQİ `Īm*4 #;pV7=yTʰhv0㠁"C65g픂L,[m߅i\} ret*E#\K+BXjE1_x9$ L*l+]G2]8=S#z{9-F6ϚZ, $D|Eo3A!b ݴM4ߩ0Q˹=3Tç|yj}jo|-it?^:xIIENDB` BackgroundclWindowNameDisplay preferences window PngImage.Data BPNG  IHDR pHYsodIDATxڍ[ldǏ?_r4i4i[(];47 I+C<* xお@}Ą`7PuEhE `hb*im] MfILI^4~-ǁ>gD?]I=8[SO2>htrgFL tp; x5Ƹ𶽁~0K$M2ckcWӯu03O wpgSYE I Pn@$@W$TZlS`mLq1YJDb(}\k'C;~:ZbhrO_؃AJ*4E; jv+BF`Y$=۾ceV쯘vs+CVL<*kM)wߚhFF׺~zb`CIոIPEX*`Q*ѱA܏Ds~<}n.G1BQtэF#7} `(lRRVdEivk2ntd7yMlrd6q2&|-+` jfVjM`)a gpa@H_M $ܰ/#"F>0L.rCu(]=x O[x%2;^v;lx KȀXפ#7Xg=ݳeVAYHcv]V߷b^ۊ6qBvh׋ J2J0k}Q"TJyP`hXXof[bڀ^s'B֕U_zkV4mfʗ^_֛0-5^iZ42>kW|"^k1H B c4`ގO#AxysnTW48 C ΠvIDATxc?5#M dddsv_]M o߾ex-CdX#&|P 74/*&/o_2|KS7 ܼm^^^O>AgO?1D %n~An^?3N߸vn !u p4ԙsS&u1;8 znܲ(ÿy+ͫ_b7lFPm &jf iEIENDB` BackgroundclWindowName Replace text PngImage.Data  PNG  IHDR pHYs+iTXtXML:com.adobe.xmp IDATxŕohe'edJ6Bk]Zg.i(S(Ѫ/@! ܫζHdIJ3uŹfu mjrw;bA@{>{!ދwcRpd.O ;W3 *j 78NKW?sjztQa]ToaE4w;xVֽz1 PӎM*(#F p@@ƢEt:zt֊5_Tp6|%nDGsrc5/X{)AZIv"S𳕈ܾxN73TYk<+Ht@g8/)OR'eO??{{rPG r{ ЁRzיAl<~ƭSd;py r^a/Eε1dxs6Q=4XiJτ:[{)ݿ]aBf` WfD.CSx"\P2:\tUӯwc #b@r񝷧_X3\!kע%[fZ`Nv3d_AOIF[%;lv#8DzTޯwTYabim:څz{\ā#s&`#- Koy:|;XهԔ΅sS Ͷ4d;4&>GG;?o)ik ԔJ\OHv\!ONza4vl-hf([8\k5M 5d`bUS^v7 K^n֑G~L.^Stj!czĈp;lL!Eto5ú Iv%MaizP+= ct_SMב\o;2kM_BY ,;9IENDB` BackgroundclWindowName Find next PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp 6|IDATxՔKAǿc`Iv%=(bY{ڪM x_ A(KZEKmEAlu츻@$ o} !y !qB_VikK b1HhT~r;. b-tC(P$#? #ʧ`Y,gVrB,. lV?д.4-kmE`jΗWW#s śgx7bgɍ'Tx! tR{\@_@u8"^~ | Rk&\ЎDC"Pȵ@gf;{Xϭ0=Xk:p KlMcl-Q%\(9vQnD CZw[9,ak i _ ԍʉ[叟(iZ\/Uz/zBwR+V`k^]oSl OAͧ2|@IENDB` BackgroundclWindowNameGo to line number PngImage.Data {PNG  IHDR pHYs+iTXtXML:com.adobe.xmp QޔNXIDATxc?5# D6s.E6`50%1,_@bzF1u_3on ί^xϟ>(r!@@iOO3!g PO cp#&+39<*H  LJ oeb +N <% ?Ûx?c{9A{&7Do :b 2 Byg1a~cz ÿ&)3|0se'û۟|@i,s~i?GQ:ag멒S) 2 ^b`IENDB` BackgroundclWindowNameOpen online documentation PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp 8wiIDATxڭkWƟ33;3dӍdcd(iH(H+x--PjZh{S_ P`A75 (%7l[Z!~D1f?̜wNvĵƁݙ9s<>eRJʋ@XӇS> mB"&39O\癑(Qg3ӑtm4[c {K^%oC>g?}s5_VN,,SQwџ[G^in}ވ [S-1_oHbV:*~v{UꂻJo̎;k1'N`ҷF*$ݘrMuBe䇇nt<d'E:;1\xT?gTTݒctfr:3=lrgT|r}ʜƁOvs'n.VpLWN<mGtcGS"Oy ~'{#s)D]ڲ;{wx(⦪j+m߲۰}csB+&z LϬ&݁/YSp@ (dڮ]E5 woD=\}Rj򦠍x{rsNX=ai//&S#moFW:~¥E?\j^_keNLD̨ lϼӚs3M0K!pU3;iT.н[q|[:zL$wE޶h40iD :sm`r8G _ELzLEau ۈQbuo|ZEx>?Z8{h: -в|_oĒ08IENDB` BackgroundclWindowName Reload file PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp IIDATxc?5#k_B#0dGKд93~P `عk/P {5Ь#D*7??\g$e%14 [Lb ÿؘ94<2%*0,qyh #^ޮed\x uo~1 $9@V`#0IENDB` BackgroundclWindowNameRedo PngImage.Data RPNG  IHDR pHYs+iTXtXML:com.adobe.xmp C9/IDATxc?0222`U 2K.nKi`1a^ \rvʁB%3`f+u &@Pf@y3̠@g4X/8#JK.tye|?ƏQd C~%U 32(o $rp*r/>C 3r l޿q6]fbdjgd|oܽXídBKN 0p-j4t)B"IQ9h`>%; A(IENDB` BackgroundclWindowNameSave All PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp tXzIDATxڭKKQC-$(EF7K-ӔHJj/?7n"1FEcx-Gh<9Eep9|| 1 80؃+  -qSqhB@ Q}iDSOHĴ:q\S>`܆vسH0%zv2*6j~@j.ҥU`3DXjɁ8۷v3@ErFz ~Ғ[f݌g&.PS34{gbsb0di[ XXVW96hVQ?ߕje,^90 CrxA>4(p g>K &;oIDATxڵ[OAg I #1Q)Z\ Qox#$> |~Rh1nw׊!y1&&l{ܙ3633̙33KC`8mRq•=)='8`cZ%ę lwgZ6Ջ`05B>`gӁFKuVxo, X,s`@j; lɰ&fK\. T5 L53amL0 `;Ȱ)%}ghCISi.FX0d jN 2M.gRwtH !; +%دsmTeV#KM#e-ңgɱV߸KW730v%b~ٳmRq^R᯴m!(>B@Jfq~lvsmK*q )gLoXʢ.PؙS\dL+"}řyœI'}PL8LIuq~+ξ_l܆S΅/$(8LH;ywy׽m6U?' 'TIDATxڵmLSWǟsK (mebvœ]N76fK,f,K̲M}X(+qqXÇ% dTSiភ=Wv?v!B`q`\S1tBNg\ի3ys!NNJTD}AB*T"!>qj.øbbbL|j}j SwAa2+~~9}eV?EBEQh4w,D -IF tt;- 8Eʨ4I(j׮E#^#I (:D cL5We(rQMVD@" t4t;ΣC=E*@ht#QQQx0x׀.pө9ٝL"ߒ1w8RdR ݨ %@TTWN?CsV<1QLBcW {۫w ?\wg );tG -- clUMޛt Nr-&#ŒV T3 E xv:gr~Gs#4%j8\Lybr* 'e ug!ʻ5ɟb%9Kpα0Zh#Sc)exMYӾ IDATxc?Y3 ӓ0@f3,HIũp ,,,_~I%$Y},!WIAdV0R|DxF^!O=R }WҒRJfZ+|M=F- %X@##<0m\s;Y`m:,u"ip>.IENDB` BackgroundclWindowNamePaste PngImage.Data ~PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp W(k0[IDATxc?0222` r-b̯b@0X 3*>S?S]d0XB,Ȗ=Ѥ;ϴ)H2Du(bf ] }+^Sh0F? 4|0hӡdeFIENDB` BackgroundclWindowNameUndo - internal editor PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp IDATxڵkQg6?lŒ֍ AE(ؓЃPC"nzxPM)"ij1hl9THCMb.;3c {a p=I[Ftffmn'5h VL! I|\5!8{Ch!e"}*6sYhE_C71 EApX\wP; =m="O}:gtۈ8WHT 2٢{Ϲ?+{bJ 0ni]=^4Iesn-:U"w0`( >Sg / ;z&$L 4=NDlM7-Y>veH(}>og^X">B7F %۔Z !XIDATxڽN@w "{(MH܂ĥ}x!D>6R"URA84vq~6RK82;k doJ)mdQ \/A9նbntsA Q]]V2ȪB4u-LyatozBPs.$d*c<۶栊3 ,$x9~pID_72Q "+xG4?F~| l1 @zrBCD %2, 7Nf2`iunO',xu1_hz֟ ~$ς%6#ޗ[\.5x!lFs?dq()`SSǧEIPȄ5 q ۝3E/fKcBg^^.Je¼!NpzSB?u %@! '\ձr#&YIENDB` BackgroundclWindowNameSelect all log entries PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ?wn$tIDATx͕]HQƟwnu9Vi *(04o݅PAwJ* #!u# b}l6t_طos^&Nag{~< ,%0Uw &*N@zR9+k4huh  qA1:ʵ#_ۅ%Q:W=d#*$܎ zT+7B3j1msKPHb~@Pw\CWJy|qrWc$2iGI<7y7?7Xi00V*a&0;rά]g'|H+qT KK:{dPH@-Л%bb1Q6+N'H9cg8-eH֭/t=#!CzKrI2 a|IT'ɻT*da He!Wȶ.iMKw_ۦe1gY(Wf¹'&[uQb` !I"ҚPr0/[|ah (KHÖ5{}4{#;p$6M^u9mDհ4gbm&;/2BBhw͖w /+;' ;1UCp_Qf{+,Y(rЎ[亓Ps(pl#_] \ovTوz)^NY1a8@1 9ܗө7yGЕZ34@XˆyO|c{X3ĺ7IENDB` BackgroundclWindowNameFind text - internal editor PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ;)מIDATxc?-#],`dds_ӧOPO 14R6k;< ?~|gq V 0G- ͂Wg;XbXBz lsrq1_@W/]@D[`ai0} % @~?ߨ  hg]+,, ?ʓ@'?tDH ؒg/><8q,JRZ[pU;IENDB` BackgroundclWindowName Replace text PngImage.Data _ PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ц-" ci|v}9˲P ~9+C|v#Y]7tf:&n3ʾOQE%Xc Vp( Mik0p([]Fk˅{toE2z[84}0gp'BWUSlg("jCq{[$&IENDB` BackgroundclWindowName Find next PngImage.Data (PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp *tPIDATxKQƟ:,*EeE~@J‚m%7ѝ+WQ얣̙әj# Ayywp8ȉ!X\Za@ӴB@0GʽܺsEj%],\u? 8 ʢ(t]!^ /n}d²Ll|e)h7$^MH 'aeâvu^Ч/"} coJgZ-@x M0Np@ӵ#e !d V $ Nz_(QIDATxc?-#-%1m\،ׂX 31,?r{͟߿r:jeH!)Y[1~_g,o?3WT@oM Kg''&PDodO 3]Y) YԄTɴ@{u 6m ^ aua}lK0SA8x53|y3IE}q?ޏ6zH|_p0IY<3MYK)Y@P@:y[=D*n4QXIENDB` BackgroundclWindowNameOpen online documentation PngImage.Data Y PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp 5P6IDATxڵUKlEgnNh7MJ@UE\@N-n =ZPPTU HBYQ#qM!swg։-rʻkE$!󣭠*QJ \78%Za#l<jQ|)( 7Yv2n+8tB3C{K&C!_L_ܠ*7~(%!s ;>9so!s"ۍTi>İNɳ*IEFv}ZCM/ݦ .$z vevƝDvI.S-`oT ^&gM~1=Q"vaU\6˨&.tz# N_!֎ eja6Y$d.| wN],\~@,}xqc3 x)H;̓?h"3p-] ^tOZ.'zf%8| 䑠g{;|<#><1ۼY&U`o[{c*냇@O@ESW+I*&wab" ] ^eϕKPQ"9-f~,́AK4wَfOS߆='򻓮$@Vot>ts&BqN֩hx⊿M{L5iUˉxW}aH v_ӓa@QNCVf Q .9}%826[wo'3BT;h*ºPR ^ z!IDATxc?-#]->k)*vNO>,` Rc2} l_l U-`عk/%T(P@$+-,e%1e7Ñ쥢-`$ɂov2lz0s`Kؘ94<2%*0,qyCKo2|U6BKL d5$Qכ -g}BɳE& i b  _~g8r=GeUɋGxΰt3A߄G!PĝH>l d$@Ed NB8^ hhnf0\3IENDB` BackgroundclWindowNameRedo PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp _*IDATxڵ_HSQs6H?ǗM#zJLrb{zBMA$!qDFC>BEHn)qڟJ%wEpe.s;w{.af B6=5~ajM*iĉ+SJ?7NWR2]0ڹs$ٝ$qh&׃;{2LEk!>$O.:[|:u.ߊa_k75[NǝsCY[\I /y",Z0>kjuO&4,$W`RJiƩV^{;2x2.Q 61(3TlNT,!Rd@’ö#/ NnAA4o:]*!_ߋ_ަf ztcvx@ M/1K. *~h} ->T Z(y1 uUPf1*Y+Y΃aU5g*U\Laԛ^0*`ʪҙ5F Q" 0>B޳|Fn~ s&SxCˉ]k\L@Q-R2`37ৃIENDB` BackgroundclWindowNameSave All PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp LIDATxڭJ@O("*. "h EDwn;]rF7Uk+("mE@PĦf1%r2$8"+5`L{581)*QxOWH\&HSU ߕ1A&+B#C}pke~DX2 ؅`QjHJ-Xڸ*tlU <}'S腻6򟆵`^|֋d;M:`WBO]*W@O25.)6])t[bچlEtZ/ @tZthΈB %cMSDҞo'e=Ali =PSPx!  ɟQ)6Ër%&ND*E֒:"W ACIDATx[OAg%($[/4x!AT&&>ෘ`| Z))n[oƇm;2h&9gzw̜Y V6i良i]tXPa}}FX\R(\_ %}Qec!3 rz%1@,zGs ~{MH#trzf WK(#CSY˶.A9I3ɬZY03g&?e$h3`Fk͢>u3`xXtE359131QR=7F^*R+0X*ak>!V@FKpW ̓b7,bӛ@I^FOZ-cM7d&UQA~ ?RRפ ֔?51 ӏy27 DlE{4#s:\x@PIo`>/ګPtJf-s\Q"=ٞ}e[uN,ҷ;԰6u5fYN9{e5@$6ֺ!@+OPt{t+w6m$1L@2#N{:>Joz5׊gP/؊ ՈdIENDB` BackgroundclWindowNameCut PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp sIDATxŗ{LWϯ-P >qNPJK`){Dm2tN,-KÐ,ئsl ЖRa,n>Rpsbܖ.@PVw?~={9c xY,H2vIz@l>~ZyEL}: +I)eBJXa-*„aƴ rhx(b* rqKiYYPVq cnj3_Rj\>_Ef-4F  !l`&Hn:lθk`4+ E)؟W*ÎPBTs|/W3--.k•iX!a_z+[*rn9m2WfPTj^a\ V̔.hߖR^'\'j3lw_Î(HƟۯC,i` @x|>'u9=;9)"6̌҉SƗ]bk-,4,}t1qC^^"wWut'?'[sg0 $b9iq [rW^&ݶ:߿HF_H6.T{'RG1,\|T d2ּѶm2  eueMFa*L}LTF@fZ3l蔴| PyF. x<'jE^~4-H(l_ְ/|ܞvFEKЍ>oC2 nQtŚqzC1 OH4I1hN4wJ* 5Iy+i4νx^ƕlu4o8&?dLX2[UmoͺGZwb#A?+=L훁t$"U"Sca>:jJLF-:i?ob~WEJx5g=xN1S1qn~VIToS+FLyKM.kN&jdY𷧋G!\ r$nށbv4-м?:J}}ڴ5a0J4k܃!lyӣy Wbvk{( gyXFSpdމV$_JOĄP^S\LAi<t ?|:I2h6*ʎ0U5M  ~rd XֽW=Tx60:!`$(jUxzno:cC__˫21IENDB` BackgroundclWindowNameCopy PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp ڲHIDATxc?@FdL5*vNO>Bvb8 %1(C_?:j`ؾsɎ@j_zM# D9d.RCOVz2+]BWH"Tw <kaEQ ~bB[aE\@Vt l]C[aB*3- ^X4pyxVYr4 b@ 7T FFôs) 0m;t@ ?/IENDB` BackgroundclWindowNamePaste PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp !zIDATxc? 0222WW1H5312D_xF0_ $;IqR@%(1`w}^I#F X:u rv_IDATxŖHSQ}9K'P{sde?鏰to!Da$i?_P6soTH PYA8,mvkL7ۺ0sϹ`B'`:D 8@z79m8xVuRkzkقP[`i5 3LH[1&;@X)`Z j" Nu:l%jE&#,`2yY-ms5цf"`" ab(@/ΣK> @`6S]?.I/̻-lXqݾd7A|ᦗ6=ǔ=z ?F_/sv>~~x|%i6)LsVbDNƠyG γsdž]QxRӾXXG3|<9g{c aw6%^I2TCyƯ9gB)CYm)ŋ/L`MH~7U n ( AY(L'~|_a2;f{Q}("6!Wlt58QDsrϒYXܨ;Ro_=({Wo#sPwFf{ĕ)ԏRDN鿦QQ0U~ DsMY7xWKqWd-o\3X1u𞞓!tWNL ZIDATx]n@w ܄TQ@,`iQSX#JV4!(p̬wDءBrAPJ~,Bdmmѹ>y}߃-.8MK@gw ķWB2<;q?qU!ZW򔂸):B@be<2Out-jy"(8 AÅYY``)H_jr|16wBkǢƒM'|i2v#6ZY8oDE:Bu ⭸h{ŨupB('9iQqUvN;kB`a"D};6O j b'2Nv1 H^~%MuT0D+?gGƫn_BT](CK\3kEՃ_oXT Cxf כA0\˵_TG<Ӛ"IENDB` BackgroundclWindowNameSelect all log entries PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IDATxKSqǿgM77Yi]0%],1Fuyt!2{BB 2nЋ$fZZkk1wr; |/3y68,@:k7 #ybV͉Gzw`b2C <)e0TWCs݋dx5ӗ(piyzW=ejAY~"o!i҆pI\ JB^2 9=rS0ɥu%Ti)~=ǡPyp l_k hΊYp,!dZ%ṓŹND@;`&Of!piE@*lGꆍp N0˜QWO)dK8 |0FbB[?y!27TIk/U$[W} tLuK_%6xCj z6fp{a2 RQ *T?$m4"MYSM998qh5_a"mv^jKdà]2:Xx5Gۉx)hpFiѵyC9"5IENDB` BackgroundclWindowNameDisplay preferences window PngImage.Data PNG  IHDR szz pHYsodIDATxW[lU?_^u]vnMA(baLyp gF |VCLx(!D'EQ `r}mvk׵w9n$O|';v / 4ɳ 3vs䳻B`릴ydu 0`wБ@+з3v6pT KKwV$zOF^_;2\{Gل8H 2n$Y ,SJu$Aks>(NAr:3yZ}H,I_a7PF0:l #ȟ"]umHէLjN5K*kH, 0kb[om]U’A ߋsJ5.$+3r, 0|4~ m/Z>H_T3ײ rܸxwp qcá&Kt%@U8a8/GrΘ^kJ%iw!!/gDkϬ^ 6"la}TsCgӜoYH!BV[ <5ؖ <h6>a;ЎKo;T+=RxKJ:i >'Ev*I3 J֮PEǛ^Vz69jSыĵ3WcX vS*(QT*u tޖ2CBzpD 5+Rz%l=7*9*1t;ƬƇw-Ӳ Dv)Z9jhVSh|p! Ѿo@}Mh 5[eIvTȵQȖRN iP#?$Y> Wө9| զur', Cd|]F EO3J\* Ɵ(ujh湜F39$p@0,?(KsU[x!5GrS"k9k:p[ځ4 ]e?1,J`6+J&kiU3ӫ٦Scl2F}~Є\.{泩x5=fũX\g5 ;Rzx8/>Q9<(|12/IYf-1G< ˱ِ{E.jeEB)@s$3`R|Cb[}6ID=t0NjW A8:PPqv6g*Zr³E/0U2"ޓ֭|Nܤ  !X/ 8ZSZ$!reo \RꪫJ5%5PyY[>p4b 5޿=L75vƼ^S41vg&exsKȖi;O;99d:]zjIENDB` BackgroundclWindowNameFind text - internal editor PngImage.Data vPNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp nFSIDATxc?@AFFFm;02| ?3|!&"C5l7t 2p2pƵ+D9?w3F0۸忐 ???ߑ00~\tVj4usrq3p1'ÿ~Ŀ1 ·_R V b b e+/_h Ëi뀹32L2!?'!aʄQ:`Тx+Qk-P FܒafaaԂ BSPOX ["IDATxW{PTUιwaQvA2j(  @SeӔZVf=lnj3-+vag"fC*|d>pŲ~.VF˩:e~;;{]{1zUj_Zs.FBRу Ԭc456l8e˖?3].x|&rq6^?3I_|w{?#D} a8w0I$A Fb)m*1 1Ne=ozє"`V}$I.{\S$^KKK=EHPi+U${xG;7% |i%F+?B(l \8k/@Pౕ–TXhI2OOM&CI, YqyN۹pGPAz,XS ^08't%@Sh}Nefooxn@϶ _Gʉ$A֥! UlzzJRHPvgxƸ[HzkaˤH)x7Lg8XX󖗴'bNBW7pn0&?Y=aDqeLp4FbrʔY}kl?*50)ˇ2 ʼn_e2ȱjpq0)s)|6䢝xC! Z3 A_Q}V40-j:hIXecscڽ|؉(*z(A6CZͥ b3Zt\BjSvwFIL"E7ަ*oLAwF+OmPwas,;T#M;\%²=i ܳahM$;jZ6EB`M-$=k)\'c&E2-$!n=zJWm39>W`=Rvh&nZM>ȸެ[GQքPdF**d칬[6$`dzTq(+%3@'@&IKSEyDn 3t]ҝ9EʂPҝQoh@*\B i=Ҿ0z-WC tr";<#u _*3*H.HUO5T9]S*:ԚţkC[QgvO!C ^rn bc.3y둼ߧ(Vaϊ?V9˘1 ԤP7^bP/yϱ"ɨNRczȃ``'.}mF kjdIDATxKQƟ~ΚdUEVXTtaua!BEAIT$EWQATPkRELsNgV]vuc ^3wCcX·Fob$i>f!J8L]F@ @T蚖#ÃExV4VVzX8(BPUuQA,mm)RF`-R 4xHXX1*Pƒ؉h4h$ ZP@3Y%(/}NK83z͇:z\ǿ<WJ^XA5ay< -QFx,< uP߆ .3qNa: s33Ɂ(tPw| LP> W %AJZo"vd,3 y1?xċkKvoؙs|.C95, ξ&G,7ƃr< Ǧ"8&Ucj2w r'c;`0dn;g}NgM;+s7qep.>WسA5f0@Bĵ{c@ڝQ6K%h;h+ j}v]a޺~~<8]}YřJۧ'T_d=bhty IENDB` BackgroundclWindowNameGo to line number PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp ^gIDATxc?@Q U8m\$$R9Q[߿d[8HB@5~˺j@`p?/bb@(?r@x7_Wu-`NL_Wyi po{n[ Hh0ßԛ7io?,@@xʫi~$tvހ`@v0}.`;@{0P-;$ un j xKŊ0003CGB+4-#| ~[|A4 ts'ݏq.x)7 ]~:z?!b9@mP|_p, T\^af/iT wj )Pv(шwW5IENDB` BackgroundclWindowNameOpen online documentation PngImage.Data  PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp )JUIDATxŗYlUϽ-tЅR%iKߐ $` BdL (cPX@PHp ЊBm;"JRtfze33—YsϹCc(/ $e)8k>bqy9JX7089v[*%3i 6\ʠ݆}S.5OMWn#"+fj7 vR}um5uGgB\w=jw\­ zN;1n䃪oQev-m]"gӕ] vjp^0 `v5?GAUfkʿ5L9|e3_#f { fax=?vȅEfeJ'B~@jniMw%6 0%ƃ|5`nvcD6G=pw'!Y[(m/8җu)gc aY>p~] ZB~c hjaS\1cggQxwH/t<*A"1Atǭ\Rà9_yI1"vp#GF;ozCjؼa9\jxlga$|_3lw[(%+l1QnG/wJx=G%Xۜ$Z7Z:9N?6! IENDB` BackgroundclWindowName Reload file PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp c5IDATxc?@AQ⢿@GIb,V$ƒeXXX#_o;`u]k@#l0(X%0p0 1XKkH\`d;CQ7p/G'vIENDB` BackgroundclWindowNameRedo PngImage.Data | PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp :?bIDATxŖ]HTAg(idKAjC>KH`D?EEYD$a!$,|oK۽P[w:wmnռ0sgoΜs0!Oj@ *lAU'eȥ7h4!֬/ _Ia p DEL:Hf=ЫoQ"c?E@ jNՠ#OVl8Z^wNS|jJFGaNõ >ʼti|IYvt)yKˠ9#w8 9tnenf,xg?M+*>5AIA=V(Q(g1J*j]Aa="VIgQ}Z ;w2WK)(*n*G Ikq@ E}YEJ, )jX쾇#Ȟt0ꙤoD4C?`k6zNVCFֹ ]3 k3^x/'xZ\ŵ,Օx ֢Gs27?׿9L?dȼݿ,5MŅ#|>:,8 ZsBV yB6!AbJ*q;[|$9J7 B@-=TF!QY}T9 T\ L\Q]w9Mtb^*7}\xQbr GAwSP_̃jj$ ifvP2RY8JQ+'lf-{Dμ QjhM4-/_k75CrIENDB` BackgroundclWindowNameSave All PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp lIDATxڭMkAgZ RiAi(bAQ?v ^ / 4&mlmT-&"ЃDmwtg4V "B ~!|l|3 ϶aJ,7>X%/|_nE_0ε4RO⭦PnҭX2hq2M:#RE .Hd,@#okAq&LEGf3:H\ۛ>w@`Un#y<@"Qb"9~$d _0- nBDPy#4\?ǷYrw#?>&0v T 1 = :( +)%.,)1/-520853<96?<8B?;FB=( +)%.,)1/-520853<96?<8B?;FB>IEB( +)%.,)1/-520853<96?<8B?;FB>IEBLHE+)%.,)1/-520853<96?<8B?;FB>IEBLGEII@863.,)1/-520853<96?<8B?;FB>IEBLGEHH@ CA?.,)1/-520853<96?<8B?;FB>IEBLGEHH@ CA@.,)1/-520853<96?<8B?;FB>IEBLGEHH@ CA@.,)1/-520853<96?<8B?;FB>IEBLGEHH@ CA@.,)1/-520853<96?<8B?;FB>IEBLGEHH@ ]\Z.,)1/-520853<96?<8B?;FB>IEBLGEHH@ @><520853<96?<8B?;FB>IEBLGEHH@ FC@<96?<8B?;FB>IEBLGEHH@ MJFB?;FB>IEBLGEHH@ UQMIEBLGEHH@ `\YHH@ ܼٹѿг¿űȭɫì׫ׯй˺<<<<<<<<<<<<<<???(0` %)'%-+*3/.630U)'&.,*30.742:74>;8W)'&.,*30.742;85@=9DA=)'&.,*30.742;85@=9DA=IEA)'&.,*30.742;85@=9DA=IEAMHD)'&.,*30.742;85@=9DA=IEAMHD+++)'&.,*30.742<96@=9DA=IEAMHD+++TQO.,*30.742<96@=9DA=IEAMHD+++vus.,*30.742<96@=9DA=IEAMHD+++.,*30.742<96@=9DA=IEAMHD+++gdb742<96@=9DA=IEAMHD+++okh@=9DA=IEAMHD+++wsoIEAMHD+++:KHC_+++ӵÿ ʳL֧{ۤܤקī`¿Э޾<<<<<<<<<??((P @'!!',)(0.,641+++$$$++)(1/,641;85A<:$$$++)(1/,641;85A=:EB?$$$++)(1/,641;85A=:FB?JFC$$$++)(1/,641;85A=:FB?KGBMFF($$$++)(1/,641;85A=:FB?KGBMGG++)(1/,641;85A=:FB?KGBMGG+5201/,641<96A=:FB?KGBMGG+974641<96A=:FB?KGBMGG+B?:%%"K.,)52/;85B>;HDA%%"K.,)52/;85B>;HDAMKFj{wt.,)52/;85B>;HDANJEr0.+52/;85B>;HDANJErHFD52/;85B>;HDANJErGDAB>;HDANJErLGDNJEr@@@ ֬ϬӽKKKKK<<@??(0 ` (&$2/,;82[)'#2/-;85D?<_\Y2/-;85D@=LID20-;85D@=MHE20-;85D@=MHEGDAD@=MHEplhڰǮūڰKKKG<?(( %%"K0.,;74p{wt1.,;85DA>30.;85EA>NIGl521;85EA>NJErSPN;85EA>NJErpmjzvsԵKKK<0ppppppppppp(  @ -*';85GEB;85GCA]\Y;85HCAM@@NKHVROM@@Ǽبڧé¿ѶKK< KeyPreview OldCreateOrderPositionpoOwnerFormCenterOnClose FormClose OnCloseQueryFormCloseQuery OnKeyDown FormKeyDownOnShowFormShow DesignSize2 PixelsPerInch` TextHeight TGroupBox FilterGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionTabOrder DesignSizeTLabel MaskLabelLeft1TopWidth/Height CaptionΜάσκα αρχείου: FocusControlMaskEditTLabelRemoteDirectoryLabelLeft1TopGWidth0Height CaptionΨάξε στο: FocusControlRemoteDirectoryEdit TPaintBoxAnimationPaintBoxLeft TopWidth Height THistoryComboBoxRemoteDirectoryEditLeft1TopWWidthvHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextRemoteDirectoryEditOnChange ControlChangeTHistoryComboBoxMaskEditLeft1Top$Width Height AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextMaskEditOnChange ControlChangeOnExit MaskEditExit TStaticText MaskHintTextLeftTop;Width|Height AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaptionΜάσκα υποδείξεωνTabOrderTabStop TButton MaskButtonLeftWTop"WidthPHeightAnchors akTopakRightCaptionΕπεξεργασία...TabOrderOnClickMaskButtonClickTButtonStartStopButtonLeftTop WidthlHeightAnchors akTopakRightCaption&StartXDefault TabOrderOnClickStartStopButtonClickTButton HelpButtonLeftTop*WidthlHeightAnchors akTopakRightCaptionTabOrderOnClickHelpButtonClickTPanel FileViewPanelLeftTopWidthHeightAnchors akLeftakTopakRightakBottom BevelOuterbvNoneTabOrder TIEListViewFileViewLeftTopWidthHeightAlignalClientFullDrag ReadOnly RowSelect PopupMenuFileViewPopupMenuTabOrder ViewStylevsReport OnDblClickFileViewDblClickOnEnter ControlChangeOnExit ControlChange NortonLikenlOffColumnsCaptionWidthPCaption Widthx AlignmenttaRightJustifyCaptionWidthPCaptionWidthZ OnCompareFileViewCompareOnContextPopupFileViewContextPopup OnSelectItemFileViewSelectItem TStatusBar StatusBarLeftTopWidth2HeightPanels SimplePanel TButton FocusButtonLeftTopWidthlHeightAction FocusActionAnchors akTopakRightTabOrderTButton CopyButtonLeftTopqWidthjHeightAction CopyActionAnchors akRightakBottomTabOrderTButton DeleteButtonLeftTopWidthlHeightAction DeleteActionAnchors akTopakRightTabOrderTButtonDownloadButtonLeftTopWidthlHeightActionDownloadActionAnchors akTopakRightTabOrderTButton EditButtonLeftTopWidthlHeightAction EditActionAnchors akTopakRightCaption TabOrder TPopupMenuFileViewPopupMenuLeftTop  TMenuItemFocus1Action FocusActionDefault TMenuItemN1Caption- TMenuItemEdit1Action EditAction TMenuItem Download1ActionDownloadAction TMenuItemDelete1Action DeleteAction TMenuItemN2Caption- TMenuItem SelectAllItemActionSelectAllAction TMenuItemN3Caption- TMenuItem CopyResults1Action CopyAction TActionList ActionListLeftTop=TAction DeleteActionCaptionSecondaryShortCuts.StringsF8ShortCut. OnExecuteDeleteActionExecuteTAction FocusActionCaption OnExecuteFocusActionExecuteTActionSelectAllActionCaptionΕπιλογή όλωνShortCutA@ OnExecuteSelectAllActionExecuteTAction CopyActionCaption &Copy ResultsShortCutC@ OnExecuteCopyActionExecuteTActionDownloadActionCaptionΚατέβασμα...ShortCutt OnExecuteDownloadActionExecuteTAction EditActionCaption SecondaryShortCuts.StringsCtrl+EShortCuts OnExecuteEditActionExecuteTPF0TFileSystemInfoDialogFileSystemInfoDialogLeft@TopHelpType htKeyword HelpKeyword ui_fsinfo BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionIΠληροφορίες πρωτοκόλλων και διακομιστή ClientHeight ClientWidthsColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSizes PixelsPerInch` TextHeight TButton CloseButtonLeftToplWidthKHeightAnchors akRightakBottomCancel CaptionDefault ModalResultTabOrderTButton HelpButtonLeftToplWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClick TPageControl PageControlLeftTopWidthsHeight` ActivePage ProtocolSheetAlignalTopAnchors akLeftakTopakRightakBottomTabOrderOnChangePageControlChange TTabSheet ProtocolSheetCaption  DesignSizekD TGroupBox HostKeyGroupLeftTopWidth_HeightWAnchors akLeftakRightakBottomCaptionServer host key fingerprintsTabOrder DesignSize_WTLabelLabel2Left TopWidth1Height Caption Algorithm: FocusControlHostKeyAlgorithmEditTLabelLabel3Left Top)Width.Height CaptionSHA-256: FocusControlHostKeyFingerprintSHA256EditTLabelLabel4Left Top@WidthHeight CaptionMD5: FocusControlHostKeyFingerprintMD5EditTEditHostKeyFingerprintSHA256EditLeftATop)WidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFace PopupMenuFingerprintPopupMenuReadOnly TabOrderTextHostKeyFingerprintSHA256EditOnContextPopup(HostKeyFingerprintSHA256EditContextPopupTEditHostKeyAlgorithmEditLeftATopWidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFaceReadOnly TabOrderTextHostKeyAlgorithmEditTEditHostKeyFingerprintMD5EditLeftATop@WidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFace PopupMenuFingerprintPopupMenuReadOnly TabOrderTextHostKeyFingerprintMD5EditOnContextPopup(HostKeyFingerprintSHA256EditContextPopup TListView ServerViewLeftTopWidth_HeightAnchors akLeftakTopakRightakBottomColumnsCaptionWidthCaptionWidth ColumnClickDoubleBuffered MultiSelect ReadOnly RowSelect ParentDoubleBuffered PopupMenu ListViewMenuTabOrder ViewStylevsReportOnContextPopupControlContextPopup TGroupBoxCertificateGroupLeftTop&Width_HeighthAnchors akLeftakRightakBottomCaption'Βεβαιωμένο αποτύπωμαTabOrder DesignSize_hTLabelLabel5Left TopWidth.Height CaptionSHA-256: FocusControl CertificateFingerprintSha256EditTLabelLabel6Left Top+Width"Height CaptionSHA-1: FocusControlCertificateFingerprintSha1EditTEdit CertificateFingerprintSha256EditLeftATopWidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFaceReadOnly TabOrderText CertificateFingerprintSha256EditTButtonCertificateViewButtonLeft TopBWidthyHeightCaption#Πλήρης πιστοποίησηTabOrderOnClickCertificateViewButtonClickTEditCertificateFingerprintSha1EditLeftATop+WidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFace PopupMenuFingerprintPopupMenuReadOnly TabOrderTextCertificateFingerprintSha1EditOnContextPopup(HostKeyFingerprintSHA256EditContextPopup TTabSheetCapabilitiesSheetCaption  ImageIndex DesignSizekD TGroupBox InfoGroupLeftTopWidth_HeightrAnchors akLeftakRightakBottomCaption)Πρόσθετες πληροφορίεςTabOrder DesignSize_rTMemoInfoMemoLeft TopWidthMHeightWTabStopAnchors akLeftakTopakRight BevelInnerbvNone BevelOuterbvNone BorderStylebsNoneColor clBtnFace Lines.StringsInfoMemo ScrollBarsssBothTabOrderWordWrap TListView ProtocolViewLeftTopWidth_HeightAnchors akLeftakTopakRightakBottomColumnsCaptionWidthCaptionWidth ColumnClickDoubleBuffered MultiSelect ReadOnly RowSelect ParentDoubleBuffered PopupMenu ListViewMenuTabOrder ViewStylevsReportOnContextPopupControlContextPopup TTabSheetSpaceAvailableSheetCaptionΔιαθέσιμος χώρος ImageIndex DesignSizekDTLabelLabel1Left Top WidthHeight Caption FocusControlSpaceAvailablePathEdit TListViewSpaceAvailableViewLeftTop(Width_HeightAnchors akLeftakTopakRightakBottomColumnsCaptionWidthCaptionWidth ColumnClickDoubleBuffered MultiSelect ReadOnly RowSelect ParentDoubleBuffered PopupMenu ListViewMenuTabOrder ViewStylevsReportOnContextPopupControlContextPopupOnCustomDrawItem SpaceAvailableViewCustomDrawItemTEditSpaceAvailablePathEditLeft8Top WidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnEnterSpaceAvailablePathEditEnterOnExitSpaceAvailablePathEditExitTButtonSpaceAvailableButtonLeftTopWidthcHeightAnchors akTopakRightCaptionΈλεγχος χώρουTabOrderOnClickSpaceAvailableButtonClickTButtonClipboardButtonLeftToplWidthHeightAnchors akRightakBottomCaption*Αντιγραφή στο πρόχειροTabOrderOnClickClipboardButtonClick TPopupMenu ListViewMenuLeftTopb TMenuItemCopyCaption OnClick CopyClick TPopupMenuFingerprintPopupMenuLeftTopb TMenuItemCopy1ActionEditCopyAction TMenuItemActionEditSelectAllAction TActionListFingerprintActionListLeftHTopb TEditCopyEditCopyActionCategoryEditCaption ShortCutC@ OnExecuteEditCopyActionExecuteOnUpdateEditCopyActionUpdateTEditSelectAllEditSelectAllActionCategoryEditCaptionΕπιλογή όλωνShortCutA@TPF0TFullSynchronizeDialogFullSynchronizeDialogLeftmTopHelpType htKeyword HelpKeywordui_synchronize BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption  ClientHeight ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize PixelsPerInch` TextHeight TGroupBoxDirectoriesGroupLeftTopWidthHeightwAnchors akLeftakTopakRightCaption TabOrder DesignSizewTLabelLocalDirectoryLabelLeft1TopWidthJHeight Caption!Τοπικοί κατάλογοι FocusControlLocalDirectoryEditTLabelRemoteDirectoryLabelLeft1TopDWidthWHeight Caption/απομακρυσμένοι κατάλογοι FocusControlRemoteDirectoryEditTImageImageLeft TopWidth Height AutoSize THistoryComboBoxRemoteDirectoryEditLeft1TopTWidthHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextRemoteDirectoryEditOnChange ControlChangeTHistoryComboBoxLocalDirectoryEditLeft1Top#WidthBHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextLocalDirectoryEditOnChange ControlChangeTButtonLocalDirectoryBrowseButtonLeftzTop!WidthKHeightAnchors akTopakRightCaptionΑναζήτηση...TabOrderOnClickLocalDirectoryBrowseButtonClickTButtonOkButtonLeftTopWidthXHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderOnClick OkButtonClickOnDropDownClickOkButtonDropDownClickTButton CancelButtonLeft;TopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrder TGroupBox OptionsGroupLeftTopWidthHeightyCaption)Επιλογές συγχρονισμούTabOrder DesignSizey TCheckBoxSynchronizeDeleteCheckLeft TopWidthHeightAnchors akLeftakTopakRightCaptionΔιαγραφή αρχείωνTabOrderOnClick ControlChange TCheckBoxSynchronizeSelectedOnlyCheckLeft Top\WidthHeightAnchors akLeftakTopakRightCaption&Μόνο επιλογή αρχείωνTabOrderOnClick ControlChange TCheckBoxSynchronizeExistingOnlyCheckLeft TopDWidthHeightAnchors akLeftakTopakRightCaption(Υπάρχοντα αρχεία μόνοTabOrderOnClick ControlChange TCheckBoxSynchronizePreviewChangesCheckLeft Top,WidthHeightAnchors akLeftakTopakRightCaptionΕμφάνιση αλλαγώνTabOrderOnClick ControlChangeTButtonTransferSettingsButtonLeftTopWidthHeightAnchors akLeftakBottomCaption!Μεταφορά επιλογώνTabOrderOnClickTransferSettingsButtonClickOnDropDownClick#TransferSettingsButtonDropDownClick TGroupBoxDirectionGroupLeftTopWidthHeight1Anchors akLeftakTopakRightCaptionBΔιεύθυνση απομακρυσμένου καταλόγουTabOrder TRadioButtonSynchronizeBothButtonLeft TopWidthHeightCaptionΚαι τα δύοChecked TabOrderTabStop OnClick ControlChange TRadioButtonSynchronizeRemoteButtonLeftTopWidthHeightCaption TabOrderOnClick ControlChange TRadioButtonSynchronizeLocalButtonLeft0TopWidthHeightCaptionTabOrderOnClick ControlChange TGroupBoxCompareCriterionsGroupLeftTopWidthHeightyAnchors akLeftakTopakRightCaption'Κριτήρια συσχετισμούTabOrder DesignSizey TCheckBoxSynchronizeByTimeCheckLeft TopWidthHeightAnchors akLeftakTopakRightCaption%Χρόνος τροποποίησηςTabOrderOnClick ControlChange TCheckBoxSynchronizeBySizeCheckLeft Top,WidthHeightAnchors akLeftakTopakRightCaptionΜέγεθος αρχείουTabOrderOnClick ControlChange TCheckBoxSynchronizeCaseSensitiveCheckLeft Top\WidthHeightAnchors akLeftakTopakRightCaptionC&ase sensitiveTabOrderOnClick ControlChange TCheckBoxSynchronizeByChecksumCheckLeft TopDWidthHeightAnchors akLeftakTopakRightCaption C&hecksumTabOrderOnClick ControlChange TCheckBoxSaveSettingsCheckLeftTopmWidthHeightAnchors akLeftakTopakRightCaption\Χρησιμοποίηση τις ίδιες επιλογές την επόμενη φοράTabOrder TGroupBoxCopyParamGroupLeftTopWidthHeight2Anchors akLeftakTopakRightCaption%Ρυθμίσεις μεταφοράςTabOrderOnClickCopyParamGroupClickOnContextPopupCopyParamGroupContextPopup DesignSize2TLabelCopyParamLabelLeftTopWidthHeightAnchors akLeftakTopakRightakBottomAutoSizeCaptionCopyParamLabel ShowAccelCharWordWrap OnClickCopyParamGroupClickTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionTabOrder OnClickHelpButtonClick TGroupBox ModeGroupLeftTopWidthHeight1Anchors akLeftakTopakRightCaption TabOrder TRadioButtonSynchronizeFilesButtonLeft TopWidthHeightCaption'Συγχρονισμός αρχείωνTabOrderOnClick ControlChange TRadioButtonMirrorFilesButtonLeftTopWidthHeightCaption!Αντίγραφα αρχείωνTabOrderOnClick ControlChange TRadioButtonSynchronizeTimestampsButtonLeft0TopWidthHeightCaption1Συγχρονισμός αποτυπωμάτωνTabOrderOnClick ControlChange TPopupMenuOkMenuLeftTop TMenuItemStart1Caption&StartDefault OnClick Start1Click TMenuItemStartInNewWindowItemCaptionStart in &New WindowOnClickStartInNewWindowItemClickTPF0TGenerateUrlDialogGenerateUrlDialogLeftqTopHelpType htKeyword HelpKeywordui_generateurl BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionGenerate URL X ClientHeightR ClientWidthColor clBtnFaceConstraints.MinHeight,Constraints.MinWidth ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSizeR PixelsPerInch` TextHeight TPageControlOptionsPageControlLeftTopWidthHeighto ActivePageUrlSheetAnchors akLeftakTopakRightTabOrderOnChange ControlChange TTabSheetUrlSheetCaptionURL TCheckBox UserNameCheckTagLeft TopWidthHeightCaption &User nameTabOrderOnClick ControlChange TCheckBox HostKeyCheckTagLeftTopWidthHeightCaption SSH &host KeyTabOrderOnClick ControlChange TCheckBoxWinSCPSpecificCheckTagLeftTopWidthHeightCaption&WinSCP-specificTabOrderOnClick ControlChange TCheckBoxSaveExtensionCheckTag LeftTop6WidthHeightCaption&Save extensionTabOrderOnClick ControlChange TCheckBoxRemoteDirectoryCheckTagLeft Top6WidthHeightCaptionInitial &directoryTabOrderOnClick ControlChange TCheckBox PasswordCheckTagLeft TopWidthHeightHelpType htKeywordCaption &PasswordTabOrderOnClick ControlChange TCheckBoxRawSettingsCheckTag@Left7TopWidthHeightCaption&Advanced settingsTabOrderOnClick ControlChange TTabSheet ScriptSheetCaptionScript ImageIndexTLabelLabel2Left TopWidth&Height Caption&Format: FocusControlScriptFormatComboTLabelScriptDescriptionLabelLeft Top WidthHeight*AutoSizeCaptionScriptDescriptionLabel ShowAccelCharWordWrap TComboBoxScriptFormatComboLeftpTopWidthyHeightStylecsDropDownListTabOrderOnChange ControlChange Items.Strings Script file Batch file Command-linePowerShell script TTabSheet AssemblySheetCaption.NET assembly code ImageIndexTLabelLabel1Left TopWidth3Height Caption &Language: FocusControlAssemblyLanguageComboTLabelAssemblyDescriptionLabelLeft Top WidthHeight*AutoSizeCaptionAssemblyDescriptionLabel ShowAccelCharWordWrap TComboBoxAssemblyLanguageComboLeftpTopWidthyHeightStylecsDropDownListTabOrderOnChange ControlChange Items.StringsC#VB.NET PowerShell TGroupBox ResultGroupLeftTopzWidthHeightAnchors akLeftakTopakRightakBottomCaptionResultXTabOrder DesignSizeTMemo ResultMemoLeftTopWidthHeightAnchors akLeftakTopakRightakBottom BevelInnerbvNone BevelOuterbvNone BorderStylebsNoneTabOrderTButton CancelBtnLeft>Top1WidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTButton HelpButtonLeftTop1WidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTButtonClipboardButtonLeftTop1WidthHeightAnchors akLeftakBottomCaption*Αντιγραφή στο πρόχειροTabOrderOnClickClipboardButtonClickTPF0TImportSessionsDialogImportSessionsDialogLeftjTopHelpType htKeyword HelpKeyword ui_import BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Import sitesX ClientHeight ClientWidthwColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSizew PixelsPerInch` TextHeight TLabelLabelLeftTop Width=Height CaptionΕισαγωγή από: FocusControlSourceComboBoxTButtonOKButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrder TListViewSessionListView2LeftTop'WidthiHeightAnchors akLeftakTopakRightakBottom Checkboxes ColumnsWidth ColumnClickDoubleBuffered HideSelectionReadOnly ParentDoubleBufferedParentShowHintShowColumnHeadersShowHint TabOrder ViewStylevsReport OnInfoTipSessionListView2InfoTipOnKeyUpSessionListView2KeyUp OnMouseDownSessionListView2MouseDownTButtonCheckAllButtonLeftTopWidthqHeightAnchors akLeftakBottomCaptionΑπο/επιλογή όλωνTabOrderOnClickCheckAllButtonClickTButton HelpButtonLeft&TopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClick TComboBoxSourceComboBoxLeftjTop WidthxHeightStylecsDropDownListTabOrderOnSelectSourceComboBoxSelect Items.StringsPuTTYKiTTY FileZillaOpenSSH known_hostsTPanel ErrorPanelLeft0Top\WidthHeighta BevelOuterbvNoneColorclWindowParentBackgroundTabOrderTLabel ErrorLabelLeftTopWidthHeightaAlignalClient AlignmenttaCenterCaption ErrorLabel ShowAccelCharLayouttlCenterWordWrap TButton PasteButtonLeftTopWidthKHeightCaption TabOrderOnClickPasteButtonClickTPF0TLicenseDialog LicenseDialogLeftTop ActiveControl CloseButton BorderIcons biSystemMenu BorderStylebsDialogCaption  ClientHeight@ ClientWidthColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter DesignSize@ PixelsPerInch` TextHeight TButton CloseButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionDefault ModalResultTabOrderTMemo LicenseMemoLeftTopWidthHeightAnchors akLeftakTopakRightColor clBtnFaceReadOnly ScrollBars ssVerticalTabOrder WantReturnsTPF0TLocationProfilesDialogLocationProfilesDialogLeftWTopHelpType htKeyword HelpKeywordui_locationprofile BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionΤοποθεσία προφίλ ClientHeight ClientWidth-Color clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSize- PixelsPerInch` TextHeight TLabelLocalDirectoryLabelLeft.TopWidthJHeight Caption!Τοπικός κατάλογος FocusControlLocalDirectoryEditTLabelRemoteDirectoryLabelLeft.Top8WidthWHeight Caption&Remote directory: FocusControlRemoteDirectoryEditTImageImageLeftTop Width Height AutoSize TButtonOKBtnLeft/TopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelBtnLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrder TPageControl PageControlLeftTophWidthHeight  ActivePageSessionProfilesSheetAnchors akLeftakTopakRightakBottomTabOrder TTabSheetSessionProfilesSheetTagCaption-Προφίλ τοποθεσίας του site DesignSize TTreeViewSessionProfilesViewTagLeft Top WidthHeightAnchors akLeftakTopakRightakBottomDoubleBuffered DragMode dmAutomatic HideSelectionImagesBookmarkImageListIndentParentDoubleBufferedTabOrderOnChangeProfilesViewChange OnCollapsedProfilesViewCollapsed OnDblClickProfilesViewDblClick OnDragDropProfilesViewDragDrop OnDragOverProfilesViewDragOverOnEditedProfilesViewEdited OnEditingProfilesViewEditing OnEndDragProfilesViewEndDrag OnExpandedProfilesViewExpandedOnGetImageIndexProfilesViewGetImageIndexOnGetSelectedIndexProfilesViewGetSelectedIndex OnKeyDownProfilesViewKeyDown OnStartDragProfilesViewStartDragItems.NodeData  1"11 2 3 4"41 5TButtonAddSessionBookmarkButtonTagLeftTop WidthSHeightAnchors akTopakRightCaptionΠροσθήκη...TabOrderOnClickAddBookmarkButtonClickTButtonRemoveSessionBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionTabOrderOnClickRemoveBookmarkButtonClickTButtonDownSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClickTButtonUpSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClickTButtonRenameSessionBookmarkButtonTagLeftTopIWidthSHeightAnchors akTopakRightCaption TabOrderOnClickRenameBookmarkButtonClickTButtonSessionBookmarkMoveToButtonTagLeftTopiWidthSHeightAnchors akTopakRightCaptionΜετακίνησε στο...TabOrderOnClickBookmarkMoveToButtonClick TTabSheetSharedProfilesSheetTagCaption7Μοιράσου το προφίλ τοποθεσίας ImageIndex DesignSize TTreeViewSharedProfilesViewTagLeft Top WidthHeightAnchors akLeftakTopakRightakBottomDoubleBuffered DragMode dmAutomatic HideSelectionImagesBookmarkImageListIndentParentDoubleBufferedTabOrderOnChangeProfilesViewChange OnCollapsedProfilesViewCollapsed OnDblClickProfilesViewDblClick OnDragDropProfilesViewDragDrop OnDragOverProfilesViewDragOverOnEditedProfilesViewEdited OnEditingProfilesViewEditing OnEndDragProfilesViewEndDrag OnExpandedProfilesViewExpandedOnGetImageIndexProfilesViewGetImageIndexOnGetSelectedIndexProfilesViewGetSelectedIndex OnKeyDownProfilesViewKeyDown OnStartDragProfilesViewStartDragItems.NodeData  1"11 2 3 4"41 5TButtonAddSharedBookmarkButtonTagLeftTop WidthSHeightAnchors akTopakRightCaptionΠρόσθεσε...TabOrderOnClickAddBookmarkButtonClickTButtonRemoveSharedBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionTabOrderOnClickRemoveBookmarkButtonClickTButtonRenameSharedBookmarkButtonTagLeftTopIWidthSHeightAnchors akTopakRightCaption TabOrderOnClickRenameBookmarkButtonClickTButtonSharedBookmarkMoveToButtonTagLeftTopiWidthSHeightAnchors akTopakRightCaptionΜετακίνησε στο...TabOrderOnClickBookmarkMoveToButtonClickTButtonUpSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClickTButtonDownSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClickTButtonShortCutSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akTopakRightCaption TabOrderOnClickShortCutBookmarkButtonClickTHistoryComboBoxLocalDirectoryEditLeft.TopWidthHeightAnchors akLeftakTopakRight DropDownCountTabOrderTextLocalDirectoryEditOnChangeDirectoryEditChangeSaveOn THistoryComboBoxRemoteDirectoryEditLeft.TopIWidthHeightAnchors akLeftakTopakRight DropDownCount MaxLengthTabOrderTextRemoteDirectoryEditOnChangeDirectoryEditChangeSaveOn TButtonLocalDirectoryBrowseButtonLeftTopWidthKHeightAnchors akTopakRightCaption TabOrderOnClickLocalDirectoryBrowseButtonClickTButton SwitchButtonLeftTopWidthaHeightAnchors akRightakBottomCaption  ModalResultTabOrderOnClickSwitchButtonClickTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClick TPngImageListBookmarkImageList PngImages BackgroundclWindowNameBookmark PngImage.Data 5PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp VuIDATxc?%N!Y& ?_ZO:'-& b}g@lŌwK2P0YΫDpF&%@yij<7n)~?db,(e{5{`>on38×CH fW.<`^l3% t?$36.CRj20230(V2 sX8`g`Une!ĀkKD0014X~{41]WJ5L ?j@X3H $#Q _C3 bЫ.OA$΃{aTYahyWn g(jCTR " Ci04#_3$@ m~oVH]gd vr?kb`%4 Dʭ}~"*jDV$q 8IENDB` BackgroundclWindowName,Opened bookmark folder-stored session folder PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp ZIDATxڭS9KQlVPW#*ZIBk Zoj^Qo&;Ƹ tͼ733V Tcq)p5;U%46=vI'CT?URqϿI[Q8GX*AN8Y۲BRW`+`j@\KZ,$y~:3`;p(iTF]kJГ8ȼ‡aS vDdj^x$liSϪISt{|֮<լqr )p7;KQ؞Z8jvCylai"==LQ[)Q^~@F_ &M? ZPIENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp tmIDATxc?%N!Y& ?_ZO:FŌwK2Pe=!ʀ_P?=r;1~ކfNqf.i \NyfKj$36oHX6ݮa`*{4fje91Z: L! hr4]WJ5LM3fuyd~$A (.z) 6 P "g8T35hNP j4 Q567Ԁ+32d~$:20ܒ { +fg}6e>MIENDB`Left`TopBitmap TPngImageListBookmarkImageList120HeightWidth PngImages BackgroundclWindowNameBookmark PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ^IDATx?lQ;ǣҴi'ibL8jbi\XL\1qҡqk&iR FZ*mE-(=q:.w>~w@(`)r'LRǽ/0$y[=)t?Y^l7vQ<86!_}E oI{oySz8٫SE')|L_]ݳvB*)HlZ1zPW xsOF46#,/ݧTlq*oU:he(ePQADvNi3>7r!JJ8˱ t)!j,;@\yޣ7@y,.10l 28lkqan8&xj<|-Ƴ VCyVsCsBK`9C41 k`>ծ=m1H 88 xrb:s84a(т.e4 v{Y} *=$(.~C魄~)Xwm B([Iއ'II]tW怤D HNm) DԆw:伲Ƽ'unAIENDB` BackgroundclWindowName,Opened bookmark folder-stored session folder PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp Q5IDATxMOARzFҘB?iL(SB9 :KV./F]:jՋ ֑cAS%q_?u`I igAE.'A ry <~oʼ[feF%UY7v8dvALԇF$&F'4#ݸ|L-l`|N~}*5 ~)E_0ތ_ΒV 9~nUq<2sOWGGxz-g gI.] ~ReI{a1DѶV ˫ҵv=ulL.lpPqr{IENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp 6LIDATxc?50.aY& d |u!C6@!!L Sܞl=Nywٝ_#@&qFi  Q_~ẽbY9 Ҍ,  pV[>Z%_8 M.>̥Nhk.Oho2x :a*v F/IDATxݕKOQg Bb@1Fa! ctDEQ_A.jtA4&ą iAXmiv:;a@\$=s 1KC`.bw"$cB`n\qˆ+D,STI+g/[;SPo#Db~٣R3J{&5 PK T$}8z pVHX If #lیy7v4[' wwF* /5d2RK9F Pw)ْRˀiЀ%o3.l#_I ) ,D<EǶрg\xK/D2&)@+C$sM_/dڗϓ jfmyqB% $ *" !9K Z%(i H|~hU>`[+Ò8ڢת?Di@ Q.YOS*!LLxA\ӪO7D:`OPOQ* Ef'l%Yq=/@xjd,ٲ bg* W40BUkb @N6D~˒G;AGMXA![HG?)xH`GU@0Z&$ ey}7C\3#IENDB` BackgroundclWindowName,Opened bookmark folder-stored session folder PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ,>IDATxkQƿWk$QLJDY1mƅP" "&U1\?Ѕ Q[ "R7)G ڔ6jZLdri2WBw93~9aD<%@u`(swKIm@Yi\aUs0/Xʓ1_&!G}r?RWv%Lz' ʝ0IENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data /PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp D IDATxݔOKAYvmڨL{i)=E"RJԃ$ŃA~<` '{(#=clf;!]ޝy~D~r?D]Z= )m T7m| }qIDATx]HQϝu\u3uE@--Q!"J~@!]Kzzz1 oC5W 9s==Acml7ԁQDE0ƽٞ8o8*9.]^TCQPL?˫CrEba%edW܏ZA'i,KB yV++asw 2@g9 3ekDݼWE_8VMJZV= 8 o[9fhmzT T2p#֛laL98OKS\0,cK@w=`A!.- #;81gy9 nDS}&Lݷr 1܃EsyIȵ[%6чG5;%x#aZP> 9\ks(ve!ͱ\xbtݤ!r(/ m(tsR]aF,I"D׻4D;d'%x*)L0/}Vzage|$GnBq63|:B)z/*hhX+O*ΉPRu8'PqBq,J#M!y\_ F0_H_#CbPn$aeMIRt13DNc/d1.&tBCAWFށ l0!3[4\N/FT"-&s?ךnnQMkˡ#X>?eSZ!~a6%EzBlf=!Bh .cɸb٪O"_Ru4dЯv;jpҍ:IENDB` BackgroundclWindowName,Opened bookmark folder-stored session folder PngImage.Data e PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp xBIDATxKLQk-}h( AFL ׂ;rJ#n LtEYR1BPvǙi;L;3ehH›L̝ AD(d#ҏ@ pWEfjgKus!?f  (H'OD ßnX.@Q=b25j4VZr(HTR+PT@Uª[<<"@2bh(ʛa@ъkX ER.,0-Ė@$]Vh/dZ). B;ll_, &?jPE@'F\ ~s"$oG_Z %+MY(D8FʆW)g1QG gIFڗ@JQ%uxr<ČCz ~?MFP WH^U!S{I҄3&~leʒJ6q,On?6@sϥ"N5d 3iOq0ȍ 1հX!?e{2vC7狡һ;5ͣQsz" 1dqra -E:NkiE NRyVD4 -8@^ [5x| LN62EgXW)/k-;[UqC{JI2<98N(>߭A6(-lZ/,?-(om|9Drs7a![FHɔIENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data lPNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IIDATxc?@Q:`P8^ r302aUv絔Xͳ`#(0:b-{4Q w?~b@@.`d?#TVg9[Y:T3pI{:#V,LL  b ?3ÿ?@s06ȁWIo vWG„{Z 5reBcdl{ /k^Єd  |h Hbr`YQ8,a(V{x`#(oEOte:?tf9<0Jj9 X]qa WbA  bQySw~$FlG! ð#(IuQ_8@zP&19& raO:` ;hsIENDB`Left`Top@Bitmap TPF0 TLoginDialog LoginDialogLeft_TopHelpType htKeyword HelpKeywordui_login BorderIcons biSystemMenu biMinimizebiHelpCaption ClientHeight ClientWidthiColor clBtnFaceConstraints.MinHeightConstraints.MinWidthX ParentFont KeyPreview OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow PixelsPerInch` TextHeight TPanel MainPanelLeftTopWidthiHeightAlignalRight BevelOuterbvNoneTabOrderTPanel ContentsPanelLeftTopWidthiHeightZAlignalClient BevelOuterbvNoneTabOrderVisible DesignSizeiZ TGroupBoxContentsGroupBoxLeftTop Width[HeightKAnchors akLeftakTopakBottomCaptionContentsGroupBoxTabOrder DesignSize[KTLabel ContentsLabelLeft TopWidthHeight Caption ShowAccelCharTEditContentsNameEditLeftBTopWidthHeightAnchors akLeftakTopakRightTabOrderTextContentsNameEditTMemo ContentsMemoLeft Top*WidthDHeightAnchors akLeftakTopakRightakBottom Lines.Strings ContentsMemoTabOrderTPanel SitePanelLeftTopWidthiHeightZAlignalClientAnchors akTopakRightakBottom BevelOuterbvNoneTabOrder DesignSizeiZ TGroupBox BasicGroupLeftTop Width[HeightAnchors akLeftakTopakRightCaption TabOrder DesignSize[TLabelLabel1Left TopHWidth7Height Caption3Όνομα κεντρικού υπολογιστή: FocusControl HostNameEditTLabelLabel2LeftTopHWidth?Height Anchors akTopakRightCaptionΑριθμός πόρτας: FocusControlPortNumberEditTLabel UserNameLabelLeft TopzWidth7Height CaptionΌνομα χρήστη: FocusControl UserNameEditTLabel PasswordLabelLeftTopzWidth2Height CaptionΚωδικός: FocusControl PasswordEditTLabelLabel22Left TopWidth>Height Caption$Πρωτόκολλο αρχείου: FocusControlTransferProtocolComboTLabel FtpsLabelLeftTopWidth7Height CaptionΚρυπτογράφηση: FocusControl FtpsComboTLabel WebDavsLabelLeftTopWidth7Height CaptionΚρυπτογράφηση: FocusControl WebDavsComboTPanel BasicS3PanelLeft TopWidthDHeightAnchors akLeftakTopakRight BevelOuterbvNoneTabOrder DesignSizeD TCheckBoxS3CredentialsEnvCheck3LeftTopWidthDHeightAnchors akLeftakTopakRightCaption"&Credentials from AWS environment:TabOrderOnClickS3CredentialsEnvCheck3Click TComboBoxS3ProfileComboLeftTopWidth|Height DropDownCountTabOrderTextS3ProfileComboOnChangeS3ProfileComboChangeTEditEncryptionViewLeftTop'WidthHeightTabOrderOnChangeTransferProtocolComboChangeTEditTransferProtocolViewLeft Top'WidthHeightTabOrderOnChangeTransferProtocolComboChangeTEdit HostNameEditLeft TopYWidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderText HostNameEditOnChange DataChangeOnExitHostNameEditExitTEdit UserNameEditLeft TopWidthHeight MaxLengthTabOrderText UserNameEditOnChange DataChange TPasswordEdit PasswordEditLeftTopWidthHeightAnchors akLeftakTopakRight MaxLengthdTabOrderText PasswordEditOnChange DataChange TUpDownEditPortNumberEditLeftTopYWidthRHeight AlignmenttaRightJustifyMaxValue@MinValue?Anchors akTopakRightTabOrderOnChangePortNumberEditChange TComboBoxTransferProtocolComboLeft Top'WidthHeightStylecsDropDownListTabOrderOnChangeTransferProtocolComboChange Items.StringsSFTPSCPFTPWebDAV Amazon S3 TComboBox FtpsComboLeftTop'WidthHeightStylecsDropDownListTabOrderOnChangeEncryptionComboChange Items.Strings%Χωρίς κρυπτογράφησηTLS/SSL Implicit encryptionXTLS/SSL Explicit encryptionX TComboBox WebDavsComboLeftTop'WidthHeightStylecsDropDownListTabOrderOnChangeEncryptionComboChange Items.StringsNo encryptionXTLS/SSL Implicit encryptionXTPanel BasicFtpPanelLeft TopWidthDHeightAnchors akLeftakTopakRight BevelOuterbvNoneTabOrder TCheckBoxAnonymousLoginCheckLeftTopWidthHeightCaptionΑνώνυμη είσοδοςTabOrderOnClickAnonymousLoginCheckClickTPanel BasicSshPanelLeft TopWidth[HeightAnchors akLeftakTopakRight BevelOuterbvNoneTabOrder TButtonAdvancedButtonLeftTopWidthbHeightActionSessionAdvancedActionAnchors akRightakBottomStyle bsSplitButtonTabOrderOnDropDownClickAdvancedButtonDropDownClickTButton SaveButtonLeft TopWidthbHeightActionSaveSessionActionAnchors akLeftakBottomStyle bsSplitButtonTabOrder OnDropDownClickSaveButtonDropDownClickTButtonEditCancelButtonLefttTopWidthRHeightActionEditCancelActionAnchors akLeftakBottomTabOrderOnDropDownClickSaveButtonDropDownClickTButton EditButtonLeft TopWidthbHeightActionEditSessionActionAnchors akLeftakBottomTabOrder OnDropDownClickSaveButtonDropDownClick TGroupBox NoteGroupLeftTopWidth[HeightAAnchors akLeftakTopakRightakBottomCaptionNoteTabOrder DesignSize[ATMemoNoteMemoLeftTopWidthMHeight)TabStopAnchors akLeftakTopakRightakBottom BevelInnerbvNone BevelOuterbvNone BorderStylebsNone Lines.StringsNoteMemo ScrollBars ssVerticalTabOrderTPanel ButtonPanelLeftTopZWidthiHeight)AlignalBottom BevelOuterbvNoneTabOrder OnMouseDownPanelMouseDown DesignSizei)TButton LoginButtonLeftKTop WidthbHeightAction LoginActionAnchors akRightakBottomDefault ImagesActionImageList ModalResultStyle bsSplitButtonTabOrderOnDropDownClickLoginButtonDropDownClickTButton CloseButtonLeftTop WidthRHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTButton HelpButtonLeft Top WidthRHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPanel SitesPanelLeftTopWidthHeightAlignalClient BevelOuterbvNoneTabOrder DesignSize TTreeView SessionTreeLeft Top WidthHeightRAnchors akLeftakTopakRightakBottomDoubleBuffered DragMode dmAutomatic HideSelectionImagesSessionImageListIndentParentDoubleBufferedParentShowHint RowSelect ShowHint ShowRootSortTypestBothTabOrderOnChangeSessionTreeChange OnChangingSessionTreeChanging OnCollapsedSessionTreeExpandedCollapsed OnCompareSessionTreeCompareOnContextPopupSessionTreeContextPopupOnCustomDrawItemSessionTreeCustomDrawItem OnDblClickSessionTreeDblClick OnDragDropSessionTreeDragDropOnEditedSessionTreeEdited OnEditingSessionTreeEditing OnEndDragSessionTreeEndDragOnExitSessionTreeExit OnExpandingSessionTreeExpanding OnExpandedSessionTreeExpandedCollapsed OnKeyDownSessionTreeKeyDown OnKeyPressSessionTreeKeyPress OnMouseDownSessionTreeMouseDown OnMouseMoveSessionTreeMouseMove OnStartDragSessionTreeStartDrag TStaticTextSitesIncrementalSearchLabelLeftTopJWidthHeightAnchors akLeftakRightakBottom BorderStyle sbsSingleCaptionSitesIncrementalSearchLabel ShowAccelCharTabOrderVisibleTButton ManageButtonLeftTopdWidthbHeightAnchors akRightakBottomCaption TabOrderOnClickManageButtonClickTButtonToolsMenuButtonLeft TopdWidthbHeightAnchors akLeftakBottomCaptionTabOrderOnClickToolsMenuButtonClickTPanelShowAgainPanelLeftTopWidthiHeightAlignalBottom BevelOuterbvNoneTabOrder OnMouseDownPanelMouseDown TCheckBoxShowAgainCheckLeft TopWidthHeightCaptionA&Show Login dialog on startup and when the last session is closedChecked State cbCheckedTabOrderOnClickShowAgainCheckClick TActionList ActionListImagesActionImageListOnUpdateActionListUpdateLeft,TopTActionEditSessionActionCategorySessionsCaption  OnExecuteEditSessionActionExecuteTActionSaveAsSessionActionCategorySessionsCaptionΑποθήκευση ως...ShortCutA OnExecuteSaveAsSessionActionExecuteTActionSaveSessionActionCategorySessionsCaption OnExecuteSaveSessionActionExecuteTActionDeleteSessionActionCategorySessionsCaption ImageIndex OnExecuteDeleteSessionActionExecuteTActionImportSessionsActionCategorySessionsCaptionΕισαγωγή sites... OnExecuteImportSessionsActionExecuteTAction LoginActionCategorySessionCaption ImageIndex OnExecuteLoginActionExecuteTAction AboutActionCategoryOtherCaption OnExecuteAboutActionExecuteTAction CleanUpActionCategoryOtherCaption  OnExecuteCleanUpActionExecuteTActionResetNewSessionActionCategorySessionsCaption OnExecuteResetNewSessionActionExecuteTActionSetDefaultSessionActionCategorySessionsCaption1Θέσε τις αρχικές ρυθμίσεις OnExecuteSetDefaultSessionActionExecuteTActionDesktopIconActionCategorySessionsCaption OnExecuteDesktopIconActionExecuteTActionSendToHookActionCategorySessionsCaptionExplorer's 'Send To' Shortcut OnExecuteSendToHookActionExecuteTActionCheckForUpdatesActionTagCategoryOtherCaption*Ελεγξε για ενημερώσεις ImageIndex? OnExecuteCheckForUpdatesActionExecuteTActionRenameSessionActionCategorySessionsCaption  ImageIndex OnExecuteRenameSessionActionExecuteTActionNewSessionFolderActionCategorySessionsCaptionΝέος κατάλογος ImageIndex OnExecuteNewSessionFolderActionExecuteTActionRunPageantActionCategoryOtherCaption Run &Pageant OnExecuteRunPageantActionExecuteTActionRunPuttygenActionCategoryOtherCaption Run PuTTY&gen OnExecuteRunPuttygenActionExecuteTAction ImportActionCategoryOtherCaption4Εισαγωγή/επανφορά ρυθμίσεων OnExecuteImportActionExecuteTAction ExportActionCategoryOtherCaption4Εξεγωγή/αντίγραφο ρυθμίσεων OnExecuteExportActionExecuteTActionPreferencesActionCategoryOtherCaption  OnExecutePreferencesActionExecuteTActionEditCancelActionCategorySessionCaption OnExecuteEditCancelActionExecuteTActionSessionAdvancedActionCategorySessionCaptionΠροώθησε... OnExecuteSessionAdvancedActionExecuteTActionPreferencesLoggingActionCategoryOtherCaptionΕισαγωγή... OnExecutePreferencesLoggingActionExecuteTActionCloneToNewSiteActionCategorySessionCaption&Κλωνοποίησe το νέο site OnExecuteCloneToNewSiteActionExecuteTAction PuttyActionCategorySessionCaptionΆνοιξε στο PuTTY ImageIndexSecondaryShortCuts.Strings Shift+Ctrl+PShortCutP@ OnExecutePuttyActionExecuteTActionPasteUrlActionCategorySessionsCaptionPaste Session &URLShortCutV@ OnExecutePasteUrlActionExecuteTActionGenerateUrlAction2CategorySessionsCaption&Generate Session URL/Code... OnExecuteGenerateUrlAction2ExecuteTActionCopyParamRuleActionCategorySessionsCaptionTransfer Settings &Rule... OnExecuteCopyParamRuleActionExecuteTActionSearchSiteNameStartOnlyActionCategoryOtherCaption&Beginning of Site Name Only OnExecute$SearchSiteNameStartOnlyActionExecuteTActionSearchSiteNameActionCategoryOtherCaption&Any Part of Site Name OnExecuteSearchSiteNameActionExecuteTActionSearchSiteActionCategoryOtherCaptionAll &Major Site Fields OnExecuteSearchSiteActionExecuteTActionSessionRawActionCategorySessionCaptionEdit &Raw Settings... OnExecuteSessionAdvancedActionExecute TPopupMenuToolsPopupMenuLeftTopM TMenuItemImport1ActionImportSessionsAction TMenuItemN3Caption- TMenuItemImportConfiguration1Action ImportAction TMenuItemExportConfiguration1Action ExportAction TMenuItemCleanup1Action CleanUpAction TMenuItemN2Caption- TMenuItemPageant1ActionRunPageantAction TMenuItem Puttygen1ActionRunPuttygenAction TMenuItemN1Caption- TMenuItemCheckForUpdates1ActionCheckForUpdatesAction TMenuItemN4Caption- TMenuItem Preferences1ActionPreferencesAction TMenuItemAbout1Action AboutAction TPngImageListSessionImageList PngImages BackgroundclWhiteNameUnused PngImage.Data bPNG  IHDRh6tRNS/IDATxc8aTE/UY"IENDB` BackgroundclWindowNameSite PngImage.Data kPNG  IHDRa pHYs+iTXtXML:com.adobe.xmp rTbHIDATxc?%d@)/+? (| BŔp:{&?01 3L`[0ÿ4093 hl- 1,3a@mCx5]t۵ KAPYKT|}ʥ V|֮\0.x^a ׮D[PcQ͉ [7E]߿"?hj p&yFj"Xj-;޾󅄅t#Q{ca;nnŹ?@yؕIENDB` BackgroundclWindowName,Opened bookmark folder-stored session folder PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp ZIDATxڭS9KQlVPW#*ZIBk Zoj^Qo&;Ƹ tͼ733V Tcq)p5;U%46=vI'CT?URqϿI[Q8GX*AN8Y۲BRW`+`j@\KZ,$y~:3`;p(iTF]kJГ8ȼ‡aS vDdj^x$liSϪISt{|֮<լqr )p7;KQ؞Z8jvCylai"==LQ[)Q^~@F_ &M? ZPIENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp tmIDATxc?%N!Y& ?_ZO:FŌwK2Pe=!ʀ_P?=r;1~ކfNqf.i \NyfKj$36oHX6ݮa`*{4fje91Z: L! hr4]WJ5LM3fuyd~$A (.z) 6 P "g8T35hNP j4 Q567Ԁ+32d~$:20ܒ { +fg}6e>MIENDB` BackgroundclWindowName Workspace PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp XSIDATxc?%Q-L`T[{2͜ۋ,[nUYpd$D3~vMACAJJ4ëoyqa!A~9 lm&\H`>"j[^1|lcr&n.e HAzREq- v\P"åU,h&+!=J),PHivBIENDB` BackgroundclWindowNameWorkspace closed (unused) PngImage.Data bPNG  IHDRh6tRNS/IDATxc8aTE/UY"IENDB` BackgroundclWindowNameOpen new session PngImage.Data -PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp  IDATxc?###!0s1|~A^Vw >~JOY6.x /p. 0 3p+%3`0 $ ߨ|ۓlXO+)!80 _ܶQn ͇!IDATxc?%d@)/+? (| BŔp:{&//- ֌S&0 h_]YB)9 sfLA񿾶h3̙0sc ħ0,Y0a@eM gXt!€Ҋݝ-DͰvR%{;6?(aڕr JOC~ [7EAN8[߫[7 `ddjӌ<#5C, `5``wo߂B`:ǃ(ܽ氝[7b7@vt]IENDB`Left,TopBitmap TPopupMenuSaveDropDownMenuLeftTop TMenuItemSaveSessionMenuItemActionSaveSessionActionDefault TMenuItemSaveAsSessionMenuItemActionSaveAsSessionAction TMenuItemN7Caption- TMenuItem Setdefaults1ActionSetDefaultSessionAction TPopupMenuManageSitePopupMenuImagesActionImageListLeftTop TMenuItem Shellicon1CaptionSiteEnabledVisible TMenuItemSiteLoginMenuItemAction LoginActionDefault TMenuItem OpeninPuTTY2Action PuttyAction TMenuItemN10Caption- TMenuItemEdit1ActionEditSessionAction TMenuItemDelete1ActionDeleteSessionAction TMenuItemRename1ActionRenameSessionAction TMenuItemSiteClonetoNewSiteMenuItemActionCloneToNewSiteAction TMenuItemGenerateSessionURL1ActionGenerateUrlAction2 TMenuItemN5Caption- TMenuItem Setdefaults2ActionSetDefaultSessionAction TMenuItemN6Caption- TMenuItem Newfolder1ActionNewSessionFolderAction TMenuItem Shellicon2CaptionΕικόνα του SiteEnabledVisible TMenuItem DesktopIcon2ActionDesktopIconAction TMenuItemExplorersSendToShortcut2ActionSendToHookAction TMenuItemOptions1CaptionOptionsEnabledVisible TMenuItemIncrementalSearch1CaptionIncremental Search TMenuItemSearchSiteNameStartOnly1ActionSearchSiteNameStartOnlyAction RadioItem TMenuItemSearchSiteName1ActionSearchSiteNameAction RadioItem TMenuItem SearchSite1ActionSearchSiteAction RadioItem TPopupMenuManageFolderPopupMenuImagesActionImageListLeftTopM TMenuItem MenuItem1CaptionEnabledVisible TMenuItemLogin5Action LoginActionDefault TMenuItem OpeninPuTTY4Action PuttyAction TMenuItemN11Caption- TMenuItem MenuItem3ActionDeleteSessionAction TMenuItem MenuItem4ActionRenameSessionAction TMenuItem MenuItem5Caption- TMenuItem MenuItem6ActionNewSessionFolderAction TMenuItem MenuItem7CaptionΕικόνα φακέλουEnabledVisible TMenuItem MenuItem8ActionDesktopIconAction TMenuItemOptions3CaptionOptionsEnabledVisible TMenuItemIncrementalSearch3CaptionIncremental Search TMenuItemBeginningofSiteNameOnly2ActionSearchSiteNameStartOnlyAction RadioItem TMenuItemAnyPartofSiteName2ActionSearchSiteNameAction RadioItem TMenuItemAllMajorSiteFields2ActionSearchSiteAction RadioItem TPopupMenuManageNewSitePopupMenuImagesActionImageListLeftTop TMenuItem MenuItem12Caption Νέο SiteEnabledVisible TMenuItemLogin2Action LoginActionDefault TMenuItem OpeninPuTTY3Action PuttyAction TMenuItemN8Caption- TMenuItem MenuItem13ActionSaveAsSessionAction TMenuItemReset1ActionResetNewSessionAction TMenuItemPaste1ActionPasteUrlAction TMenuItemGenerateSessionURL2ActionGenerateUrlAction2 TMenuItem MenuItem21Caption- TMenuItem MenuItem22ActionSetDefaultSessionAction TMenuItem MenuItem16Caption- TMenuItem MenuItem17ActionNewSessionFolderAction TMenuItemOptions2CaptionOptionsEnabledVisible TMenuItemIncrementalSearch2CaptionIncremental Search TMenuItemBeginningofSiteNameOnly1ActionSearchSiteNameStartOnlyAction RadioItem TMenuItemAnyPartofSiteName1ActionSearchSiteNameAction RadioItem TMenuItemAllMajorSiteFields1ActionSearchSiteAction RadioItem TPopupMenuManageWorkspacePopupMenuImagesActionImageListLeftTop TMenuItem MenuItem2CaptionΧώρος εργασίαςEnabledVisible TMenuItemLogin3Action LoginActionDefault TMenuItemN9Caption- TMenuItem MenuItem10ActionDeleteSessionAction TMenuItem MenuItem11ActionRenameSessionAction TMenuItem MenuItem18Caption(Εικόνα χώρου εργασίαςEnabledVisible TMenuItem MenuItem19ActionDesktopIconAction TMenuItemOptions4CaptionOptionsEnabledVisible TMenuItemIncrementalSearch4CaptionIncremental Search TMenuItemBeginningofSiteNameOnly3ActionSearchSiteNameStartOnlyAction RadioItem TMenuItemAnyPartofSiteName3ActionSearchSiteNameAction RadioItem TMenuItemAllMajorSiteFields3ActionSearchSiteAction RadioItem TPopupMenuSessionAdvancedPopupMenuLeftTop TMenuItemSession1CaptionEnabledVisible TMenuItem MenuItem9ActionSessionAdvancedActionDefault TMenuItemEditRawSettings1ActionSessionRawAction TMenuItemTransferSettingsRule1ActionCopyParamRuleAction TMenuItem MenuItem14Caption%Γενικές προτιμήσειςEnabledVisible TMenuItemPreferencesLoggingAction1ActionPreferencesLoggingAction TPngImageListActionImageList PngImages BackgroundclWindowNameLogin PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp IDATxڥ/AUzs Q., qt(&"8xUMۭnI3K(H$H3kdu`&f6h I,]j}I b@8iJH<~ * Ӥs#V=S_a wu ^ ^ܿ`_vmc) WiY_8 т <2-(fj5I v5}˭ $<@zfoˀ6"P~;itZK7 `+U^Еg>5ʛkqҡ]r. tG{*F+ $.D\5Y~|/mU"t)iejlf'w`%sZB trIENDB` BackgroundclWindowNameOpen current session in PuTTY PngImage.Data VPNG  IHDRa pHYs+iTXtXML:com.adobe.xmp 3IDATxڅ_HSQǿgӭY$bO^"!P4ПVX-H2cAb2 RQ䋤"v=sVʽtǹ~~ /kV F){[T~%f[!6iv'vV={\{MSO` b 'XC@4]nzh)MO \B >S5>2g`eNٞf//?Cp,Սa_m  ӽԌ`_T=adXe, 5AۢsjRd.b]tc@ͺ:?reɇ\@q Mfu9*7"ŠZΌ62{xZ"JjIENDB` BackgroundclWindowNameRename 2 PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp wemIDATxcd IS'ݏ>d2\Gߏd ,f=xZDŽL~g7=I2qLRW ={_h/|?b#__~pDx蔟9ln/ĉ21ogڎ>7oh`Gks\ eL~Ndsy^,8m4 sgRZO&Տ ~cc0 3- 63dd?QE~y ;/;e8Q5K ;#"Lpbo_>28g ` Hp A۽ cOy/IENDB` BackgroundclWindowName Delete file PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp ^yIDATxڭK@_ڦźU:n. ANF\;MEmM]V 7}>;`RM~f>̕vFNjetU* %}-#*p:@Uo PM@!s>:F& cՊmIEQu^WT$HZͮq7׮ D @b|=,~>2j`C+g ^ ;v_2RbMCDq|b^1r` vf̵BFO(;<~%H %ǧ&`e+ KJm+EAI,p]:YWy+K|6IENDB` BackgroundclWindowNameCreate directory PngImage.Data 6PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp jHIDATxڕOhAƿצhd"ؠ V0BS -(֐ă@"JUPRA+VhSJk$v7;tlk%>c7%1޻P\/XFDB}Oj@p{.Ț\4 _>?_;m0$"RhRQ[_OY:1gK"v۳{H&F)%%Q>^`%\؏$l_' 2cPaMF8+Al A}ˁ0 L]L^{@젠k".”юǎёgPU#J 'm|G4i`:;jI4C_cn^$DC23ȁ>pJNv{ "d ԘUp]TkDmF?svhwRuB@ G8^ GpXٳ'ݙM1EI N-u ]~9IENDB` BackgroundclWindowNameOpen Workspace (reduced alpha) PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp WpTIDATxcd@ۯg \ddD6soo/ncV_{$0gԆI̹̐W0Ɂž>kCVz2#R(Np_Ai3c#QX 1梹 ~ERQ`Rŕ?v 11Ê`JV;3w10~Ȃ5|̂ lJ@!0k` FIDATxڍMHTQy32!Ҩȅ(8dl7A$Em#reFQ(Aٺ6~AhBrӠ>66JaM꼏7!/?qsʬB:)TRQ9Ou_0S[=;IL#K`j ,xÙxo.Y V-s}߁ƬI%_zT `ﳫnś1"Ӑji8 K<o`QT;pnYtʀH߫k1Nk>׎쟀 Gl 5J hۡeJ>Eg/آԬSQ7Qm ?t;mL5@mhV` ~ rLSc5ϜoImw|ڴ*ieS3=eyc{YDKjEez]k)874C6{ay 2lA ?UHe8.Z][=̼o ұ2H/IENDB`Left)TopBitmap TPopupMenuLoginDropDownMenuImagesActionImageListLeftTopM TMenuItemLogin1Action LoginActionDefault TMenuItem OpeninPuTTY1Action PuttyAction TPngImageListSessionImageList120HeightWidth PngImages BackgroundclWindowNameUnused PngImage.Data vPNG  IHDRZsRGB pHYsodIDATxc?qTQͣV3O;ه >IENDB` BackgroundclWindowNameSite PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp uYIDATxc?5#SO@/PLCő_T)zvM͟A982ϕ ӧL`[ _ AV}u!ìt!^3̝5 a`ck.!^%`E1,;a`]S-a!n70,Y0a`u]Α7r9a+osԀuhܚj"5w8`տ\oOgXr);ȈT kV +*!V^ƴdW# /FhY/l" ;YöMfd:@yU7wlݠ7g1sxqS!j-;{..$, gx0e .@ ܹu#n n tpRIENDB` BackgroundclWindowName,Opened bookmark folder-stored session folder PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp Q5IDATxMOARzFҘB?iL(SB9 :KV./F]:jՋ ֑cAS%q_?u`I igAE.'A ry <~oʼ[feF%UY7v8dvALԇF$&F'4#ݸ|L-l`|N~}*5 ~)E_0ތ_ΒV 9~nUq<2sOWGGxz-g gI.] ~ReI{a1DѶV ˫ҵv=ulL.lpPqr{IENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp 6LIDATxc?50.aY& d |u!C6@!!L Sܞl=Nywٝ_#@&qFi  Q_~ẽbY9 Ҍ,  pV[>Z%_8 M.>̥Nhk.Oho2x :a*v IDATxc?5T5Q{u2u 6soo/n@H L̴$ Ϛ@H L[v,`ACp_4A0f  e|ށ{44qy@{w`5qf ./#H_/KJKTL x)qyXT1 ^bS@Md6IENDB` BackgroundclWindowNameWorkspace closed (unused) PngImage.Data vPNG  IHDRZsRGB pHYsodIDATxc?qTQͣV3O;ه >IENDB` BackgroundclWindowNameOpen new session PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp IDATxڭmHSQeiP2C!#|) z5cYaYaK*  з0me)A^4́XR9w9nmS1<<}^s88bV]C&B+,|gSJ׋&TB%p_G:bJk7nu 񈉌p֒9j-W7N/+*o>Q{4mfd7>6 $^;ZWT2ST$Cα,']7<1bš Z,-:v+2o_F6<["%ld6H%WXgRorEB!x5?Hm+*#KXWR߆#dS㕘)?&^#͸ua ^O%ybۙ߉Clp_lL-#^c)aNi~_N6X;7H(=3,]rF%JlmAނϒ_SLCCe;}sEw,2 \ʵ2IENDB` BackgroundclWindowName Open new session closed (unused) PngImage.Data vPNG  IHDRZsRGB pHYsodIDATxc?qTQͣV3O;ه >IENDB` BackgroundclWindowNameSite color mask PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ˞rIDATxڭJAW^n9)Ȑ$IV-L45MQ3K%iߵŰ7L?3g0v!HLAlZB=vS0Klբވҩ`(u\-lzP\5npv~ qs-*3 t8A:.t Uitvt@T&!-6D~nP@7' 4Ynqr8*]3`B2 C32UrBkdF~8-uz CAm^JKAs2sɍ_%X|PZ2 `.P* >vF/8IENDB`LeftTopBitmap TPngImageListActionImageList120HeightWidth PngImages BackgroundclWindowNameLogin PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp +KuIDATxڭORaA$h-j Q[fu*/RֵռesFVʹF[4/"  }y{ bb. 1b3Bl&Ba_OxY,(2Ϥb)@{JFlKZ )6ザ saoɅr8&oߓKԳM=ܐ5ZV}9;^" kSj9m+X28mexQGJ^ Ɩ\bDcލ~@$V&"-uN>y7ۍ;RjƆo4Xì:놿[ -]t Ίs0^Õa\ 8m0 Vq`-+ Ƴ qˤǚ8B9vU]?ȓH%?ik }v$( K,07֠ mPt 8#c('54"Z7_6,#)M03wҨӊ,{(00'5) `*Bh|ݕEf& 9@`7S `[ v+}EIENDB` BackgroundclWindowNameOpen current session in PuTTY PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp IDATxڕmHSQgcKjf!1!`,D"bFI%$*,X4C2H􃐥iH ! LS$%Yr:wӵ9w Ͻsy(\K$ .o QVܡS3!%OHkOKo"v%!FXr}д7*䬀LߡVk R[p})- {2ۗ-Ѕ4s%6O묊䉇k&3}vL1lV8lHGl@IWMt44,aPqZ|r-ց JjDiwz5Ay}Gϯ>>J(긛i dbu"~w3@mjt_Ā&Ԡ+D1v l #Xi|*fjȱWa뚑d),1r[lT!`hgtj Ifc^8mHTh %Qm?j8a@o_F٠s. "A R7RRZN_8X.OCe=)@R< ? 7IDATxc?###M 4EfŌr/??|f;e~tۖ}ߎd\ p)JMuWʾ߷ʶO?V%arU&^+NH'-@W6py!\m'[a~gX_nuYɌp3Ӓpa?ÿ `cVoe`CQ4@ 2 `ĔAY76@v퇻ned Xj B?BS}1a`W8]&2dMd`e›0 dHMZUIENDB` BackgroundclWindowName Delete file PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ZIDATxڵJ@PE)J| -/Z<kjU(zu)Է"bP463Φm u!~nD$:oo"aahF3>*׉0V- !C{Q O78w$V '"ǭS0ˣN ;amŏwPF :7U3L8,P0XKЫf1& k HwRa6 PNIDATxڭKA޹]%Ne "- CV0-I"0RT QI $*bBTm}W{s}x{_@{mmE'xͦ5Uvsٹ{=Vk ߷<6gA[kWFƝ9Cgfn l|l7y(T_g3B!yT$ s ^C1g(#|eeeTUV! =RPԮPP1//̘(3wRqx#چOVV,}&5P7oTP8+gkzv_(˧ohB>TjԬc}OMk4kzC!*Z\ǼLʆؼs@E5Pw059l(W.oq8>k``3 j :0@G`4H;=0R"S,kq6}\;\X>; `2, 5:7 NR{QY&~!%I 8_HVvL$6U{H M^ZtTy`27}M AĦntcX™8fôMc #ç90[Gl1IENDB` BackgroundclWindowNameOpen Workspace (reduced alpha) PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ^|jIDATxڭ[kQg$+*66IZm>y!^HQ듖XAwP*[1_4QQD}Q U4RI7gMs1Y80WF A`}n`,.;Sxl?<˭j]Y ̾lW ,Ɂ$,Ey9#c-,;C,>kz^7pAJ) ;jY.Ơݾ[^o SuElrxp3kwzEU_L%`@w~ɼB̪ yHTURo+ʀ4` :ZVZeE3H Cfnv/V. 6{D(r3.>qc[ v.E֬t|occ7F7Ht5:7W4->S1&%4x g?5€ɇim{f++1{f>-yŮ)L2;3R]5liqS&Ph,L*4W[W v"vIDATxڭOhA϶-Hlƨ'֠zQ[B=^գ" T`("^Z)7-[+bSiH}$Mޛٙ|cAD @qfR꥚,ƦmIR Z :TF(M

!PFH()f ]]&YTr! rC VXܤTs҈W<5p,U%o}1E}s؏) ۢD ]j}́O ?RC /[bϬ6]wMB] 2̿ ̼6I*ZՖ L>ހ_*ltgZٳ rA]pQ7lcڿɇM1uހmIR X]y5w :XO5ۑ_M|IENDB`LeftTopBitmap TPngImageListSessionImageList144HeightWidth PngImages BackgroundclWindowNameUnused PngImage.Data {PNG  IHDRosRGB pHYsod IDATxc?5A4jШA AAGѡPIENDB` BackgroundclWindowNameSite PngImage.Data bPNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp Z҆?IDATxc?-#,0?c@9M ){ P,P!P BP1?:?0su (tL-j `B Y L{_]0s$T :{ot B3 R$0󺾐aΌ)4wf?BG%T>a4tkGv=rX12,7 Ղ[\Ѽ$W"$9 KA6HRlT7g1,_<Ղ۝pz=rQͧ7g0\Ղ;b%"-S kV,ANXD6TN2_ՂXE. ֭B DLbزa # @CC P"ƽm2dؾy=9tqa wn٠b###r}(Gfj"^ ps`E(&Qn-;ENPX`|l ܽ`֍YG{wlDZQܙ~xIENDB` BackgroundclWindowName,Opened bookmark folder-stored session folder PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ,>IDATxkQƿWk$QLJDY1mƅP" "&U1\?Ѕ Q[ "R7)G ڔ6jZLdri2WBw93~9aD<%@u`(swKIm@Yi\aUs0/Xʓ1_&!G}r?RWv%Lz' ʝ0IENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data /PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp D IDATxݔOKAYvmڨL{i)=E"RJԃ$ŃA~<` '{(#=clf;!]ޝy~D~r?D]Z= )m T7m| ZO~5IDATxc?-#-0<|60joN[ TW]fE[1>d%ay Ī[pˎ,vA ·+=?oHZ hDxf=`>S-D "0 vݚ8ȷ_[08HJKS ;Rɥ)t(}Ok #Я҅IENDB` BackgroundclWindowNameWorkspace closed (unused) PngImage.Data {PNG  IHDRosRGB pHYsod IDATxc?5A4jШA AAGѡPIENDB` BackgroundclWindowNameOpen new session PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ggkIDATxڵiHTQhPDZ!Bs)MJ,[,ElLP((Lǥ&[ZTLˇiKY>w&˔.4 ^0ٌki? g||&S\{jws9Mj-"ZN:*b{zp:.b)j HF Ah3͞q^;Oæ)TK'54<)Iir*nѪ.DcQ? g3xIDATxڽ/Bq\sclLkkղ(RJ$*EP1MI&6 q<)-?~9s="_߀ ؂<|ʭn/򢿕GLZC8٤cCDo@@tm9[MLB H[2y?lonP1) )`w+Jc .@,Nq'zN&@X {q q1DHR`afEbHS@g`0at { }rDބK L*Aa>| Ac! C>`׃.ΒrJ&秺\!Y/3fpWÑq}+"q(l#Y/> :_F@{":* !Qu4|IENDB`LeftTopBitmap TPngImageListSessionImageList192Height Width PngImages BackgroundclWindowNameUnused PngImage.Data vPNG  IHDR  pHYsod(IDATx1 0_PAhΥ@ /_IENDB` BackgroundclWindowNameSite PngImage.Data  PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp .,IDATxmOA>!іBӠ &$j HT )`-"A?`[_?7^w`4߽tG@DGgBҶJeuO5hL;.‹\ QmL:f"y͇s|X5J 2p<^(6!^W9kXՁ{S(˹OBխx,ކ)ls& pcXS3sݤnՉjara3}z;\N7}rL>-k]Soq:3cR X帡3uw \),Zn7Mue VSq 0`r膅]3I M*wդLqs_͵4p?Nh7tE떟ȬR\X7w+n|n/-:N+ag>Q1W6\Ƈ_w7q^.k 02Bl)L_l)ƴV<Gv–ZUmGSv>;V9J-JA0]JGn-hxȴuVxJ`vȂu]ik#.C0\@g%b xBIDATxKLQk-}h( AFL ׂ;rJ#n LtEYR1BPvǙi;L;3ehH›L̝ AD(d#ҏ@ pWEfjgKus!?f  (H'OD ßnX.@Q=b25j4VZr(HTR+PT@Uª[<<"@2bh(ʛa@ъkX ER.,0-Ė@$]Vh/dZ). B;ll_, &?jPE@'F\ ~s"$oG_Z %+MY(D8FʆW)g1QG gIFڗ@JQ%uxr<ČCz ~?MFP WH^U!S{I҄3&~leʒJ6q,On?6@sϥ"N5d 3iOq0ȍ 1հX!?e{2vC7狡һ;5ͣQsz" 1dqra -E:NkiE NRyVD4 -8@^ [5x| LN62EgXW)/k-;[UqC{JI2<98N(>߭A6(-lZ/,?-(om|9Drs7a![FHɔIENDB` BackgroundclWindowName,Closed bookmark folder-stored session folder PngImage.Data lPNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IIDATxc?@Q:`P8^ r302aUv絔Xͳ`#(0:b-{4Q w?~b@@.`d?#TVg9[Y:T3pI{:#V,LL  b ?3ÿ?@s06ȁWIo vWG„{Z 5reBcdl{ /k^Єd  |h Hbr`YQ8,a(V{x`#(oEOte:?tf9<0Jj9 X]qa WbA  bQySw~$FlG! ð#(IuQ_8@zP&19& raO:` ;hsIENDB` BackgroundclWindowName Workspace PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp ѓlUIDATxc?@Q`t✕2#z{o .9Aڀ8.nB0}ּ^Xp@r u6̴A avv-;0vpH1:'E)"`zkΛထ !ထK/z#/ vnM## $O" IF7v(;` }|aUIENDB` BackgroundclWindowNameWorkspace closed (unused) PngImage.Data vPNG  IHDR  pHYsod(IDATx1 0_PAhΥ@ /_IENDB` BackgroundclWindowNameOpen new session PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp C;/.IDATx{LTGƿ} Z) P51iL[(%#Ii$P,!Z-%Hy(6-mڦTK*XuewJ0lfٙߜsBXV{z^/I;hYWT}awbX7055)c dl;aasۖI *#qlљ@>0& ;.j3x#DE@^@euJq@X?\]]K9nF Eޠp*43'm^_M oS-Aϭ[QWMNN~GZyQ >JL#X@\lds[_K_AicnI{"[s@7ߢtElAUE ;i w&zV#v_E;g1+ŵ4@VI" ]xK];A8f;wc̊ETBv.oPSUA%v±[1$n[MOPԐͿ7kcp7:w7Q{auG9@~ DÔ ,{keLNNT^~G[ ѱT߅dr,)k> x"IDATxQoPӟ`| um͉ cb6v@Wk!nBpnFs81gb$8|MڜsM_polݍ;;;~sksX.29 [/@>Le1"2V֠Pam4B1 3g<]RT`xho) (K&ťh YdxP*RĘTJ6(Zƒ%S1RfZe$Epve * Μvk % ]c]O;U De48hPrӽp$`}kʏ><M띵[)8nXK{oqM+>#rී.|nWaǙ&Fk\AKϻIENDB`LeftTopBitmap TPngImageListActionImageList144HeightWidth PngImages BackgroundclWindowNameLogin (reduced alpha) PngImage.Data ( PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp IDATxڵOAHRZ@Q(hp '߁P/Ah?%*L4-]EY* iݙ~M)apkBm0A.ż|_rJڴ.QτN2opڗ)h1 !'1X0ؕ=H?`jwZNE(fA$žuk &`?^,441\+6<(QSv{f',P;$D6%rhZodJ롋Jmp{"FUA|PR Oj`}ZdMc\O{UVB\1l^BMȁ,ezwO?GXr^P7fe,A '޼/R2S)ע}l?y\WUEQu`>PWv=@RIENDB` BackgroundclWindowNameOpen current session in PuTTY PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp 'j{IDATxڝilLQw,-QWD"DR'DH+(*V-Em k,K % Z[M̴-{oj̛ż͹{s= m A!]6vs-]%V.+?s4`w EhK+up:y];n; PXVS /}HHu2ffګ;h>q|#1.5`gGNQL; VOP6 8<n66?r ԅ,<@ 6S/?'6ѤTYJc@At\iM{}<2j`WrV0h ֎/gC&XO|s x T"T6,HA|,N8< ˄!Qp"J^>1z^7SB#aQ[7&8&R.Ɣp?NDc*0((`:uŵ#UjdsQH(߆JJ$Ft(-VVIāRyF|Z-]t>b-EA&re/fAJ|XQkOD/Fݰ֎ JpO OdJx,V8=fʯE^ls)Q:>e Uܼbz`yt3t⾽Ɖz?닊5V"Bs9 FubD@?p"҂6WU7x8`ʌY4@iip BIENDB` BackgroundclWindowNameRename 2 PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp BvIDATxڵYhQ$6"P*FU|D4R}SQۀX|)!R"(}EZѪ)UĸŚ,q2C1meߙsP EQ"m=(Sh껉))[-6F BlKO=Y%A]5yh2;rZ!&"Ab@zQ gfK {3<_wy£ Ș>;|ߢ)Cr[[Zq4  7bqcw˜+| ،3+, cΣGȄ8!b-ba ѸXNb]\?As|1s@ݶ8<CfzkxOoрȦ M1g*U/ %pk> 8hZKr@,0H ?{R2@|(xֈ T徼v1s> Rs*gRhZO^@of>*+df tCeuѷ\];Z!?^, ^a1x>0_0!N,1-*yUӳS?JIENDB` BackgroundclWindowName Delete file PngImage.Data APNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp 'IDATxڽOO@(1$ {1 1&`J4(Gp {~B4$zvwx3m5ݦfF d*[ߜ~{╅7kJ;w?&'P[|kn(H4k.T J)s넸 |RIxOL}{Uw_\INbqg%C%7ޟz$#Y#'ΙEyH^v srz~fW t;y>ŠˑP/ duUh;^Jě{8ѫW LFpw 7᱓ɀ!p&L w;$K&9H6Gk%kWǔ$WhMѣj\QNzA%?ъyy hvs#*RJ17̲b xbqҋ:m'Ӄ,A'2PО>V_[Ҙ}ux^7-Tn.Ll*,ORe~~/e\pChIENDB` BackgroundclWindowNameCreate directory PngImage.Data l PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp *IIDATxڵo Qǿ3AVZDm[Ѩ[ RE{[lċDB4A4DDK qIфͪeJw۝9ݎM[Lw|?˙88zzc!94}gu+=>Xm1ݞmSSue™s?z&v8Zyb=MMWNWbk@l4;׽2оqdJMoƳx), 5x~ú5HJQ2IDCC!js?< 0$㓏Cs/DFFzĸ7 0Q{~ɚ3`̚ D? pL6kVT(t5(B|ؐU}+WdoARP1g_Zs1onZhmk/uTQz٦`$1zl]5* -gphbx XmIDATxڵMhATZbmXhŨm1mVJCQ 9 xSb<*z~U(j# b>7>gw&٤7;~wc02a ~bKj)~\Exqı']ƭ; zpT~ c;+Ԓ$H Y 䅲~k ,D>~ pYԃ;XA_)5@j+v]b?$(⛈jK"(3r*+5m|6Ae%{CRb~%3H@%pz4luf&9bj2_(/ ]?&T1`ԛyg/Uq6h;(j1'qgŤ1HvBUѼGdEXyԀųF4u?PԣNhEhN%e0{LS 49W{Tk*#|F!%Jt ܚ h)[M* 82a텤S X掃X5`l)> -X0;#y>ozuDuP^wYLkаOJ+#X ͻHdS>7' N75a;3&Ӗ <-sIENDB` BackgroundclWindowName"Open saved session (reduced alpha) PngImage.Data 7 PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp BIDATxڵKQk-i Xh ,?܈$ R$*BTZAۋ!Cd/tם{;3ٵ5hr;93rA:L[>rDYhc9ͭ Nhj@mX%/uòMo*NDq ¾;iڸ$R续VL ņ `륷?ϵ9u3xowSDDqwz&rpk~=a {|Z}<"@,%=#57 :8*hZ7/ x^ >W&L+ !6ӝY{ h&=Qo~m06ˏC-O0&00@)P!;ST1*E{6h$ɥ|gO~*σl/dmhK Y ` "'j<\A?`kAnC>qAdC\ƁKGڜ,teT6(D2"\wQ -5vQX`h@v?,#6zXNH'NX%i]߀?̷ƳIENDB`LeftTopBitmap TPngImageListActionImageList192Height Width PngImages BackgroundclWindowNameLogin (reduced alpha) PngImage.Data 1 PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp 6IDATx͗oAghbL-_|2w/Td jO&jSSǓ-WKIjjV >e.1bf} AA+ 1hB94 3.j,wVڑ"XIRC_knxo9v@: z;jh)e*׀3 8 * # W "`sD6\ q~,>jc nK'cWtnfPH xFƲzC듌<QhF[{ tO݂P?B@* I>FPOxc`CV, 1X񃢤m[OT 0Ai*EVcje$3F5"Gg[@!b:KE#EVǛ1HpP1&jLtR[ ~4 3V+# @q@$5 g=Bԓ3C~Q;#Rd (k]8@mfQ.ƎؙAʳԠx!%\XZ˺uc(#X{ED4])8ڢ'}'@h|dI գQ>3"s <]50?$Pz %qaGgz&mi B>-n/[`Z_i#Ŵlb_:t1ٸtn M_]LjW3t5k|5㤫Yr5kUi9_ u1IENDB` BackgroundclWindowNameOpen current session in PuTTY PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp 2IDATxڵWkLUfv݅V(m4XJb?|Rh[5E4 4RQZ*}Y @4Q۴Fc@hey/;ݧ,t7g{ι@x_8:4DEHmg$6@}Qr4O(/@-.O–PE9r`s3Ϩ#P[w\Hɔ2dqSAFO:U5Ki/(j=ߋ}XTuz[fOas=:@ZSI*D"A2AR:7b'("m/&"l 98»ŸfO Z#PZoD'PBgj "ّ9xUcV+)#`?W0D/,(NM%N?SjTGIJD-_ez:Cq;1'1,yA#|u  FZ00 8uȵ^IC#PQUtլvzr{FLb@t= ׁa $Y| ڤɮ!L_[ f1²Aޓk70#fVuAEyh"mG B¢hw"[ttIӮ(mD]K+hǐɠ[Ѕei'bxX&9fkmjYHX P)h:4Ffs`l6w`e ',J;IsQaʡ_=1e:/&,KSt,43.p^G/[fE1ߣl7@uW7κ Ifm }ڒνsWYa8}=%:BWX|P89J Uo LC|/Sk4^-;q 8#啠U-RQ6yVpd<^)ٶ%,__8:Ig`dōXye 큃g}U HWyoF^Dqwwa +@Xim @n{D֯"mdtƱh(,WU۹7%"=,#0QX9-j}ea1:/%L`h"""'-U uژG}!캯2.H@IX\Ox%LIENDB` BackgroundclWindowNameRename 2 PngImage.Data d PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp W<AIDATxŖ[HQ]g5 55+փw ɲ$#l! J+I**J=%XC J$I׊RlΙ9ӌe33g}B cY\%FYm"ϏMUdkc lm8D5L~mu5`ANQlo. 8C\ZfgO\?2uwd.Wa^l<D?H(=z0פg\K/'xT{K f4LM*=ETÉ=`$#!@$x H9-t.&u]Z& ] RKA2J+dCW}g zk#_G{k f]CBx!P+cW5hzo~(*;q^8,v UUUܻ @ Q`mϘS  `yIENDB` BackgroundclWindowName Delete file PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp \&3lIDATxj1o"-v׵σEzQP>Bw("TA>hֶ X I2vgJo0MNr 2 p(=!lA@~ԘYVW/n1 ;91H/-%PR+ 诜a8p$xe-1[pPF0(Mp?:mEp;"yCfCM\8\IU<| vmN] }/'ܖͩ'ܳy]Ix ۲lќ6'Qܾ7&mꟋ+Aܐ%rvS:c:p,~4H}f\5`p[=pPŹ?\}(U!ؙQ w%Hr2VGgI==*Px*xHX n"#pJYIENDB` BackgroundclWindowNameCreate directory PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp BrIDATxŖmL[Uǟ{Q',i 9&Dcbtl +2$VLf? 3dD35,1saXnX 2֒JKor<޾\n s<Ϲ@A|^1 _l~3<罢"s9A k;W ,,*66nb׮>K+swZ۳!&(Y3T-8l7:+m c \,=Rh *,Pp! + /`1 O눰O?Qnݬh4ŕTT*q"#  ò@Q80zs0l&qavahu}۬Ng"dXNCh  9GOb.+sĩ#؋X-kDI㝇_. aϝgl6|VRԔBm_?L۞k\rC(؋ClUʘ迬;vwb`C[΋+ IhM@k p  W 0_ Cbm<##´Yˁ"+̐@ E&/ \B<2·)j|±[`vJ2;; W-׋&1#s[QcH Sq:ڟ74UoW @g+a.l U!\8Ï̔3gP80[:1q~tHopq݆5CuO8ͯŻugz" ׼fѿ tVP-S^6(Ij˴VQZ DI;EIP~j]\_*F,Ť6/͜IPq $@c{RR2[(@Yߙ` J"p)4i *]>@A Tz*YTL :| O/O&l;߯CzM)R @n}(BGqi[Z{Y9e IENDB` BackgroundclWindowNameOpen Workspace (reduced alpha) PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp ;*IDATxՖ]LPOal| h d%F1ɢAo|Rj@AL4QEyPch0(N`plkcn]P`=Ims=@(̧A֫O%X Ho7,RBvVY9iph ppT}3?dW96@7pki)炾掔SP]9BkKx.D' %`.05wS t>O |}1l+gR`_sf4of(HD\)@;:\&@r(BE9@eigYN-0nB¦ wؙ:Hsہ,CO pH1@xd ~7(9tRFGF&(I= 0p0#ռݵ?ֹ,"rBS|4x]"%N݁M # `` = ȹ{!RF@HGU[^W;0f &i ֫HI@UULp`T !8,R9qJP":Sj}O 4@SDp FƇx:{tRF'P&&/;.;:4O@tRM-Jwn/sC@2hJZnE%G-uڭ1e?FK 4W-PmC) }KƮ+kV-GDVcN X|HW04n6'bBzDDFz%mXŘfX]R tCwRx1ƬM#? d/XIENDB` BackgroundclWindowName"Open saved session (reduced alpha) PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp -P_IDATxŗklUBT-]",AmKD%1bD| Z`T(e|0b4&]Ҕj-8c3;3|&www9sf!"0 R+C+f>}]9A걀~=Z2Qwi׬mFcCu7wKgdj"pٲ*7Vuho=0#n{צxYM(Av[U80;وL/}9[ҖŘut"(+yWV ZXWliHw? $'wXc\tYKޓGQ,Pp%@xLWIoM[ڳQU<Q,5;Gut>v2Ɗ5!-}2d OQ&:y#f7d)<߹[ 0ޥL0.܎W)0О !ە +.!j02,C)72&XC;C\}% gVȜD@2F]L*GO1$Ҩ KV'1tPB=bgzzbqdЎPzZ>I&)?`/WN`K7NDvØ4yt"F7=->`MF>tnj25G׳ 9=-ӹ42ĒSJFa}B?YHLf|+YJPp~G.Ks?ﰔf@W!4:Λεπτομέρειες|Προβολή λεπτομεριών ImageIndex TActionRemoteMoveToActionTagCategoryRemote Selected OperationCaptionΜετακίνησε στο... HelpKeywordtask_move_duplicate#moveHintΜετακίνησε|Μετακίνησε το απομακρυσμένο αρχείο(α) σε άλλο απομακρυσμένο κατάλογο ή σε άλλο όνομα ImageIndexdTActionCurrentDeleteFocusedActionTag CategoryFocused OperationCaption HelpKeyword task_deleteHintLΔιαγραφή|Διέγραψε το επιλεγμένο αρχείο(α) ImageIndexTActionCurrentPropertiesFocusedActionTag CategoryFocused OperationCaption  HelpKeywordtask_propertiesHintΙδιότητες|Προβολή/αλλαγή χαρακτηριστικών του επιλεγμένου αρχείου(ων) ImageIndexTActionCurrentCreateDirActionTagCategorySelected OperationCaption'Δημιουργία καταλόγου HelpKeywordtask_create_directoryHintXΔημιουργία καταλόγου|Δημιουργία νέου καταλόγου ImageIndexTActionCurrentDeleteActionTagCategorySelected OperationCaption HelpKeyword task_deleteHintLΔιαγραφή|Διέγραψε το επιλεγμένο αρχείο(α) ImageIndexTActionCurrentPropertiesActionTagCategorySelected OperationCaption  HelpKeywordtask_propertiesHintΙδιότητες|Προβολή/αλλαγή χαρακτηριστικών του επιλεγμένου αρχείου(ων) ImageIndexTActionRemoteBackActionTagCategoryRemote DirectoryCaption  HelpKeywordtask_navigate#special_commands ImageIndexShortCut%TActionRemoteForwardActionTagCategoryRemote DirectoryCaption HelpKeywordtask_navigate#special_commands ImageIndexShortCut'TActionCommandLinePanelActionTagCategoryViewCaptionΓραμμή εντολών HelpKeywordui_commander#command_lineHint=Προβολή/Απόκρυψη γραμμής εντολώνShortCutM`TActionRemoteParentDirActionTag CategoryRemote DirectoryCaption#Μητρικός κατάλογος HelpKeywordtask_navigate#special_commandsHint[Μητρικός κατάλογος|Πήγαινε στον μητρικό κατάλογο ImageIndex ShortCutTActionRemoteRootDirActionTag CategoryRemote DirectoryCaption!Ριζικός κατάλογος HelpKeywordtask_navigate#special_commandsHintWΡιζικός κατάλογος|Πήγαινε στον βασικό κατάλογο ImageIndex ShortCut@TActionRemoteHomeDirActionTagCategoryRemote DirectoryCaption!Βασικός κατάλογος HelpKeywordtask_navigate#special_commandsHintWΒασικός κατάλογος|Πήγαινε στον βασικό κατάλογο ImageIndexTActionRemoteRefreshActionTagCategoryRemote DirectoryCaptionHintMΑνανέωση|Ανανέωση περιεχομένων καταλόγου ImageIndexTAction AboutActionTagCategoryHelpCaptionΣχετικά... HelpKeywordui_aboutHintEΣχετικά|Εμφάνισε το χώρο των σχετικών ImageIndexATActionStatusBarActionTagCategoryViewCaption!Γραμμή κατάστασηςHintEΑπόκρυψη/Εμφάνιση γραμμής κατάστασηςTActionSessionsTabsAction2TagCategoryViewCaptionT&absHintHide/show tabsTActionExplorerAddressBandActionTagCategoryViewCaption  HelpKeyword ui_toolbarsHintGΑπόκρυψη/Εμφάνιση γραμμής διευθύνσεωνTActionExplorerMenuBandActionTagCategoryViewCaption HelpKeyword ui_toolbarsHint,Απόκρυψη/Εμφάνιση ΜενούTActionExplorerToolbarBandActionTagCategoryViewCaptionΒασικά πλήκτρα HelpKeyword ui_toolbarsHintAΑπόκρυψη/Εμφάνιση βασικών πλήκτρωνTActionRemoteOpenDirActionTagCategoryRemote DirectoryCaption=Άνοιγμα καταλόγου/σελιδοδείκτη... HelpKeywordtask_navigate#manualHintΆνοιγμα καταλόγου/σελιδοδείκτη|Άνοιγμα συγκεκριμένου καταλόγου ή αποθηκευμένων σελιδοδεικτών ImageIndexTAction SelectActionTagCategory SelectionCaptionΕπιλογή αρχείων HelpKeyword ui_selectHint<Επιλογή|Επιλογή αρχείων με μάσκα ImageIndexShortCutkTActionUnselectActionTagCategory SelectionCaption&Αποεπιλογή αρχείων... HelpKeyword ui_selectHintHΑποεπιλογή|Αποεπιλογή αρχείων με μάσκα ImageIndexShortCutmTActionSelectAllActionTagCategory SelectionCaptionΕπιλογή όλων HelpKeywordui_file_panel#selecting_filesHint'Επέλεξε όλα τα αρχεία ImageIndexShortCutA@TActionInvertSelectionActionTagCategory SelectionCaption#Αναστροφή επιλογής HelpKeywordui_file_panel#selecting_filesHint#Αναστροφή επιλογής ImageIndexShortCutjTActionExplorerSelectionBandActionTagCategoryViewCaptionΠλήκτρα επιλογών HelpKeyword ui_toolbarsHintDΑπόκρυψε/Εμφάνισε τη γραμμή επιλογώνTActionClearSelectionActionTagCategory SelectionCaption%Καθαρισμός επιλογών HelpKeywordui_file_panel#selecting_filesHint%Καθαρισμός επιλογών ImageIndexShortCutL`TActionExplorerSessionBandAction2TagCategoryViewCaptionSessio&ns and Tabs Buttons HelpKeyword ui_toolbarsHint#Hide/show sessions and tabs toolbarTActionExplorerPreferencesBandActionTagCategoryViewCaption%Πλήκτρα προτιμήσεων HelpKeyword ui_toolbarsHintJΑπόκρυψε/Εμφάνισε τη γραμμή προτιμήσεωνTActionExplorerSortBandActionTagCategoryViewCaption%Ταξινόμηση πλήκτρων HelpKeyword ui_toolbarsHintJΑπόκρυψε/Εμφάνισε τη γραμμή ταξινόμησηςTActionExplorerUpdatesBandActionTagCategoryViewCaption#Ενημέρωση πλήκτρων HelpKeyword ui_toolbarsHintJΑπόκρυψε/Εμφάνισε τη γραμμή ταξινόμησηςTActionExplorerTransferBandActionTagCategoryViewCaption#Μεταφορά ρυθμίσεων HelpKeyword ui_toolbarsHintFΑπόκρυψε/Εμφάνισε τη γραμμή ρυθμίσεωνTAction ExplorerCustomCommandsBandActionTagCategoryViewCaption1Προγραμματιζόμενα πλήκτρα HelpKeyword ui_toolbarsHintiΑπόκρυψε/Εμφάνισε τη γραμμή προγραμματιζόμενων πλήκτρωνTActionSiteManagerActionTagCategorySessionCaption-Διαχειριστής του Χώρου... HelpKeywordui_loginHintΔιαχειριστής|Άνοιγμα διαχειριστή (Πατημένο το πλήκτρο Shift για άνοιγμα διαχειριστή σε νέο παράθυρο)TActionCloseTabActionTagCategoryTabCaption &Close Tab HelpKeywordui_tabs#workingHintClose the current tab ImageIndexSecondaryShortCuts.StringsCtrl+WShortCutD`TActionDisconnectSessionActionTagCategorySessionCaption&Disconnect Session HelpKeywordtask_connections#closingHint7Disconnect the current session, but keep the tab opened ImageIndextTActionReconnectSessionActionTagCategorySessionCaption&Reconnect Session HelpKeywordtask_connectionsHint*Reconnect the current disconnected sessionShortCutR`TActionSavedSessionsAction2TagCategorySessionCaption HelpKeyword.task_connections#opening_additional_connectionHintΆνοιγμα χώρου ImageIndexTActionWorkspacesActionTagCategoryTabCaptionΧώρος εργασίας HelpKeyword workspaceHint*Άνοιγμα χώρου εργασίας ImageIndexeTActionPreferencesActionTagCategoryViewCaptionΠροτιμήσεις... HelpKeywordui_preferencesHintXΠροτιμήσεις|Εμφάνιση/Αλλαγή προτιμήσεων χρήστη ImageIndexShortCutPTActionRemoteChangePathAction2Tag CategoryRemote DirectoryCaptionΑλλαγή καταλόγου HelpKeyword task_navigateHint1Allows selection of different directory for panel ImageIndexShortCutqTActionLocalForwardActionTag CategoryLocal DirectoryCaption HelpKeywordtask_navigate#special_commands ImageIndexShortCut'TActionLocalParentDirActionTagCategoryLocal DirectoryCaption!Γονικός κατάλογος HelpKeywordtask_navigate#special_commandsHintUΓονικός κατάλογος|Πήγαινε στο γονικό κατάλογο ImageIndex ShortCutTActionLocalRootDirActionTagCategoryLocal DirectoryCaption!Ριζικός κατάλογος HelpKeywordtask_navigate#special_commandsHintUΡυζικός κατάλογος|Πήγαινε στο ριζικό κατάλογο ImageIndexShortCut@TActionLocalHomeDirActionTag CategoryLocal DirectoryCaption!Βασικός κατάλογος HelpKeywordtask_navigate#special_commandsHintUΒασικός κατάλογος|Πήγαινε στο βασικό κατάλογο ImageIndexTActionLocalRefreshActionTag CategoryLocal DirectoryCaptionHintMΑνανέωση|Ανανέωση περιεχομένων καταλόγου ImageIndexTActionLocalOpenDirActionTag CategoryLocal DirectoryCaption9Άνοιγμα καταλόγου/σημειώσεων... HelpKeywordtask_navigate#manualHintΆνοιγμα καταλόγου/σημειώσεων|Άνοιγμα του συγκεκριμένου καταλόγου ή αποθηκευμένων σημειώσεων ImageIndexTActionLocalChangePathAction2Tag CategoryLocal DirectoryCaptionΑλλαγή οδηγού HelpKeyword task_navigateHint-Allows selection of different drive for panel ImageIndexShortCutpTActionToolBar2ActionTag CategoryViewCaption!Πλήκτρα εργαλείων HelpKeyword ui_toolbarsHint]Απόκρυψη/Εμφάνιση πλήκτρων κάτω γραμμής εργαλείωνTActionCommanderMenuBandActionTag CategoryViewCaption HelpKeyword ui_toolbarsHint,Απόκρυψη/Εμφάνιση μενούTActionCommanderSessionBandAction2Tag CategoryViewCaptionSessio&ns and Tabs Buttons HelpKeyword ui_toolbarsHint#Hide/show sessions and tabs toolbarTActionCommanderPreferencesBandActionTag CategoryViewCaption%Πλήκτρα προτιμήσεων HelpKeyword ui_toolbarsHintGΑπόκρυψη/Εμφάνιση γραμμής προτιμήσεωνTActionCommanderSortBandActionTag CategoryViewCaption%Ταξινόμηση πλήκτρων HelpKeyword ui_toolbarsHintGΑπόκρυψη/Εμφάνιση γραμμής ταξινόμησηςTActionCommanderUpdatesBandActionTag CategoryViewCaption!Ανανέωση πλήκτρων HelpKeyword ui_toolbarsHintVΑπόκρυψη/Εμφάνιση γραμμής εργαλείων ανανέωσηςTActionCommanderTransferBandActionTag CategoryViewCaption!Μεταφορά επιλογών HelpKeyword ui_toolbarsHintTΑπόκρυψη/Εμφάνιση γραμμής μεταφοράς επιλογώνTActionCommanderCommandsBandActionTag CategoryViewCaptionΠλήκτρα εντολών HelpKeyword ui_toolbarsHint?Απόκρυψη/Εμφάνιση γραμμής εντολώνTAction!CommanderCustomCommandsBandActionTag CategoryViewCaption@Προγραμματιζόμενα πλήκτρα εντολών HelpKeyword ui_toolbarsHintfΑπόκρυψη/Εμφάνιση προγραμματιζόμενων πλήκτρων εντολώνTAction CommanderLocalHistoryBandAction2Tag CategoryViewCaption)Πλήκτρα ιστορικότητας HelpKeyword ui_toolbarsHintHide/show history toolbarTAction#CommanderLocalNavigationBandAction2Tag CategoryViewCaption#Πλήκτρα περιήγησης HelpKeyword ui_toolbarsHintHide/show navigation toolbarTActionCommanderLocalFileBandAction2Tag CategoryViewCaptionΠλήκτρα αρχείων HelpKeyword ui_toolbarsHintHide/show file toolbarTAction"CommanderLocalSelectionBandAction2Tag CategoryViewCaptionΠλήκτρα επιλογών HelpKeyword ui_toolbarsHintHide/show selection toolbarTAction!CommanderRemoteHistoryBandAction2Tag CategoryViewCaption)Πλήκτρα ιστορικότητας HelpKeyword ui_toolbarsHintHide/show history toolbarTAction$CommanderRemoteNavigationBandAction2Tag CategoryViewCaption#Πλήκτρα περιήγησης HelpKeyword ui_toolbarsHintHide/show navigation toolbarTActionCommanderRemoteFileBandAction2Tag CategoryViewCaptionΠλήκτρα αρχείων HelpKeyword ui_toolbarsHintHide/show file toolbarTAction#CommanderRemoteSelectionBandAction2Tag CategoryViewCaptionΠλήκτρα επιλογών HelpKeyword ui_toolbarsHintHide/show selection toolbarTActionLocalStatusBarAction2Tag CategoryViewCaption!Γραμμή κατάστασηςHintHide/show panel status barTActionRemoteStatusBarAction2Tag CategoryViewCaption!Γραμμή κατάστασηςHintHide/show panel status barTActionLocalSortByNameAction2Tag CategorySortCaptionΑνά όνομα HelpKeywordui_file_panel#sorting_filesHintSort by name|Sort panel by name ImageIndexShortCutr@TActionLocalSortByExtAction2Tag CategorySortCaptionΑνά επέκταση HelpKeywordui_file_panel#sorting_filesHint3Sort by extension|Sort panel by file name extension ImageIndex ShortCuts@TActionLocalSortBySizeAction2Tag CategorySortCaptionΑνά μέγεθος HelpKeywordui_file_panel#sorting_filesHint$Sort by size|Sort panel by file size ImageIndex#ShortCutu@TActionLocalSortByAttrAction2Tag CategorySortCaptionΑνά τα Ιδιότητες HelpKeywordui_file_panel#sorting_filesHint+Sort by attributes|Sort panel by attributes ImageIndex$ShortCutv@TActionLocalSortByTypeAction2Tag CategorySortCaptionΑνά τύπο HelpKeywordui_file_panel#sorting_filesHint$Sort by type|Sort panel by file type ImageIndex"TActionLocalSortByChangedAction2Tag CategorySortCaptionΑνά τροποποίηση HelpKeywordui_file_panel#sorting_filesHint1Sort by time|Sort panel by last modification time ImageIndex!ShortCutt@TActionRemoteSortAscendingAction2TagCategorySortCaption HelpKeywordui_file_panel#sorting_filesHintNAscending/descending|Toggle ascending/descending sorting of files in the panel ImageIndex%TActionRemoteSortByNameAction2TagCategorySortCaptionΑνά όνομα HelpKeywordui_file_panel#sorting_filesHintSort by name|Sort panel by name ImageIndexShortCutr@TActionRemoteSortByExtAction2TagCategorySortCaptionΑνά Επέκταση HelpKeywordui_file_panel#sorting_filesHint3Sort by extension|Sort panel by file name extension ImageIndex ShortCuts@TActionRemoteSortBySizeAction2TagCategorySortCaptionΑνά μέγεθος HelpKeywordui_file_panel#sorting_filesHint$Sort by size|Sort panel by file size ImageIndex#ShortCutu@TActionRemoteSortByRightsAction2TagCategorySortCaptionΑνά Ιδιότητες HelpKeywordui_file_panel#sorting_filesHintCSort by attributes/permissions|Sort panel by attributes/permissions ImageIndex$ShortCutv@TActionRemoteSortByChangedAction2TagCategorySortCaptionΑνά τροποποίηση HelpKeywordui_file_panel#sorting_filesHint1Sort by time|Sort panel by last modification time ImageIndex!ShortCutt@TActionRemoteSortByOwnerAction2TagCategorySortCaptionΑνά ιδιοκτήτη HelpKeywordui_file_panel#sorting_filesHint&Sort by owner|Sort panel by file owner ImageIndex&ShortCutw@TActionRemoteSortByGroupAction2TagCategorySortCaptionΑνά ομάδα HelpKeywordui_file_panel#sorting_filesHint&Sort by group|Sort panel by file group ImageIndex'ShortCutx@TActionRemoteSortByTypeAction2TagCategorySortCaptionΑνά τύπο HelpKeywordui_file_panel#sorting_filesHint$Sort by type|Sort panel by file type ImageIndex"TActionCurrentSortAscendingActionTagCategorySortCaption HelpKeywordui_file_panel#sorting_filesHintΑύξουσα/φθίνουσα|Εναλλαγή αύξουσας/φθίνουσας Ταξινόμησης του συγκεκριμένου πίνακα ImageIndex%TActionCurrentSortByNameActionTagCategorySortCaptionΑνά όνομα HelpKeywordui_file_panel#sorting_filesHintuΤαξινόμηση ανά όνομα|Ταξινόμηση συγκεκριμένης οθόνης ανά όνομα ImageIndexShortCutr@TActionCurrentSortByExtActionTagCategorySortCaptionΑνά Επέκταση HelpKeywordui_file_panel#sorting_filesHintΤαξινόμηση ανά Επέκταση|Ταξινόμηση συγκεκριμένης οθόνης ανά επέκταση αρχείου ImageIndex ShortCuts@TActionCurrentSortBySizeActionTagCategorySortCaptionΑνά μέγεθος HelpKeywordui_file_panel#sorting_filesHint}Ταξινόμηση ανά μέγεθος|Ταξινόμηση συγκεκριμένης οθόνης ανά μέγεθος ImageIndex#ShortCutu@TActionCurrentSortByTypeAction2TagCategorySortCaptionΑνά τύπο HelpKeywordui_file_panel#sorting_filesHint,Sort by type|Sort current panel by file type ImageIndex"TActionCurrentSortByRightsActionTagCategorySortCaptionΑνά Ιδιότητες HelpKeywordui_file_panel#sorting_filesHintΤαξινόμηση ανά Ιδιότητες/δικαιώματα|Ταξινόμηση συγκεκριμένης οθόνης ανά Ιδιότητες/δικαιώματα ImageIndex$ShortCutv@TActionCurrentSortByChangedActionTagCategorySortCaptionΑνά τροποποίηση HelpKeywordui_file_panel#sorting_filesHintΤαξινόμηση ανά χρόνο|Ταξινόμηση συγκεκριμένης οθόνης ανά χρόνο πρόσφατης τροποποίησης ImageIndex!ShortCutt@TActionCurrentSortByOwnerActionTagCategorySortCaptionΑνά ιδιοκτήτη HelpKeywordui_file_panel#sorting_filesHintΤαξινόμηση ανά ιδιοκτήτη|Ταξινόμηση συγκεκριμένης οθόνης ανά ιδιοκτήτη αρχείου (για την απομακρυσμένη οθόνη μόνο ImageIndex&ShortCutw@TActionCurrentSortByGroupActionTagCategorySortCaptionΑνά ομάδα HelpKeywordui_file_panel#sorting_filesHintΤαξινόμηση ανά ομάδα|Ταξινόμηση συγκεκριμένης οθόνης ανά ομάδα αρχείων (για την απομακρυσμένη οθόνη μόνο) ImageIndex'ShortCutx@TActionSortColumnAscendingActionTagCategorySortCaption#Αύξουσα Ταξινόμηση HelpKeywordui_file_panel#sorting_filesHintYΑύξουσα Ταξινόμηση αρχείων ανά επιλεγμένη στήλη ImageIndex)TActionSortColumnDescendingActionTagCategorySortCaption%Φθίνουσα ταξινόμηση HelpKeywordui_file_panel#sorting_filesHint[Φθίνουσα ταξινόμηση αρχείων ανά επιλεγμένη στήλη ImageIndex(TActionHomepageActionTagCategoryHelpCaption0Κεντρική σελίδα προϊόντοςHintΑνοίγει το πρόγραμμα περιήγησης και επισημαίνει την αρχική σελίδα του έργου ImageIndex*TActionHistoryPageActionTagCategoryHelpCaption'Ιστορικότητα έκδοσηςHintΑνοίγει το πρόγραμμα περιήγησης και επισημαίνει την σελίδα ιστορικότητας της εφαρμογήςTActionSaveCurrentSessionAction2TagCategorySessionCaption1Σώσε τη συνεδρία σαν χώρο... HelpKeywordtask_connections#savingHint]Σώσε τη συνεδρία σαν χώρο|Σώσε τη συνεδρία σαν χώρο ImageIndex+TActionShowHideRemoteNameColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide name column ImageIndex,TActionShowHideRemoteExtColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide extension column ImageIndex-TActionShowHideRemoteSizeColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide size column ImageIndex/TAction"ShowHideRemoteChangedColumnAction2TagCategoryColumnsCaption  HelpKeywordui_file_panel#selecting_columnsHintShow/hide modification column ImageIndex0TAction!ShowHideRemoteRightsColumnAction2TagCategoryColumnsCaption  HelpKeywordui_file_panel#selecting_columnsHintShow/hide permissions column ImageIndex1TAction ShowHideRemoteOwnerColumnAction2TagCategoryColumnsCaption  HelpKeywordui_file_panel#selecting_columnsHintShow/hide owner column ImageIndex2TAction ShowHideRemoteGroupColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide group column ImageIndex3TAction%ShowHideRemoteLinkTargetColumnAction2TagCategoryColumnsCaptionΣύνδεσμος στόχου HelpKeywordui_file_panel#selecting_columnsHintShow/hide link target column ImageIndexRTActionShowHideRemoteTypeColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide type column ImageIndex.TActionShowHideLocalNameColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide name column ImageIndex,TActionShowHideLocalExtColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide extension column ImageIndex-TActionShowHideLocalTypeColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide type column ImageIndex.TActionShowHideLocalSizeColumnAction2TagCategoryColumnsCaption HelpKeywordui_file_panel#selecting_columnsHintShow/hide size column ImageIndex/TAction!ShowHideLocalChangedColumnAction2TagCategoryColumnsCaption  HelpKeywordui_file_panel#selecting_columnsHintShow/hide modification column ImageIndex0TActionShowHideLocalAttrColumnAction2TagCategoryColumnsCaption  HelpKeywordui_file_panel#selecting_columnsHintShow/hide attributes column ImageIndex1TActionCompareDirectoriesAction2Tag CategoryCommandCaption#Σύγκριση καταλόγων HelpKeywordtask_compare_directoriesHint=Compare directories|Mark different files between files panels ImageIndex4ShortCutq TActionSynchronizeActionTagCategoryCommandCaptionOΚράτα ενήμερο τον απομακρυσμένο κατάλογο... HelpKeywordtask_keep_up_to_dateHintΚράτα ενήμερο τον απομακρυσμένο κατάλογο|Κράτα ενήμερο τον απομακρυσμένο κατάλογο ImageIndex5ShortCutU@TActionForumPageActionTagCategoryHelpCaption#Φόρουμ υποστήριξηςHintΑνοίγει το πρόγραμμα περιήγησης και επισημαίνει την σελίδα του Φόρουμ υποστήριξης της εφαρμογήςTActionLocalAddBookmarkAction2Tag CategoryLocal DirectoryCaptionDΠρόσθεσε τη διαδρομή στις σημειώσεις HelpKeywordtask_navigate#bookmarksHint;Add to bookmarks|Add the current directory to bookmark list ImageIndex6ShortCutB@TActionRemoteAddBookmarkAction2TagCategoryRemote DirectoryCaptioneΠρόσθεσε την παρούσα διαδρομή στη λίστα των σημειώσεων HelpKeywordtask_navigate#bookmarksHint;Add to bookmarks|Add the current directory to bookmark list ImageIndex6ShortCutB@TAction ConsoleActionTagCategoryCommandCaption#Άνοιγμα τερματικού HelpKeyword ui_consoleHint)Άνοιγμα τερματικού|Άνοιγμα τερματικού παραθύρου που θα επιτρέπει την εκτέλεση αυθαίρετης εντολής (με εξαίρεση τις εντολές που απαιτούν την παρέμβαση του χρήστη) ImageIndex7ShortCutT`TAction PuttyActionTagCategoryCommandCaptionΆνοιγμα σε PuTTY HelpKeywordintegration_putty#open_puttyHintΆνοιξε συνεδρία σε PuTTY|Εκτέλεσε τερματικό PuTTY SSH και άνοιξε την παρούσα συνεδρία με αυτό ImageIndex@ShortCutP@TActionLocalExploreDirectoryActionTag CategoryLocal DirectoryCaption'Εξερεύνηση καταλόγουHinttΑνοίγει το πρόγραμμα περιήγησης με τον παρόντα τοπικό κατάλογο ImageIndex8ShortCutETActionCurrentOpenActionTagCategoryFocused OperationCaption HelpKeyword task_editHintΆνοιγμα κειμένου|Άνοιξε το επιλεγμένο κείμενο με τη χρήση σχετικής εφαρμογής με τον τύπο του αρχείου ImageIndex:TActionSynchronizeBrowsingAction2Tag CategoryCommand AutoCheck Caption+Συγχρονισμός & Πλοήγηση HelpKeyword"task_navigate#synchronize_browsingHint=Synchronize browsing|Synchronize browsing between both panels ImageIndex;ShortCutBTActionCurrentAddEditLinkActionTagCategorySelected OperationCaption,Επεξεργασία συνδέσμου... HelpKeyword task_linkHintΠροσθήκη/Επεξεργασία συνδέσμου|Προσθήκη νέου συνδέσμου/συντόμευσης ή επεξεργασία επιλεγμλενου συνδέσμου/συντόμευσης ImageIndex<TActionCurrentAddEditLinkContextActionTagCategorySelected OperationCaption,Επεξεργασία συνδέσμου... HelpKeyword task_linkHintΕπεξεργασία συνδέσμου|Επεξεργασία επιλεγμλενου συνδέσμου/συντόμευσης ImageIndex<TActionCloseApplicationAction2TagCategoryCommandCaption HintCExit application|Close application (any opened sessions are closed) ImageIndex=TActionOpenedTabsActionTagCategoryTabCaption &Opened Tabs HelpKeywordui_tabs#switchHint!Select tab|Select tab to activate ImageIndex>TActionDuplicateTabActionTagCategoryTabCaptionDu&plicate Tab HelpKeywordui_tabsHint_Duplicate tab|Open new tab with the same folder (hold down Shift to open the tab in new window) ImageIndex[TAction NewLinkActionTag CategoryCommandCaptionΣύνδεσμος... HelpKeyword task_linkHintoΔημιουργία συνδέσμου|δημιουργία νέου συνδέσμου/συντόμευσης ImageIndex<TActionCustomCommandsFileActionTagCategoryCommandCaptionFile &Custom Commands HelpKeywordcustom_commandHint-Execute custom commands with selected file(s)TActionCustomCommandsNonFileActionTagCategoryCommandCaptionStatic &Custom Commands HelpKeywordcustom_commandHint6Execute custom commands that do not operate with filesTActionCustomCommandsCustomizeActionTagCategoryCommandCaption  HelpKeywordui_pref_commandsHint@Προσαρμογή προσαρμοσμένων εντολών ImageIndexTActionCustomCommandsEnterActionTagCategoryCommandCaption HelpKeyword(custom_command#executing_and_configuringHintCΕισαγωγή ad hoc προσαρμοσμένης εντολής ImageIndexZTAction CustomCommandsEnterFocusedActionTag CategoryCommandCaptionΕισαγωγή... HelpKeyword(custom_command#executing_and_configuringHintCΕισαγωγή ad hoc προσαρμοσμένης εντολής ImageIndexZTActionCheckForUpdatesActionTagCategoryHelpCaption,Έλεγχος για Ενημερώσεις HelpKeywordupdatesHintUΑναζητά ενημερώσεις στις σελίδα του προϊόντος ImageIndex?TActionDonatePageActionTagCategoryHelpCaptionHintΑνοίγει τον φυλλομετρητή ιστοσελίδων και παραπέμπει στη σελίδα δωρεών της εφαρμογήςTActionCustomCommandsLastActionTagCategoryCommandCaptionCustomCommandsLastAction HelpKeyword(custom_command#executing_and_configuringTActionCustomCommandsLastFocusedActionTag CategoryCommandCaptionCustomCommandsLastFocusedAction HelpKeyword(custom_command#executing_and_configuringTActionFileSystemInfoActionTagCategoryCommandCaptionBΠληροφορίες Διακομιστή/Πρωτοκόλλου HelpKeyword ui_fsinfoHintSΕμφάνιση πληροφοριών διακομιστή/πρωτοκόλλου ImageIndexTActionClearCachesActionTagCategoryCommandCaptionIΚαθαρισμός δεδομένων προσωρινής μνήμης HelpKeyworddirectory_cacheHintΚαθαρισμός δεδομένων προσωρινής μνήμης από παρουσιάσεις και ενημερώσεις φακέλωνTActionFullSynchronizeActionTagCategoryCommandCaptionΣυγχρονισμός... HelpKeywordtask_synchronize_fullHintkΣυγχρονίζει τον τοπικό φάκελο με τον απομακρυσμένο φάκελο ImageIndexBShortCutS@TActionRemoteMoveToFocusedActionTag CategoryRemote Focused OperationCaption Μετακίνηση προς... HelpKeywordtask_move_duplicate#moveHintΜετακίνηση απομακρυσμένων αρχείων|Μετακίνηση επιλεγμένων απομακρυσμένων αρχείων σε διαφορετικό απομακρυσμένο φάκελο ή διαφορετικό όνομα ImageIndexdTActionShowHiddenFilesActionTagCategoryViewCaption=Εμφάνιση/Απόκρυψη κρυφών αρχείων HelpKeywordui_file_panel#hidden_filesHintOΕναλλαγή εμφάνισης κρυφών αρχείων στα panel(s)ShortCutHTActionFormatSizeBytesNoneActionTagCategoryViewCaptionBytes HelpKeywordui_pref_panels#commonHint;Εμφάνιση μεγέθους αρχείων σε bytesTActionLocalPathToClipboardAction2TagCategoryLocal DirectoryCaption6Αντιγραφή διαδρομής στο clipboard HelpKeyword filenames#cwdHint&Copy the current path to the clipboardTActionRemotePathToClipboardAction2TagCategoryRemote DirectoryCaption6Αντιγραφή διαδρομής στο clipboard HelpKeyword filenames#cwdHint&Copy the current path to the clipboardTActionFileListToCommandLineActionTag CategorySelected OperationCaption3Εισαγωγή στη Γραμμή Εντολών HelpKeywordfilenames#command_lineHintsΕισαγωγή ονομάτων των επιλεγμένων αρχείων στην γραμμή εντολώνShortCut @TActionFileListToClipboardActionTagCategorySelected OperationCaption#Αντιγραφή στο clipboard HelpKeywordfilenames#file_nameHintuΑντιγραφή ονομάτων των επιλεγμένων αρχείων στην γραμμή εντολώνShortCutC`TActionFullFileListToClipboardActionTagCategorySelected OperationCaptionWΑντιγραφή στο clipboard (περιλαμβάνοντας διαδρομές) HelpKeywordfilenames#file_nameHintΑντιγραφή ονομάτων περιλαμβάνοντας διαδρομή, των επιλεγμένων αρχείων, στο clipboardShortCutCTActionQueueGoToActionTagCategoryQueueCaptionΠήγαινε προς HelpKeywordui_queue#manageHint]Πήγαινε προς την λίστα ουράς αναμονής για μεταφορά ImageIndexJShortCutQ@TActionQueueItemUpActionTag CategoryQueueCaptionΜετακίνηση πάνω HelpKeywordui_queue#manageHintΜετακίνηση του επιλεγμένου αντικειμένου της ουράς αναμονής, πάνω, ώστε να επεξεργαστεί αργότερα ImageIndexHTActionQueueItemDownActionTag CategoryQueueCaptionΜετακίνηση κάτω HelpKeywordui_queue#manageHintΜετακίνηση του επιλεγμένου αντικειμένου της ουράς αναμονής, κάτω, ώστε να επεξεργαστεί αργότερα ImageIndexITActionQueueToggleShowActionTag CategoryQueueCaptionΟυρά αναμονήςHint=Εμφάνιση/απόκρυψη ουράς αναμονής ImageIndexJTActionQueueShowActionTag CategoryQueueCaption HelpKeywordui_queueHint9Εμφάνιση λίστας ουράς αναμονήςTActionQueueHideWhenEmptyActionTag CategoryQueueCaption/Απόκρυψη όταν είναι άδεια HelpKeywordui_queueHintYΑπόκρυψη λίστας ουράς αναμονής, όταν είναι άδειαTActionQueueHideActionTag CategoryQueueCaption HelpKeywordui_queueHint9Απόκρυψη λίστας ουράς αναμονήςTActionQueueToolbarActionTag CategoryQueueCaptionΜπάρα εργαλείωνHintΕμφάνιση/απόκρυψη μπάρας εργαλείων λίστας ουράς αναμονής (στο panel λίστας ουράς αναμονής)TActionQueueFileListActionTag CategoryQueueCaption &File ListHintHide/show full queue file listTActionQueueResetLayoutColumnsActionTag CategoryQueueCaption&Reset Columns LayoutHint+Reset to the default layout of list columnsTActionQueuePreferencesActionTag CategoryQueueCaption  HelpKeywordui_pref_backgroundHint=Προσαρμογή λίστας ουράς αναμονής ImageIndexTAction PasteAction3TagCategoryCommandCaption&Paste from Clipboard HelpKeyword clipboardHintΕπικόλληση αρχείων από το clipboard στον τρέχοντα κατάλογο του ενεργού panel; ή ανοίγει διαδρομή από το clipboard στο ενεργό panel; ή ανοίγει συνεδρία URL από το clipbaord ImageIndexKShortCutV@TAction NewFileActionTagCategoryCommandCaption HelpKeyword task_editHintΔημιουργία αρχείου|Δημιουργία νέου αρχείου και άνοιγμά του στον επεξεργαστή ImageIndexMTActionEditorListCustomizeActionTagCategoryCommandCaption  HelpKeywordui_pref_editorHint-Προσαρμογή επεξεργαστών ImageIndexTActionRemoteCopyToFocusedActionTag CategoryRemote Focused OperationCaption  HelpKeywordtask_move_duplicate#duplicateHintΔιπλότυπο|Δημιουργία αντιγράφων των επιλεγμένων απομακρυσμένων αρχείων σε άλλο απομακρυσμένο κατάλογο ή άλλο όνομα ImageIndexNTActionRemoteCopyToActionTagCategoryRemote Selected OperationCaptionΔιπλότυπο... HelpKeywordtask_move_duplicate#duplicateHintΔιπλότυπο|Δημιουργία αντιγράφων των επιλεγμένων απομακρυσμένων αρχείων σε άλλο απομακρυσμένο κατάλογο ή άλλο όνομα ImageIndexNTActionFileGenerateUrlAction2TagCategorySelected OperationCaptionGenerate File &URL... HelpKeywordui_generateurlHintIΔημιουργία URL #39 των επιλεγμένων αρχείωνTActionTableOfContentsActionTag CategoryHelpCaption HintΑνοίγει τον φυλλομετρητή και τον παραπέμπει στα περιεχόμενα της τεκμηρίωσης ImageIndexOShortCutpTActionFileListFromClipboardActionTagCategorySelected OperationCaption&Transfer Files in Clipboard HelpKeyword clipboardHint+Transfer files whose names are in clipboardTActionLocalCopyActionTag CategoryLocal Selected OperationCaptionΑνέβασμα... HelpKeyword task_uploadHintΑνέβασμα|Ανέβασμα επιλεγμένων τοπικών αρχείων σε απομακρυσμένο κατάλογο ImageIndexXTActionCurrentDeleteAlternativeActionTagCategorySelected OperationCaption HelpKeyword task_deleteHintGΔιαγραφή|Διαγραφή επιλεγμένων αρχείων ImageIndexTActionCurrentEditWithActionTagCategorySelected OperationCaptionΕπεξεργασία με... HelpKeyword task_editHintΕπεξεργασία με|Επεξεργασία επιλεγμένων αρχείων με χρήση επεξεργαστή της επιλογής σαςTActionDownloadPageActionTagCategoryHelpCaptionHintΑνοίγει τον φυλλομετρητή ιστοσεσελίδων και τον παραπέμπει στη σελίδα λήψης της εφαρμογήςTActionUpdatesPreferencesActionTagCategoryHelpCaption HelpKeywordui_pref_updatesHinthΡύθμιση αυτόματου ελέγχου για ενημερώσεις της εφαρμογής ImageIndexTActionFormatSizeBytesKilobytesActionTagCategoryViewCaption &Kilobytes HelpKeywordui_pref_panels#commonHint?Εμφάνιση μεγέθους αρχείων σε kilobytesTActionFormatSizeBytesShortActionTagCategoryViewCaptionΠεριεκτικό format HelpKeywordui_pref_panels#commonHintQΕμφάνιση μεγέθους αρχείων σε περιεκτικό formatTActionPresetsPreferencesActionTagCategoryViewCaption HelpKeywordui_pref_transferHint8Ρύθμιση προεπιλογών μεταφοράς ImageIndexTActionLockToolbarsActionTagCategoryViewCaption0Κλείδωμα μπάρας εργαλείων HelpKeyword ui_toolbarsHintWΕμποδίζει την μετακίνηση κάθε μπάρας εργαλείωνTActionSelectiveToolbarTextActionTagCategoryViewCaptionKΕμφάνιση Επιλεκτικών Κειμένων Επιγραφών HelpKeyword ui_toolbarsHintKΕμφάνιση Επιλεκτικών Κειμένων ΕπιγραφώνTActionCustomCommandsBandActionTagCategoryViewCaptionVΠροβολή/Απόκρυψη εργαλειοθήκης εντολών χρήστη HelpKeyword ui_toolbarsHintVΠροβολή/Απόκρυψη εργαλειοθήκης εντολών χρήστηTActionColorMenuAction2TagCategoryViewCaptionCΑλλαγή χρώματος τρέχουσας συνεδρίας HelpKeywordtask_connections#session_colorHintChange color of the current tabTActionAutoReadDirectoryAfterOpActionTagCategoryViewCaption0Αυτόματη Ανανέωση ΦακέλουHintΕναλλαγή αυτόματης ανανέωσης του απομακρυσμένου καταλόγου μετά τη λειτουργίαShortCutRTActionQueueItemPauseActionTag CategoryQueueCaption&Αναστολή HelpKeywordui_queue#manageHintEΑναστολή επιλεγμένου στοιχείου ουράς ImageIndexSTActionQueueItemResumeActionTag CategoryQueueCaption&Συνεχιση HelpKeywordui_queue#manageHintEΣυνέχιση επιλεγμένου στοιχείου ουράς ImageIndexFTActionQueuePauseAllActionTag CategoryQueueCaption&Αναστολή όλων HelpKeywordui_queue#manageHintUΑναστολή όλων την επιλεγμένων στοιχείων ουράς ImageIndexTTActionQueueResumeAllActionTag CategoryQueueCaption&Συνέχιση όλων HelpKeywordui_queue#manageHintWΣυνέχιση όλων την ανασταλμένων στοιχείων ουράς ImageIndexUTActionQueueDeleteAllDoneActionTag CategoryQueueCaption5Διαγραφή όλων &Ολοκληρωμένων HelpKeywordui_queue#manageHintVΑπομάκρυνση των ολοκληρωμένων στοιχείων ουράς ImageIndexcTActionQueueEnableActionTagCategoryQueueCaption!Ουρά επεξεργασίας HelpKeywordui_queue#manageHint-Ενεργοποίηση επεξεργασίας ουράς | Ενεργοποίηση επεξεργασίας ουράς (τα στοιχεία εκκρεμούς ουράς δεν θα ξεκινήσουν, όταν η επεξεργασία ουράς είναι απενεργοποιημένη) ImageIndex`ShortCutQ`TActionQueueDisconnectOnceEmptyAction2Tag CategoryQueueCaption(&Αποσύνδεση συνεδρίας HelpKeywordui_queueHintWΑποσυνδέστε τη συνεδρία όταν η ουρά είναι κενή. ImageIndexWTActionRestoreSelectionActionTagCategory SelectionCaption<Επαναφορά προηγούμενης επιλογής HelpKeywordui_file_panel#selecting_filesHint<Επαναφορά προηγούμενης επιλογής ImageIndexVShortCutS`TActionLocalSelectAction2Tag Category SelectionCaption-Επιλογή αρχείων με μάσκα HelpKeyword ui_selectHint<Επιλογή|Επιλογή αρχείων με μάσκα ImageIndexTActionLocalUnselectAction2Tag Category SelectionCaption3Αποεπιλογή αρχείων με μάσκα HelpKeyword ui_selectHintHΑποεπιλογή|Αποεπιλογή αρχείων με μάσκα ImageIndexTActionLocalSelectAllAction2Tag Category SelectionCaption-Επιλογή όλων των αρχείων HelpKeywordui_file_panel#selecting_filesHint'Επέλεξε όλα τα αρχεία ImageIndexTActionCurrentEditFocusedActionTagCategoryFocused OperationCaption  HelpKeyword task_editHintZΕπεξεργασίας|Επεξεργασία επιλεγμένου αρχείου/ων ImageIndex9TActionCurrentEditWithFocusedActionTagCategoryFocused OperationCaptionΕπεξεργασία με... HelpKeyword task_editHintΕπεξεργασία με|Επεξεργασία επιλεγμένων αρχείων με χρήση επεξεργαστή της επιλογής σαςTAction NewDirActionTag CategoryCommandCaption HelpKeywordtask_create_directoryHintPΔημιουργία φακέλου|Δημιουργία Νέου Φακέλου ImageIndexTActionQueueShutDownOnceEmptyAction2Tag CategoryQueueCaption+Τερματισμός Υπολογιστή HelpKeywordui_queueHintUΤερματισμός Υπολογιστή όταν η ουρά είναι κενή. ImageIndex]TActionQueueSuspendOnceEmptyAction2Tag CategoryQueueCaption%Αναστολή Υπολογιστή HelpKeywordui_queueHintbΒάλε τον Υπολογιστή σε αναμονή όταν η ουρά είναι κενή. ImageIndexiTActionQueueIdleOnceEmptyActionTag CategoryQueueCaption&Παραμονή σε αδράνειαChecked HelpKeywordui_queueHintPΠαραμονή σε αδράνεια όταν η ουρά είναι κενή. ImageIndex^TActionQueueCycleOnceEmptyActionTag CategoryQueueCaptionΌταν αδειάσει HelpKeywordui_queueHintwΕναλλαγή ενέργειας για εκτέλεση όταν η λίστα αναμονής είναι κενή ImageIndex^ TTBEditActionQueueItemSpeedActionTag CategoryQueue HelpKeywordui_queue#manageHintkΑλλάξτε το όριο ταχύτητας του επιλεγμένου στοιχείου ουράς ImageIndexm EditCaptionTActionQueueDeleteAllActionTag CategoryQueueCaptionΑκύρωση όλων HelpKeywordui_queue#manageHint8Αφαίρεσε όλα τα στοιχεία ουράς ImageIndexjTActionLocalFilterActionTag CategoryLocal DirectoryCaptionΦίλτρο... HelpKeywordui_file_panel#filteringHintJΦίλτρο|Φιλτράρισε τα προβαλόμενα αρχεία ImageIndex\ShortCutFTActionRemoteFilterActionTagCategoryRemote DirectoryCaption HelpKeywordui_file_panel#filteringHintLΦίλτρο|Φιλτράρισε τα προβαλλόμενα αρχεία ImageIndex\ShortCutFTActionRemoteFindFilesAction2TagCategoryRemote DirectoryCaption$Αναζήτηση αρχείων... HelpKeyword task_findHint%Find files|Find files and directories ImageIndex_TActionCurrentEditInternalActionTagCategorySelected OperationCaption-Εσωτερικός επεξεργαστής HelpKeyword task_editHintΕπεξεργασία (εσωτερική)|Επεξεργασία επιλεγμένων αρχείων χρησιμοποιώντας εσωτερικό επεξεργαστήTActionSaveWorkspaceActionTagCategoryTabCaption0Αποθήκευση χώρου εργασίας HelpKeyword workspaceHintaΑποθήκευση χώρου εργασίας|Αποθήκευση χώρου εργασίας ImageIndexfTActionLocalRenameAction2Tag CategoryLocal Selected OperationCaption  HelpKeyword task_renameHintZΜετονομασία|Μετονομασία του επιλεγμένου αρχείου ImageIndexTActionLocalEditAction2Tag CategoryLocal Selected OperationCaption  HelpKeyword task_editHint`Επεξεργασία|Επεξεργασία του επιλεγμένου αρχείου(ων) ImageIndex9TActionLocalMoveActionTag CategoryLocal Selected OperationCaption!Ανέβασε & Διέγραψε HelpKeyword task_uploadHintΑνέβασε & Διέγραψε|Ανέβασε επιλεγμένα τοπικά αρχεία στον αποκρυσμένο φάκελο και διέγραψε τα πρωτότυπα. ImageIndexbTActionLocalCreateDirAction3Tag CategoryLocal Selected OperationCaptionΦάκελος... HelpKeywordtask_create_directoryHintXΔημιουργία καταλόγου|Δημιουργία νέου καταλόγου ImageIndexTActionLocalDeleteAction2Tag CategoryLocal Selected OperationCaption HelpKeyword task_deleteHintLΔιαγραφή|Διέγραψε το επιλεγμένο αρχείο(α) ImageIndexTActionLocalPropertiesAction2Tag CategoryLocal Selected OperationCaption  HelpKeywordtask_propertiesHintΙδιότητες|Προβολή/αλλαγή χαρακτηριστικών του επιλεγμένου αρχείου(ων) ImageIndexTActionLocalAddEditLinkAction3Tag CategoryLocal Selected OperationCaptionΣυντόμευση... HelpKeyword task_linkHintΠροσθήκη/Επεξεργασία συνδέσμου|Προσθήκη νέου συνδέσμου/συντόμευσης ή επεξεργασία επιλεγμλενου συνδέσμου/συντόμευσης ImageIndex<TActionRemoteRenameAction2Tag CategoryRemote Selected OperationCaption  HelpKeyword task_renameHintZΜετονομασία|Μετονομασία του επιλεγμένου αρχείου ImageIndexTActionRemoteEditAction2Tag CategoryRemote Selected OperationCaption  HelpKeyword task_editHint`Επεξεργασία|Επεξεργασία του επιλεγμένου αρχείου(ων) ImageIndex9TActionRemoteMoveActionTagCategoryRemote Selected OperationCaptionΛήψη & Διαγραφή... HelpKeyword task_downloadHintΛήψη και διαγραφή|Λήψη επιλεγμένων απομακρυσμένων αρχείων στον τοπικό κατάλογο και διαγραφή του πρωτοτύπου ImageIndexaTActionRemoteCreateDirAction3Tag CategoryRemote Selected OperationCaptionΦάκελος... HelpKeywordtask_create_directoryHintXΔημιουργία καταλόγου|Δημιουργία νέου καταλόγου ImageIndexTActionRemoteDeleteAction2Tag CategoryRemote Selected OperationCaption HelpKeyword task_deleteHintLΔιαγραφή|Διέγραψε το επιλεγμένο αρχείο(α) ImageIndexTActionRemotePropertiesAction2Tag CategoryRemote Selected OperationCaption  HelpKeywordtask_propertiesHintΙδιότητες|Προβολή/αλλαγή χαρακτηριστικών του επιλεγμένου αρχείου(ων) ImageIndexTActionRemoteAddEditLinkAction3Tag CategoryRemote Selected OperationCaptionΣύνδεσμος... HelpKeyword task_linkHintΠροσθήκη/Επεξεργασία συνδέσμου|Προσθήκη νέου συνδέσμου/συντόμευσης ή επεξεργασία επιλεγμλενου συνδέσμου/συντόμευσης ImageIndex<TActionRemoteSelectAction2Tag Category SelectionCaption Επιλογή αρχείων... HelpKeyword ui_selectHint<Επιλογή|Επιλογή αρχείων με μάσκα ImageIndexTActionRemoteUnselectAction2Tag Category SelectionCaption&Αποεπιλογή αρχείων... HelpKeyword ui_selectHintHΑποεπιλογή|Αποεπιλογή αρχείων με μάσκα ImageIndexTActionRemoteSelectAllAction2Tag Category SelectionCaptionΕπιλογή όλων HelpKeywordui_file_panel#selecting_filesHint'Επέλεξε όλα τα αρχεία ImageIndexTActionLocalMoveFocusedActionTagCategoryLocal Focused OperationCaption)Μεταφόρτωσε & Διέγραψε HelpKeyword task_uploadHintΜεταφόρτωση και διαγραφή|Μεταφόρτωση επιλεγμένων τοπικών αρχείων σε απομακρυσμένο κατάλογο και διαγραφή πρωτοτύπου ImageIndexbTAction CurrentEditInternalFocusedActionTagCategoryFocused OperationCaption-Εσωτερικός επεξεργαστής HelpKeyword task_editHintΕπεξεργασία (εσωτερική)|Επεξεργασία επιλεγμένων αρχείων χρησιμοποιώντας εσωτερικό επεξεργαστήTActionCurrentSystemMenuFocusedActionTag CategoryFocused OperationCaptionΜενού συστήματοςHint7Εμφάνιση περιβάλλοντος μενού περιβάλλοντος αρχείου συστήματος (στην επιλογή Ιδιότητες μπορείτε να επιλέξετε να εμφανίζεται από προεπιλογή αντί για ενσωματωμένο μενού)TActionSessionGenerateUrlAction2TagCategorySessionCaption<Δημιουργία συνεδρίας URL/κώδικα ... HelpKeywordui_generateurlHintXΔημιουργία URL ή κώδικα για την τρέχουσα συνεδρίαTActionSelectSameExtActionTagCategory SelectionCaptionCΕπιλογή αρχείων με την ίδια ΕπέκτασηHintsΕπιλέξτε όλα τα αρχεία με την ίδια επέκταση με το τρέχον αρχείοShortCutkTActionUnselectSameExtActionTagCategory SelectionCaptionSΑποεπιλογή όλα τα αρχεία με την ίδια επέκτασηHintwΑποεπιλογή όλα τα αρχεία με την ίδια επέκταση με το τρέχον αρχείοShortCutmTActionGoToAddressActionTagCategoryCommandCaptionGoToAddressActionSecondaryShortCuts.StringsAlt+DShortCutL@TAction LockActionTagCategorySelected OperationCaptionHint;Κλείδωμα επιλεγμένων αρχείου/ωνTAction UnlockActionTagCategorySelected OperationCaption Hint?Ξεκλείδωμα επιλεγμένων αρχείου/ωνTAction TipsActionTagCategoryHelpCaption%Εμφάνιση & Συμβουλές HelpKeywordui_tipsHintCΕμφάνιση συμβουλών στη χρήση του WinSCP ImageIndexnTActionChangePasswordActionTagCategorySessionCaptionΑλλαγή Κωδικού... HelpKeywordtask_change_passwordHint2Αλλαγή κωδικού λογαριασμούTActionPrivateKeyUploadActionTagCategorySessionCaption"&Install Public Key into Server... HelpKeywordguide_public_keyHint5Install public key for authentication into the serverTActionRemoteNewFileActionTagCategoryRemote Selected OperationCaptionΑρχείο... HelpKeyword task_editHintΔημιουργία αρχείου|Δημιουργία νέου αρχείου και άνοιγμά του στον επεξεργαστή ImageIndexMTAction#RemoteCalculateDirectorySizesActionTag CategoryRemote Selected OperationCaption&Calculate Directory Sizes HelpKeywordui_file_panel#directory_sizesHintNCalculate sizes of the selected directories and display them in the file panelShortCut TActionLocalNewFileActionTagCategoryLocal Selected OperationCaptionΑρχείο... HelpKeyword task_editHintΔημιουργία αρχείου|Δημιουργία νέου αρχείου και άνοιγμά του στον επεξεργαστή ImageIndexMTActionCustomizeToolbarActionTagCategoryViewCaption&Customize Toolbar HelpKeyword ui_toolbarsHintShow/hide toolbar buttonsTActionRenameTabActionTagCategoryTabCaption &Rename Tab HelpKeywordui_tabs#renamingHint-Rename tab|Change the name of the current tabTActionCurrentCopyToClipboardAction2TagCategorySelected OperationCaption&Copy to Clipboard HelpKeywordclipboard#copyHint(Copy the selected files to the clipboard ImageIndexoShortCutC@TActionFileColorsPreferencesActionTagCategoryViewCaptionFile &Colors... HelpKeywordui_pref_file_colorsHintConfigure file color rulesTAction$CurrentCopyToClipboardFocusedAction2Tag CategoryFocused OperationCaption&Copy to Clipboard HelpKeywordclipboard#copyHint(Copy the selected files to the clipboard ImageIndexoShortCutC@TActionCommanderLocalPanelActionTag CategoryViewCaption &Left Panel HelpKeyword ui_file_panelHintChange left panel layoutTActionCommanderRemotePanelActionTag CategoryViewCaption &Right Panel HelpKeyword ui_file_panelHintChange right panel layoutTActionRemoteExploreDirectoryActionTagCategoryRemote DirectoryCaption'Εξερεύνηση καταλόγουHinttΑνοίγει το πρόγραμμα περιήγησης με τον παρόντα τοπικό κατάλογο ImageIndex8ShortCutETActionLocalLocalCopyActionTag CategoryLocal Selected OperationCaption&Copy...Hint>Copy the selected file(s) to another directory or another name ImageIndexNTActionLocalLocalMoveActionTag CategoryLocal Selected OperationCaption&Move...Hint=Move the selected file(s) to another directory or rename them ImageIndexdTActionLocalOtherCopyActionTagCategoryLocal Selected OperationCaption&Copy...Hint>Copy the selected file(s) to another directory or another name ImageIndexpTActionLocalOtherMoveActionTagCategoryLocal Selected OperationCaption&Move...Hint=Move the selected file(s) to another directory or rename them ImageIndexqTAction"LocalCalculateDirectorySizesActionTag CategoryLocal Selected OperationCaption&Calculate Directory Sizes HelpKeywordui_file_panel#directory_sizesHintNCalculate sizes of the selected directories and display them in the file panelShortCut TActionLocalLocalCopyFocusedActionTagCategoryLocal Focused OperationCaption&Copy...Hint>Copy the selected file(s) to another directory or another name ImageIndexNTActionLocalLocalMoveFocusedActionTagCategoryLocal Focused OperationCaption&Move...Hint=Move the selected file(s) to another directory or rename them ImageIndexdTAction NewTabActionTagCategoryTabCaption&New Tab HelpKeywordui_tabs#workingHint Open new tab ImageIndexsTActionNewLocalTabActionTag CategoryTabCaption &Local Tab HelpKeywordui_tabs#workingHint"Open new tab with two local panels ImageIndexsShortCutN`TActionNewRemoteTabActionTag CategoryTabCaption &Remote Tab HelpKeywordui_tabs#workingHint>Open new tab with one local panel and one remote session panel ImageIndexShortCutN@TActionDefaultToNewRemoteTabActionTag CategoryTabCaption&Default to Remote TabHint_When turned on, the New Tab command opens a new remote tab. Otherwise it opens a new local tab.TActionCalculateDirectorySizesActionTagCategorySelected OperationCaption&Calculate Directory Sizes HelpKeywordui_file_panel#directory_sizesHintNCalculate sizes of the selected directories and display them in the file panelShortCut TActionLocalOtherDirActionTag CategoryLocal DirectoryCaptionPath fro&m Other Panel HelpKeywordtask_navigate#special_commandsHint-Open the same directory as in the other panelShortCut@TActionRemoteOtherDirActionTagCategoryRemote DirectoryCaptionPath fro&m Other Panel HelpKeywordtask_navigate#special_commandsHint-Open the same directory as in the other panelShortCut@ TTBXPopupMenuExplorerBarPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopPTTBXItemAddress2ActionExplorerAddressBandActionTTBXItemStandardButtons1ActionExplorerToolbarBandActionTTBXItemSelectionButtons1ActionExplorerSelectionBandActionTTBXItemSessionButtons2ActionExplorerSessionBandAction2TTBXItemPreferencesButtons1ActionExplorerPreferencesBandActionTTBXItem SortButtons3ActionExplorerSortBandActionTTBXItemTBXItem3ActionExplorerUpdatesBandActionTTBXItemTBXItem4ActionExplorerTransferBandActionTTBXItem TBXItem16Action ExplorerCustomCommandsBandActionTTBXItemTBXItem7ActionLockToolbarsActionTTBXItem TBXItem48ActionSelectiveToolbarTextActionTTBXSubmenuItemTBXSubmenuItem4ActionCustomizeToolbarActionTTBXSeparatorItemN5TTBXItem SessionsTabs2ActionSessionsTabsAction2TTBXItem StatusBar2ActionStatusBarActionTTBXSeparatorItemN72TTBXSubmenuItemQueue7Caption HelpKeywordui_queueHint-Ρύθμιση της λίστας ουράςTTBXItemShow6ActionQueueShowAction RadioItem TTBXItemHidewhenEmpty6ActionQueueHideWhenEmptyAction RadioItem TTBXItemHide5ActionQueueHideAction RadioItem TTBXSeparatorItemN71TTBXItemToolbar5ActionQueueToolbarActionTTBXItem TBXItem85ActionQueueFileListActionTTBXSeparatorItemN70TTBXItem Customize5ActionQueuePreferencesActionTTBXItemTree4ActionRemoteTreeActionTTimerSessionIdleTimerEnabledIntervalOnTimerSessionIdleTimerTimerLeft TopP TTBXPopupMenuCommanderBarPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopTTBXItemCommandsButtons2ActionCommanderCommandsBandActionTTBXItemSessionButtons5ActionCommanderSessionBandAction2TTBXItemPreferencesButtons4ActionCommanderPreferencesBandActionTTBXItem SortButtons2ActionCommanderSortBandActionTTBXItemTBXItem2ActionCommanderUpdatesBandActionTTBXItemTBXItem5ActionCommanderTransferBandActionTTBXItem TBXItem15Action!CommanderCustomCommandsBandActionTTBXItemTBXItem6ActionLockToolbarsActionTTBXItem TBXItem46ActionSelectiveToolbarTextActionTTBXSubmenuItem TBXItem77ActionCustomizeToolbarActionTTBXSeparatorItemN26TTBXItem SessionsTabs1ActionSessionsTabsAction2TTBXItem CommandLine2ActionCommandLinePanelActionTTBXItemCommandsToolbar1ActionToolBar2ActionTTBXItem StatusBar8ActionStatusBarActionTTBXSeparatorItemN27TTBXSubmenuItem LocalPanel1ActionCommanderLocalPanelActionTTBXItemHistoryButtons3Action CommanderLocalHistoryBandAction2TTBXItemNavigationButtons3Action#CommanderLocalNavigationBandAction2TTBXItem TBXItem40ActionCommanderLocalFileBandAction2TTBXItem TBXItem43Action"CommanderLocalSelectionBandAction2TTBXSeparatorItemN23TTBXItemTree7ActionLocalTreeActionTTBXSeparatorItemN77TTBXItem StatusBar6ActionLocalStatusBarAction2TTBXSubmenuItem RemotePanel2ActionCommanderRemotePanelActionTTBXItemHistoryButtons4Action!CommanderRemoteHistoryBandAction2TTBXItemNavigationButtons4Action$CommanderRemoteNavigationBandAction2TTBXItem TBXItem41ActionCommanderRemoteFileBandAction2TTBXItem TBXItem42Action#CommanderRemoteSelectionBandAction2TTBXSeparatorItemN25TTBXItemTree8ActionRemoteTreeActionTTBXSeparatorItemN78TTBXItem StatusBar7ActionRemoteStatusBarAction2TTBXSubmenuItemOptions1Caption HelpKeywordui_queueHint-Ρύθμιση της λίστας ουράςTTBXItemShow5ActionQueueShowAction RadioItem TTBXItemHidewhenEmpty5ActionQueueHideWhenEmptyAction RadioItem TTBXItemHide4ActionQueueHideAction RadioItem TTBXSeparatorItemN69TTBXItemToolbar4ActionQueueToolbarActionTTBXItem TBXItem84ActionQueueFileListActionTTBXSeparatorItemN68TTBXItem Customize4ActionQueuePreferencesAction TTBXPopupMenuRemotePanelPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeft8TopTTBXSubmenuItemTBXSubmenuItem8Caption&Go To HelpKeyword task_navigateHintGo to directoryTTBXItem TBXItem86ActionRemoteOpenDirActionTTBXItem TBXItem99ActionRemoteExploreDirectoryActionTTBXSeparatorItemTBXSeparatorItem13TTBXItem TBXItem87ActionRemoteParentDirActionTTBXItem TBXItem88ActionRemoteRootDirActionTTBXItem TBXItem89ActionRemoteHomeDirActionTTBXItem TBXItem109ActionRemoteOtherDirActionTTBXSeparatorItemTBXSeparatorItem14TTBXItem TBXItem90ActionRemoteBackActionTTBXItem TBXItem91ActionRemoteForwardActionTTBXItem TBXItem32ActionRemoteRefreshActionTTBXItem TBXItem30ActionRemoteAddBookmarkAction2TTBXItem TBXItem26ActionRemoteFilterActionTTBXItemCopyPathtoClipboard1ActionRemotePathToClipboardAction2TTBXSeparatorItemN51TTBXItemHistoryButtons5Action!CommanderRemoteHistoryBandAction2TTBXItemNavigationButtons5Action$CommanderRemoteNavigationBandAction2TTBXItem TBXItem14ActionCommanderRemoteFileBandAction2TTBXItem TBXItem45Action#CommanderRemoteSelectionBandAction2TTBXItem TBXItem37ActionLockToolbarsActionTTBXItem TBXItem49ActionSelectiveToolbarTextActionTTBXSubmenuItemTBXSubmenuItem9ActionCustomizeToolbarActionTTBXSeparatorItemN28TTBXItemTree5ActionRemoteTreeActionTTBXSeparatorItemN75TTBXItem StatusBar9ActionRemoteStatusBarAction2 TTBXPopupMenuLocalPanelPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeft8TopPTTBXSubmenuItemTBXSubmenuItem10Caption&Go To HelpKeyword task_navigateHintGo to directoryTTBXItem TBXItem92ActionLocalOpenDirActionTTBXItem TBXItem93ActionLocalExploreDirectoryActionTTBXSeparatorItemTBXSeparatorItem15TTBXItem TBXItem94ActionLocalParentDirActionTTBXItem TBXItem95ActionLocalRootDirActionTTBXItem TBXItem96ActionLocalHomeDirActionTTBXItem TBXItem113ActionLocalOtherDirActionTTBXSeparatorItemTBXSeparatorItem16TTBXItem TBXItem97ActionLocalBackActionTTBXItem TBXItem98ActionLocalForwardActionTTBXItem TBXItem34ActionLocalRefreshActionTTBXItem TBXItem27ActionLocalFilterActionTTBXItem TBXItem31ActionLocalAddBookmarkAction2TTBXItemCopyPathtoClipboard2ActionLocalPathToClipboardAction2TTBXSeparatorItemN52TTBXItemHistoryButtons6Action CommanderLocalHistoryBandAction2TTBXItemNavigationButtons6Action#CommanderLocalNavigationBandAction2TTBXItem TBXItem39ActionCommanderLocalFileBandAction2TTBXItem TBXItem44Action"CommanderLocalSelectionBandAction2TTBXItem TBXItem38ActionLockToolbarsActionTTBXItem TBXItem47ActionSelectiveToolbarTextActionTTBXSubmenuItemTBXSubmenuItem6ActionCustomizeToolbarActionTTBXSeparatorItemN29TTBXItemTree6ActionLocalTreeActionTTBXSeparatorItemN76TTBXItem StatusBar10ActionLocalStatusBarAction2 TTBXPopupMenuLocalDirViewColumnPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopXTTBXItemSortAscending1ActionSortColumnAscendingActionTTBXItemSortDescending1ActionSortColumnDescendingActionTTBXItemLocalSortByExtColumnPopupItemActionLocalSortByExtAction2TTBXItem Hidecolumn1ActionHideColumnActionTTBXSeparatorItemN37TTBXSubmenuItemLocalFormatSizeBytesPopupItemCaption3Εμφάνιση μεγεθών αρχείων σε HelpKeywordui_pref_panels#commonHintVΕπιλέξτε μορφότυπο εμφάνισης μεγέθους αρχείωνTTBXItem TBXItem64ActionFormatSizeBytesNoneActionTTBXItem TBXItem65ActionFormatSizeBytesKilobytesActionTTBXItem TBXItem66ActionFormatSizeBytesShortActionTTBXItem%LocalCalculateDirectorySizesPopupItemAction"LocalCalculateDirectorySizesActionTTBXSeparatorItemTBXSeparatorItem8TTBXSubmenuItemLocalColumnsSubmenuItemCaption&Columns HelpKeywordui_file_panel#selecting_columnsTTBXItemName3ActionShowHideLocalNameColumnAction2TTBXItemSize3ActionShowHideLocalSizeColumnAction2TTBXItemType2ActionShowHideLocalTypeColumnAction2TTBXItem Modification3Action!ShowHideLocalChangedColumnAction2TTBXItem Attributes3ActionShowHideLocalAttrColumnAction2TTBXSeparatorItemTBXSeparatorItem73TTBXItem TBXItem264ActionAutoSizeLocalColumnsActionTTBXItem TBXItem112ActionResetLayoutLocalColumnsAction TTBXPopupMenuRemoteDirViewColumnPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopXTTBXItem MenuItem1ActionSortColumnAscendingAction RadioItem TTBXItem MenuItem2ActionSortColumnDescendingAction RadioItem TTBXItemRemoteSortByExtColumnPopupItemActionRemoteSortByExtAction2TTBXItem Hidecolumn2ActionHideColumnActionTTBXSeparatorItemN38TTBXSubmenuItemRemoteFormatSizeBytesPopupItemCaption3Εμφάνιση μεγεθών αρχείων σε HelpKeywordui_pref_panels#commonHintVΕπιλέξτε μορφότυπο εμφάνισης μεγέθους αρχείωνTTBXItem TBXItem67ActionFormatSizeBytesNoneActionTTBXItem TBXItem53ActionFormatSizeBytesKilobytesActionTTBXItem TBXItem55ActionFormatSizeBytesShortActionTTBXItem&RemoteCalculateDirectorySizesPopupItemAction#RemoteCalculateDirectorySizesActionTTBXSeparatorItemTBXSeparatorItem7TTBXSubmenuItemRemoteColumnsSubmenuItemCaption&Columns HelpKeywordui_file_panel#selecting_columnsTTBXItemName4ActionShowHideRemoteNameColumnAction2TTBXItemSize4ActionShowHideRemoteSizeColumnAction2TTBXItemTBXItem8ActionShowHideRemoteTypeColumnAction2TTBXItem Modification4Action"ShowHideRemoteChangedColumnAction2TTBXItem Permissions1Action!ShowHideRemoteRightsColumnAction2TTBXItemOwner2Action ShowHideRemoteOwnerColumnAction2TTBXItemGroup2Action ShowHideRemoteGroupColumnAction2TTBXItemTBXItem1Action%ShowHideRemoteLinkTargetColumnAction2TTBXSeparatorItemTBXSeparatorItem20TTBXItem TBXItem114ActionAutoSizeRemoteColumnsActionTTBXItem TBXItem115ActionResetLayoutRemoteColumnsAction TTBXPopupMenu QueuePopupImagesGlyphsModule.ExplorerImagesOnPopupQueuePopupPopupOptions tboShowHintLefthTopTTBXItem ShowQuery1ActionQueueItemQueryActionTTBXItem ShowError1ActionQueueItemErrorActionTTBXItem ShowPrompt1ActionQueueItemPromptActionTTBXSeparatorItemN53TTBXItem ExecuteNow1ActionQueueItemExecuteActionTTBXItemTBXItem9ActionQueueItemPauseActionTTBXItem TBXItem10ActionQueueItemResumeActionTTBXItemDelete4ActionQueueItemDeleteActionTTBXComboBoxItemQueuePopupSpeedComboBoxItemActionQueueItemSpeedAction ShowImage OnAdjustImageIndex+QueuePopupSpeedComboBoxItemAdjustImageIndexTTBXSeparatorItemN54TTBXItemMoveUp1ActionQueueItemUpActionTTBXItem MoveDown1ActionQueueItemDownActionTTBXSeparatorItemN67TTBXItemQueueEnableItemActionQueueEnableActionTTBXSubmenuItemTBXSubmenuItem1Caption HelpKeywordui_queue#manageHintIΛειτουργίες διαχείρισης ουράς αναμονήςTTBXItem TBXItem11ActionQueuePauseAllActionTTBXItem TBXItem12ActionQueueResumeAllActionTTBXItem TBXItem142ActionQueueDeleteAllActionTTBXSeparatorItemTBXSeparatorItem5TTBXItem TBXItem51ActionQueueDeleteAllDoneActionTTBXSubmenuItemTBXSubmenuItem3ActionQueueCycleOnceEmptyAction DropdownCombo TTBXItem TBXItem28ActionQueueIdleOnceEmptyAction RadioItem TTBXItem TBXItem13ActionQueueDisconnectOnceEmptyAction2 RadioItem TTBXItem TBXItem68ActionQueueSuspendOnceEmptyAction2 RadioItem TTBXItem TBXItem29ActionQueueShutDownOnceEmptyAction2 RadioItem TTBXSubmenuItemQueue2Caption HelpKeywordui_queueHint-Ρύθμιση της λίστας ουράςTTBXItemShow4ActionQueueShowAction RadioItem TTBXItemHidewhenEmpty4ActionQueueHideWhenEmptyAction RadioItem TTBXItemHide3ActionQueueHideAction RadioItem TTBXSeparatorItemN66TTBXItemToolbar3ActionQueueToolbarActionTTBXItem TBXItem83ActionQueueFileListActionTTBXSeparatorItemTBXSeparatorItem23TTBXItem TBXItem116ActionQueueResetLayoutColumnsActionTTBXSeparatorItemN65TTBXItem Customize3ActionQueuePreferencesAction TTBXPopupMenuRemoteDirViewPopup AutoPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLefthTopTTBXSubmenuItemGoTo4CaptionΠήγαινε σε HelpKeyword task_navigateHint"Πήγαινε στο φάκελοTTBXItemOpenDirectoryBookmark3ActionRemoteOpenDirActionTTBXItem TBXItem100ActionRemoteExploreDirectoryActionTTBXSeparatorItemN81TTBXItemParentDirectory4ActionRemoteParentDirActionTTBXItemRootDirectory4ActionRemoteRootDirActionTTBXItemHomeDirectory4ActionRemoteHomeDirActionTTBXSeparatorItemN80TTBXItemBack4ActionRemoteBackActionTTBXItemForward4ActionRemoteForwardActionTTBXItemRefresh4ActionRemoteRefreshActionTTBXItemAddToBookmarks4ActionRemoteAddBookmarkAction2TTBXItem TBXItem35ActionRemoteFilterActionTTBXItemCopyPathtoClipboard6ActionRemotePathToClipboardAction2TTBXSeparatorItemN79TTBXSubmenuItemTBXSubmenuItem26Caption HelpKeyword task_indexHintdΔημιουργία αντικειμένου|Δημιουργία νέου αντικειμένουTTBXItem TBXItem135Action NewFileActionTTBXItem TBXItem136Action NewDirActionTTBXItem TBXItem209Action NewLinkActionTTBXItem TBXItem75Action PasteAction3TTBXSubmenuItem$RemoteDirViewPopupCustomCommandsMenuActionCustomCommandsNonFileAction TTBXPopupMenuLocalDirViewPopup AutoPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopTTBXSubmenuItemGoTo5CaptionΠήγαινε σε HelpKeyword task_navigateHint"Πήγαινε στο φάκελοTTBXItemOpenDirectoryBookmark4ActionLocalOpenDirActionTTBXItemExploreDirectory2ActionLocalExploreDirectoryActionTTBXSeparatorItemN84TTBXItemParentDirectory5ActionLocalParentDirActionTTBXItemRootDirectory5ActionLocalRootDirActionTTBXItemHomeDirectory5ActionLocalHomeDirActionTTBXSeparatorItemN83TTBXItemBack5ActionLocalBackActionTTBXItemForward5ActionLocalForwardActionTTBXItemRefresh5ActionLocalRefreshActionTTBXItem TBXItem36ActionLocalFilterActionTTBXItemAddToBookmarks5ActionLocalAddBookmarkAction2TTBXItemCopyPathtoClipboard7ActionLocalPathToClipboardAction2TTBXSeparatorItemN82TTBXSubmenuItemTBXSubmenuItem7Caption HelpKeyword task_indexHintdΔημιουργία αντικειμένου|Δημιουργία νέου αντικειμένουTTBXItem TBXItem70Action NewFileActionTTBXItem TBXItem71Action NewDirActionTTBXItem TBXItem76Action PasteAction3 TTBXPopupMenuRemoteAddressPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopTTBXItem TBXItem33ActionRemoteRefreshActionTTBXItem TBXItem24ActionRemoteAddBookmarkAction2TTBXItem TBXItem25ActionRemotePathToClipboardAction2TTBXSeparatorItemTBXSeparatorItem1TTBXItem TBXItem17ActionRemoteOpenDirActionTTBXSubmenuItemTBXSubmenuItem2CaptionΠήγαινε σε HelpKeyword task_navigateHint"Πήγαινε στο φάκελοTTBXItem TBXItem18ActionRemoteParentDirActionTTBXItem TBXItem19ActionRemoteRootDirActionTTBXItem TBXItem20ActionRemoteHomeDirActionTTBXSeparatorItemTBXSeparatorItem2TTBXItem TBXItem21ActionRemoteBackActionTTBXItem TBXItem22ActionRemoteForwardAction TTBXPopupMenu SessionsPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopTTBXItem TBXItem124ActionCloseTabActionTTBXItem TBXItem219ActionDuplicateTabActionTTBXItem TBXItem78ActionRenameTabActionTTBXSeparatorItemTBXSeparatorItem17 TTBXColorItem ColorMenuItemActionColorMenuAction2ColorclNoneTTBXSeparatorItemTBXSeparatorItem52TTBXItem TBXItem79ActionDisconnectSessionActionTTBXItem TBXItem80ActionReconnectSessionActionTTBXItem TBXItem125ActionSaveCurrentSessionAction2TTBXSeparatorItemTBXSeparatorItem6TTBXItem TBXItem56ActionFileSystemInfoActionTTBXItem TBXItem52ActionSessionGenerateUrlAction2TTBXSeparatorItemTBXSeparatorItem34TTBXSubmenuItemSessionsNewTabItemAction NewTabAction DropdownCombo TTBXItem TBXItem104ActionNewRemoteTabActionTTBXItem TBXItem105ActionNewLocalTabActionTTBXSeparatorItemTBXSeparatorItem18TTBXItem TBXItem106ActionDefaultToNewRemoteTabActionTTBXSubmenuItemTBXSubmenuItem23ActionSavedSessionsAction2Options tboDropdownArrowTTBXSeparatorItemTBXSeparatorItem35TTBXItem SessionsTabs4ActionSessionsTabsAction2 TTBXPopupMenuLocalFilePopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopPTTBXItemLocalOpenMenuItemActionCurrentOpenActionTTBXSubmenuItemLocalEditMenuItemActionCurrentEditFocusedAction DropdownCombo OnPopupFocusedEditMenuItemPopupTTBXSubmenuItemLocalCopyMenuItemActionLocalCopyFocusedAction DropdownCombo TTBXItem TBXItem73ActionLocalCopyFocusedNonQueueActionTTBXItem TBXItem74ActionLocalCopyFocusedQueueActionTTBXSeparatorItemTBXSeparatorItem10TTBXItem TBXItem54ActionLocalMoveFocusedActionTTBXItemLocalLocalCopyMenuItemActionLocalLocalCopyFocusedActionTTBXItem TBXItem101ActionLocalLocalMoveFocusedActionTTBXItem TBXItem57ActionCurrentDeleteFocusedActionTTBXItem TBXItem58ActionCurrentRenameActionTTBXSeparatorItemTBXSeparatorItem11TTBXItem TBXItem81Action$CurrentCopyToClipboardFocusedAction2TTBXSeparatorItemTBXSeparatorItem3TTBXSubmenuItem LocalFilePopupCustomCommandsMenuActionCustomCommandsFileActionTTBXItemTTBXSubmenuItemTBXSubmenuItem5CaptionΌνομα αρχείων HelpKeyword filenamesHintXΛειτουργίες με ονομα/τα των επιλεγμένων αρχείωνTTBXItem TBXItem59ActionFileListToCommandLineActionTTBXItem TBXItem60ActionFileListToClipboardActionTTBXItem TBXItem61ActionFullFileListToClipboardActionTTBXSeparatorItemTBXSeparatorItem4TTBXItem TBXItem63ActionCurrentPropertiesFocusedActionTTBXItem TBXItem50ActionCurrentSystemMenuFocusedAction TTBXPopupMenuLocalBrowserPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeft(TopTTBXItem TBXItem62ActionCloseTabActionTTBXItem TBXItem102ActionDuplicateTabActionTTBXItem TBXItem103ActionRenameTabActionTTBXSeparatorItemTBXSeparatorItem21TTBXSubmenuItemTBXSubmenuItem12Action NewTabAction DropdownCombo TTBXItem TBXItem107ActionNewRemoteTabActionTTBXItem TBXItem108ActionNewLocalTabActionTTBXSeparatorItemTBXSeparatorItem19TTBXItem TBXItem111ActionDefaultToNewRemoteTabActionTTBXSubmenuItemTBXSubmenuItem11ActionSavedSessionsAction2Options tboDropdownArrowTTBXSeparatorItemTBXSeparatorItem22TTBXItem TBXItem110ActionSessionsTabsAction2 TTBXPopupMenu NewTabPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopTTBXItemNewRemoteTabItemActionNewRemoteTabActionTTBXItemNewLocalTabItemActionNewLocalTabActionTTBXSeparatorItemTBXSeparatorItem67TTBXItem TBXItem232ActionDefaultToNewRemoteTabActionTPF0TOpenDirectoryDialogOpenDirectoryDialogLeftTopHelpType htKeyword HelpKeyword ui_opendir BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionOpen directory ClientHeightN ClientWidthColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSizeN PixelsPerInch` TextHeight TLabel EditLabelLeft.TopWidthLHeight Caption'Ανοίξτε τον κατάλογο:TImageImageLeftTop Width Height AutoSize THistoryComboBoxLocalDirectoryEditLeft.TopWidthHeightAnchors akLeftakTopakRightTabOrderTextLocalDirectoryEditOnChangeDirectoryEditChangeSaveOn THistoryComboBoxRemoteDirectoryEditLeft.TopWidth_HeightAnchors akLeftakTopakRight DropDownCount MaxLengthTabOrderTextRemoteDirectoryEditOnChangeDirectoryEditChangeSaveOn TButtonOKBtnLeftTop,WidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelBtnLeftTop,WidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrder TPageControl PageControlLeftTop8WidthHeight ActivePageSessionBookmarksSheetAnchors akLeftakTopakRightakBottomTabOrderOnChangePageControlChange TTabSheetSessionBookmarksSheetTagCaption)Σελίδες σελιδοδεικτών DesignSizezTListBoxSessionBookmarksListTagLeft Top Width HeightAnchors akLeftakTopakRightakBottomDragMode dmAutomatic ItemHeight TabOrderOnClickBookmarksListClick OnDblClickBookmarksListDblClick OnDragDropBookmarksListDragDrop OnDragOverBookmarksListDragOver OnEndDragBookmarksListEndDrag OnKeyDownBookmarksListKeyDown OnStartDragBookmarksListStartDragTButtonAddSessionBookmarkButtonTagLeftTop WidthSHeightAnchors akTopakRightCaptionTabOrderOnClickAddBookmarkButtonClickTButtonRemoveSessionBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionTabOrderOnClickRemoveBookmarkButtonClickTButtonUpSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClickTButtonDownSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClick TTabSheetSharedBookmarksSheetTagCaption3Κοινόχρηστοι σελιδοδείκτες ImageIndex DesignSizezTListBoxSharedBookmarksListTagLeft Top Width HeightAnchors akLeftakTopakRightakBottomDragMode dmAutomatic ItemHeight TabOrderOnClickBookmarksListClick OnDblClickBookmarksListDblClick OnDragDropBookmarksListDragDrop OnDragOverBookmarksListDragOver OnEndDragBookmarksListEndDrag OnKeyDownBookmarksListKeyDown OnStartDragBookmarksListStartDragTButtonAddSharedBookmarkButtonTagLeftTop WidthSHeightAnchors akTopakRightCaptionTabOrderOnClickAddBookmarkButtonClickTButtonRemoveSharedBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionTabOrderOnClickRemoveBookmarkButtonClickTButtonUpSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClickTButtonDownSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionTabOrderOnClickBookmarkButtonClickTButtonShortCutSharedBookmarkButtonTagLeftTopIWidthSHeightAnchors akTopakRightCaption TabOrderOnClickShortCutBookmarkButtonClickTButtonLocalDirectoryBrowseButtonLeft@TopWidthKHeightAnchors akTopakRightCaption TabOrderOnClickLocalDirectoryBrowseButtonClickTButton SwitchButtonLeftTop,WidthyHeightAnchors akLeftakBottomCaption%Προφίλ τοποθεσίας ... ModalResultTabOrderOnClickSwitchButtonClickTButton HelpButtonLeft@Top,WidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0TPreferencesDialogPreferencesDialogLeftTopHelpType htKeyword HelpKeywordui_preferences BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption  ClientHeight ClientWidth!Color clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize! PixelsPerInch` TextHeight TButtonOKButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CloseButtonLeftrTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTPanel MainPanelLeftTopWidth!HeightAlignalTopAnchors akLeftakTopakRightakBottom BevelOuterbvNoneTabOrder TPageControl PageControlLeftTopWidthHeight ActivePagePreferencesSheetAlignalClient MultiLine Style tsButtonsTabOrderTabStopOnChangePageControlChange TTabSheetPreferencesSheetTagHelpType htKeyword HelpKeywordui_pref_environmentCaption  ImageIndex TabVisible DesignSize TGroupBoxCommonPreferencesGroupLeftTopWidthHeight1Anchors akLeftakTopakRightCaption TabOrder DesignSize1 TCheckBoxSynchronizeSummaryCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionSync&hronization summaryTabOrder OnClick ControlChange TCheckBoxConfirmOverwritingCheckLeftTopEWidtheHeightAnchors akLeftakTopakRightCaption)Αντικατάσταση αρχείωνTabOrderOnClick ControlChange TCheckBoxConfirmDeletingCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption8& Διαγραφή αρχείων (συνιστάται)TabOrderOnClick ControlChange TCheckBoxConfirmClosingSessionCheck2LeftTopWidtheHeightAnchors akLeftakTopakRightCaption[Κλείσιμο περιόδων κατά την έξοδο από την εφαρμογήTabOrderOnClick ControlChange TCheckBoxDDTransferConfirmationCheck2Left Top-WidthUHeightAnchors akLeftakTopakRightCaption8D&rag && drop operations and paste to other applicationsTabOrderOnClick ControlChange TCheckBoxContinueOnErrorCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionWΣυνέχιση μετά απο σφάλμα (προχωρημένοι χρήστες)TabOrder OnClick ControlChange TCheckBoxConfirmExitOnCompletionCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptiongΈξοδος από την εφαρμογή στην ολοκλήρωση της λειτουργίαςTabOrderOnClick ControlChange TCheckBoxConfirmResumeCheckLeftTop]WidtheHeightAnchors akLeftakTopakRightCaption*Συνέχιση της μεταφοράςTabOrderOnClick ControlChange TCheckBoxConfirmCommandSessionCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionIΞεκινώντας ξεχωριστή συνεδρία κέλυφουςTabOrder OnClick ControlChange TCheckBoxConfirmRecyclingCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionHΜεταφορά αρχείων στον Κάδο ΑνακύκλωσηςTabOrderOnClick ControlChange TCheckBoxConfirmTransferringCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionΜεταφορά αρχείωνTabOrderOnClick ControlChange TStaticTextBackgroundConfirmationsLinkLeft ToprWidthYHeight AlignmenttaRightJustifyAutoSizeCaptionLΑλλαγή επιβεβαιώσεων μεταφοράς στο φόντοTabOrderTabStop OnClick BackgroundConfirmationsLinkClick TGroupBoxNotificationsGroupLeftTop?WidthHeightIAnchors akLeftakTopakRightCaption TabOrder DesignSizeITLabelBeepOnFinishAfterTextLeftxTopWidthHeight Anchors akTopakRightCaption ShowAccelChar TCheckBoxBeepOnFinishCheckLeftTopWidth$HeightAnchors akLeftakTopakRightCaptioniBeep όταν τελειώσει η εργασία, εάν διήρκεσε περισσότερο απόTabOrderOnClick ControlChange TUpDownEditBeepOnFinishAfterEditLeft:TopWidth9Height AlignmenttaRightJustify Increment@MaxValue@Anchors akTopakRight MaxLengthTabOrderOnChange ControlChange TCheckBoxBalloonNotificationsCheckLeftTop-WidthlHeightAnchors akLeftakTopakRightCaptionΕμφάνιση αναδυόμενων ειδοποιήσεων στην περιοχή κατάστασης της γραμμής εργασιώνTabOrderOnClick ControlChange TTabSheetLogSheetTagHelpType htKeyword HelpKeywordui_pref_loggingCaption  ImageIndex TabVisible DesignSizeTLabelLogProtocolHintLabelLeftTop/WidthHeight!AutoSizeCaption[The selected logging level severely degrades performance. Use it when troubleshooting only. ShowAccelCharWordWrap TGroupBox LoggingGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaption4Αρχείο καταγραφής συνεδριώνTabOrder DesignSizeTLabelLogMaxSizeCountFilesLabelLeftGTopWidthHeight Caption FocusControlLogMaxSizeCountEdit ShowAccelCharTLabelLogFileNameLabelLeft(Top.Width.Height Caption&Διαδρομη καταγραφής: FocusControlLogFileNameEdit3OnClick ControlChange TFilenameEditLogFileNameEdit3Left(Top>WidthOHeight AcceptFiles OnBeforeDialogPathEditBeforeDialog OnAfterDialogPathEditAfterDialog DialogKinddkSave DefaultExtlogFiltereΑρχεία καταγραφής συνεδρίας (*.log)|*.log|Όλα τα αρχεία (*.*)|*.* DialogOptions ofHideReadOnlyofPathMustExist DialogTitleKΕπιλογή αρχείου για το αρχείο καταγραφήςClickKey @Anchors akLeftakTopakRightTabOrderTextLogFileNameEdit3OnChange ControlChangeTPanel LogFilePanelLeft(TopVWidth HeightAnchors akLeftakTopakRight BevelOuterbvNoneTabOrder TRadioButtonLogFileAppendButtonLeftTopWidthjHeightCaptionTabOrderOnClick ControlChange TRadioButtonLogFileOverwriteButtonLeftpTopWidthjHeightCaption TabOrderOnClick ControlChange TComboBoxLogProtocolCombo2LeftTopWidthwHeightStylecsDropDownListAnchors akTopakRightTabOrderOnChange ControlChange Items.StringsReduced Debug 1Debug 2 TStaticTextLogFileNameHintTextLeftTopTWidthoHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaptionTabOrderTabStop TCheckBoxEnableLoggingCheckLeftTopWidthHeightAnchors akLeftakTopakRightCaptioniΕνεργοποίηση και καταγραφή περιόδου σύνδεσης σε επίπεδο:TabOrderOnClick ControlChange TCheckBoxLogSensitiveCheckLeft(TopWidthOHeightAnchors akLeftakTopakRightCaption_Καταγραφή κωδικών και άλλες ευαίσθητες πληροφορίεςTabOrder OnClick ControlChange TCheckBoxLogMaxSizeCheckLeft(TopsWidthHeightAnchors akLeftakTopakRightCaptionYΠεριστροφή αρχείων καταγραφής μετά την επίτευξηTabOrderOnClick ControlChange TComboBoxLogMaxSizeComboLeftTopqWidthwHeightAnchors akTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit SizeComboExit Items.Strings1M10M100M1G TCheckBoxLogMaxSizeCountCheckLeft8TopWidthHeightAnchors akLeftakTopakRightCaptionSΔιαγραφή παλιών αρχείων καταγραφής, κρατήστεTabOrderOnClick ControlChange TUpDownEditLogMaxSizeCountEditLeftTopWidthAHeightMaxValue@MinValue?TabOrderOnChange ControlChange TGroupBoxActionsLoggingGroupLeftTopWidthHeightVAnchors akLeftakTopakRightCaption%Αρχείο καταγραφής XMLTabOrder DesignSizeV TFilenameEditActionsLogFileNameEditLeft(Top+WidthOHeight AcceptFiles OnBeforeDialogPathEditBeforeDialog OnAfterDialogPathEditAfterDialog DialogKinddkSave DefaultExtxmlFilterVΑρχεία καταγραφής XML (*.xml)|*.xml|Όλα τα αρχεία (*.*)|*.* DialogOptions ofHideReadOnlyofPathMustExist DialogTitle<Επιλογή αρχείου για καταγραφή XML.ClickKey @Anchors akLeftakTopakRightTabOrderTextActionsLogFileNameEditOnChange ControlChange TStaticTextActionsLogFileNameHintTextLeftTopAWidthoHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaptionTabOrderTabStop TCheckBoxEnableActionsLoggingCheckLeftTopWidthgHeightAnchors akLeftakTopakRightCaptionDΕνεργοποίηση & καταγραφή XML σε αρχείο:TabOrderOnClick ControlChange TTabSheet GeneralSheetTagHelpType htKeyword HelpKeywordui_pref_interfaceCaption  ImageIndex TabVisible DesignSizeTLabelInterfaceChangeLabelLeftTopWidthHeight CaptionVΟι αλλαγές θα ισχύουν για την επόμενη εκκίνηση. ShowAccelChar TGroupBoxInterfaceGroupLeftTopBWidthHeightAnchors akLeftakTopakRightCaption!Διασύνδεση χρήστηTabOrder DesignSizeTLabelCommanderDescriptionLabel2LeftTopWidthHeightsAnchors akLeftakTopakRightAutoSizeCaption- 12 πίνακες (αριστερά για τοπικό κατάλογο, δεξιά για απομακρυσμένο κατάλογο) - συντομεύσεις πληκτρολογίου όπως στο Norton Commander (και άλλα παρόμοια προγράμματα όπως Total Commander, Midnight Commander ...) - drag && drop to / και από τα δύο πλαίσιαWordWrap OnClickCommanderClickTLabelExplorerDescriptionLabelLeftTopWidthHeight>Anchors akLeftakTopakRightAutoSizeCaption- μόνο απομακρυσμένος κατάλογος - συντομεύσεις πληκτρολογίου, όπως στην Εξερεύνηση των Windows - drag && dropWordWrap OnClick ExplorerClickTImageCommanderInterfacePictureLeft7Top)Width Height AutoSize OnClickCommanderClickTImageExplorerInterfacePictureLeft7TopWidth Height AutoSize OnClick ExplorerClick TRadioButtonCommanderInterfaceButton2LeftTopWidthtHeightCaption &CommanderChecked TabOrderTabStop OnClick ControlChange TRadioButtonExplorerInterfaceButton2LeftTopWidthoHeightCaption TabOrderOnClick ControlChange TGroupBox ThemeGroupLeftTopWidthHeight4Anchors akLeftakTopakRightCaptionThemeTabOrder DesignSize4TLabelLabel7LeftTopWidthRHeight CaptionInterface &theme: FocusControl ThemeCombo TComboBox ThemeComboLeftTopWidthHeightStylecsDropDownListAnchors akLeftakTopakRightTabOrder Items.Strings AutomaticLightDark TTabSheet PanelsSheetTagHelpType htKeyword HelpKeywordui_pref_panelsCaption ImageIndex TabVisible DesignSize TGroupBoxPanelsCommonGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionTabOrder DesignSizeTLabelLabel1LeftTopWidthTHeight Caption8Εμφάνιση αρχείου μεγέθους στο: FocusControlFormatSizeBytesComboOnClick ControlChangeTLabelLabel2LeftTopWidth`Height Caption&Incremental search: FocusControlPanelSearchComboOnClick ControlChange TCheckBoxShowHiddenFilesCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption=Εμφάνιση κρυφών αρχείων (Ctrl + Alt + H)TabOrderOnClick ControlChange TCheckBoxDefaultDirIsHomeCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption\Προεπιλεγμένος κατάλογος είναι Αρχικός κατάλογοςTabOrderOnClick ControlChange TCheckBoxPreservePanelStateCheckLeftTopEWidtheHeightAnchors akLeftakTopakRightCaptionxΑπομνημόνευση των πλαισίων κατά την αλλαγή των περιόδων σύνδεσηςTabOrderOnClick ControlChange TCheckBoxRenameWholeNameCheckLeftTop]WidtheHeightAnchors akLeftakTopakRightCaption`Επιλέξτε ολόκληρο όνομα κατά τη μετονομασία αρχείουTabOrderOnClick ControlChange TCheckBoxFullRowSelectCheckLeftTopuWidtheHeightAnchors akLeftakTopakRightCaption*Επιλογής πλήρης σειράςTabOrderOnClick ControlChange TComboBoxFormatSizeBytesComboLeftTopWidthlHeightStylecsDropDownListAnchors akTopakRight MaxLengthTabOrderOnChange ControlChange Items.Strings Σύντομη μορφή TCheckBox!NaturalOrderNumericalSortingCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption$Use &natural order numerical sortingTabOrderOnClick ControlChange TComboBoxPanelSearchComboLeftTopWidthHeightStylecsDropDownListAnchors akTopakRight MaxLengthTabOrderOnChange ControlChange Items.StringsBeginning of name onlyAny part of name All columns TCheckBox AlwaysSortDirectoriesByNameCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption Always sort &directories by nameTabOrderOnClick ControlChange TGroupBoxDoubleClickGroupLeftTopWidthHeightJAnchors akLeftakTopakRightCaptionΔιπλό κλικTabOrder DesignSizeJTLabelDoubleClickActionLabelLeftTopWidthHeight Anchors akLeftakTopakRightCaptionFΛειτουργία για εκτέλεση με διπλό κλικ: FocusControlDoubleClickActionCombo TCheckBox"CopyOnDoubleClickConfirmationCheckLeft Top-WidthTHeightAnchors akLeftakTopakRightCaptionDΕπιβεβαίωση αντιγραφής σε διπλό κλικTabOrderOnClick ControlChange TComboBoxDoubleClickActionComboLeftTopWidthlHeightStylecsDropDownListAnchors akTopakRightTabOrderOnChange ControlChange Items.Strings   TGroupBoxPanelFontGroupLeftTopTWidthHeightRAnchors akLeftakTopakRightCaption%Γραμματοσειρά ΠάνελTabOrder DesignSizeRTLabelPanelFontLabelLeftTopWidthHeight4Anchors akLeftakTopakRightakBottomAutoSizeCaptionPanelFontLabelColorclWindow ParentColor ShowAccelChar TransparentWordWrap OnDblClickPanelFontLabelDblClickTButtonPanelFontButtonLeftTop,WidthHeightCaption+Επιλογή ΓραμματοσειράςTabOrderOnClickPanelFontButtonClick TCheckBoxPanelFontCheckLeftTopWidthHeightCaptionJεπιλέξτε προσαρμοσμένης γραμματοσειράςTabOrderOnClick ControlChange TTabSheetCommanderSheetTagHelpType htKeyword HelpKeywordui_pref_commanderCaption Commander ImageIndex TabVisible DesignSizeTLabelLabel3LeftTopWidthHeightAnchors akLeftakTopakRightAutoSizeCaptionyΟι προτιμήσεις σε αυτή τη σελίδα ισχύουν μόνο για τη διεπαφή Commander. ShowAccelCharWordWrap TGroupBox PanelsGroupLeftTop&WidthHeightcAnchors akLeftakTopakRightCaptionTabOrder DesignSizecTLabelLabel8LeftTopWidthtHeight Caption!Επιλογή στυλ Explorer: FocusControlNortonLikeModeCombo TCheckBoxSwappedPanelsCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaptionoΑνταλλαγή Πινάκων (τοπικά δεξιά, απομακρυσμένα στα αριστερά)TabOrderOnClick ControlChange TComboBoxNortonLikeModeComboLeftTopWidthHeightStylecsDropDownListAnchors akLeftakTopakRightTabOrderOnChange ControlChange Items.StringsΜόνο Ποντίκι)Ποντίκι & Πληκτρολόγιο TCheckBoxTreeOnLeftCheckLeftTopEWidtheHeightAnchors akLeftakTopakRightCaptiondΕμφάνιση & δέντρο καταλόγου αριστερά από λίστα αρχείωνTabOrderOnClick ControlChange TGroupBoxCommanderMiscGroupLeftTopWidthHeightMAnchors akLeftakTopakRightCaptionTabOrder DesignSizeMTLabelLabel10LeftTopWidth^Height Caption3Συντομεύσεις Πληκτρολογίου FocusControlExplorerKeyboardShortcutsCombo TCheckBoxUseLocationProfilesCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaptionjΧρήση προφίλ τοποθεσίας αντί για σελιδοδείκτες καταλόγουTabOrderOnClick ControlChange TComboBoxExplorerKeyboardShortcutsComboLeftTopWidthHeightStylecsDropDownListAnchors akLeftakTopakRightTabOrderOnChange ControlChange Items.Strings Commander  TGroupBoxCompareCriterionsGroupLeftTopWidthHeightJAnchors akLeftakTopakRightCaption=Συγκρίνετε τα κριτήρια καταλόγουTabOrder DesignSizeJ TCheckBoxCompareByTimeCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption$Σύγκριση βάσει ώραςTabOrderOnClick ControlChange TCheckBoxCompareBySizeCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption,Σύγκριση βάσει μεγέθουςTabOrderOnClick ControlChange TTabSheet ExplorerSheetTagHelpType htKeyword HelpKeywordui_pref_explorerCaptionExplorer ImageIndex TabVisible DesignSizeTLabelLabel4LeftTopWidthHeightAnchors akLeftakTopakRightAutoSizeCaptionΟι προτιμήσεις σε αυτή τη σελίδα ισχύουν μόνο για τη διεπαφή του Explorer. ShowAccelCharWordWrap TGroupBox GroupBox2LeftTop&WidthHeight6Anchors akLeftakTopakRightCaptionTabOrder DesignSize6 TCheckBoxShowFullAddressCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionYΕμφάνιση πλήρης διαδρομή στη γραμμή διευθύνσεωνTabOrderOnClick ControlChange TTabSheet EditorSheetTagHelpType htKeyword HelpKeywordui_pref_editorCaptionEditors ImageIndex TabVisible DesignSize TGroupBoxEditorPreferenceGroupLeftTopWidthHeightXAnchors akLeftakTopakRightakBottomCaptionEditor preferenceTabOrder DesignSizeX TListViewEditorListView3LeftTopWidthdHeightAnchors akLeftakTopakRightakBottomColumnsCaptionEditorWidthCaptionMaskWidthFCaptionTextWidth- ColumnClickDoubleBuffered DragMode dmAutomatic HideSelection OwnerData ReadOnly RowSelect ParentDoubleBufferedTabOrder ViewStylevsReportOnDataEditorListView3Data OnDblClickEditorListView3DblClick OnEndDragListViewEndDrag OnDragDropEditorListView3DragDrop OnDragOverListViewDragOver OnKeyDownEditorListView3KeyDown OnSelectItemListViewSelectItem OnStartDragListViewStartDragTButtonAddEditorButtonLeftTopWidthSHeightAnchors akLeftakBottomCaption&Add...TabOrderOnClickAddEditEditorButtonClickTButtonEditEditorButtonLeftpTopWidthSHeightAnchors akLeftakBottomCaption&Edit...TabOrderOnClickAddEditEditorButtonClickTButtonUpEditorButtonLeft"TopWidthSHeightAnchors akRightakBottomCaption&UpTabOrderOnClickUpDownEditorButtonClickTButtonDownEditorButtonLeft"Top4WidthSHeightAnchors akRightakBottomCaption&DownTabOrderOnClickUpDownEditorButtonClickTButtonRemoveEditorButtonLeftTop4WidthSHeightAnchors akLeftakBottomCaption&RemoveTabOrderOnClickRemoveEditorButtonClick TGroupBoxEditingOptionsGroupLeftTopfWidthHeight6CaptionEditing optionsTabOrder DesignSize6 TCheckBoxEditorCheckNotModifiedCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption?&Check that edited remote file has not changed before saving itTabOrderOnClick ControlChange TTabSheetIntegrationSheetTag HelpType htKeyword HelpKeywordui_pref_integrationCaption Integration ImageIndex TabVisible DesignSize TGroupBoxShellIconsGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaption Windows ShellTabOrder DesignSizeTButtonDesktopIconButtonLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionCreate a &desktop iconTabOrderOnClickIconButtonClickTButtonSendToHookButtonLeftTop8WidtheHeightAnchors akLeftakTopakRightCaption9Add upload shortcut to Explorer's '&Send to' context menuTabOrderOnClickIconButtonClickTButtonRegisterAsUrlHandlersButtonLeftTopgWidtheHeightAnchors akLeftakTopakRightCaption!Register to handle &URL addressesTabOrderOnClick RegisterAsUrlHandlersButtonClickTButtonAddSearchPathButtonLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionAdd WinSCP to &search pathTabOrderOnClickAddSearchPathButtonClick TStaticTextShellIconsText2Left+TopTWidthJHeightHint_To add shortcuts, which directly open site, use icon commands in 'Manage' menu on Login dialog. AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaptionAssociate the icons with siteTabOrderTabStop TTabSheetCustomCommandsSheetTag HelpType htKeyword HelpKeywordui_pref_commandsCaptionCommands ImageIndex TabVisible DesignSize TGroupBoxCustomCommandsGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomCaptionCustom commandsTabOrder DesignSize TListViewCustomCommandsViewLeftTopWidthdHeight3Anchors akLeftakTopakRightakBottomColumnsCaption DescriptionWidthUCaptionCommandWidthCaptionL/RWidth# ColumnClickDoubleBuffered DragMode dmAutomatic HideSelection OwnerData ReadOnly RowSelect ParentDoubleBufferedParentShowHintShowHint TabOrder ViewStylevsReportOnDataCustomCommandsViewData OnDblClickCustomCommandsViewDblClick OnEndDragListViewEndDrag OnDragDropCustomCommandsViewDragDrop OnDragOverCustomCommandsViewDragOver OnKeyDownCustomCommandsViewKeyDown OnMouseMoveCustomCommandsViewMouseMove OnSelectItemListViewSelectItem OnStartDragListViewStartDragTButtonAddCommandButtonLeftTopQWidthbHeightAnchors akLeftakBottomCaption&Add...Style bsSplitButtonTabOrderOnClickAddCommandButtonClickOnDropDownClickAddCommandButtonDropDownClickTButtonRemoveCommandButtonLeftToppWidthbHeightAnchors akLeftakBottomCaption&RemoveTabOrderOnClickRemoveCommandButtonClickTButtonUpCommandButtonLeft"TopQWidthSHeightAnchors akRightakBottomCaption&UpTabOrderOnClickUpDownCommandButtonClickTButtonDownCommandButtonLeft"ToppWidthSHeightAnchors akRightakBottomCaption&DownTabOrderOnClickUpDownCommandButtonClickTButtonEditCommandButtonLeftTopQWidthbHeightAnchors akLeftakBottomCaption&Edit...TabOrderOnClickEditCommandButtonClickTButtonConfigureCommandButtonLeftTopQWidthbHeightAnchors akLeftakBottomCaption &Configure...TabOrderOnClickConfigureCommandButtonClick TTabSheet DragDropSheetTag HelpType htKeyword HelpKeywordui_pref_dragdropCaption Drag & Drop ImageIndex TabVisible DesignSize TGroupBoxDragDropDownloadsGroupLeftTopWidthHeight6Anchors akLeftakTopakRightCaptionDrag && Drop downloadsTabOrder DesignSize6TLabelDDFakeFileEnabledLabelLeft#Top,WidthYHeight5Anchors akLeftakTopakRightAutoSizeCaptionAllows direct downloads to regular local folders (e.g. Windows File Explorer). Does not allow downloads to other destinations (ZIP archives, FTP, etc.). Uses drag&&drop shell extension, when available.WordWrap OnClick DDLabelClickTLabelDDFakeFileDisabledLabelLeft#TopWidthZHeight6Anchors akLeftakTopakRightAutoSizeCaptionAllows downloads to any destinations (regular folders, ZIP archives, FTP, etc.). Files are downloaded first to temporary folder, from where they are delivered to the destination.WordWrap OnClick DDLabelClickTLabelDragExtStatusLabelLeft#Top`Width_Height Anchors akLeftakTopakRightCaptionDragExtStatusLabel ShowAccelCharOnClick DDLabelClickTLabel DDDrivesLabelLeft#ToptWidthHeight AutoSizeCaption.Allow dropping files to these &network drives: FocusControl DDDrivesMemo TRadioButtonDDFakeFileEnabledButtonLeftTopWidthlHeightAnchors akLeftakTopakRightCaption.Determine drop target by dragging a &fake fileTabOrderOnClick ControlChange TRadioButtonDDFakeFileDisabledButtonLeftTopWidthdHeightAnchors akLeftakTopakRightCaption$Download files via &temporary folderTabOrderOnClick ControlChangeTPanelDDFakeFileDisabledPanelLeft"TopWidth;Height BevelOuterbvNoneTabOrder DesignSize; TCheckBoxDDWarnLackOfTempSpaceCheckLeftTopWidth;HeightAnchors akLeftakTopakRightCaption)&Warn when there is not enough free spaceTabOrderOnClick ControlChangeTMemo DDDrivesMemoLeft"TopWidthQHeight= Lines.Strings DDDrivesMemo ScrollBars ssVerticalTabOrder TTabSheet QueueSheetTag HelpType htKeyword HelpKeywordui_pref_backgroundCaption Background ImageIndex TabVisible DesignSize TGroupBox QueueGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionBackground transfersTabOrder DesignSizeTLabelLabel5LeftTopWidthHeight Caption.&Maximal number of transfers at the same time: FocusControlQueueTransferLimitEditTLabelQueueKeepDoneItemsCheckLeftTopWidthHeight Caption*Display &completed transfers in queue for: FocusControlQueueKeepDoneItemsForComboOnClick ControlChangeTLabel"ParallelTransferThresholdUnitLabelLeftTopWidthHeight Captionbytes FocusControlParallelTransferThresholdComboOnClick ControlChange TUpDownEditQueueTransferLimitEditLeft0TopWidthIHeight AlignmenttaRightJustifyMaxValue@MinValue?Anchors akTopakRight MaxLengthTabOrder TCheckBoxQueueAutoPopupCheckLeftTopWidthqHeightAnchors akLeftakTopakRightCaption>&Automatically popup prompts of background transfers when idleTabOrder TCheckBox QueueCheckLeftTopJWidthqHeightAnchors akLeftakTopakRightCaption"Transfer on &background by defaultTabOrder TCheckBoxQueueNoConfirmationCheckLeftTopWidthqHeightAnchors akLeftakTopakRightCaption*&No confirmations for background transfersTabOrder TCheckBoxQueueParallelCheckLeftTopbWidthqHeightAnchors akLeftakTopakRightCaption-&Use multiple connections for single transferTabOrderOnClick ControlChange TCheckBoxEnableQueueByDefaultCheckLeftTop2WidthqHeightAnchors akLeftakTopakRightCaption#&Enable queue processing by defaultTabOrder TComboBoxQueueKeepDoneItemsForComboLeftTopWidthaHeightStylecsDropDownListAnchors akTopakRight MaxLengthTabOrderOnChange ControlChange Items.StringsNever 15 seconds1 minute 15 minutes1 hourForever TCheckBoxParallelTransferCheckLeft TopzWidthYHeightAnchors akLeftakTopakRightCaption1Use multiple connections for single files abo&ve:TabOrderOnClick ControlChange TComboBoxParallelTransferThresholdComboLeft0TopWidth]HeightAnchors akTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit SizeComboExit Items.Strings1M10M100M1G TGroupBoxQueueViewGroupLeftTop WidthHeightcAnchors akLeftakTopakRightCaption Queue listTabOrder DesignSizec TRadioButtonQueueViewShowButtonLeftTopWidthqHeightAnchors akLeftakTopakRightCaption&ShowTabOrder TRadioButtonQueueViewHideWhenEmptyButtonLeftTop-WidthqHeightAnchors akLeftakTopakRightCaptionHide &when emptyTabOrder TRadioButtonQueueViewHideButtonLeftTopEWidthqHeightAnchors akLeftakTopakRightCaption&HideTabOrder TTabSheet StorageSheetTag HelpType htKeyword HelpKeywordui_pref_storageCaptionStorage ImageIndex TabVisible DesignSize TGroupBox StorageGroupLeftTopWidthHeight`Anchors akLeftakTopakRightCaptionConfiguration storageTabOrder DesignSize` TPathLabelAutomaticIniFileStorageLabelLeftTop.WidthHeight ActiveTextColor clWindowTextIndentHorizontalIndentVerticalInactiveTextColor clGrayText OnGetStatus%AutomaticIniFileStorageLabelGetStatusAlignalNoneAnchors akLeftakTopakRightAutoSize TRadioButtonRegistryStorageButtonLeftTopWidthhHeightAnchors akLeftakTopakRightCaptionWindows re&gistryTabOrderOnClick ControlChange TRadioButtonAutomaticIniFileStorageButtonLeftTop-WidthHeightAnchors akLeftakTopakRightCaption&Automatic INI fileTabOrderOnClick ControlChange TRadioButtonCustomIniFileStorageButtonLeftTopDWidthHeightAnchors akLeftakTopakRightCaptionCusto&m INI file:TabOrderOnClickCustomIniFileStorageButtonClick TFilenameEditCustomIniFileStorageEditLeftTopBWidthHeight AcceptFiles OnBeforeDialogPathEditBeforeDialog OnAfterDialog#CustomIniFileStorageEditAfterDialog DialogKinddkSave DefaultExtiniFilter+INI files (*.ini)|*.ini|All files (*.*)|*.* DialogOptions ofHideReadOnlyofPathMustExistClickKey @Anchors akLeftakTopakRightTabOrderTextCustomIniFileStorageEditOnChange ControlChangeOnExitCustomIniFileStorageEditExit TGroupBoxTemporaryDirectoryGrouoLeftToppWidthHeightAnchors akLeftakTopakRightCaptionTemporary directoryTabOrder DesignSizeTLabelLabel6LeftTopWidthhHeightAnchors akLeftakTopakRightAutoSizeCaption?Specify where to temporarily store edited and downloaded files. ShowAccelCharWordWrap TRadioButton DDSystemTemporaryDirectoryButtonLeftTop-WidthhHeightAnchors akLeftakTopakRightCaption"&Use temporary directory of systemTabOrderOnClick ControlChange TRadioButton DDCustomTemporaryDirectoryButtonLeftTopEWidthHeightCaptionUse this &directory:TabOrderOnClick ControlChangeTDirectoryEditDDTemporaryDirectoryEditLeftTopAWidthHeight AcceptFiles OnBeforeDialogPathEditBeforeDialog OnAfterDialogPathEditAfterDialog DialogText2Select directory for temporary drag && drop files.ClickKey @Anchors akLeftakTopakRightTabOrderTextDDTemporaryDirectoryEditOnChange ControlChange TCheckBoxTemporaryDirectoryCleanupCheckLeftTopWidthhHeightAnchors akLeftakTopakRightCaption2&Cleanup obsolete temporary directories on startupTabOrderOnClick ControlChange TCheckBox%ConfirmTemporaryDirectoryCleanupCheckLeft TopWidthXHeightAnchors akLeftakTopakRightCaption&Ask before cleanupTabOrderOnClick ControlChange TCheckBox$TemporaryDirectoryAppendSessionCheckLeftTop^WidthhHeightAnchors akLeftakTopakRightCaption&Append &session name to temporary pathTabOrderOnClick ControlChange TCheckBox!TemporaryDirectoryAppendPathCheckLeftTopwWidthhHeightAnchors akLeftakTopakRightCaption%Append remote &path to temporary pathTabOrderOnClick ControlChange TCheckBox$TemporaryDirectoryDeterministicCheckLeftTopWidthhHeightAnchors akLeftakTopakRightCaption=Keep temporary copies of remote files in &deterministic pathsTabOrderOnClick ControlChange TGroupBoxOtherStorageGroupLeftTopVWidthHeight5Anchors akLeftakTopakRightCaptionOtherTabOrder DesignSize5TLabelRandomSeedFileLabelLeftTopWidthVHeight Caption&Random seed file: FocusControlRandomSeedFileEdit TFilenameEditRandomSeedFileEditLeftTopWidthHeight AcceptFiles OnBeforeDialogPathEditBeforeDialog OnAfterDialogPathEditAfterDialog DialogKinddkSave DefaultExtrndFilter3Random seed files (*.rnd)|*.rnd|All files (*.*)|*.* DialogOptions ofHideReadOnlyofPathMustExist DialogTitleSelect file for random seedClickKey @Anchors akLeftakTopakRightTabOrderTextRandomSeedFileEditOnChange ControlChange TTabSheetTransferEnduranceSheetTagHelpType htKeyword HelpKeywordui_pref_resumeCaption Endurance ImageIndex TabVisible DesignSize TGroupBox ResumeBoxLeftTopWidthHeight{Anchors akLeftakTopakRightCaption9Enable transfer resume/transfer to temporary filename forTabOrderTLabelResumeThresholdUnitLabel2LeftTopGWidth Height CaptionKB FocusControlResumeThresholdEdit TRadioButtonResumeOnButtonLeftTopWidthIHeightCaption A&ll filesTabOrderOnClick ControlChange TRadioButtonResumeSmartButtonLeftTop-WidthHeightCaption Files abo&ve:TabOrderOnClick ControlChange TRadioButtonResumeOffButtonLeftTop]WidthIHeightCaptionDi&sableTabOrderOnClick ControlChange TUpDownEditResumeThresholdEditLeft-TopCWidthTHeight AlignmenttaRightJustify Increment@MaxValue@TabOrderOnClick ControlChange TGroupBoxSessionReopenGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionAutomatic reconnectTabOrderTLabelSessionReopenAutoLabelLeft"Top0WidthRHeight Caption&Reconnect after: FocusControlSessionReopenAutoEditTLabelSessionReopenAutoSecLabelLeftTop0Width'Height Captionseconds FocusControlSessionReopenAutoEditTLabelSessionReopenTimeoutLabelLeftTopWidthnHeight Caption&Keep reconnecting for: FocusControlSessionReopenTimeoutEditTLabelSessionReopenTimeoutSecLabelLeftTopWidth'Height Captionseconds FocusControlSessionReopenTimeoutEditTLabelSessionReopenAutoStallLabelLeft"TopWidthRHeight CaptionRe&connect after: FocusControlSessionReopenAutoStallEditTLabelSessionReopenAutoStallSecLabelLeftTopWidth'Height Captionseconds FocusControlSessionReopenAutoStallEditTLabelSessionReopenAutoIdleLabelLeft"TopcWidthRHeight CaptionReco&nnect after: FocusControlSessionReopenAutoIdleEditTLabelSessionReopenAutoIdleSecLabelLeftTopcWidth'Height Captionseconds FocusControlSessionReopenAutoIdleEdit TCheckBoxSessionReopenAutoCheckLeftTopWidthkHeightCaption>&Automatically reconnect session, if it breaks during transferTabOrderOnClick ControlChange TUpDownEditSessionReopenAutoEditLeftTop+WidthaHeight AlignmenttaRightJustify Increment@MaxValue@MinValue?Value@ MaxLengthTabOrder TCheckBoxSessionReopenAutoIdleCheckLeftTopHWidthkHeightCaption9Automatically reconnect session, if it breaks &while idleTabOrderOnClick ControlChange TUpDownEditSessionReopenTimeoutEditLeftTopWidthaHeight AlignmenttaRightJustify Increment@MaxValue@ MaxLengthTabOrder OnGetValue SessionReopenTimeoutEditGetValue OnSetValue SessionReopenTimeoutEditSetValue TCheckBoxSessionReopenAutoStallCheckLeftTopzWidthkHeightCaption.Automatically reconnect session, if it &stallsTabOrderOnClick ControlChange TUpDownEditSessionReopenAutoStallEditLeftTopWidthaHeight AlignmenttaRightJustify Increment@MaxValue@MinValue?Value@ MaxLengthTabOrder TUpDownEditSessionReopenAutoIdleEditLeftTop^WidthaHeight AlignmenttaRightJustify Increment@MaxValue@MinValue?Value@ MaxLengthTabOrder TTabSheet UpdatesSheetTagHelpType htKeyword HelpKeywordui_pref_updatesCaptionUpdates ImageIndex TabVisible DesignSize TGroupBox UpdatesGroup2LeftTopWidthHeight}Anchors akLeftakTopakRightCaptionAutomatic updatesTabOrder DesignSize}TLabelLabel12LeftTopFWidthsHeight CaptionAutomatic check &period: FocusControlUpdatesPeriodComboTLabelUpdatesAuthenticationEmailLabelLeftTopWidthHeight Caption/&Email address authorized to automatic updates: FocusControlUpdatesAuthenticationEmailEdit TComboBoxUpdatesPeriodComboLeftTopCWidthbHeightStylecsDropDownListAnchors akTopakRightTabOrder Items.StringsNeverDailyWeeklyMonthly TCheckBoxUpdatesShowOnStartupLeftTopbWidthHeightAnchors akLeftakTopakRightCaption,&Display information about update on startupTabOrderOnClick ControlChangeTEditUpdatesAuthenticationEmailEditLeftTop&WidthHeightAnchors akLeftakTopakRightTabOrderOnChange ControlChangeOnExit"UpdatesAuthenticationEmailEditExit TStaticText UpdatesLinkLeftTop*Width:HeightCaption Learn moreTabOrderTabStop OnClickUpdatesLinkClick TGroupBoxUpdatesProxyGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaption ConnectionTabOrder DesignSizeTLabelUpdatesProxyHostLabelLeft"Top[WidthUHeight CaptionProxy &host name: FocusControlUpdatesProxyHostEditTLabelUpdatesProxyPortLabelLeftTop[Width?Height Anchors akTopakRightCaption Po&rt number: FocusControlUpdatesProxyPortEdit TUpDownEditUpdatesProxyPortEditLeftToplWidthbHeight AlignmenttaRightJustifyMaxValue@MinValue?Anchors akTopakRightTabOrderTEditUpdatesProxyHostEditLeft"ToplWidthHeightAnchors akLeftakTopakRight MaxLength2TabOrderTextUpdatesProxyHostEdit TRadioButtonUpdatesProxyCheckLeftTopEWidthmHeightAnchors akLeftakTopakRightCaption&Use proxy serverTabOrderOnClick ControlChange TRadioButtonUpdatesDirectCheckLeftTopWidthmHeightAnchors akLeftakTopakRightCaption No &proxyTabOrderOnClick ControlChange TRadioButtonUpdatesAutoCheckLeftTop-WidthmHeightAnchors akLeftakTopakRightCaption$&Automatically detect proxy settingsTabOrderOnClick ControlChange TGroupBoxUpdatesOptionsGroupLeftTopWidthHeightQAnchors akLeftakTopakRightCaptionOptionsTabOrder DesignSizeQTLabelUpdatesBetaVersionsLabelLeftTopWidthvHeight CaptionCheck for &beta versions: FocusControlUpdatesBetaVersionsCombo TComboBoxUpdatesBetaVersionsComboLeftTopWidthbHeightStylecsDropDownListAnchors akTopakRightTabOrder TCheckBoxCollectUsageCheckLeftTop1WidthHeightAnchors akLeftakTopakRightCaption!Allow &anonymous usage statisticsTabOrderOnClick ControlChangeTButtonUsageViewButtonLeftTop-WidthbHeightAnchors akTopakRightCaptionView &statisticsTabOrderOnClickUsageViewButtonClick TTabSheetCopyParamListSheetTagHelpType htKeyword HelpKeywordui_pref_transferCaptionTransfer ImageIndex TabVisible DesignSize TGroupBoxCopyParamListGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomCaptionTransfer settings presetsTabOrder DesignSizeTLabelCopyParamLabelLeftTopWidthbHeight5Anchors akLeftakRightakBottomAutoSizeCaptionCopyParamLabel ShowAccelCharWordWrap OnClickCopyParamLabelClick TListViewCopyParamListViewLeftTopWidthdHeightAnchors akLeftakTopakRightakBottomColumnsCaptionPreset descriptionWidthdCaptionAutoWidth( ColumnClickDoubleBuffered DragMode dmAutomatic HideSelection OwnerData ReadOnly RowSelect ParentDoubleBufferedTabOrder ViewStylevsReportOnCustomDrawItemCopyParamListViewCustomDrawItemOnDataCopyParamListViewData OnDblClickCopyParamListViewDblClick OnEndDragListViewEndDrag OnDragDropCopyParamListViewDragDrop OnDragOverCopyParamListViewDragOver OnKeyDownCopyParamListViewKeyDown OnSelectItemListViewSelectItem OnStartDragListViewStartDragTButtonAddCopyParamButtonLeftTop7WidthSHeightAnchors akLeftakBottomCaption&Add...TabOrderOnClickAddCopyParamButtonClickTButtonRemoveCopyParamButtonLeftTopWWidthSHeightAnchors akLeftakBottomCaption&RemoveTabOrderOnClickRemoveCopyParamButtonClickTButtonUpCopyParamButtonLeft!Top7WidthSHeightAnchors akRightakBottomCaption&UpTabOrderOnClickUpDownCopyParamButtonClickTButtonDownCopyParamButtonLeft!TopWWidthSHeightAnchors akRightakBottomCaption&DownTabOrderOnClickUpDownCopyParamButtonClickTButtonEditCopyParamButtonLeftpTop7WidthSHeightAnchors akLeftakBottomCaption&Edit...TabOrderOnClickEditCopyParamButtonClickTButtonDuplicateCopyParamButtonLeftpTopWWidthSHeightAnchors akLeftakBottomCaption Du&plicate...TabOrderOnClickDuplicateCopyParamButtonClick TCheckBoxCopyParamAutoSelectNoticeCheckLeftTopvWidthbHeightAnchors akLeftakRightakBottomCaption7&Announce when transfer settings preset is autoselectedTabOrderOnClick ControlChange TTabSheet WindowSheetTagHelpType htKeyword HelpKeywordui_pref_windowCaptionWindow ImageIndex TabVisible DesignSize TGroupBoxPathInCaptionGroupLeftTopWidthHeight^Anchors akLeftakTopakRightCaptionPath in window titleTabOrder DesignSize^ TRadioButtonPathInCaptionFullButtonLeftTopWidthiHeightAnchors akLeftakTopakRightCaptionShow &full pathTabOrder TRadioButtonPathInCaptionShortButtonLeftTop,WidthiHeightAnchors akLeftakTopakRightCaptionSho&w short pathTabOrder TRadioButtonPathInCaptionNoneButtonLeftTopCWidthiHeightAnchors akLeftakTopakRightCaption Do ¬ showTabOrder TGroupBoxWindowMiscellaneousGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaption MiscellaneousTabOrder DesignSize TCheckBoxMinimizeToTrayCheckLeftTopWidthiHeightAnchors akLeftakTopakRightCaption:&Minimize main window to taskbar status area (system tray)TabOrderOnClick ControlChange TCheckBox&ExternalSessionInExistingInstanceCheckLeftTop-WidthiHeightAnchors akLeftakTopakRightCaption:Open new externally initiated sessions in &existing windowTabOrderOnClick ControlChange TCheckBoxKeepOpenWhenNoSessionCheckLeftTop]WidthiHeightAnchors akLeftakTopakRightCaption6&Keep main window open when the last session is closedTabOrderOnClick ControlChange TCheckBox ShowTipsCheckLeftTopWidthiHeightAnchors akLeftakTopakRightCaption&Display tips on startupTabOrderOnClick ControlChange TCheckBoxShowLoginWhenNoSessionCheckLeftTopEWidthiHeightAnchors akLeftakTopakRightCaptionA&Show Login dialog on startup and when the last session is closedTabOrderOnClick ControlChange TCheckBox SessionTabCaptionTruncationCheckLeftTopuWidthiHeightAnchors akLeftakTopakRightCaption3&Truncate tab titles when they do not fit to windowTabOrderOnClick ControlChange TGroupBoxWorkspacesGroupLeftTopWidthHeightuAnchors akLeftakTopakRightCaption WorkspacesTabOrder DesignSizeuTLabelAutoWorkspaceLabelLeft-Top-WidthzHeight Caption&Default workspace name: FocusControlAutoWorkspaceCombo TCheckBoxAutoSaveWorkspaceCheckLeftTopWidthiHeightAnchors akLeftakTopakRightCaption%&Automatically save workspace on exitTabOrderOnClick ControlChange TComboBoxAutoWorkspaceComboLeft-Top=WidthLHeightAnchors akLeftakTopakRight DropDownCountTabOrderOnClick ControlChange TCheckBoxAutoSaveWorkspacePasswordsCheckLeft-TopWWidthLHeightAnchors akLeftakTopakRightCaption#Save &passwords (not recommended) XTabOrderOnClick ControlChange TTabSheet SecuritySheetTagHelpType htKeyword HelpKeywordui_pref_securityCaptionSecurity ImageIndex TabVisible DesignSize TGroupBoxMasterPasswordGroupLeftTopWidthHeight\Anchors akLeftakTopakRightCaptionMaster passwordTabOrder DesignSize\TButtonSetMasterPasswordButtonLeftTop3WidtheHeightAnchors akLeftakTopakRightCaption&Change master password...TabOrderOnClickSetMasterPasswordButtonClick TCheckBoxUseMasterPasswordCheckLeftTopWidthdHeightAnchors akLeftakTopakRightCaption&Use master passwordTabOrderOnClickUseMasterPasswordCheckClick TGroupBoxPasswordGroupBoxLeftTopjWidthHeight4Anchors akLeftakTopakRightCaptionSession passwordTabOrder DesignSize4 TCheckBoxSessionRememberPasswordCheckLeftTopWidthdHeightAnchors akLeftakTopakRightCaption*Remember &password for duration of sessionTabOrder TGroupBoxSshHostCAsGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomCaption&Trusted host certification authoritiesTabOrder DesignSize TListViewSshHostCAsViewLeftTop/WidthdHeightAnchors akLeftakTopakRightakBottomColumnsCaptionNameWidthdCaptionHostsWidthd ColumnClickDoubleBuffered HideSelection OwnerData ReadOnly RowSelect ParentDoubleBufferedTabOrder ViewStylevsReportOnDataSshHostCAsViewData OnDblClickSshHostCAsViewDblClick OnKeyDownSshHostCAsViewKeyDown OnSelectItemListViewSelectItemTButtonAddSshHostCAButtonLeftTopWidthSHeightAnchors akLeftakBottomCaption&Add...TabOrderOnClickAddSshHostCAButtonClickTButtonRemoveSshHostCAButtonLeftTopWidthSHeightAnchors akLeftakBottomCaption&RemoveTabOrderOnClickRemoveSshHostCAButtonClickTButtonEditSshHostCAButtonLeftpTopWidthSHeightAnchors akLeftakBottomCaption&Edit...TabOrderOnClickEditSshHostCAButtonClick TCheckBoxSshHostCAsFromPuTTYCheckLeftTopWidthdHeightCaption&Load authorities from PuTTYTabOrderOnClickSshHostCAsFromPuTTYCheckClickTButtonConfigureSshHostCAsButtonLeftTopWidth}HeightAnchors akLeftakBottomCaption&Edit in PuTTY...TabOrderOnClickConfigureSshHostCAsButtonClick TTabSheetIntegrationAppSheetTagHelpType htKeyword HelpKeywordui_pref_integration_appCaption Applications ImageIndex TabVisible DesignSize TGroupBoxExternalAppsGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionExternal applicationsTabOrder DesignSizeTLabelPuttyPathLabelLeftTopWidthHeight CaptionPuTTY/Terminal &client path: FocusControl PuttyPathEditTLabelPuttyRegistryStorageKeyLabelLeftTopWidth^Height CaptionPuTTY registry &key: FocusControlPuttyRegistryStorageKeyEditTHistoryComboBox PuttyPathEditLeftTop&WidthHeightAnchors akLeftakTopakRightTabOrderOnChangePuttyPathEditChangeOnExitPuttyPathEditExit TCheckBoxPuttyPasswordCheck2LeftTopSWidthaHeightAnchors akLeftakTopakRightCaption5&Remember session password and pass it to PuTTY (SSH)TabOrder TCheckBoxAutoOpenInPuttyCheckLeftTopWidthaHeightAnchors akLeftakTopakRightCaption)Automatically &open new sessions in PuTTYTabOrderTButtonPuttyPathBrowseButtonLeft/Top$WidthKHeightAnchors akTopakRightCaption B&rowse...TabOrderOnClickPuttyPathBrowseButtonClick TCheckBoxTelnetForFtpInPuttyCheckLeftToplWidthaHeightAnchors akLeftakTopakRightCaption/Open &Telnet sessions in PuTTY for FTP sessionsTabOrder TStaticTextPuttyPathHintTextLeftTop=WidthqHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption &patternsTabOrderTabStop THistoryComboBoxPuttyRegistryStorageKeyEditLeftTopWidthjHeightStylecsDropDownListAnchors akLeftakTopakRightTabOrderOnChange ControlChange TTabSheet NetworkSheetTagHelpType htKeyword HelpKeywordui_pref_networkCaptionNetwork ImageIndex TabVisible DesignSize TGroupBoxExternalIpAddressGroupBox2LeftTopWidthHeightAnchors akLeftakTopakRightCaption&Incoming FTP connections (active mode)TabOrder DesignSizeTLabelLocalPortNumberRangeLabelLeftTopxWidthHeight Caption TRadioButtonRetrieveExternalIpAddressButtonLeftTopWidthiHeightAnchors akLeftakTopakRightCaption7Retrieve the external IP address from &operating systemTabOrderOnClick ControlChange TRadioButtonCustomExternalIpAddressButtonLeftTop-WidthiHeightAnchors akLeftakTopakRightCaption'Use the &following external IP address:TabOrderOnClick ControlChangeTEditCustomExternalIpAddressEditLeft-TopCWidthHeightTabOrderOnClick ControlChange TCheckBoxLocalPortNumberCheckLeftTop^WidthiHeightAnchors akLeftakTopakRightCaptionLimit listening &ports to:TabOrderOnClick ControlChange TUpDownEditLocalPortNumberMinEditLeft-TopuWidthRHeight AlignmenttaRightJustifyMaxValue@MinValue @Anchors akTopakRightTabOrderOnChange ControlChangeOnExitLocalPortNumberMinEditExit TUpDownEditLocalPortNumberMaxEditLeftTopuWidthRHeight AlignmenttaRightJustifyMaxValue@MinValue @Anchors akTopakRightTabOrderOnChange ControlChangeOnExitLocalPortNumberMaxEditExit TGroupBoxConnectionsGroupLeftTopWidthHeight5Anchors akLeftakTopakRightCaption ConnectionsTabOrder DesignSize5 TCheckBoxTryFtpWhenSshFailsCheckLeftTopWidthiHeightAnchors akLeftakTopakRightCaption1When SFTP connection is &rejected, knock FTP portTabOrderOnClick ControlChange TTabSheetPanelRemoteSheetTagHelpType htKeyword HelpKeywordui_pref_panels_remoteCaptionRemote ImageIndex TabVisible DesignSize TGroupBoxPanelsRemoteDirectoryGroupLeftTopWidthHeightcAnchors akLeftakTopakRightCaption Remote panelTabOrder DesignSizecTLabelRefreshRemoteDirectoryUnitLabelLeftPTopEWidthHeight Captions ShowAccelChar TCheckBoxShowInaccesibleDirectoriesCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionShow in&accessible directoriesTabOrderOnClick ControlChange TCheckBoxAutoReadDirectoryAfterOpCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption=Auto&matically refresh directory after operation (Ctrl+Alt+R)TabOrderOnClick ControlChange TCheckBoxRefreshRemotePanelCheckLeftTopEWidth HeightAnchors akLeftakTopakRightCaptionRefresh remote panel &everyTabOrderOnClick ControlChange TUpDownEditRefreshRemotePanelIntervalEditLeftTopCWidthKHeight AlignmenttaRightJustify Increment@MaxValue< @MinValue@ MaxLengthTabOrderOnChange ControlChange TTabSheetPanelLocalSheetTagHelpType htKeyword HelpKeywordui_pref_panels_localCaptionLocal ImageIndex TabVisible DesignSize TGroupBoxLocalPanelGroupLeftTopWidthHeightcAnchors akLeftakTopakRightCaption Local panelTabOrder DesignSizec TCheckBoxPreserveLocalDirectoryCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption,Do not &change state when switching sessionsTabOrderOnClick ControlChange TCheckBoxSystemContextMenuCheckLeftTopEWidtheHeightAnchors akLeftakTopakRightCaptionUse &system file context menuTabOrderOnClick ControlChange TCheckBoxDeleteToRecycleBinCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption&Delete files to recycle binTabOrderOnClick ControlChange TTabSheetLanguagesSheetTagCaption Languages ImageIndex TabVisible DesignSize TGroupBoxLanguagesGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomCaption LanguagesTabOrder DesignSizeTLabelLanguageChangeLabelLeftTopuWidthHeight Anchors akLeftakBottomCaption%Changes will apply on the next start. ShowAccelChar TListView LanguagesViewLeftTopWidthdHeightRAnchors akLeftakTopakRightakBottomColumnsAutoSize DoubleBuffered HideSelectionReadOnly RowSelect ParentDoubleBufferedShowColumnHeadersTabOrder ViewStylevsReportOnCustomDrawItemLanguagesViewCustomDrawItem OnSelectItemListViewSelectItemTButtonLanguagesGetMoreButtonLeftToppWidthdHeightAnchors akRightakBottomCaption Get &more...TabOrderOnClickLanguagesGetMoreButtonClick TTabSheetEditorInternalSheetTagHelpType htKeyword HelpKeywordui_pref_editor_internalCaptionInternal editor TabVisible DesignSize TGroupBoxInternalEditorGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionDisplayTabOrder DesignSizeTLabelLabel9LeftTop/WidthGHeight Caption&Tabulator size: FocusControlEditorTabSizeEditTLabelLabel11LeftTop_WidthUHeight CaptionDefault en&coding: FocusControlEditorEncodingCombo TCheckBoxEditorWordWrapCheckLeftTopWidthHeightAnchors akLeftakTopakRightCaption&Wrap long linesTabOrderOnClick ControlChange TUpDownEditEditorTabSizeEditLeftTop@WidthHeight AlignmenttaRightJustifyMaxValue@MinValue?Anchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChange TComboBoxEditorEncodingComboLeftToppWidthHeightStylecsDropDownListAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChange TGroupBox FontGroupLeftTopWidthHeightvAnchors akLeftakTopakRightCaptionFontTabOrder DesignSizevTLabelEditorFontLabelLeftTopWidthHeightWAnchors akTopakRightAutoSizeCaptionEditorFontLabelColorclWhite ParentColor ShowAccelChar Transparent OnDblClickEditorFontLabelDblClickTButtonEditorFontButtonLeftTopWidthHeightAnchors akTopakRightCaption&Select font...TabOrderOnClickEditorFontButtonClickTButtonEditorFontColorButtonLeftTop1WidthHeightAnchors akTopakRightCaption &Text colorTabOrderOnClickEditorFontColorButtonClickTButtonEditorBackgroundColorButtonLeftTopPWidthHeightAnchors akTopakRightCaptionDefault &backgroundTabOrderOnClick EditorBackgroundColorButtonClick TTabSheetFileColorsSheetTagHelpType htKeyword HelpKeywordui_pref_file_colorsCaption File colors ImageIndex TabVisible DesignSize TGroupBoxFileColorsGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomCaption File colorsTabOrder DesignSize TListViewFileColorsViewLeftTopWidthdHeight3Anchors akLeftakTopakRightakBottomColumns ColumnClickDoubleBuffered DragMode dmAutomatic HideSelection OwnerData ReadOnly RowSelect ParentDoubleBufferedParentShowHintShowColumnHeadersShowHintTabOrder ViewStylevsReportOnCustomDrawItemFileColorsViewCustomDrawItemOnDataFileColorsViewData OnDblClickFileColorsViewDblClick OnEndDragListViewEndDrag OnDragDropFileColorsViewDragDrop OnDragOverListViewDragOver OnKeyDownFileColorsViewKeyDown OnSelectItemListViewSelectItem OnStartDragListViewStartDragTButtonAddFileColorButtonLeftTopQWidthSHeightAnchors akLeftakBottomCaption&Add...TabOrderOnClickAddEditFileColorButtonClickTButtonRemoveFileColorButtonLeftToppWidthSHeightAnchors akLeftakBottomCaption&RemoveTabOrderOnClickRemoveFileColorButtonClickTButtonUpFileColorButtonLeft"TopQWidthSHeightAnchors akRightakBottomCaption&UpTabOrderOnClickUpDownFileColorButtonClickTButtonDownFileColorButtonLeft"ToppWidthSHeightAnchors akRightakBottomCaption&DownTabOrderOnClickUpDownFileColorButtonClickTButtonEditFileColorButtonLeftpTopQWidthSHeightAnchors akLeftakBottomCaption&Edit...TabOrderOnClickAddEditFileColorButtonClickTPanel LeftPanelLeftTopWidthHeightAlignalLeft BevelOuterbvNoneTabOrder DesignSize TTreeViewNavigationTreeLeftTop WidthtHeightAnchors akLeftakTopakRightakBottomDoubleBuffered HideSelectionHotTrack IndentParentDoubleBufferedReadOnly ShowButtonsShowRootTabOrderOnChangeNavigationTreeChange OnChangingNavigationTreeChanging OnCollapsingNavigationTreeCollapsingItems.NodeData  6 EnvironmentX2 InterfaceX,WindowX2 CommanderX0 ExplorerX2 LanguagesX,PanelsX6 File colorsX,RemoteX*LocalX,EditorX>Internal editorX0 TransferX0  DragDropX4  BackgroundX,ResumeX.NetworkX0 SecurityX.LoggingX6  IntegrationX8 ApplicationsX0  CommandsX. StorageX.UpdatesXTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionHelpTabOrderOnClickHelpButtonClickTPanelComponentsPanelLeftTopWidth!Height2AlignalBottom BevelOuterbvNoneColorclWindowParentBackgroundTabOrder TPopupMenuRegisterAsUrlHandlerMenuLeft8Top TMenuItemRegisterAsUrlHandlerItemCaptionRegisterOnClickRegisterAsUrlHandlerItemClick TMenuItemMakeDefaultHandlerItemCaptionMake WinSCP &default handler...OnClickMakeDefaultHandlerItemClick TMenuItem!UnregisterForDefaultProtocolsItemCaption UnregisterOnClick&UnregisterForDefaultProtocolsItemClick TPopupMenuAddCommandMenuLeftTop TMenuItemAddCustomCommandMenuItemCaptionAdd &Custom Command...OnClickAddCustomCommandMenuItemClick TMenuItemAddExtensionMenuItemCaptionAdd &Extension...OnClickAddExtensionMenuItemClickTPF0 TProgressForm ProgressFormLeftTop#HelpType htKeyword HelpKeyword ui_progress BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Operation ClientHeight# ClientWidthhColorclWindow ParentFont OldCreateOrder PopupModepmAutoPositionpoOwnerFormCenterOnHideFormHideOnShowFormShow DesignSizeh# PixelsPerInch` TextHeight TPaintBoxAnimationPaintBoxLeftTop Width Height TPanel MainPanelLeft2TopWidth.HeightDAnchors akLeftakTopakRight BevelOuterbvNone ParentColor TabOrder DesignSize.DTLabel PathLabelLeftTopWidthHeight CaptionFileX: ShowAccelChar TPathLabel FileLabelLeft8TopWidthHeight IndentHorizontalIndentVerticalAlignalNoneAnchors akLeftakTopakRightAutoSizeTLabel TargetLabelLeftTopWidth$Height CaptionTarget: ShowAccelChar TPathLabelTargetPathLabelLeft8TopWidthHeight IndentHorizontalIndentVerticalAlignalNoneAnchors akLeftakTopakRightAutoSize TProgressBarOperationProgressLeftTop*Width.HeightAnchors akLeftakTopakRightParentShowHintShowHint TabOrderTPanel TransferPanelLeft2TopKWidthBHeight?Anchors akLeftakTopakRight BevelOuterbvNone ParentColor TabOrder DesignSizeB?TLabelStartTimeLabelLeftXTopWidthAHeight AlignmenttaRightJustifyAutoSizeCaption00:00:00 ShowAccelCharTLabel TimeLeftLabelLeftXTopWidthAHeight AlignmenttaRightJustifyAutoSizeCaption00:00:00 ShowAccelCharTLabelTimeLeftLabelLabelLeftTopWidth-Height Caption Time left: ShowAccelCharTLabelCPSLabelLeftTopWidthAHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption0 KB/s ShowAccelCharTLabelTimeElapsedLabelLeftTopWidthAHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption00:00:00 ShowAccelCharTLabelBytesTransferredLabelLeftXTopWidthAHeight AlignmenttaRightJustifyAutoSizeCaption0 KB ShowAccelCharTLabelLabel3LeftTopWidthBHeight Anchors akTopakRightCaption Time elapsed: ShowAccelCharTLabelStartTimeLabelLabelLeftTopWidth3Height Caption Start time: ShowAccelCharTLabelLabel4LeftTopWidthYHeight CaptionBytes transferred: ShowAccelCharTLabelLabel12LeftTopWidth"Height Anchors akTopakRightCaptionSpeed: ShowAccelChar TProgressBar FileProgressLeftTop%Width.HeightAnchors akLeftakTopakRightParentShowHintShowHint TabOrderTPanel ToolbarPanelLeft2TopWidth.HeightAnchors akLeftakBottom BevelOuterbvNone ParentColor TabOrderTTBXDockDockLeftTopWidth.Height AllowDragColorclWindow TTBXToolbarToolbarLeftTopDockModedmCannotFloatOrChangeDocksDragHandleStyledhNoneImages ImageListParentShowHintProcessShortCuts ShowHint TabOrderColorclWindowTTBXItem CancelItemCaption&CancelX ImageIndexShortCutOnClickCancelItemClickTTBXItemSkipItemCaption&Skip this file ImageIndex OnClick SkipItemClickTTBXItem MinimizeItemCaption &Minimize ImageIndexShortCutMOnClickMinimizeItemClickTTBXItemMoveToQueueItemCaptionProceed in &Background ImageIndexShortCutBOnClickMoveToQueueItemClickTTBXSubmenuItemCycleOnceDoneItemCaption Once Finished DropdownCombo Hint-Action to perform once the operation finishes ImageIndexShortCutFOnClickCycleOnceDoneItemClickTTBXItemIdleOnceDoneItemCaption&Παραμονή σε αδράνειαChecked ImageIndex RadioItem OnClickOnceDoneItemClickTTBXItemDisconnectOnceDoneItemCaption(&Αποσύνδεση συνεδρίας ImageIndex RadioItem OnClickOnceDoneItemClickTTBXItemSuspendOnceDoneItemCaption%Αναστολή Υπολογιστή ImageIndex RadioItem OnClickOnceDoneItemClickTTBXItemShutDownOnceDoneItemCaption+Τερματισμός Υπολογιστή ImageIndex RadioItem OnClickOnceDoneItemClickTTBXComboBoxItemSpeedComboBoxItem EditWidthnHintSpeed limit (KB/s) ImageIndexShortCutS OnAcceptTextSpeedComboBoxItemAcceptTextOnClickSpeedComboBoxItemClick ShowImage OnAdjustImageIndex!SpeedComboBoxItemAdjustImageIndex OnItemClickSpeedComboBoxItemItemClickTPanelComponentsPanelLeftTopWidthhHeightnAlignalBottom BevelEdges beTop BevelKindbkFlat BevelOuterbvNoneTabOrderTTimer UpdateTimerEnabledOnTimerUpdateTimerTimerLeft(Top TPngImageList ImageList PngImages BackgroundclWindowNameCancel operation PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp sa~IDATxڥ=K@Kb "Zď~Dͥ]t{\CGd"`t"K6ѡ!pCDXf1-o{NHZի~X_Q<~FvӿJ*NDz6YvnBaË}*CT!rA2 @n=0 ζ88&Dm,)kas^Z" I,j F!HBIʖ3qfN(:2@ IDATxcd00H O0a0jO.IENDB` BackgroundclWindowNameOnce Finished - Stay Idle PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp kK IDATx}]HSa|:u-ݔ *袠. .r^楤tXMtS(hn:99VS<}y9Gx5:%}D"iE&nձENbV֊n^iUR.cdͨǧ/`F ! 8f Z;05mbr"oc%?|/jI([HYVx><^Z-Oİu8;i ձMŀCjDOlg[ Ch*[Ҳe^Ysx#cx}ćh&S؄aAe} qYg.t=x3|,/M,µe$E=%>7!noQpΓ_L/jQ"Gܥ ?0>O-qs:Hz'Jq}4~ A[֣BRjg$ R:&&9M`R֪R1Rd@2\Id{k8`8շ#j={kbt rV[|#{!W*9* 8i568-`Q]ݪeDZjM-K IENDB` BackgroundclWindowNameOnce Finished - Disconnect PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp N IDATxڅ_HSQm6FVswV K(&AFT=>A !^N%Et:jmwa65q~p~ضaׁH""$>ӑgZItEADLJN+(]q^@f7Mqh1UXt(v3Aءm$[\a ?zRJ+j7xx)դXqPvĪ9Ytއ 2:bJ F/c`vC(/Kyrݒ,^" # -a#6*>Uq!%>QC YG=j.Sne8|ġOԎou`|Xƪc3Z(vhANc^'YsGji$Zĩ1 bEdI'tijijxk428'R 3BJZ@1(eYgv]n䰛a|[&?|f0P~CFג+D ]SL6]$9Q^&I 90QYȚzK&7P8+*L7? B*;N([UՖ),IENDB` BackgroundclWindowNameOnce Finished - Shut Down PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp m$IDATx}iHTQo7m}T+4B""A4hC-" #3(?J"dˇ(jcj3㘚7H 9sVҠ ΣH"OLFEI|1jDI jjE [ɒ (&97qb+@9ݧ֪r ;@Icl%q8"7_F8w;3T8z)b mG@) bȧ!9 c0l$ Oxy AQ/,xo(6rq7gU i,jBCQh 1Y,A67=C1d5x`'ˢ@OxDzghXllUD!Z%{+BzoM( ?{ kc`|vru5emQ1 w:LH{܏Q-Ǎx݇#ڂjt|O/C "VQ,ȵW/a5#~:~a{ڊt+aãH !T}S\ 912PD;+Lg32;XGv@ג^@ac'@TݍCm1z%QePťmh2.՝ΥEjLS./X\JBi)5{ Ƈg* QaIENDB` BackgroundclWindowNameOnce Finished - Suspend PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp cIDATxcdUl L1(|9 g`pNO>`sIr2biA6.&V&+RcQtϙ?ɓ'n޸~~fVtFp p0vq q)2 m>kC\t8CbR r,rb-<|=0'= FU<,L*  ۖ,f8v(É ar*\{ |Q #;޾[MQax0 >ɋ0$e% &f, !0peG>$MǠ:#qVUs { ?-6ր))).N@EVy-C߼ =g C80"T 60g~PBIENDB` BackgroundclWindowName Speed Limit PngImage.Data @ PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp )6IDATx]kHQ3qz7}jJ)$fT"!&Vm=w >k*)cwggvNw'w0s?0Xf昖G+X!3J1Ay17::g_fRoLjd8ϚhXbD1XsOH;yȐrppPXĉ放$)dE#~dnU| n_B`/lJN9l `@">C2P"r>h{Zdd0hc/ t٠F V(!E!I{sԃ{{*F1;sw_/*-ֶ0$yVFP=HՁio֟ ]7]EckGkhؑnytOH@A~R-DG@xP{u^>R C!|OU`l||*Rxe!Ew?}Jeo/VNǎ,9]EŃ׼BCkNhQ$aTBEH :IDATxڕMKQɈժȰ-\TD& EXZ}(+DH*تV PgNw~ A 5 G>FŅDBZuHfȱfwH%ëɵFi.mbzEE֛KȠꍟ rJ kdEm'B8 ~5u~ b RoV15k" V@IENDB` BackgroundclWindowNameUpload in Background PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp &IDATxcd͜_Cvz#>RcQ_?0CH6ۃa=pC5a dVFbldpvgEH gعl5`p9o&; c 0sG1Co-xYF_YdVAV ÐkK! 0zh3333lp/#F!W<d۱wQ Nf |sL ;¶ :~?@N0y!3G?g$R ;ZirmIENDB` BackgroundclWindowNameSkip PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp >а\IDATxڥKaƟ4~9d{PP"VTKb!пM 'X -nSGyyo ݝz3}sls][Vbm^Zg,f,/ƐA~AkTRFHWѦ-5q,Dְ>7`3yGK-yB-JKNlvf$мVO~|!{A](V cyve|PC"G L%te(ʪ0dlzaBt5*ؙ=X4J"40 bC |rj\4+/ BIENDB` BackgroundclWindowNameDelete in Background PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp 6%IDATxڕ=,aU?5+Z DPA tPb1X-I| 4D|\iTz*msw^+V=}{ E8KD H1@o.;A(JkfJކk>!ߛ!rP` sgX6G L.'%[YYV3FGzŴiB+sXۅ֔+tbWc7E&toͷKnTxd<@봣E4XSxNX^agix3 t6G 40 { X''/a𵴼+3%1>!\K,`GD0"EQ@90$le<96n٘V.P!E |C`bt}.XqU%"Hoyc Iʡ4k潔v~Q=IENDB`Left(TopBitmap TPngImageList ImageList120HeightWidth PngImages BackgroundclWindowNameCancel operation PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp /@IDATxڵJ@PE)J| -/Z<kjU(zu)Է"bP463Φm u!~nD$:oo"aahF3>*׉0V- !C{Q O78w$V '"ǭS0ˣN ;amŏwPF :7U3L8,P0XKЫf1& k HwRa6 I$IDATxcd2`5pAjJ̠T򨁣@HIENDB` BackgroundclWindowNameOnce Finished - Stay Idle PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp yIDATxڍ[hUmg6] " y Z m`}`%ڗ ZR(JT,i4&d3xm!\} /QU=&qBPWƾF$IgJf#IA5(%** ޱWwi4oe"q#Rp"R/dY*JW=( /kHԇҜM'`plgI/yŊփcxc;2\gWJ~ ܗMRjL9lCZWƕI Mσˆ ,&ZD8{8ښą\ug<|bJm\ 9ւ>ю@{b^u|9/~D٨bl SgbkSe- w=j,zRF]_OȰghO!圆UEزXΟDanjR"8C >ySsI<%̸x &}\h kT{-:J+;Ey-Uǹ)s]dBCR*XScaڽY1hhp[#9jTAOQȚۀ* x,T茮WX'DAkPixszY a3_>㖁a<{2!G'IPaKNDRz_IENDB` BackgroundclWindowNameOnce Finished - Disconnect PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp &y~IDATxڝ_h[UǿԤIi5,aCP|)>>E@qEE@Й(CجUiZצY7g='[뺦x;w߿pؿ3>Naǡ Νp-ut niTx$}gd1Y?'Z1?J{OA/uv mj0sxjwgPR0/SI(b,ÁQF=:+d /S=a|cfgd#_pF!`)#waSݮ*j=َ:t'Ϧ*no#|-ޕ@؋C3xeCհ:[b{} F |Q6|C3i=Wԝ1u({o,< KC ÿ R]}u,"#q7>#%~8[)ǿxtm?mGo vXIDATxڍ Le͞]hEhiB UڈZ#IVxTDZFD4hӃ +JZ9727T 4L;} k{gBD+SU5MUaeLQ/򁧧kG 'ꘓĘP! iZ0R%OļG3;4YVFU4UP/LI8)A I[.qUFⰇme;<]5) ]u~jBEXpQ a"JIom&T6,7e8vArb}<" :6]`_wl/;EOzު32lqm4vDl~c/ 70b-ߩC],NDf6D+#05B|{ aXaib]5uڀ;(i*z|5%/ti:@G_D#2Džsw:$K Hfk[8g.. n$i%4Sw@}*o,e9|CJ7+<fRѓ!Fx9DO ؊vC\/7g. YCn 6繰2('];ut@wKjV81N=*l_𝨈ѫ @&CIENDB` BackgroundclWindowNameOnce Finished - Suspend PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp IDATxڕ]LW "$j)MxQ_4*T}Ml44Z%&(mb*~VCLݶjAfWٙ{{g[)œI=wl`uTsk8.n #/&$˒BA(a01G3In78P' 3\^+S0=|14-c4]'uwJV_CuЭ^|'[kE:)W &,`Y<Æ(ÙTb o }V0UT0Pw(qG$LHmwG|03EHaXC . 6w[E!]%!L?ҺŴ~v8ZӢ2;$l 14%XZFSy11O5t.C P[?eL|{+g1dȦG ,BӴhNe6T[oP3͝۱3t{aX'@,|c9ŃD-V,)[3{yV8=rT<8x6 clv %Ʋ,up)r?x:jO2XMqа .Bԋ?t<ZWkk9Ӹ?2.KhJnn#1m['q@Ut@9+Kd\?PpPui/߽ǕwDbhI0[Qz~W# )m1-|u,_V4hJ@ͫZ3Rɮ0kz!OqlA_)m+"ӽU d肘X1p 옿 Lf5lIENDB` BackgroundclWindowName Speed Limit PngImage.Data $ PNG  IHDR pHYs+iTXtXML:com.adobe.xmp IDATxڭmLSg޶ޅn1Y {* 4fn,A鶌/֥ut i@6d&nsfmo{[z^h}ܜ9P ^ R5ÑR0ijcdt]ږ 'YӁtё1VVK?D fEG[7MMMwNew̅4Mi?π} 88Gػzmk>13_ϕortS{g5E؟?Y']ގ"0K׺V\H| +Piă.]FYb{6ȤqXC2 = $۹XЛ$ _zp1ٓ0aj9PJ"[Ձ]W?/ِW`1ט @ $W}grC Y Ol@]8<єs4}VR*Μ[ \DJ8Ug}[n7u-GO{u.Sq.O|npJa{WfݛyK5/y~8)C=a'r3^h9(&|&55 ];3hwvv l6zn__QVFhZF ::J mmdxzF]_KZFPH ŧjIDATxڥkPǿ/8שtʮ "ʼnna@9trz]+E? kIDATxڥOHQǿofU'-С' "HK#f(kD7oH!().aւXf$$ݝUgwggݙ}讚<o=#(S!ZmZMnWǧ Vq1<ΟHpJ  !tm/b۝7RFnǙ ߎaEܜۮ5"˲hqm~#j+kx*hR jD툗'1r"3u:(8Vମ-8;#EWk|pT ,arZ&:F#% ו7SEns1lKE ن% kaT -voφC/X*V(@[kdx M=AuCeGX áO-kLgd sF 59:@]1R$/o׿u-I% ,zh5T\71T) JUp2N(b`vhX:YIENDB` BackgroundclWindowNameSkip PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ]sSIDATxڭ+aowhU)(QԺ{^b/"6ܔ\$=n7EyY/,v^3+/ˌ5򭩙74c ߪ:w{jsE5 Vaw5 jsC40}msC*HjhGkBk-#Z\K5l LI -T䵁@6iP.A c;l! e4l]wz 5-B$ wcX[>-Ns ?Gg6G{b7TSE|= z!w$`yP~jG*' +XQjZJy mJQH y"{mCR6.L/"ri7EHSb>yPo'hKxɲ5A· q1|HCk_h|gn?n|fsIENDB` BackgroundclWindowNameDelete in Background PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ކIDATxcd >_ƿ,,L1X_ًW0 3bUn{7 gddd" d BᏥ+V񹈕AI^ CԈdA^s0ׂ $׋LL ژ.ċ8]HacDzdirP\ ]E Btמb% AݯecĻp2y r ^g I PG0|{ʆh0ܯa__?Uyrݛo~8]sxB EOx/a`B0{aN$={wlf6dxE=$cD/#_)InϿ ,@c$P"Tw~_^gbƺAE0_maPVf??~anIENDB`LeftTopBitmap TPngImageList ImageList144HeightWidth PngImages BackgroundclWindowNameCancel operation PngImage.Data bPNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp dn?IDATxڽn@g45=V |@=aYU37" Gh8s*Nmìc6n (e3k0͇7c ~Y{W+ޮ wVMtޮi4N5꒒`yC )h:und8 ヽ3#/xxb49#%79~PTJa - <~P!H*eb4%&]7G6JJ&ft&@ RIk(Qa!a8z.%HSh+K 2Hm$x4|rAs$Plac@:dqDqE#DEu]1rt<zWSMd*DQ-[xR+e' JJ j VG߶k ! JsI)HWB>s%afeYxVR)Ujƒ pD >_4fgػBVyr?z. jȌENAIENDB` BackgroundclWindowNameMinimize PngImage.Data KPNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp (IDATxcd1``ԂQ Ƃ4sxZ@U0j  uv&IENDB` BackgroundclWindowNameOnce Finished - Stay Idle PngImage.Data c PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp c@IDATxڕV[hUΙٙd/ͮMsiF! , y⃗Ҥ"Uh<̓ZD6 !*`"D+lb^;{33ɦv~|=;`.wP !<!xW<=GB.%Dpʪq8%@eMil%4;j"|P<.wjBs/땵1MPK}[^]2ViN\\<4J)]6~%s?YnehpoHEHb1ŭrέp> ucFe {/494'B*㇙86aۘG6a4IP@[yo8ZSU~$GO2k1-FF[|S=|5^TJ(f12NEfI[Fp4yxt^]@xio(B\ѳ' Z _IDATxڥUmL[U~ϹҖ~BA:u.3_g%h61?_D0YLHE3e $n"ls/QCUϏ6yy _(+sFãkমéPCN+s- Zi~;pZU'`Yh'FW̨ Ws CfBѼ>IU#%f` 88q? - V ngdh'ˊ72PJ ӗy/p3ٔNI#$}LzT)yМqX3j`0+2p\nASwNmhfduPY}S^.BRN!},9 -(f߻pD2VqSu?L4w3m#]/{ܪY`W%kwTiwO[遚 Q\,*e.ڋ:au2<'!yt'$~ ,ݭS&xuӽw"wMNB0 4ES2JONGStlo}g8 yIiIDATxڕkLSg紧B/P: / 2j%N6qn¢q*%ۗ9 ͈$p\4YD"(msԨҽڼmy) w~߀a7x"R;"NɎf<#*IZyn> nd'x0&a+@9fr¦.' L5" ١iBڿ8`CQ"޺t=79wSt#KT8z$&V&@AڇgsH6j&V ]b:m8a^{oT!,&ܿIT kJ=jir%8-L۬hwp (wV[*6QKa @N|yxA]A)|F3lɱXbPKFx* Q} _d#&~"e>*8}Z.f6phQRN%a$vQurEF xkdF(̆Hߕ?kxv/Id4\ 6%R>-Kك=I"ġA؊VApڡ-`>(џa\tu{r̢B6(8J)j"ѷcdZa+;?/q윷; ۾p_>fTY#P4%3R #cd,=L tZlx.%#Х3l<֌U;@=_OyLlL:qr*C=,EԦ/ZKoՂpw|/ZuiJ٬֎;҈`mf ^}ћKѿg \uCY0IdO}kp ,temX.ô ,)6Bc~K`&x*Uu..rX>Ҍ$aoxCroZIöJRqZ?A @Z^l-drx )\B|=;W}^txEa(Raъ(-NDk/h€C`/G{`36 jO1"9ZJ.8D~ F;ܭ"\^OU' dhG2H-(ii/IENDB` BackgroundclWindowNameOnce Finished - Suspend PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ʥR~IDATxڕU{LSg}^ 1̀MZŒs\e–htef``f,Q&3x973D^@% AǣǷ^z;w<.CYjO8RdJ:;idDi,P߱]>$h4yAH^݊B./zGHlzp8 :(Y*pOx\´l{ lx5b)8,ĜՊ*a;JO[PmğݘL;&V aї 1F~%[,8F{!tNܲHUX9 pu \š[w4!>Z$6tNrΡ(Z)]Q;#N9ST%' ?qn}5}}q HbaqA{ѨuXlK6(ʐm?C :8<® =.D3vǬ±HP{}ΈZKJt:IQ7c Q~Tw:. J~W)QmҜ>802S&Bgujfg//Uz)7SUGHm*` 1 .U^s/FO:6s)z+oD-(=~g,/:9= 6룰=֌nk/|l,ٌlɚ|Rv,B'*X$ʐjNvw, apb1A5$3d{mv^D!Iŏ\>i΃;J= dq5M=VnGD]ɱ+h! kShK .G c\c@k0"?@r>״H3x Gѹ|Ъn]0XXiKnI©[}O}8wlO)޿z2՚j 2MeE=VC<\S:$K^d t J||Jހo u= !J6ы=;@WbRꋬo g11l&E;%JC~ K?M9"Ϡ>IENDB` BackgroundclWindowName Speed Limit PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp .eIDATxڵ{LSwǿ}i3L)P5FEZlن([Cdf-E@&\|nZmTJiKK{w-T__=wa$W9X4bM1<<ʎCD^oҖljPU6QrD_ p9E!_B'' %~8 O:e{1Cd\f[۲38!2'$HpP%EG5U'@Ttx'-!1 -qKВ2= ~:Y 'ig< g6@E@X8-EEe\.rsm9 Sw?Y@MHBͩ c1q]{xLӗ+c{mQ(9fHww7gZm~23ZcSbRSdNG+Fp];aP]B%IZ#4ӶиCg [.BW.',J>}?FhV jIDATxڭ_HSQǿ[|$H%( 0’zz )C !|$JE8i .(qnͻ{6vr~s tݮ#E\j{HV8L`4CMp ))I,paH ΔmmV+DɆs4g~R,ۏ;/@CoFVt9a@ӹT@>5x&+ocz$sqaƍ]|x N]椵3of{ Q "*E8:"4}zDκ]^w`03b8' 8Mfs:GMO9,e"$ 'dO\(G\$ێ* 2RM*DlHvq v\ s @cp-Zr850b9.a*oNbk\<[$v4gb#w K" !/ 8*ᱻo4 tqC?TS YtY@fߓgu9faD3!')CPVP5]AMkp eBt98] -/*k^ ;x%Lqނyh)k' U/iɂE;H#y*_#F_0 0%nFiU܎VbRVW0@IENDB` BackgroundclWindowNameUpload in Background PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp 'IDATxڭKSaǿeչMvӍ7& Q!袛^!î 2H)LщNE29Խ3O(g͹yy~|?<2N@KJhknj y;At$q2! h8}} }  D>`A" MBը8Z_RK@ B%GtF=.GkkܞV;۽k%[Wh 0G0RI,y=>'H(ҐPHi{JbE‘qpx<Rz?T) U @YXV:5Mryϰj| EcrWAU֟PRe }YDeK[9vYdD͜u&kGlؑ~/b!#h! ζm w5${@)4d썛cq[nN/բ[B cazDkp2:l=>3~&W3f.2;$sEvt$Mbn?m-@_ UH9\Lje23jeFPTNp5_{_VX* J3TpIK"$5 ~m) P\Q,o,,.y?>6^k*p%X']ko\#._qowF;IENDB` BackgroundclWindowNameSkip PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp (~IDATxc?-#,>k)6*NO>B)D>gb6V֯? d z{0ܵ%d[Rk`d.RYBY,T.K0R[|D݋gmgd"胸ƿ "l /$ڀ܆ǀ YBψ20+p0+1saAQ KB)b#{z% L(2@I0j!v)hv!,8?|pTb0% Z.Ks2}?>d|x\jP?1+7sp#G Q mt8j?$⃄"8QigȈ"(fBWTPjvfTH2+]SAMOY50 "vC}k 2^u8Z vO>( @l_IENDB` BackgroundclWindowNameDelete in Background PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp +yIDATxڭKLQ;3m ą&DL@W&.411>0jԽ F Єt  %qE *}@g:;5-3C=y3>}PKHd"+Ǜ>ᆃ/A(*tR)+`>-H. ĬZ0BTuUFF)T6]ZUii9H6 =@V|Ѧys?:1o3MPy_`=6K80{퀫픩_=Gp|đ")=]g ̋Mcur88\ҁ>f/Cc'$$@=/"R F"k:(he/PWCa.`pν[8q^Z #j6iAlizr:cj;2¯`O +rgw<<wx$"B_DK߸ox*D Xx)%wNnҁ8ZΆx%eP<ݭ]KX?E/zA5. G| 3׺h~s0:%l/,*qd!v_$\T+T*FIc&k^}Xq=DqqAObݲ+UIENDB`LeftTopBitmap TPngImageList ImageList192Height Width PngImages BackgroundclWindowNameCancel operation PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp ǨIDATxjAg-̖^h( E(g@|Ȃ%PD荨Z<ݙ͞"$0?h;7K3#-~ژޚXsoBY^p(t$)#e)unDL]F >3ꦓh/~S)U*- XbH8c~5&@ )!kb᎛ Nφnր1{"+ eHvHO,%(**477 _ܣ>`m [TF/pgi=fޔ(Yph}D`2[yL?ۏ>x . .!+{C;t4ƫ|/rxS'@ej[\,87l<ߗ0;1kv_}3Wa#MXEIENDB` BackgroundclWindowNameMinimize PngImage.Data PNG  IHDR szz pHYsod1IDATx10_4@:.x X 0!HzIENDB` BackgroundclWindowNameOnce Finished - Stay Idle PngImage.Data A PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IDATxڭW{lSUsnmou[ucHLLjKH$>Fg DF>&JЄ ݀) $& AAl}Ͻm/mvڞs"ԶûjjB"T@!7{{. ,J W Yǘ5pf0aaT*H!J>٧TQaryN\-Tsf\* VFخًjzj3:.G(")hrϊ@ucb 9nOQ"^)@zOh;G?g-"lA^.T-0m3yBKP=80 WL*D@Q${ytt T=}hق7Yᓺ2}7 ¡A!ۮ4}j oV. D~docqi˙)EQ3qe{]Xl}58=7愽KQi Z;[-anBـ<h<ʨmt$͑”~麦jZ;{leQVj.eHP91b|ʽ }Ϸ"m'3a]y";.yޑ)sTS6sI.+!MxX=|dO'#2F B5|7VC1`Φko/a,85H 2Ҳh]ĄU_ Xj}:;!TMp>Qx0Ӑ ,Ӏ ŢwЖF!_+8# >sCCŸ{FC13eQ4` J@p bIFCa"~U%"=Ѷeӹ6`ηyIa0ZB}]gY(r?XK{Mc< H[ON(D BLpN$MC'z|p#N3#>_P’Vow^΄wEWVsrGx[U85gy DmDdB0Qq7t\sLU&+!5R P#c 捿EuMN0>7"zUBcEW51yq,&&bc1Ҫmp5 OH" m oZs&O4"J f[{ZhsڇŽ`/̴ٝZFYOu a ڕw7+ش D\@fM vTgQ ɷQDɌhɜQ"p9J)fK~kdRK +K[3N̡ÖE4RҒcQo@W _IDATxڭklUϼgvvݲB[Kl,DQ1Fc"h `&ŨQ-BKP Rl#nynwgyw;}Pvvs ;6ì((C&JI@Q{ ;2+` J}d.f=#0u2udtjװy>-O"H"9"'u]Ef*n)/j#Kw 1e2 _ =ڴ̔)wHIkGMpd"Ap_#9DaCG"bZXo ^?',ߎ/s՝'9*^pߊ܇14sõ/ 6{|{2* |)VgZ{83@zW/eT=pMu`cwM8Q5%RtsTs<( <ѶY2MAHkMV5r~ϋr`iu":g4Xf|hV)%Sd$ON\o]1qFJ,/JN N&)S4&ck©&M4Ԑ7y$`}1/.rRYUx^8svE71 Lp=|?zb;D5ކ[fףY +kgEP"ٍ~6g,N/BwO2sWpus |= ^WwC!:E7C0h  Cbe'@i·mnC}㕐gI-5o"Vւu1wN>2y?o;>~:Xm׼%sAӍ? (1ׂpDr\GDcj'q>0s~AUi>d B~xŞsFנjf.̃>j40RkQOʓx'T/9zB1pB X"4݊BD6Nuz!XwK-7dY, 1q88a$(L#Ni]e p_FӤ_QdٹRZ\ʂ"A'h8'jBqpf4rife[c=+}1S5yT8I b6]KhrQ`N+orT1F'A hfAP~Uԏ jX02% GL HO۝5sE1GA5ũ /utXY&ym(]<Je]V՘ި48 Y`(k3m_KK-&=mD8:qcDx $j X#!8ZSZuW<@ p^ۮ}8?Mw1B2]IENDB` BackgroundclWindowNameOnce Finished - Shut Down PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp PeIDATxڭW PTνw]vׂyY2hHkѴh+#Q'h;ITjMZM("&؆`eM4$Teݽ{h"{<9K0]sVLJ5zBEU@2ľwRU}m/f˅Ч9B^EL'8*S ߘJ}.٥TQױ'['8rE["$+5{Q_ڃ~S=[[f 1j1,*sn?KQCЇ6e\^3u?]S56\ n {4/yl"0 0L*cbDQ|nfӄ `GeγB]FnhWu;Jۇt6F 1/To \% 1/\oXf3.EIbAt vئ+~3c)mxgJI€0i9Df<"d\_Fe.zR+lx2#oJɅ:[%IɌ~4=KìQ"Rh۠qCz ><7 hܥea6I1O7\{eV)҃PIVt.~5[sJ'Տ% 2 VN_"FjN b@wwxۿa<)b:t-"Ƴb΋0gdcy#L6b2<=8vb^0w>z ls> %5M۾oJg/pMVJx2i%HM":Dcs2acN\qnÌmr5D,Z:=ީo-޼LƉ1n{A|9"c#ݎ7{tSkF(ns[hy~ 8>"3СWZ}|K{jx>QҫhfʜQγ-F1O`VH,sl臥ٿ`uG1Pk4}բY(MBID[ѫl?SJsz&mHEc`~ihipuͬY>2Vra;}#[G/DbJ&>˗V6,ח^fH!UF6#`&K=~uz)B+f@ P` ႘,KVAJ}up96:8 7er6~vaEI|dᬒ OfǶ n7e]~S3`]V̀P)4!=, .ʊzjS>k 7IENDB` BackgroundclWindowNameOnce Finished - Suspend PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp @kIDATxڭW PTUs݅U E{ ##ScjN#Sj663TVf9giZ$R1Y`w层{ιn`?=-)C!9YD%1  $v[a,B;kQ1{ǩ<}*jC8rϴ ;9'ȅ.aᲁG[CNWTƆx5Lp'Kjc$zǕ:C2Q @ 30Ks|γ:*wVc~ Ve ZJ skԹ ?g%N6:_pvfRkl咶^&)S[c%#圹kk4EW釂l/7K\[w5؝ 2N-(oHR@"\Ծ" FM{FAiAĴv-,c'igLXٿ l XҌ`ҞbҹDŽ ASo(*iQ?. @D /7"OYJm1]um f=b:u&џkҺ"C K7^3ᝠ»z+Aaۯ$n).]XGa,歷xav>z7Z 6~uNm|܈0vē3 q.v`85)*+-*!Fo Kܧ91xw-(_;gfcɻ18lMs>ϔi TՇ1}l+xCdO죓,bs}s VCY0$XK藑< X4VlZR"p)Q2 @*?N'aSf8Hιr*8JAmtlT0h:Af uhŪ2T5 3nW_e*!E7sr?̞t7bK>cdu`G$G$`@06l,vyH=jK+0zYQ=!/"$h",H\CHz* WBl]qr4E9r" &s` XSߟCw:Y@vL…^ (Y!BC5bB`W`-BXrJFrj21wڀUNuX<׷@Ra5}^Ct14 Tãv`=%*~s}VF#X,=xQ:ՅטCz5Ш`"0 /-׀DK>iL:r^@Jy5rl9TܭcSP؋s5n))$[ G3#(da>d,mBXNB_KJ?ݽ)"IENDB` BackgroundclWindowName Speed Limit PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp 2W)IDATxڵW PTDyYlb 4)P\eJ5FLvщ("/EF35hhj4 8F@UPc b }Hٻ;O9WhhL2J̲WTT?9p̗Qѯ Kh 9DAB3 [63D Ba嬙.~9rM3t[o^d׷Mw+>n @=xObRCA9P̟$_9Buu=? @T=P*U3S r<a$`wh zh\q{M&S}k D*Zw(*SPPNC9PX"mfXXZRbHaK#dLf֞]L0Vەڼd([H߽cY.ˢ?F ug5tlLmݕ;u:vy@, Pnc@Ԁh&qƚ`55dp?s,ҢNG2')S;ű(thh CCfJ4"E d$y+"d zB{W]=aÓ֒" )1]j``_Dp5Mj, oE*7QU'~S#G9{ԫjX͂_yy# pRYABfn,W1[R_hZ' vGϧ;@<#ggՂ፵0'0WЕϝbb@ ^0F;ܣ{V/ F!o⽼CW^.-) XuZ-k[P 6/DCՅ4<|[BUq'/Tyt[2 `&σK§({%>>ubj= Sgfcԩy(%@wORF@y4~9D:G@ לZܾ}H=2Jx(7A,k/*O)wSv&`08(8IoUCaƳ08݌fHJ& s`?d"2heol{CC#v$+2e2R`Fy$Hڙb`AFz* A7׃24[J#~Nec=T]F(n-G?Rp=|ﷆĿ8, ;ny:#` z=e! 'g1 YKη& ~5g_Brf E_ NBI\޵yǗ\?8]__[") i;qݿh%d3q;3/#o/ψ#lATbS7W~ V2Sh ˨$dC[S˨uL%\ aK7 4l=8p?uG@M AYY9yR~S\}RیXՋ?j^i HH^nr mI-u{v+||Fyw=~{3HI-2à4W6mܨYnfyxM-_Z,M0LCò־xrVVV Ν#XH.///sLTf欙`HkzqqBaO[[@I#Iv_f 2mtˤ]ƌ\ݬa^h{͛rfNi8p~)p*ӡ8CRv:2\ (IENDB` BackgroundclWindowNameDownload in Background PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IDATxڽ]HQ߳3iXQٯDETDM7]EV֍7^TwIaQ]DBRAAY,eijVϦ39̤~8=KΝB@)---)>g?{vwUȲp8l 1)۷nA]CKI}ݿz,!& @ĸVk"%cM$I(ܲfΰ/(`4t]g_c  6ĄI/B‰ u 6c9 McIIX^wLB/Whvtրzt 29oE"?a@) Duhڵ7})N︇t93ĥhn@'FE#=zM҇X7IՐH뛉uR'!c2*n 24@iW 8 D'F0\I )ĵ)tu[][$5jZ+>g$iq"/FLmܽ|rb/W}R5r WͧƋ'uu-tM}o6b1i+ (4G!0b-ځzZCYYjaP{Qrs WW8(]W#~:. 2NP:=!|Rz7<и8ޗ÷8=p@ m3^n ;pi>w^n!]`^3AF。-RP}ljU^1f!.2 ѩ zA:E ?@0*#(ŧSUk! m#Tkk,W v,&IENDB` BackgroundclWindowNameUpload in Background PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IDATxڽoLeǿO{whK Va ${a!Q!N^B? { M h7KeEEͲ-[6z]{TXG4>-gu3!4mppkeםkpUU !vp/~bWغpbAT ot7fnboy<xY}z7GV-L쨁¦3a Ju]/Y[Mg112nGҸ7uݦALUxuv,ŐmpB 6pg2#38un~ 苸\4˽m$] ?.WPtYå&ȍ^?;Z|XDl =>U'cbj"&h.Dyi嬈V ZD2t2`dhѽhi!nLEqC_5Sn coA%5ᨊf 5ZfJYO6K8%Ǎ=mvHa+k&{mxg 6ÕVʾV!%/!t[6;Xi'PolL&yȵG;?d u͕hg+YU{E:Ifp#zU횬{r^;^9`)RzSiWƺW3,r4B譩t҅O O [ >7nj~J8.vvVjzIENDB` BackgroundclWindowNameSkip PngImage.Data : PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp 1bmIDATx͖KLQi)hB hh PP7*1-@D6|`A )ĵ 4qa" [QP_]BA|ZTwP4.1$l{eh;3tڹP'i&'ws;)G,u+$¶aE4[P^v@D  @:]LQn! Ķ`0nmilHv|ܶea}^xi5CȽO" g_#dZ L5W 2P7&8@X6tkSxWNdvGpQjrWA_ڑ X  8B|]$k#`H H, ,u1~P@0}IG}n'2 (Rl)5xj_"L/%X=. {3paRIv8ҭ pH]>Y [  ]S=/!ן.^y%1I HdNsrԼxt\ wŧSǣSF3@k @BNn놠P=+R}1=i {z Z+JFoFuNzi$,ىyh c!ȕKHMvL*q$ ?RhJ:=587qLGLԖ8lKOYuf`}$[,!DIENDB` BackgroundclWindowNameDelete in Background PngImage.Data w PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp sTIDATxڽKLQ1R B4h6*J&&&5QBƅ ] + +mL(AZwg3C&gZ r7޻tuA}!Y$i albRiR_l9T! wɁeЛt{()./AkhKu,R'~ΌN SNԁԤgr"'la<(dҵS*m@IϻjIgB?{ ɼx (M OBp:H헁Dq-TnԪy P3L{);ԉėb]EgAI pItEnw8!•!ِAq/ج8" NXmY4jw3Ӌ!V: h:-~تpϱc\5u[`` Q*.")r yJZkBQ c qU\P&]@UA^ E 9k @do/:rq@Jt- Fs4֓4P@ŁQ1 .0zR!q\*7_b!GkOu v@qwOfpUE1,yˤ;j=>onr Xbh6Ӭ"lD5a&WE 9CnHIM<lN$&*ޣD 4Ӫ% a%N_]R jIENDB`Left TopBitmap TApplicationEventsApplicationEventsLeftTopTPF0TPropertiesDialogPropertiesDialogLeftTopHelpType htKeyword HelpKeyword ui_properties BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Properties ClientHeight ClientWidtheColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSizee PixelsPerInch` TextHeight TButtonOkButtonLeftcTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrder TPageControl PageControlLeftTopWidthZHeightv ActivePage CommonSheetAnchors akLeftakTopakRightakBottomTabOrderOnChangePageControlChange TTabSheet CommonSheetCaptionCommon DesignSizeRZTBevelBevel1LeftTop/Width@Height Anchors akLeftakTopakRightShape bsTopLineTLabelLabel1LeftTop:Width,Height Caption Location: ShowAccelCharTLabelLabel2LeftTopPWidthHeight CaptionSize: ShowAccelCharTLabelLinksToLabelLabelLeftTopfWidth(Height Caption Links to: ShowAccelCharTBevelBevel2LeftTop}Width@Height Anchors akLeftakTopakRightShape bsTopLineTLabel RightsLabelLeftTopWidth;Height Caption Permissions: FocusControl RightsFrameTBevelGroupOwnerRightsBevelLeftTopWidth@Height Anchors akLeftakTopakRightShape bsTopLineTLabel GroupLabelLeftTopWidth!Height CaptionGroup: FocusControl GroupComboBoxTLabel OwnerLabelLeftTopWidth$Height CaptionOwner: FocusControl OwnerComboBoxTImage FileIconImageLeft TopWidth Height AutoSize TBevelRecursiveBevelLeftTop8Width@Height Anchors akLeftakTopakRightShape bsTopLineTEdit LocationLabelLeftUTop:WidthHeightTabStopAnchors akLeftakTopakRightAutoSize BorderStylebsNoneTabOrderText LocationLabelTEdit FileLabelLeftUTopWidthHeightTabStopAnchors akLeftakTopakRightAutoSize BorderStylebsNoneTabOrderText FileLabelTEdit SizeLabelLeftUTopPWidthHeightTabStopAnchors akLeftakTopakRightAutoSize BorderStylebsNoneTabOrder Text SizeLabelTEdit LinksToLabelLeftUTopfWidthHeightTabStopAnchors akLeftakTopakRightAutoSize BorderStylebsNoneTabOrder Text LinksToLabelTEdit GroupViewLeftUTopWidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNone MaxLength2TabOrderText GroupViewTEdit OwnerViewLeftUTopWidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNone MaxLength2TabOrderText OwnerView TRightsFrame RightsFrameLeftQTopWidthHeightmTabOrder TComboBox GroupComboBoxLeftUTopWidthHeight DropDownCount MaxLength2TabOrderText GroupComboBoxOnChange ControlChangeOnExitGroupComboBoxExit TComboBox OwnerComboBoxLeftUTopWidthHeight DropDownCount MaxLength2TabOrderText OwnerComboBoxOnChange ControlChangeOnExitOwnerComboBoxExit TCheckBoxRecursiveCheck2Left TopBWidth=HeightAnchors akLeftakTopakRightCaption-Set owner, group and permissions &recursivelyTabOrderOnClick ControlChangeTButtonCalculateSizeButtonLeftTopHWidthPHeightAnchors akTopakRightCaption C&alculateTabOrderOnClickCalculateSizeButtonClick TTabSheet ChecksumSheetCaptionChecksum ImageIndex DesignSizeRZTLabelLabel6Left Top Width1Height Caption &Algorithm: FocusControlChecksumAlgEdit TListView ChecksumViewLeftTop(WidthFHeight)Anchors akLeftakTopakRightakBottomColumnsCaptionFileWidthdCaptionChecksumWidthd ColumnClickDoubleBuffered MultiSelect ReadOnly RowSelect ParentDoubleBuffered PopupMenu ListViewMenuTabOrder ViewStylevsReportOnContextPopupChecksumViewContextPopup TComboBoxChecksumAlgEditLeftPTop WidthyHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderOnChangeChecksumAlgEditChangeOnEnter ControlChangeOnExit ControlChange Items.StringsXmd5TButtonChecksumButtonLeftTopWidthzHeightAnchors akTopakRightCaption&Calculate checksumTabOrderOnClickChecksumButtonClick TGroupBox ChecksumGroupLeftTop(WidthFHeight)Anchors akLeftakRightakBottomCaptionChecksumTabOrder DesignSizeF)TLabelChecksumUnknownLabelLeft TopWidthuHeight CaptionChecksumUnknownLabel ShowAccelCharTEdit ChecksumEditLeft TopWidth2HeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFaceReadOnly TabOrderText ChecksumEditTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClick TPopupMenu ListViewMenuLeftTop TMenuItemCopyCaption&CopyOnClick CopyClickTPF0TRemoteTransferDialogRemoteTransferDialogLeft(TopHelpType htKeyword HelpKeyword ui_duplicate BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionRemoteTransferDialog ClientHeight ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize PixelsPerInch` TextHeight TGroupBoxGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomTabOrder DesignSizeTLabel SessionLabelLeft1Top WidthJHeight CaptionTarget &session: FocusControl SessionComboTLabelLabel3Left1Top<WidthbHeight CaptionTarget remote &path: FocusControl DirectoryEditTImageImageLeft TopWidth Height AutoSize TComboBox SessionComboLeft1TopWidthXHeightStylecsDropDownListAnchors akLeftakTopakRight DropDownCount MaxLengthTabOrderOnChangeSessionComboChangeTHistoryComboBox DirectoryEditLeft1TopLWidthXHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChange TCheckBoxNotDirectCopyCheckLeft7TopiWidthTHeightAnchors akLeftakTopakRightCaption#Duplicate via local &temporary copyTabOrderOnClickNotDirectCopyCheckClickTButtonOkButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel Caption ModalResultTabOrderTButton HelpButtonLeftPTopWidthKHeightAnchors akRightakBottomCaptionTabOrderOnClickHelpButtonClickTPF0 TRightsFrame RightsFrameLeftTopWidthHeightmTabOrderOnContextPopupFrameContextPopupTLabel OwnerLabelLeftTopWidth Height Caption&Owner FocusControlOwnerReadCheckTLabel GroupLabelLeftTopWidthHeight Caption&Group FocusControlGroupReadCheckTLabel OthersLabelLeftTop,Width!Height CaptionOt&hers FocusControlOthersReadCheck TSpeedButton OthersButtonTagLeftTop)Width8HeightFlat OnClickRightsButtonsClick TSpeedButton GroupButtonTagLeftTopWidth8HeightFlat OnClickRightsButtonsClick TSpeedButton OwnerButtonTagLeftTopWidth8HeightFlat OnClickRightsButtonsClickTLabel OctalLabelLeftTopDWidthHeight CaptionO&ctal: FocusControl OctalEditTGrayedCheckBoxOwnerReadCheckTagLeft:TopWidth"HeightHintReadCaptionRParentShowHintShowHint TabOrderOnClick ControlChangeTGrayedCheckBoxOwnerWriteCheckTagLeft_TopWidth"HeightHintWriteCaptionWParentShowHintShowHint TabOrderOnClick ControlChangeTGrayedCheckBoxOwnerExecuteCheckTag@LeftTopWidthHeightHint Execute/EnterCaptionXParentShowHintShowHint TabOrderOnClick ControlChangeTGrayedCheckBoxGroupReadCheckTag Left:TopWidth"HeightCaptionRParentShowHintShowHint TabOrderOnClick ControlChangeTGrayedCheckBoxGroupWriteCheckTagLeft_TopWidth!HeightCaptionWParentShowHintShowHint TabOrderOnClick ControlChangeTGrayedCheckBoxGroupExecuteCheckTagLeftTopWidthHeightCaptionXParentShowHintShowHint TabOrderOnClick ControlChangeTGrayedCheckBoxOthersReadCheckTagLeft:Top+Width"HeightCaptionRParentShowHintShowHint TabOrderOnClick ControlChangeTGrayedCheckBoxOthersWriteCheckTagLeft_Top+Width!HeightCaptionWParentShowHintShowHint TabOrder OnClick ControlChangeTGrayedCheckBoxOthersExecuteCheckTagLeftTop+WidthHeightCaptionXParentShowHintShowHint TabOrder OnClick ControlChange TCheckBoxDirectoriesXCheckLeftTopYWidthHeightCaptionAdd &X to directoriesTabOrder OnClick ControlChangeTEdit OctalEditLeft7Top@Width@Height MaxLengthTabOrder Text OctalEditOnChangeOctalEditChangeOnExit OctalEditExitTGrayedCheckBox SetUidCheckTagLeftTopWidthFHeightCaptionSet UIDTabOrderOnClick ControlChangeTGrayedCheckBox SetGIDCheckTagLeftTopWidthFHeightCaptionSet GIDTabOrderOnClick ControlChangeTGrayedCheckBoxStickyBitCheckTagLeftTop+WidthFHeightCaption Sticky bitTabOrder OnClick ControlChangeTButton CloseButtonLeftTopPWidthKHeightCaptionTabOrderVisibleOnClickCloseButtonClick TPopupMenu RightsPopupImages RightsImagesOnPopupRightsPopupPopupLeftTop; TMenuItem Norights1ActionNoRightsAction TMenuItemDefaultrights1ActionDefaultRightsAction TMenuItem Allrights1ActionAllRightsAction TMenuItem Leaveasis1ActionLeaveRightsAsIsAction TMenuItemN1Caption- TMenuItem CopyAsText1ActionCopyTextAction TMenuItem CopyAsOctal1ActionCopyOctalAction TMenuItemPaste1Action PasteAction TActionList RightsActionsImages RightsImages OnExecuteRightsActionsExecuteOnUpdateRightsActionsUpdateLeftTopTActionNoRightsActionCaption &No Rights ImageIndexShortCutN@TActionDefaultRightsActionCaption&Default Rights ImageIndexShortCutD@TActionAllRightsActionCaption &All Rights ImageIndexShortCutA@TActionLeaveRightsAsIsActionCaption &Leave as IsShortCutL@TActionCopyTextActionCaption &Copy as Text ImageIndexShortCutC@TActionCopyOctalActionCaptionCopy as &Octal ImageIndexShortCutO@TAction PasteActionCaption&Paste ImageIndexShortCutV@ TPngImageList RightsImages PngImages BackgroundclWindowName'No rights-preset on permissions control PngImage.Data  PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp }IDATxu[HQnZc%EYiL03%5$$Jz-)ijiꦮ`dQ$e:Lg-Fo8s|}3(,0l-[(@ *z'O un$EF@qq1!%Ű,6Je<$E_&ៀ5R KeBRw +2(D ]4eIO^{ңI/ç `W*%U+lljf D!{-= xݽRv82Muaf55R}gAyMq:>l 0 'J`. >|^_o/odxx!JDb=Oˣ]`?tKBD}Rm(J: B?7#pNh=~Risx]Ӯ`#TP9P?nD, 'd3wTM`[[pAhiѢ!,Rw'mV moG7X <r&wfg%0WAeu-@ B0 .L( ߿zGfF=kTqEO}zLD!" RuPsBW_E3a=죜b=vܩV\[ؗE6 R$g5n{yӢWL;^IENDB` BackgroundclWindowNameDefault rights-preset PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp `{IDATxuMkAǟh^vڤ+R[ *i&hJAO`ExZ֦1/-ZP&m$uggtwc70,2H$ K &YGoE xɴaRzhne@hYD~<"ⲇR҆vmM"]N) T~bI"DWB$%t$o '3ѱ#g~iic%giV՘Hjm;.>pǕZjpb:\VrwvfU|vQEno4L5Ylܮ  `r9eA2|z]K0//ATwCB`bـX&L2si~_6 z|^c8THS7%y5z `%uWA !iѧ5AXF+^H783~ Zv CP CUR wIENDB` BackgroundclWindowNameAll rights-preset PngImage.Data  PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp IDATxu[HTA͵UhwE"H2(eeYJ)%*A=/CBD/Q! ymW%v9gf]f0|cAp-8H V,yf*srr~ak4RHDF'y:_fKI<: %5RGW!{O^;_eSdE!$Ѵo嵵F#/7'uY๣,_QF3 K}ZOx?@ '$\Kל |Թ?4>JTI(Ibc((W_ B~B&*3L~UgDx B(s_ &TdŽ2Dc`5;g)f;Š5MIENDB` BackgroundclWindowNameCopy rights-permissions as text PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp I̮IDATxc?Y3`@A# 8H/#̀X93|'.C}4 JOf%tÀ05@BLay`W3i??lܴ !=%ū73X b,c&+-#@(f2ӒX02bôs F 0MitA  o^IENDB` BackgroundclWindowName Copy rights-permissions as octal PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp sZIDATxc?Y3`@A# 8H/#̀X93~.Cs^4 JOfk9)I >ޞ( `kM6_ 6[ A 0x JK:ˆ'!1̴$f0m\14bd@ć2Y.D= @l\@  :IENDB` BackgroundclWindowName Paste rights PngImage.Data PNG  IHDRa pHYs+iTXtXML:com.adobe.xmp 1iIDATxc?###2G?clϋp^q $ʫ$(Ȼ\+?|·k ?t1|0DO $h`,ʯRsC{3;ivj`$- O ;>c{+ :LAeB7X Ā pAX 8҄i ٹӏuP 8Ԁi- )(̙_| 8Pj?o;|{VZ}5Wtj?~0D2,̴$f=U ]4l Lk\7`GOHp0 .RQـz$=;s3 W^J*IENDB`LefthBitmap TPngImageListRightsImages120HeightWidth PngImages BackgroundclWindowName'No rights-preset on permissions control PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp IDATxڍmL[URZf뚾P NcqhXY7D?L?03n/qn ׬c"]X 1~-ݠHCKiス빷tpO{ysTUE8̼&Y|>_ `ww+54RJ˘-Br;wP(Ti~T*Bjy(`o_P`HUy˷s¼Uޫ[Я}mmmJODžRUB~ָo{BOhTE/lDž?Y962CMn^JLRrk/]gu'bN5@peF/*ɘqG…؝~Ar;[xc(Jf8bwPQUYjj] ܠpNS-zVxغy2`822g6[r9`T` d= ! wf{z.Kpk ܍`so݀Db~:<}wn Y9=Cۭ4jj#0!:@i:d* ׈Xb& <FnėnAD\N *=g̫/T^C Z~|r-p[uDsկ֝زE_f8z/CmmoG,CmA7Q.?n_u+;:yVM'ᒭ=;v'Ŵ-|N$z =@݇L HnA*5 o*SA墿tVXK2M~6PGdښJ%&<ǕImͰv6) r (MʌȄI[ WjKK1?R} UGIENDB` BackgroundclWindowNameDefault rights-preset PngImage.Data  PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ?IDATxڭOA(]H$M[z!48HD41!RME/0QHś' @LC4(>DvΌ>-N;otclo>c"eYt: GK;Nx!s6#HHmAPnǛ=@ DSп# *u5'pr*8~ lTqC>ڰ+|^E6򅳳SI?0mn<{}Wp"0}bܞ\p|^GGI -ΟzHRUw\}BTO^zhGpqq8&P^0f1[ J@GIfht*;>:&I\AA>0fI^H0!PRQQA,+DlW( l2Pf8fӎVBX6OW۴t%2l6Ӆd`2 V y5v{&&h.\__[kmdyyD"4e{Rfd߽R8Ք9jkZ=L-ب̀;=85ecWm3&˱B!PYY$)єy6_pr!2LH]1T#Ljʬvi'C{X TOw\)ӀqItUD跑b0:>aFo?vtt(\AIIENDB` BackgroundclWindowNameAll rights-preset PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp ]BIDATxڍ}lSUƟnv˜u#1D`@Ȃ1G ɢ:dC2!(e?41DMB`٘ݺR͆h"A3t#:xj&oynK8!kppisW]shZE nvXhlE޼E(p1ʪ@L:mye䁀ȏs уLImbey<Ԗo- g`Ouuu'>e-- S7Nຼ|[G8jW_zC#ҭ R EIDATxc?Y3GY0Sc*31 ˗x2h}=CP DғY)2pko2;qixJ0f5Vfp p9I59MRYiIG(6 LKb%*a@ˤȈ3%0L9$Er"@\I FSd 0y DE AӠd ֈF(IENDB` BackgroundclWindowName Copy rights-permissions as octal PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp r1;IDATxc?Y3GY0Sc*31+ן{2h}=vKP Dғ)2pg780cT@Kal0D(IhMRT19Ie%! D2ӒJĦDe ddę͜Kt"@lFu*U\l(aH MO8IENDB` BackgroundclWindowName Paste rights PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp $IDATxڝ+QmV~>(eD"XQZ(ŃMd$HƒI)Qh5 $BZY3Ύ1;fNs{D$ @ka$Ɖl"̢?R1q{LWGYn 8fk0sO_U#$)b3U> au "1 {-`Q ,fń)pB\lD E~yzJL]| tW~EB{}(?JuPOV{[rpoxP.8-M0L6N +Զ{7V]ۧ [m2p{RZ>/;ϫƆ:ŘV#7{xMWF/0t/rjMQk/s (\롷|g@~m (\ W쥻•N-4plᐫA`9^l&&RDZotKuIENDB`LeftpBitmap TPngImageListRightsImages144HeightWidth PngImages BackgroundclWindowName'No rights-preset on permissions control PngImage.Data  PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp IDATxڕ}leǿ׻̮ZVQ@ /4FĠ,X2Ah4A !4mbbT&]ױz<>w}نe<^k9J)8;<OAHyJBпFQXSPЍI7c5(9jIvPB>\]_gϵ;ǘa *!+^gZ[I>J#sv mviuE⦇mi?DTYgHdy~uORt:Ғ_| Uxi)j Uݕdc7ģ8gR@}sLe3B#B=oAiFռMe(=+E e\.qowظ}ʼJQw^ȴ5w!/ͺyWDa)fqkj;/$t]v-4zV۽2[׭+jr}})~dYRkR@.Q%昙4kBH/6ck}$a?xV%tt$Jl3 H ;mEJrc @5?s7l=*Lv\`ȱHEq-HB&I21H??f C΋9 g¦Eg'u\?eEP=E~_5,`@#gϵ5PUÞH6ƱGPak]̞aAWʂ%^ ffv"R<|rܒnK6m>흅93(+܈v^U.M?E>fōC*v^_J{W4aR ݌U;%M:@8`\~g8~MvPAe.+EX4AmMG}) bCF_Ω2! ɾ9zwUr@MmXZbL\p4s>q /Nۣ&СaW$5pלJp$RBpWa)<rr)"KP$RA&NTAvY!s6R9]TރZT;?,_cmG"ߡU&SPTbb(#d-Ye u[0+K~Am]0&8YSl\tt~m0%${ߖýGP'3Q[%_Zۄ>IENDB` BackgroundclWindowNameDefault rights-preset PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp IDATxڵ_lEwkۣwcP %D\K- `bD L>4`PSR-mC>))w&`ݽfv_/ӊN2w3?3BX@He^W ވ1L=nomoil&B0Pq: pN0>P?FƮ'=T0qϱ'\x^ޟH)Q+!vqK8APU'iFiH_ 1 O4drB>!HB'5;ς`|ꭡZQ]y.H̬  ./(yW L/Tc-G5C7{+]]XŲ辘nb?vgE@gg\]SשqIA%Cg}>?$u73ϯ_ZRXpee!`۷*a͚Xɜۚ{2R*ңm%Bӊ~ 2ȦPUrs`խjk!`rE4?kO(]&T( j v.LLޢhf!( pD PU r.@tb uP,aqq;>fxrY'Z-0jP8dz/AOwaoٺ|tׇE1@vq;PIw~:: ?H$bH Qj-f)3/.eEξmn ,M?9s28w FYW5}CfG.Lh2C<ѶMU@|^1oIQEu¶U+EoRa;EV~]sEpU RCEQfNe$.Dݻ!f<Ef>_閥u($tvn9j}^H~>ӽv!A8IENDB` BackgroundclWindowNameAll rights-preset PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp ,IDATxڕ{lEǿ{׻]C $&`MP`(bh4`5$@RAci^[iiZ5RPQC-Jy8Q$s3g~ٕcH4I0B!Cq?PFSJ?)Hj `&Mh.e(8 9 F5]vFq TsBV6m睝se-'hp?=qֵN ѵV?qc04ɴ2!Un\?55ˤˌ BŏHbh fsO hno/P<O(:_ZT#\cFܞolpuĩ -2sڵWnU%rۻ-l~Mn UV֪MȊ< Ol fjhTϞ~zJ@NE#󑑑ɟN3>>籘 fHE{e)=_>99ٶDqc=#?Bظf>Kw8Xbb.Qq@%l"c +Ր$ɴ_Йc7:, #m8r ($Y2`-b"/8[$'UM~<3 Mȧ֩-Qk!f,klnxB(y~;Ds)+fqqgoEy/_/&B~DDܫ$ĭyfa׽#͑%8=F@X l1+lꆖ#,.`/K}v{T QK4k5f%V0^ô De(XW ^]au>&[,X܃\] o@4"IENDB` BackgroundclWindowNameCopy rights-permissions as text PngImage.Data 7PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp IDATxc?Y3 ӓ0@f3,HIũp ,,,_~I%$Y},!WI$ dVYB`J` @XY1;q NAԼ$ 3فaDYWZNc3 ZWҒƇԼJ #5-`$)Qd1ȶ`a6s.ə, tl+ȩ*r^/, -@+3m:,!(ό\IENDB` BackgroundclWindowName Copy rights-permissions as octal PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp KIDATxc?Y3 ӓ0@f3,HIũp l_A%$Ys^,!WI$ dfYB`J` ]p): A7 Q,@+YiIG,I+iIX`h#I" D ôsIΌdY/P|yf`KiTO8dY@PMIENDB` BackgroundclWindowName Paste rights PngImage.Data }PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp <ZIDATxc?0222` r-b̯bRx D)`u#~A\>}APd)vHIENDB`LeftxBitmap TPngImageListRightsImages192Height Width PngImages BackgroundclWindowName'No rights-preset on permissions control PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp KQBIDATx͗}LgWJD@n&&.If!/ ˆ36gܖmYbɲ?6wD "P{]=W:4۞<{{R !E(}ݻw$/I@DEJ!*XC뵓N|(QwLDh,[+槥|f/R+o.A2׭=uuMs`;S8p@4jxɋ EK!Sc" ׬I%UUW1d'΁2i5V Hܺ:e*aC~,'+v\}*ΥRnD啧* fg,%pvOM]~},d5JyYIP[bqGm54)"86@E+RgU˃jߝ(GJ٣܅:N)A|[\͜pǶo\.gn&d`t2:::<4MK^[A\i/ '(vri3;F.{m1@n29@~nmwC%Huۆ CX*U1 ]]|sVr3R8SO˵6!v3_. 6?kt,c1N Mv?qzM1\?ﷂ9tw1&>Қp~~QO`tl,a90(;L׃?XŵYJMU'$NnAb?u؛dCẅM<џT\a}w@,D< 8MuK^HHPdKkmG/)| ]m;^Ƒ5ahl]Zgj." mu>b_l۽=" @/рH{.Z|Tgϫri嗕NKG=yoǿjQN>|2}qIpSDN'd~q*OQH!HT5"m+rX~C Zva0-ြw$9jH9#8m&cHG.poϱjQChVB\HL R*m2 p<:Wn'룿JCxe9nBDY_'LLJSHXı#/"M.{Al>bFN a@hV"A|I8|#!G>icYG!G-V:T0L=^݊O9.᡾G!B00-N%+&*L(6ICքdWqjB{<\Z`rӆ*0h֪IENDB` BackgroundclWindowNameDefault rights-preset PngImage.Data ' PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp R IDATx͖OAgkbhz,}LLHP4TJRiim$Qz1! S EBQTP=@|DL 483ζ2Tnӝo=BK/AHkj-Yu{Y-!X !@QDo^v  Pw" ,hm@3tA,*]oU(Bg] lF:0VwH`Ǝ?KJDE8ß:AM8c2^_W]3H%"G*ZAnVWU;v 'jYPwHF2Nq9=D>bo GwV> s;IWu99<d~_贴t^^dnކkr{m(*wu drx8؀orU[ ^\L$<ԔXBܶ `N}(*vRj>>%(];.-9 @w5nD ղ`Y`(TZkJяj}"C#YR!=)Nb@Ƕ+  ժɘ(|"͘cO%% &qc<dҏU+#c07;K׭[n. PU2h4fa03[ 8`穩=A &jb<99 Μ>EϞ;m̩sf8|=114s:j}[CN8kO=`HU MfbZ;V2|cyI@{O ML #)W"k̂޾sᓼ(kS+?Ui/x tŘuIENDB` BackgroundclWindowNameAll rights-preset PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp IDATx͗{LGǿwp @FlE&hC 1%('& Q-M&ڤ6i7o*C@Zry;{Rj.agٝQJ_^!-ƌ ۿύMhd>!t=D$҅B6pJg2A0q>7Qd,[WssҨ*$9iғ68(n6"?XI_tׇ | L0⛤y3A4XiX,zյKxHɆ%q?mWPS S+P~q(7xHr :pZJr*[Y_s$h~Q`ǎPJaa~vyMg޼c8,.͒1}Q();C3;a!CGs#ڌ8u'R}_n|jIgD$44t(\J0 N?fC8w>NpSJK~Ptv>\mnH5S;pNK+of3Sĕ3*=luӦzXf@Qp+\n MQk'K9e\ۜ>յ|p{/Qӊa6H9,oK]ˢ s&|h : $a<3oS0c! C]\ :n.ԪgLU(-r+? i =m5&s1>_ϊKۧ㍱˫ pE/J%/9Kk6_ /-0aR!ԫl8/Eg#=]>U%eEXxZZZO!ƿ?%)㛨ooKLK*@R*+pҘ8 C>D7Ƃ{YB>UO¢Sy *9I# 4`6fQ|olSL{;sZYT^pBtmڸ4Zu?"&x%ny)~ccQakQjΎȞK;MRM$;Ecw]^o[xQco'DIO##<ށeuDs{+cV\xdNunwON>ki;f46掂q͠P9UFjlx`y? LL_|̟&IENDB` BackgroundclWindowNameCopy rights-permissions as text PngImage.Data [PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp +YŖ8IDATxKSaηj(1Tz12Pj(cA *˵2%VVCm΋6 ǝs|n=p<+$I3Bp=624C9pC׀{SX,U0v^?h ]f utdH,90?+:4అ03CMU%B먫ub{{ :IDATxOq~Y責fi_K.jzVR[ITk@:5?XPx4:nyu';Z'w}w}yS|[Y:b$?mW{R6/'z;T*S\,! j1& ! RLB6@ dTnP 4 Nhx4M^V] C\hԨCly^SX'P]]6XF|p4  c7R(_` ix( -LL"v,ŖxEKblYt,܂)~CgY/ /@8GR<V|ϝEQPh { bܸ1.4C jzIDATxc? 0222WW1H5312D_xF0_ $;IqR@%(1`w}^I#F X:u

P%uYR}P5q߿iEvˑmr0|&? JQ T4IENDB` BackgroundclWindowNameModified remote files indicator PngImage.Data PNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp IDATx픿KP/ml1R("ԭ ((,]78s࢓ ER :it{^}ܽ< a!M% e?IDATxڽn@g45=V |@=aYU37" Gh8s*Nmìc6n (e3k0͇7c ~Y{W+ޮ wVMtޮi4N5꒒`yC )h:und8 ヽ3#/xxb49#%79~PTJa - <~P!H*eb4%&]7G6JJ&ft&@ RIk(Qa!a8z.%HSh+K 2Hm$x4|rAs$Plac@:dqDqE#DEu]1rt<zWSMd*DQ-[xR+e' JJ j VG߶k ! JsI)HWB>s%afeYxVR)Ujƒ pD >_4fgػBVyr?z. jȌENAIENDB` BackgroundclWindowNameObsolete remote files indicator PngImage.Data bPNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp w?IDATxڽn@g45=V |@=aYU37" Gh8s*Nmìc6n (e3k0͇7c ~Y{W+ޮ wVMtޮi4N5꒒`yC )h:und8 ヽ3#/xxb49#%79~PTJa - <~P!H*eb4%&]7G6JJ&ft&@ RIk(Qa!a8z.%HSh+K 2Hm$x4|rAs$Plac@:dqDqE#DEu]1rt<zWSMd*DQ-[xR+e' JJ j VG߶k ! JsI)HWB>s%afeYxVR)Ujƒ pD >_4fgػBVyr?z. jȌENAIENDB`LeftTopBitmap TPngImageListActionImages192Height Width PngImages BackgroundclWindowName'Total actions counter on sync checklist PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp o(IDATxYLAR)x!xCPD4x'(Pr#P0xĨ/QNi>@4FҢH@-t݆ZK63d:-ò,F00!?]if[K$sL~%ji>Ef<9 BT q\/abav`+\Ķ,l}fO_q`S4_XP2߹b輧4P”Qu:Iahy=RtKԶU ..KddZl #(g0j ԋ_B,ԟd \+[*a/B  `S8|QF! J@sx'XxJ)ΐOvp+D0C`{Ox.1j1LE٘"%Q djc!)V!Ƿ;Ep+nǘK:9fi:&C]_ X n~wt`vSK)![WҢ:\Y!|cLjP~J*n]W(5I  GM4QgJ~*bĆ:5:rO+N@񼥘}9gU ;*ջ݂"/ 2ؔgϱEXB2l>&O@Ԁ'V=" /~uUyIENDB` BackgroundclWindowNameNew local files indicator PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp xIDATxN@OAL\EMְrx)5Wމ(LA+qz5!p&ioLgDQpm|ڭJ>Y @EҒHm%[ :TDYB0gvƕR_dU2Y=ϻ7ү.qv!ۄ@J*=m^4т*䒒4EbېEyi$ڙ eEyoY;?eUgiMUdXC_]Sh[YAM|}_bvʼb!l݈k*(j,)^7Ja0AF ʖcF{ 3^k r/Hz0be{M%t0F4hȅhnŘy(⹳'!ȏc8AIENDB` BackgroundclWindowNameNew remote files indicator PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp 'IDATxMKQϹh6APDPZh- B~j#&{zgDQ]4syy9D , 0+T>s6p2HL3,g6cJE^!<G.> {I\[^1>3"5ߜ ,/-aZ )ϾddemZk{UtT}$:%O?=dd܆9=x_.o:-Ucc= ]>h@_u{+ ;8Rƽ3k Rr-%꺰{麆PYCxSl$8۸Ő9g,-2VJaVP9yqA{Hg<|'AY〘b8zО.jC, 7gIENDB` BackgroundclWindowNameModified local files indicator PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp gIDATxKKQlBJzP"5AQDQ}H6.(܆-QBu,Swfh:ә;3.=ie, mZwy&<i?~Dl.J?iq‚(4K,PJ?.d%̦kHld IR/(5i9~#C}2W66/RJmJQ@|@52dr*(AR ym+JE/2 ՆLPN4v+0c.З ecZb3v02!U֌^Y?H6 +IDATxc?@Q:` V7NYVv?XxK3Kq'Mygd&pDKqg;/sxpb XpAš j|-RDdr!ȎP qlB:q1gUvy(0ίDc+ `5r6PP Zvԁ ,|_j Xu(m8ȂȎP;l,R?(u0ƅ#cqn\!c@O ~/QgCFFd vcIDATxjAg-Ji/xcD"ap'" b BRUS% 3394=Ez!&03~~ .9Kc6_R_<:SMկ,lQ5$$p3I"aCcq#Rn>$l#/pwI#fޒ(H,8 m>"IߎĥBX٭<pgFH !nƻ9ġ~pnYed>,tޒ8DxsPh@}Xn[ #Rpw<l:9_/x{~dƮ+R`?Ɓ?MXh\}IENDB` BackgroundclWindowNameObsolete remote files indicator PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp A_IDATxMk@ߙ ,(Xq[7R\/ڃAAJP`@Bi'H@ eQDPUD< *~[3L2ُnlsd; c3  LI( 5EbiDxb-AyPϩtЄK_4AMPƗ} V4|h%1G mjQ˿NO%rn(2*t鑞<M $J@\sh@4$aOvOATIxwt'"ܜ)V$hC  sa~IDATxڥ=K@Kb "Zď~Dͥ]t{\CGd"`t"K6ѡ!pCDXf1-o{NHZի~X_Q<~FvӿJ*NDz6YvnBaË}*CT!rA2 @n=0 ζ88&Dm,)kas^Z" I,j F!HBIʖ3qfN(:2@ IDATxcd00H O0a0jO.IENDB`Left(TopBitmap TPngImageList ImageList120HeightWidth PngImages BackgroundclWindowNameCancel operation PngImage.Data PNG  IHDR pHYs+iTXtXML:com.adobe.xmp /@IDATxڵJ@PE)J| -/Z<kjU(zu)Է"bP463Φm u!~nD$:oo"aahF3>*׉0V- !C{Q O78w$V '"ǭS0ˣN ;amŏwPF :7U3L8,P0XKЫf1& k HwRa6 I$IDATxcd2`5pAjJ̠T򨁣@HIENDB`LeftTopBitmap TPngImageList ImageList144HeightWidth PngImages BackgroundclWindowNameCancel operation PngImage.Data bPNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp dn?IDATxڽn@g45=V |@=aYU37" Gh8s*Nmìc6n (e3k0͇7c ~Y{W+ޮ wVMtޮi4N5꒒`yC )h:und8 ヽ3#/xxb49#%79~PTJa - <~P!H*eb4%&]7G6JJ&ft&@ RIk(Qa!a8z.%HSh+K 2Hm$x4|rAs$Plac@:dqDqE#DEu]1rt<zWSMd*DQ-[xR+e' JJ j VG߶k ! JsI)HWB>s%afeYxVR)Ujƒ pD >_4fgػBVyr?z. jȌENAIENDB` BackgroundclWindowNameMinimize PngImage.Data KPNG  IHDRw= pHYs+iTXtXML:com.adobe.xmp (IDATxcd1``ԂQ Ƃ4sxZ@U0j  uv&IENDB`LeftTopBitmap TPngImageList ImageList192Height Width PngImages BackgroundclWindowNameCancel operation PngImage.Data PNG  IHDR szz pHYs+iTXtXML:com.adobe.xmp ǨIDATxjAg-̖^h( E(g@|Ȃ%PD荨Z<ݙ͞"$0?h;7K3#-~ژޚXsoBY^p(t$)#e)unDL]F >3ꦓh/~S)U*- XbH8c~5&@ )!kb᎛ Nφnր1{"+ eHvHO,%(**477 _ܣ>`m [TF/pgi=fޔ(Yph}D`2[yL?ۏ>x . .!+{C;t4ƫ|/rxS'@ej[\,87l<ߗ0;1kv_}3Wa#MXEIENDB` BackgroundclWindowNameMinimize PngImage.Data PNG  IHDR szz pHYsod1IDATx10_4@:.x X 0!HzIENDB`Left8TopBitmap l4VS_VERSION_INFOStringFileInfo0408fde9>CompanyNameMartin Prikrylj!FileDescriptionGreek translation of WinSCP (EL)*FileVersion1.19KLegalCopyright 2004 2022 Chrysostomos Rousopoulos, Dimitris Botsis and Michail K. Karos< OriginalFilenameWinSCP.el4ProductVersion6.3.5.08WWWhttps://winscp.net/$LangNameGreek.ProductNameWinSCPDVarFileInfo$Translation