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\^dF>20(XlD<D  "#&6*-0<39 <XAEGPJLMT[0aBhtjHknrhw( h<ؓ4 <,$P*J BJ0@B(ztjd0J|!0$~'l))x1P37::V`;\@@DjhGPJ$MM( P @RDS^UW^@XY$,YZ^|_ck@ t|f ԋpF8h8~PĠ>ئ\`pjXPh J\x\8*j( R0 Dth*R\l,# &),T-\.t1$4,8;?P@AC2(H^KtNpQ*V\lY0]0cX$hhk0nr|ww `ܛ TLx T x  ('[ ܷt\PP @ L    9D (l 3 8Zmtn`axe o3 ̨o [ <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_ERROR&Kekunci hos tidak dapat ditentusahkan!Hubungan gagalDiputuskan oleh penggunaHilang hubungan.!Tidak dapat mengesan kod kembali.HCommand '%s' failed with return code %d and the following error message.#Arahan gagal dengan kod kembali %d.-Arahan '%s' gagal dengan output tak sah '%s'..Ralat mendapatkan nama direktori remot semasa.WRalat melangkaui mesej pemula. Shel anda tidak serasi dengan aplikasi (BASH disyorkan). Ralat menukar direktori ke '%s'.#Ralat menyenarai direktori ke '%s'.5Penyenaraian direktori yang tidak dijangka pada '%s'.Deskripsi hak yang tak sah '%s'"Ralat membersihkan konfigurasi am.Error cleaning up caches.$Ralat membersihkan fail benih rawak.(Ralat membersihkan kekunci hos simpanan.ERalat mengesan angkubah yang mengandungi kod kembali arahan terakhir. Ralat mencari kumpulan pengguna."Fail atau folder '%s' tidak wujud.Tidak dapat atribut fail '%s'.Tidak boleh buka fail '%s'.Ralat membaca fail '%s'.Proses salinan fail '%s' gagal.*Salinan fail-fail ke bahagian remot gagal.,Salinan fail-fail dari bahagian remot gagal.Garis baru tidak dijangkaFormat masa tidak sah2Ralat protokol SCP: Rekod kawalan tak sah (%s; %s)Salinan fail '%s' gagal./Ralat protokol SCP:Format deskriptor fail gagal'%s' bukan folder!#Tidak dapat mewujudkan folder '%s'.!Tidak dapat mewujudkan fail '%s'.Ralat menulis ke fail '%s'Tidak dapat atribut fail '%s'.)Terima mesej ralat dari pihak remot: '%s'Ralat memadam fail '%s'.-Ralat semasa proses log. Ia telah dipadamkan.Tidak boleh buka fail log '%s'.%Ralat menukar nama fail '%s' ke '%s'."Fail dengan nama '%s' sudah wujud.'Direktori dengan nama '%s' sudah wujud.(Ralat dalam penukaran direktori perumah.Ralat memadam semua alias.+Ralat memadam angkubah pengguna kebangsaan..Input dari server yang tidak dijangkakan: '%s'Ralat memadam fail INI.4Log pengesahan (sila lihat log untuk perincian): %s Pengesahan gagal.+Hubungan terputus secara tidak dijangkakan.%Ralat menyimpan kekunci ke fail '%s'.+Pelayan menghantar arahan status keluar %d.Mesej respon tak sah jeni (%d).HVersi pelayan SFTP (%d) tidak disokong. Versi sokongan adalah %d dan %d.HPerlanggaran protokol SFTP: Nombor mesej tak sah %d(jangkaan adalah %d).Respon OK yang tak dijangka.Respon EOF yang tak dijangka.#Tiada fail atau direktori sebegitu.Penafian permisi. Kegagalan am.?Mesej rosak (format peket rosak atau ketidakserasian protokol).Tiada hubungan.Hubungan terputus.Operasi tidak disokong.1%s Error code: %d Error message from server%s: %sKod status tidak diketahui.%Ralat membaca hubungan simbolik '%s'.?pelayan mengembalikan penyenaraian kosong untuk dorektori '%s'.CMenerima peket SSH_FXP_NAME dengan tiada rekod atau rekod berganda.%Tidak dapat jalan sebenar untuk '%s'.(Tidak dapat menukar pencirian fail '%s'.ITidak boleh memulakan protokol SFTP. Adakah hos menjalankan pelayan SFTP?Tidak dapat membaca zon masa'Tidak dapat mewujudkan fail remot '%s'.$Tidak dapat membuka fail remot '%s'.$Tidak dapat menutup fail remot '%s'.'%s' bukan fail!wPindahan telah berjaya ditamatkan, tetapi fail pindahan sementara '%s' tidak dapat dinamakan ke nama fail sasaran '%s'.%Tidak dapat mewujudkan hubungan '%s'.Arahan tidak sah '%s'.Tiada/'%s' adalah permisi tak sah dalam format oktal.@Pelayan memerlukan jujukan (%s) end-of-line yang tidak disokong.$Jenis fail yang tidak diketahui (%d)Handle yang tak sah.Tiada jalan sebegitu.Fail telah pun wujud.Lindungan baca. Tiada media.Ralat menyahkod rentetan UTF-8.;Ralat melaksanakan arahan penyendirian '%s' atas fail '%s'.Tak dapat memuat peristiwa %d.?Menerima peket data yang tidak lengkap sebelum penghujung fail."Ralat mengira saiz direktori '%s'.UMenerima peket SFTP (%d B) yang terlalu besar. Saiz peket yang dibenarkan ialah %d B.Tidak boleh laksanakan SCP untuk pindahan. Sila pastikan SCP telah diinstal di pelayan dan laluan dimasukkan dalam PATH. Anda boleh juga cuba SFTP selain dari SCP.+Profil Lokasi dengan nama '%s' telah wujud.$Ralat memindahkan fail '%s' ke '%s'.n%s Ralat ini disebabkan mesej dicetak dari skrip pemula (macam .profile). Mesej mungkin bermula dengan "%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'.Tidak boleh laksana '%s'.Fail '%s' tiada.!Ralat menunggu penutupan dokumen. '%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.Ralat memadamkan fail '%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?Katalaluan untu kekunci '%s':Fail '%s' sudah wujud. Ubah?!Direktori '%s' sudah wujud. Ubah?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.Direktori sasaran mengandungi sebahagian fail pindahan '%s', dimana ia adalah lebih besar dari fail sumber. Fail ini akan dipadamkan.m**Do you want to append file '%s' at the end of existing file?** Press 'No' to resume file transfer instead.0%s Baru: %s bait, %s Telah wujud: %s bait, %s)Fail '%s' adalah baca sahaja. Tulis atas?**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'. Hubung semula New na&me Tunnel for %sMasukkan katalaluanMasukkan kekunci kata Prom pelayanUsername &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_INFORMATIONYaTidakAHost: %s User name: %s Private key file: %s Transfer protocol: %sVersion %s (%s);Operasi sudah berjaya disiapkan. Hubungan telah diputuskan.SFTP-%d:Versi protokol SFTP tidak membenarkan penukaran nama fail..Pelayan tidak menyokong sebarang extensi SFTP.#Pelayan menyokong extensi SFTP ini: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...Hubungan diputuskan.Mencari hos...menghubungi hos...Mengesahkan...Telah disahkan.Memulakan sesi...Membaca direktori remot...Sesi sudah bermula.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.&New and updated files onlyThe 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$Kod SSH and SCP berdasarkan 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_ERRORB%s Peringatan: Membatalkan operasi ini akan memutuskan hubungan!Tak boleh wujudkan pintasan.!Tidak boleh wujud sesi khas '%s'.#Tidak boleh jelajah direktori '%s'.(Tiada senarai fail muat naik dinyatakan.#Tidak dapat mewujudkan folder '%s'.3Tidak dapat menyingkirkan direktori sementara '%s'.+Tidak boleh buka atau laksanakan fail '%s'."Tidak boleh lancarkan editor '%s'.vTidak dapat membuka direktori yang sama di panel bertentangan. Larasan pandangan direktori gagal. Ia telah dipadamkan.%Tidak dapat selesaikan pintasan '%s'..'%s' adalah nama Profil Lokasi yang tidak sah.5'%s' adalah nama folder Profil Lokasi yang tidak sah.3Folder Profil Lokasi dengan nama '%s' telah wujud.;Deskripsi arahan penyendirian tidak boleh mengandungi '%s'.6Arahan penyendirian dengan deskripsi '%s' sudah wujud.>Tidak boleh menanya homepej aplikasi untuk maklumat kemaskini./Ralat penyemakan untuk pengemaskinian aplikasi.4Cannot register application to handle URL addresses.8Mutex tidak dilepaskan dalam sela masa yang dikehendaki.NEkstensi seretan shel mutex tidak dilepaskan dalam sela masa yang dikehendaki.**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(Sesi dengan nama '%s' sudah wujud. Ubah?%Direktori '%s' belum wujud. Wujudkan?**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.+Adakah anda pasti hendak memadam fail '%s'?<Adakah anda pasti hendak memadam fail-fail pilihan ini '%d'?&Putuskan sesi '%s' dan tutup aplikasi?Jangan tanya saya la&giQRuangan pada pemacu sementara terlalu kecil! Semasa menyeret fail dari direktori remot, fail akan dimuat turn dahulu ke direktori sementara '%s'. Terdapat ruangan sebanyak %s pada pemacu. Jumlah saiz fail seretan adalah %s. Peringatan: Direktori sementara boleh diubah dari tetingkap Kecenderungan. Adakah anda ingin memuat turn fail?)Tambah direktori '%s' ke penanda halaman?'Wujud pintasan desktop untuk sesi '%s'?#Set pelarasan sesi sebagai default?Lankau$Fail telah diubah. Simpan perubahan?3Wujud pintasan 'pergi ke' Explorer untuk sesi '%s'?Wujud ikon/pintasan seleksi?'Putuskan semua sesi dan tutup aplikasi?#Padam folder Profil Lokasi pilihan?SebelumSelepas7Do 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.Semu&aYa kepada semuaRe&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.TutupWThe 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_INFORMATIONTiada perbezaan.Buka sesi '%s' %sTunggu untuk menutup dokumen...%s (upload using %s)%s (for upload)Lokal: %s Remot: %sSen&tuhLaksana@%d ralat berlaku semasa operasi terakhir. Anda ingin melihatnya?Ralat %d dari %d: %s#Anda sudah mempunyai versi terkini.New version %s was released.&Parameter value:'%s' command parametersURL: Protokol %s 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 applicationHidupPadamAuto[**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 fail '%s' ke %sFail %s %d ke %sdirektori lokaldirektori remotPindah sasaran lepasPadamkanLarasan pencirianTemporary directory Folder baru Buang pilihanPilih%d fail%d fail %d folder %d folder%d hubungan simbolik%d hubungan simbolik %s Pencirian%s, ... PencirianMasukkan nama kumpulan sah.Masukkan nama pemilik sah. Kembali ke %s Maju ke %s Masa hubungan Kompresi (%s)Maklumat seleksi failBuka sesi storan '%s'Lesen %sBuka direktoriUrus penanda halaman Garis: %d/%d Kolum: %dCharacter: %d (0x%.2x) Modifikasi"Tidak dapat mencari rentetan '%s'.Jumlah gantian yang dibuat: %dPergi ke garis: Nombor garis:Nombor garis tak sah.Edit hubungan/pintasanTambah hubungan/pintasan Not connectedMenghubungi...Select tab '%s'Tambah Profil LokasiNama Profil Lokasi:Pindah Profil LokasiNama folder baru:Simpan sesi sebagaiSimpan sesi sebagai: Save &password (not recommended)Laksanakan arahan penyendirian %s, %d ptTidak DiketahuiMengira sai direktoriKonfigurasi am Sesi storanCachesKonfigurasi Fail INIFail benih rawakPilih direktori setempat. MemindahkanPindah 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 FolderNama folder baru: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.MulaBerhentiSave &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>ShellSCPEditor-Reset session (panel) color to system default&More Colors... Choose any session (panel) colorRemo&ve BOM and EOF marksRemo&ve BOM markzPerjanjian perlesenan untuk semua program (pustaka) berikut adalah sebahagian daripada perjanjian perlesenan aplikasi ini.Pamerkan lesenToolbar2000 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:Select file for session log3Session log files (*.log)|*.log|All files (*.*)|*.*Usage Statistics&Filter:&Copy to ClipboardHost: %s Host key: %sSalin Pilih semu&a&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 certificate31: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=LogYKeepLocalUpToDate.&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=Options-KeepLocalUpToDate.&Delete files=&Delete files1KeepLocalUpToDate.&Beep on change=&Beep on change7KeepLocalUpToDate.Continue on &error=Continue on &errorAKeepLocalUpToDate.&Interval (in seconds):=&Interval (in seconds):)KeepLocalUpToDate.File &mask:=File &mask:KeepLocalUpToDate.Logging=Log-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=&Preview changesBatchRename.Logging=LogAArchiveDownload.&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=LognSynchronizeAnotherServer.&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=Options6SynchronizeAnotherServer.&Delete files=Buang fail-fail:SynchronizeAnotherServer.&Preview changes=&Preview changes>SynchronizeAnotherServer.Continue on &error=Continue on &error(SynchronizeAnotherServer.Logging=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 SettingsT&ambahAdd 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&RightCopyMoveOpenLoginGClick 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!--beri peringatan di bawah ini --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:Lihat...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 corruptedPindah Ke Sini0 Gugurk&anToolbar 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.Direktori '%s' tidak wujud./ <root>NamaSaizJenisTukarAtributEks%s adalah pemacu yang tak sah.HakPemilikKumpulan Link targetType Salin Ke Sini PandanganSemua fail (*.*)|*.*Nama fail tak sah - %s,Tidak dapat mencari sebarang jalan yang sah.BKBMBGB-Tidak dapat menukar nama fail atau direktori:Fail sudah wujud: %Nama fail mengandungi aksara tak sah:Fail %s%u Fail %u DirektoriDirektori UtamaDragDrop 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+ PeringatanRalatMaklumatMengesah&YaTidakOKBatalBantuanGugur Cuba LagiBiarSemu&aTidak kepada semuaYa kepada semua&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 gridNilai input tak sahGNilai input tak sah. Gunakan kekunci escape untuk membatalkan perubahanPrinting 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 parentOKBatal&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' adalah tarikh yang tak sah'%s' adalah masa yang tak sah('%s' adalah tarikh dan masa yang tak sah '%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 CaptionOKDefault ModalResultTabOrder OnMouseDownOKButtonMouseDownTButton LicenseButtonLeft>TopWidthKHeightAnchors akLeftakBottomCaption &Lesen...TabOrderOnClickLicenseButtonClickTButton HelpButtonLeftETopWidthKHeightAnchors akRightakBottomCaption&BantuanTabOrderOnClickHelpButtonClickTPanelPanelLeftTopWidthHeightAnchors 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 CaptionFGunakan forum sokongan ini untuk menghantar komen dan laporan pepijat: ShowAccelCharTLabelLabel3Left>TopWidth[Height CaptionHakcipta porsi 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 TCheckBoxSavePasswordCheckLeftTopWidthHeightCaptionUbah password ke password iniChecked State cbCheckedTabOrderTPanel ButtonsPanelLeftTopWidthwHeight,AlignalTop BevelOuterbvNoneTabOrder DesignSizew,TButtonPasswordOKButtonLeftvTopWidthKHeightAnchors akTopakRightCaptionOK ModalResultTabOrderTButtonPasswordCancelButtonLeftTopWidthKHeightAnchors akTopakRightCaptionBatal ModalResultTabOrderTButtonPasswordHelpButtonLeft&TopWidthKHeightAnchors akTopakRightCaption&BantuanTabOrderOnClickHelpButtonClickTPanelSessionRememberPasswordPanelLeftTopWidthwHeightAlignalTop BevelOuterbvNoneTabOrder TCheckBoxSessionRememberPasswordCheckLeftTopWidthHeightCaption#&Remember password for this sessionChecked State cbCheckedTabOrderTPanel BannerPanelLeftTop*WidthwHeightRAlignalBottom BevelOuterbvNoneTabOrderVisible DesignSizewRTMemo BannerMemoLeftTopWidthhHeight"Anchors akLeftakTopakRightakBottomColor clBtnFace PopupMenuBannerPopupMenuReadOnly ScrollBars ssVerticalTabOrder WantReturnsOnContextPopupBannerMemoContextPopup TCheckBoxNeverShowAgainCheckLeftTop5WidthHeightAnchors akLeftakRightakBottomCaptionJangan pamerkan lagiTabOrderTButtonBannerCloseButtonLeftTop/WidthKHeightAnchors akRightakBottomCaptionSambung ModalResultTabOrderTButtonBannerHelpButtonLeft$Top/WidthKHeightAnchors akRightakBottomCaption&BantuanTabOrderOnClickHelpButtonClick TActionList ActionListLeft Top0 TEditCopyEditCopyActionCategoryBannerCaptionSalin ImageIndexShortCutC@TEditSelectAllEditSelectAllActionCategoryBannerCaption Pilih semu&a ImageIndexShortCutA@TActionBannerMonospacedFontActionCategoryBannerCaptionUse &Monospaced Font OnExecute!BannerMonospacedFontActionExecuteTActionLabelCopyActionCategoryLabelCaptionSalin OnExecuteLabelCopyActionExecuteTActionLabelOpenLinkAction2CategoryLabelCaption &Open Link OnExecuteLabelOpenLinkAction2Execute TPopupMenuBannerPopupMenuLeftTop0 TMenuItemCopyItemActionEditCopyAction TMenuItem SelectAllItemActionEditSelectAllAction TMenuItemN1Caption- TMenuItemAdjustWindowItemActionBannerMonospacedFontAction TPopupMenuLabelPopupMenuLeft8TopH TMenuItemCopy1ActionLabelCopyAction TMenuItemN2Caption- TMenuItemOpen1ActionLabelOpenLinkAction2Default TPF0TCleanupDialog CleanupDialogLeftdTopHelpType htKeyword HelpKeyword ui_cleanup BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionMembersihkan data aplikasi ClientHeight+ ClientWidthColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSize+ PixelsPerInch` TextHeight TLabelLabel1LeftTopWidthHeightaAnchors akLeftakTopakRightAutoSizeCaption !Senarai berikut adalah hasil simpanan data aplikasi dalam komputer ini. Pilih mana yang anda hendak buang. Jika aplikasi ini masih berjalan, sila tutupkannya sebelum membersihkan data. Perhatian: Sesi membuka dan/atau perlaksanaan arahan aplikasi akan menjana semula sebahagian data. ShowAccelCharWordWrap TButtonOKButtonLeftTop WidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftITop WidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrder TListView DataListViewLeftTophWidthHeightAnchors akLeftakTopakRightakBottom Checkboxes ColumnsCaptionDataWidthCaptionLokasiWidth ColumnClickDoubleBuffered HideSelectionReadOnly RowSelect ParentDoubleBufferedParentShowHintShowHint TabOrder ViewStylevsReport OnInfoTipDataListViewInfoTipOnKeyUpDataListViewKeyUp OnMouseDownDataListViewMouseDownTButtonCheckAllButtonLeftTop WidthqHeightAnchors akLeftakBottomCaptionPi/ lih semu&aTabOrderOnClickCheckAllButtonClickTButton HelpButtonLeftTop WidthKHeightAnchors akRightakBottomCaptionBantuanTabOrderOnClickHelpButtonClickTPF0TConsoleDialog ConsoleDialogLeft]TopHelpType htKeyword HelpKeyword ui_console BorderIcons biSystemMenu biMinimize biMaximizebiHelpCaptionKonsul perintah 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 Beri perintah FocusControl CommandEditTLabelLabel2Left3Top8WidthWHeight CaptionDirektori semasa: ShowAccelCharTLabelLabel4Left3Top"WidthHeight Anchors akLeftakTopakRightAutoSizeCaptionDPerhatian: Jangan laksanakan perintah yang memerlukan input pengguna ShowAccelChar TPathLabelDirectoryLabelLeftTop8Width+Height UnixPath IndentHorizontalIndentVerticalAlignalNoneAnchors akLeftakTopakRightAutoSizeTImageImageLeft TopWidth Height AutoSize TMemo OutputMemoLeftTopNWidth'Height;TabStopAlignalClientColor clBtnFace PopupMenu PopupMenuReadOnly ScrollBarsssBothTabOrder WantReturnsOnContextPopupOutputMemoContextPopupTButton CancelBtnLeftTopWidthKHeightAnchors akTopakRightCancel CaptionTutup ModalResultTabOrderTHistoryComboBox CommandEditLeftTop WidthHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderOnChangeCommandEditChangeTButton ExecuteButtonLeftTopWidthKHeightAnchors akTopakRightCaption &KerjakanDefault TabOrderOnClickExecuteButtonClickTButton HelpButtonLeftTop*WidthKHeightAnchors akTopakRightCaption&BantuanTabOrderOnClickHelpButtonClick 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 TEditCopyEditCopyCaptionSalin ImageIndexShortCutC@TEditSelectAll EditSelectAllCaption Pilih semu&a ImageIndexShortCutA@TAction AdjustWindowCaptionBetulkan &Tingkap 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 akTopakRightCaptionOKDefault ModalResultTabOrderOnDropDownClickOkButtonDropDownClickTButton CancelButtonLeftWTopWidthKHeightAnchors akTopakRightCancel CaptionBatal ModalResultTabOrderTButtonLocalDirectoryBrowseButtonLeftTopWidthKHeightCaptionLihat...TabOrderOnClickLocalDirectoryBrowseButtonClick TCheckBox QueueCheck2Left ToppWidth=HeightCaption1Transfer on background (add to transfer &queue) XTabOrderOnClick ControlChangeTButton HelpButtonLeftTopWidthKHeightAnchors akTopakRightCaption&HelpTabOrderOnClickHelpButtonClick TCheckBoxNeverShowAgainCheckLeft TopWidthHeightCaption"&Do not show this dialog box againTabOrder OnClickNeverShowAgainCheckClickTButtonTransferSettingsButtonLeftTopWidthHeightCaptionTransfer settin&gs...Style bsSplitButtonTabOrderOnClickTransferSettingsButtonClickOnDropDownClick#TransferSettingsButtonDropDownClick TGroupBoxCopyParamGroupLeftTop5WidthHeight2CaptionTransfer settingsTabOrderOnClickCopyParamGroupClickOnContextPopupCopyParamGroupContextPopup 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 akTopakRightCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftWTop7WidthKHeightAnchors akTopakRightCancel CaptionBatal ModalResultTabOrderTButtonLocalDirectoryBrowseButtonLeftTopWidthKHeightCaptionLihat...TabOrderOnClickLocalDirectoryBrowseButtonClickTButton HelpButtonLeftTop7WidthKHeightAnchors akTopakRightCaption&HelpTabOrderOnClickHelpButtonClick TCheckBoxNeverShowAgainCheckLeft Top:WidthHeightCaption"&Do not show this dialog box againTabOrderTPanelShortCutHintPanelLeftTopWWidthHeight"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 BorderStylebsDialogCaptionTransfer settings ClientHeight ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQuery DesignSize PixelsPerInch` TextHeight TButtonOkButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionCancel ModalResultTabOrderTCopyParamsFrameCopyParamsFrameLeftTopWidthHeightHelpType htKeywordTabOrderTButton HelpButtonLeftPTopWidthKHeightAnchors akRightakBottomCaptionHelpTabOrderOnClickHelpButtonClickTPF0TCopyParamPresetDialogCopyParamPresetDialogLeftTopzHelpType htKeyword HelpKeywordui_transfer_preset BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionCopyParamPresetDialog ClientHeight0 ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize0 PixelsPerInch` TextHeight TLabelLabel1Left Top WidthZHeight CaptionPreset &description: FocusControlDescriptionEditTButtonOkButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionCancel ModalResultTabOrderTEditDescriptionEditLeft TopWidthHeight MaxLengthTabOrderOnChange ControlChangeTCopyParamsFrameCopyParamsFrameLeftTop3WidthHeightHelpType htKeywordTabOrder TGroupBox RuleGroupLeftTop[WidthHeightAnchors akLeftakTopakRightakBottomCaptionAutoselection ruleTabOrder DesignSizeTLabelLabel2LeftTopWidthOHeight CaptionHostna&me mask: FocusControl HostNameEditTLabelLabel3LeftTopDWidthOHeight CaptionUs&ername mask: FocusControl UserNameEditTLabelLabel4LeftToptWidthrHeight CaptionRemote director&y mask: FocusControlRemoteDirectoryEditTLabelLabel5LeftTopWidtheHeight Caption&Local directory mask: FocusControlLocalDirectoryEditTEdit HostNameEditLeftTop$WidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTEdit UserNameEditLeftTopTWidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTEditRemoteDirectoryEditLeftTopWidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTEditLocalDirectoryEditLeftTopWidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit MaskEditExitTButtonCurrentRuleButtonLeftTopWidthIHeightCaptionCurrentTabOrderOnClickCurrentRuleButtonClick TStaticTextRuleMaskHintTextLeft_TopWidthHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption mask hintsTabOrderTabStop TCheckBox HasRuleCheckLeftTopBWidthHeightAnchors akLeftakTopakRightCaption%Automatically select this preset whenTabOrderOnClick ControlChangeTButton HelpButtonLeftOTopWidthKHeightAnchors akRightakBottomCaptionHelpTabOrderOnClickHelpButtonClickTPF0TCopyParamsFrameCopyParamsFrameLeftTopWidthHeightHelpType htKeywordTabOrder TGroupBoxCommonPropertiesGroupLeftTopWidthHeightyCaptionCommon optionsTabOrder DesignSizeyTLabel SpeedLabel3LeftTop]WidthBHeight Caption&Speed (KB/s): FocusControl SpeedCombo TCheckBoxPreserveTimeCheckLeftTopWidthHeightAnchors akLeftakTopakRightCaptionKekalkan tera &masaParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxCommonCalculateSizeCheckLeftTopCWidthHeightAnchors akLeftakTopakRightCaptionKira jumlah saizParentShowHintShowHint TabOrderOnClick ControlChangeTHistoryComboBox SpeedComboLeftjTopZWidthUHeight AutoCompleteTabOrderText SpeedComboOnExitSpeedComboExit Items.Strings Unlimited10245122561286432168 TCheckBoxPreserveTimeDirsCheckLeft Top,WidthHeightAnchors akLeftakTopakRightCaptionIncluding directoriesParentShowHintShowHint TabOrderOnClick ControlChange TGroupBoxLocalPropertiesGroupLeftTopWidthHeight2CaptionDownload optionsTabOrder DesignSize2 TCheckBoxPreserveReadOnlyCheckLeftTopWidthHeightAnchors akLeftakTopakRightCaptionKekalkan baca sahajaParentShowHintShowHint TabOrder TGroupBoxRemotePropertiesGroupLeftTopWidthHeightCaptionUpload optionsTabOrder TCheckBoxPreserveRightsCheckLeftTopWidthHeightCaptionTetapkan permisi failParentShowHintShowHint TabOrderOnClick ControlChange TComboEdit RightsEditLeft"Top,Width{Height ButtonHintConfigure permissionsClickKey @ParentShowHintShowHint TabOrderText RightsEdit OnButtonClickRightsEditButtonClickOnExitRightsEditExitOnContextPopupRightsEditContextPopup TCheckBoxIgnorePermErrorsCheckLeftTopIWidthHeightCaptionIgn&ore permission errorsParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxClearArchiveCheckLeftTop`WidthHeightCaptionClear 'Arc&hive' attributeTabOrder TCheckBoxRemoveCtrlZAndBOMCheckLeftTopwWidthHeightCaptionRemo&ve BOM and EOF marks XTabOrderOnClick ControlChange TCheckBoxEncryptNewFilesCheckLeftTopWidthHeightCaption&Encrypt new filesTabOrderOnClick ControlChange TGroupBoxChangeCaseGroupLeft TopWidthHeightCaptionModifikasi nama failTabOrder DesignSize TRadioButtonCCLowerCaseShortButtonLeftTopZWidth}HeightAnchors akLeftakTopakRightCaptionLower case &8.3TabOrder TRadioButtonCCNoChangeButtonLeftTopWidth}HeightAnchors akLeftakTopakRightCaptionTiada perubaha&nTabOrder TRadioButtonCCUpperCaseButtonLeftTop,Width}HeightAnchors akLeftakTopakRightCaptionT&ukar kepada huruf besarTabOrder TRadioButtonCCLowerCaseButtonLeftTopCWidth}HeightAnchors akLeftakTopakRightCaptionTukar kepada huruf keci&lTabOrder TCheckBoxReplaceInvalidCharsCheckLeftTopqWidth}HeightCaptionGanti '\:*?' ...TabOrderOnClick ControlChange TGroupBoxTransferModeGroupLeftTopWidthHeightCaption Mod pindahTabOrder DesignSizeTLabelAsciiFileMaskLabelLeftTopZWidthHeight Anchors akLeftakTopakRightCaption)Pindah &fail-fail berikut kepada mod teks FocusControlAsciiFileMaskCombo TRadioButton TMTextButtonLeftTopWidthHeightAnchors akLeftakTopakRightCaption#&Teks (teks biasa, html, skrip,...)TabOrderOnClick ControlChange TRadioButtonTMBinaryButtonLeftTop,WidthHeightAnchors akLeftakTopakRightCaption&Binari (arkib, dokumen, ...)TabOrderOnClick ControlChange TRadioButtonTMAutomaticButtonLeftTopCWidthHeightAnchors akLeftakTopakRightCaption &AutomatikTabOrderOnClick ControlChangeTHistoryComboBoxAsciiFileMaskComboLeftTopjWidthHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextAsciiFileMaskComboOnExitValidateMaskComboExit TGroupBox OtherGroupLeftTopRWidthHeightCaptionOtherTabOrder DesignSizeTLabelIncludeFileMaskLabelLeftTopWidth/Height Caption File &mask: FocusControlIncludeFileMaskComboTHistoryComboBoxIncludeFileMaskComboLeftTop$Width&Height AutoCompleteAnchors akLeftakTopakRight MaxLength TabOrderTextIncludeFileMaskComboOnExitValidateMaskComboExitTButtonIncludeFileMaskButtonLeft;Top!WidthPHeightCaption&Edit...TabOrderOnClickIncludeFileMaskButtonClick TCheckBoxNewerOnlyCheckLeftTopOWidthHeightCaption&New and updated files onlyParentShowHintShowHint TabOrderOnClick ControlChange TStaticTextIncludeFileMaskHintTextLeftTop:Width}Height AlignmenttaRightJustifyAutoSizeCaption mask hintsTabOrderTabStop TCheckBoxExcludeHiddenFilesCheckLeftTopOWidthHeightCaptionExclude h&idden filesParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxExcludeEmptyDirectoriesCheckLeftTopfWidthHeightCaptionE&xclude empty directoriesParentShowHintShowHint TabOrderOnClick ControlChangeTPF0TCreateDirectoryDialogCreateDirectoryDialogLeftTopHelpType htKeyword HelpKeywordui_create_directory BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Wujud folder ClientHeight ClientWidthQColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSizeQ PixelsPerInch` TextHeight TLabel EditLabelLeftTopWidthUHeight CaptionNew &folder name: FocusControl DirectoryEditTEdit DirectoryEditLeftTopWidthAHeightAnchors akLeftakTopakRight MaxLengthTabOrderText DirectoryEditOnChangeDirectoryEditChangeTPanel MorePanelLeftTop2WidthQHeightAnchors akLeftakTopakRightakBottom BevelOuterbvNoneTabOrder DesignSizeQ TGroupBoxAttributesGroupLeftTopWidthBHeightAnchors akLeftakTopakRightakBottomCaptionAtributTabOrder TRightsFrame RightsFrameLeftTop$WidthHeightWTabOrder TCheckBoxDirectoriesXCheckVisible TCheckBoxSetRightsCheckLeft TopWidthHeightCaptionTetapkan permisi failParentShowHintShowHint TabOrderOnClick ControlChange TCheckBoxSaveSettingsCheckLeft TopWidth-HeightCaptionGuna larasan &sama kemudianTabOrderTButtonOKBtnLeft[TopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelBtnLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrderTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClickTPF0TCustomCommandDialogCustomCommandDialogLeftTopHelpType htKeyword HelpKeywordui_customcommand BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionCustomCommandDialog ClientHeight5 ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize5 PixelsPerInch` TextHeight TGroupBoxGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomTabOrder DesignSizeTLabelDescriptionLabelLeft TopWidth9Height Anchors akLeftakTopakRightCaption &Description: FocusControlDescriptionEditTLabelLabel1Left Top@WidthXHeight Anchors akLeftakTopakRightCaption&Custom command: FocusControl CommandEditTLabel ShortCutLabelLeftTopWidth]Height Caption&Keyboard shortcut: FocusControl ShortCutComboTEditDescriptionEditLeft Top WidthzHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeTHistoryComboBox CommandEditLeft TopPWidthzHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChange OnGetDataCommandEditGetData OnSetDataCommandEditSetData TCheckBoxApplyToDirectoriesCheckLeftTopWidthHeightCaption&Apply to directoriesTabOrderOnClick ControlChange TCheckBoxRecursiveCheckLeftTopWidthHeightCaption&Execute recursivelyTabOrderOnClick ControlChange TRadioButtonLocalCommandButtonLeftTopzWidthHeightCaption&Local commandTabOrderOnClick ControlChange TRadioButtonRemoteCommandButtonLeftTopzWidthHeightCaption&Remote commandTabOrderOnClick ControlChange TCheckBoxShowResultsCheckLeftTopWidthHeightCaption&Show results in terminalTabOrderOnClick ControlChange TCheckBoxCopyResultsCheckLeftTopWidthHeightCaptionCopy results to clip&boardTabOrder OnClick ControlChange TStaticTextHintTextLeftTopgWidthuHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption &patternsTabOrderTabStop TComboBox ShortCutComboLeftTopWidthHeightTabOrder TCheckBoxRemoteFilesCheckLeftTopWidthHeightCaption&Use remote filesTabOrderOnClick ControlChangeTButtonOkButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionCancel ModalResultTabOrderTButton HelpButtonLeftLTopWidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClickTPF0 TCustomDialog CustomDialogLeftTop BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionSave session as siteX ClientHeight) ClientWidthFColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter DesignSizeF) PixelsPerInch` TextHeight TButtonOKButtonLeftDTop WidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftTop WidthKHeightAnchors akRightakBottomCancel CaptionCancel ModalResultTabOrderTButton HelpButtonLeftTop WidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClickTPF0TCustomScpExplorerFormCustomScpExplorerFormLeftTopCaptionCustomScpExplorerForm ClientHeight ClientWidthlColor clBtnFace ParentFont KeyPreview OldCreateOrderOnClose FormClose OnCloseQueryFormCloseQueryOnConstrainedResizeFormConstrainedResizeOnShowFormShow PixelsPerInch` TextHeight TSplitter QueueSplitterLeftTop!WidthlHeightCursorcrSizeNSHint;Drag to resize queue list. Double click to hide queue list.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 OperationMinWidthWidthFCaptionSourceMinWidthWidthCaption DestinationMinWidthWidth AlignmenttaRightJustifyCaption TransferredMinWidthWidthP AlignmenttaRightJustifyCaptionTimeMinWidthWidthP AlignmenttaRightJustifyCaptionSpeedMinWidthWidthP AlignmenttaCenterCaptionProgressMinWidthWidthP 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 BorderStylebsDialogCaptionEdit file mask ClientHeight ClientWidthColor clBtnFace ParentFont KeyPreview OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQuery OnKeyDown FormKeyDownOnShowFormShow DesignSize PixelsPerInch` TextHeight TGroupBox FilesGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaption Files masksTabOrder DesignSizeTLabelLabel3LeftTopWidth=Height Caption&Include files: FocusControlIncludeFileMasksMemoTLabelLabel1LeftTopWidth?Height Caption&Exclude files: FocusControlExcludeFileMasksMemoTMemoIncludeFileMasksMemoLeftTop#WidthHeightAnchors akLeftakTopakBottom Lines.StringsIncludeFileMasksMemo ScrollBars ssVerticalTabOrderOnChange ControlChangeOnExitFileMasksMemoExitTMemoExcludeFileMasksMemoLeftTop#WidthHeightAnchors akLeftakTopakBottom Lines.StringsExcludeFileMasksMemo ScrollBars ssVerticalTabOrderOnChange ControlChangeOnExitFileMasksMemoExitTButtonOKBtnLeftTopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelBtnLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrderTButton HelpButtonLeftVTopWidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClickTButton ClearButtonLeftYTopWidthKHeightAnchors akRightakBottomCaption&ClearTabOrderOnClickClearButtonClick TGroupBoxDirectoriesGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionDirectories masksTabOrder DesignSizeTLabelLabel2LeftTopWidth\Height CaptionI&nclude directories: FocusControlIncludeDirectoryMasksMemoTLabelLabel4LeftTopWidth^Height CaptionE&xclude directories: FocusControlExcludeDirectoryMasksMemoTMemoIncludeDirectoryMasksMemoLeftTop#WidthHeighthAnchors akLeftakTopakBottom Lines.StringsIncludeDirectoryMasksMemo ScrollBars ssVerticalTabOrderOnChange ControlChangeOnExitDirectoryMasksMemoExitTMemoExcludeDirectoryMasksMemoLeftTop#WidthHeighthAnchors akLeftakTopakBottom Lines.StringsExcludeDirectoryMasksMemo ScrollBars ssVerticalTabOrderOnChangeExcludeDirectoryMasksMemoChangeOnExitDirectoryMasksMemoExit TCheckBoxExcludeDirectoryAllCheckLeftTopWidthHeightCaption&All (do not recurse)TabOrderOnClickExcludeDirectoryAllCheckClick TGroupBox MaskGroupLeftTopWidthHeightLAnchors akLeftakTopakRightakBottomCaptionMaskTabOrder DesignSizeLTMemoMaskMemoLeftTopWidthHeight4TabStopAnchors akLeftakTopakRightakBottom BevelInnerbvNone BevelOuterbvNone BorderStylebsNone Lines.StringsMaskMemo ScrollBars ssVerticalTabOrder TStaticText MaskHintTextLeft TopqWidthHeight AlignmenttaRightJustifyAutoSizeCaption mask hintsTabOrderTabStop 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 󝙕 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 akLeftakTopakRightCaptionFilterTabOrder DesignSizeTLabel MaskLabelLeft1TopWidth/Height Caption &File mask: FocusControlMaskEditTLabelRemoteDirectoryLabelLeft1TopGWidth0Height Caption Sear&ch in: FocusControlRemoteDirectoryEdit TPaintBoxAnimationPaintBoxLeft TopWidth Height THistoryComboBoxRemoteDirectoryEditLeft1TopWWidthvHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextRemoteDirectoryEditOnChange ControlChangeTHistoryComboBoxMaskEditLeft1Top$Width Height AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextMaskEditOnChange ControlChangeOnExit MaskEditExit TStaticText MaskHintTextLeftTop;Width|Height AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption mask hi&ntsTabOrderTabStop TButton MaskButtonLeftWTop"WidthPHeightAnchors akTopakRightCaption&Edit...TabOrderOnClickMaskButtonClickTButtonStartStopButtonLeftTop WidthlHeightAnchors akTopakRightCaption&StartXDefault TabOrderOnClickStartStopButtonClickTButton HelpButtonLeftTop*WidthlHeightAnchors akTopakRightCaption&HelpTabOrderOnClickHelpButtonClickTPanel FileViewPanelLeftTopWidthHeightAnchors akLeftakTopakRightakBottom BevelOuterbvNoneTabOrder TIEListViewFileViewLeftTopWidthHeightAlignalClientFullDrag ReadOnly RowSelect PopupMenuFileViewPopupMenuTabOrder ViewStylevsReport OnDblClickFileViewDblClickOnEnter ControlChangeOnExit ControlChange NortonLikenlOffColumnsCaptionNamaWidthPCaption DirectoryWidthx AlignmenttaRightJustifyCaptionSaizWidthPCaptionTukarWidthZ OnCompareFileViewCompareOnContextPopupFileViewContextPopup OnSelectItemFileViewSelectItem TStatusBar StatusBarLeftTopWidth2HeightPanels SimplePanel TButton FocusButtonLeftTopWidthlHeightAction FocusActionAnchors akTopakRightTabOrderTButton CopyButtonLeftTopqWidthjHeightAction CopyActionAnchors akRightakBottomTabOrderTButton DeleteButtonLeftTopWidthlHeightAction DeleteActionAnchors akTopakRightTabOrderTButtonDownloadButtonLeftTopWidthlHeightActionDownloadActionAnchors akTopakRightTabOrderTButton EditButtonLeftTopWidthlHeightAction EditActionAnchors akTopakRightCaption&EditTabOrder TPopupMenuFileViewPopupMenuLeftTop  TMenuItemFocus1Action FocusActionDefault TMenuItemN1Caption- TMenuItemEdit1Action EditAction TMenuItem Download1ActionDownloadAction TMenuItemDelete1Action DeleteAction TMenuItemN2Caption- TMenuItem SelectAllItemActionSelectAllAction TMenuItemN3Caption- TMenuItem CopyResults1Action CopyAction TActionList ActionListLeftTop=TAction DeleteActionCaptionPa&damSecondaryShortCuts.StringsF8ShortCut. OnExecuteDeleteActionExecuteTAction FocusActionCaptionFo&cus OnExecuteFocusActionExecuteTActionSelectAllActionCaption0ShortCutA@ OnExecuteSelectAllActionExecuteTAction CopyActionCaption &Copy ResultsShortCutC@ OnExecuteCopyActionExecuteTActionDownloadActionCaption Down&load...ShortCutt OnExecuteDownloadActionExecuteTAction EditActionCaption&EditSecondaryShortCuts.StringsCtrl+EShortCuts OnExecuteEditActionExecuteTPF0TFileSystemInfoDialogFileSystemInfoDialogLeft@TopHelpType htKeyword HelpKeyword ui_fsinfo BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaptionMaklumat protokol dan pelayan ClientHeight ClientWidthsColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSizes PixelsPerInch` TextHeight TButton CloseButtonLeftToplWidthKHeightAnchors akRightakBottomCancel CaptionTutupDefault ModalResultTabOrderTButton HelpButtonLeftToplWidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClick TPageControl PageControlLeftTopWidthsHeight` ActivePage ProtocolSheetAlignalTopAnchors akLeftakTopakRightakBottomTabOrderOnChangePageControlChange TTabSheet ProtocolSheetCaptionProtocol 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 akLeftakTopakRightakBottomColumnsCaptionItemWidthCaptionValueWidth ColumnClickDoubleBuffered MultiSelect ReadOnly RowSelect ParentDoubleBuffered PopupMenu ListViewMenuTabOrder ViewStylevsReportOnContextPopupControlContextPopup TGroupBoxCertificateGroupLeftTop&Width_HeighthAnchors akLeftakRightakBottomCaptionCertificate fingerprintTabOrder DesignSize_hTLabelLabel5Left TopWidth.Height CaptionSHA-256: FocusControl CertificateFingerprintSha256EditTLabelLabel6Left Top+Width"Height CaptionSHA-1: FocusControlCertificateFingerprintSha1EditTEdit CertificateFingerprintSha256EditLeftATopWidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFaceReadOnly TabOrderText CertificateFingerprintSha256EditTButtonCertificateViewButtonLeft TopBWidthyHeightCaption&Full certificateTabOrderOnClickCertificateViewButtonClickTEditCertificateFingerprintSha1EditLeftATop+WidthHeightTabStopAnchors akLeftakTopakRight BorderStylebsNoneColor clBtnFace PopupMenuFingerprintPopupMenuReadOnly TabOrderTextCertificateFingerprintSha1EditOnContextPopup(HostKeyFingerprintSHA256EditContextPopup TTabSheetCapabilitiesSheetCaption Capabilities ImageIndex DesignSizekD TGroupBox InfoGroupLeftTopWidth_HeightrAnchors akLeftakRightakBottomCaptionAdditional informationTabOrder DesignSize_rTMemoInfoMemoLeft TopWidthMHeightWTabStopAnchors akLeftakTopakRight BevelInnerbvNone BevelOuterbvNone BorderStylebsNoneColor clBtnFace Lines.StringsInfoMemo ScrollBarsssBothTabOrderWordWrap TListView ProtocolViewLeftTopWidth_HeightAnchors akLeftakTopakRightakBottomColumnsCaptionItemWidthCaptionValueWidth ColumnClickDoubleBuffered MultiSelect ReadOnly RowSelect ParentDoubleBuffered PopupMenu ListViewMenuTabOrder ViewStylevsReportOnContextPopupControlContextPopup TTabSheetSpaceAvailableSheetCaptionSpace available ImageIndex DesignSizekDTLabelLabel1Left Top WidthHeight Caption&Path: FocusControlSpaceAvailablePathEdit TListViewSpaceAvailableViewLeftTop(Width_HeightAnchors akLeftakTopakRightakBottomColumnsCaptionItemWidthCaptionValueWidth ColumnClickDoubleBuffered MultiSelect ReadOnly RowSelect ParentDoubleBuffered PopupMenu ListViewMenuTabOrder ViewStylevsReportOnContextPopupControlContextPopupOnCustomDrawItem SpaceAvailableViewCustomDrawItemTEditSpaceAvailablePathEditLeft8Top WidthHeightAnchors akLeftakTopakRight MaxLengthTabOrderOnChange ControlChangeOnEnterSpaceAvailablePathEditEnterOnExitSpaceAvailablePathEditExitTButtonSpaceAvailableButtonLeftTopWidthcHeightAnchors akTopakRightCaption Check &spaceTabOrderOnClickSpaceAvailableButtonClickTButtonClipboardButtonLeftToplWidthHeightAnchors akRightakBottomCaption&Copy to ClipboardTabOrderOnClickClipboardButtonClick TPopupMenu ListViewMenuLeftTopb TMenuItemCopyCaptionSalinOnClick CopyClick TPopupMenuFingerprintPopupMenuLeftTopb TMenuItemCopy1ActionEditCopyAction TMenuItemActionEditSelectAllAction TActionListFingerprintActionListLeftHTopb TEditCopyEditCopyActionCategoryEditCaptionSalinShortCutC@ OnExecuteEditCopyActionExecuteOnUpdateEditCopyActionUpdateTEditSelectAllEditSelectAllActionCategoryEditCaption Pilih semu&aShortCutA@TPF0TFullSynchronizeDialogFullSynchronizeDialogLeftmTopHelpType htKeyword HelpKeywordui_synchronize BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Sinkronisasi ClientHeight ClientWidthColor clBtnFace ParentFont OldCreateOrderPositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize PixelsPerInch` TextHeight TGroupBoxDirectoriesGroupLeftTopWidthHeightwAnchors akLeftakTopakRightCaption DirektoriTabOrder DesignSizewTLabelLocalDirectoryLabelLeft1TopWidthJHeight CaptionDirektori lokal FocusControlLocalDirectoryEditTLabelRemoteDirectoryLabelLeft1TopDWidthWHeight CaptionDirektori remot FocusControlRemoteDirectoryEditTImageImageLeft TopWidth Height AutoSize THistoryComboBoxRemoteDirectoryEditLeft1TopTWidthHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextRemoteDirectoryEditOnChange ControlChangeTHistoryComboBoxLocalDirectoryEditLeft1Top#WidthBHeight AutoCompleteAnchors akLeftakTopakRight MaxLengthTabOrderTextLocalDirectoryEditOnChange ControlChangeTButtonLocalDirectoryBrowseButtonLeftzTop!WidthKHeightAnchors akTopakRightCaptionLihat...TabOrderOnClickLocalDirectoryBrowseButtonClickTButtonOkButtonLeftTopWidthXHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderOnClick OkButtonClickOnDropDownClickOkButtonDropDownClickTButton CancelButtonLeft;TopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrder TGroupBox OptionsGroupLeftTopWidthHeightyCaptionOpsyen sinkrosisasiTabOrder DesignSizey TCheckBoxSynchronizeDeleteCheckLeft TopWidthHeightAnchors akLeftakTopakRightCaptionBuang fail-failTabOrderOnClick ControlChange TCheckBoxSynchronizeSelectedOnlyCheckLeft Top\WidthHeightAnchors akLeftakTopakRightCaptionSelected files o&nlyTabOrderOnClick ControlChange TCheckBoxSynchronizeExistingOnlyCheckLeft TopDWidthHeightAnchors akLeftakTopakRightCaptionE&xisting files onlyTabOrderOnClick ControlChange TCheckBoxSynchronizePreviewChangesCheckLeft Top,WidthHeightAnchors akLeftakTopakRightCaptionPre&view changesTabOrderOnClick ControlChangeTButtonTransferSettingsButtonLeftTopWidthHeightAnchors akLeftakBottomCaptionTransfer settin&gs...TabOrderOnClickTransferSettingsButtonClickOnDropDownClick#TransferSettingsButtonDropDownClick TGroupBoxDirectionGroupLeftTopWidthHeight1Anchors akLeftakTopakRightCaptionDirection/Target directoryTabOrder TRadioButtonSynchronizeBothButtonLeft TopWidthHeightCaption&BothChecked TabOrderTabStop OnClick ControlChange TRadioButtonSynchronizeRemoteButtonLeftTopWidthHeightCaption&RemoteTabOrderOnClick ControlChange TRadioButtonSynchronizeLocalButtonLeft0TopWidthHeightCaption&LocalTabOrderOnClick ControlChange TGroupBoxCompareCriterionsGroupLeftTopWidthHeightyAnchors akLeftakTopakRightCaptionComparison criteriaTabOrder DesignSizey TCheckBoxSynchronizeByTimeCheckLeft TopWidthHeightAnchors akLeftakTopakRightCaptionM&odification timeTabOrderOnClick ControlChange TCheckBoxSynchronizeBySizeCheckLeft Top,WidthHeightAnchors akLeftakTopakRightCaption File si&zeTabOrderOnClick ControlChange TCheckBoxSynchronizeCaseSensitiveCheckLeft Top\WidthHeightAnchors akLeftakTopakRightCaptionC&ase sensitiveTabOrderOnClick ControlChange TCheckBoxSynchronizeByChecksumCheckLeft TopDWidthHeightAnchors akLeftakTopakRightCaption C&hecksumTabOrderOnClick ControlChange TCheckBoxSaveSettingsCheckLeftTopmWidthHeightAnchors akLeftakTopakRightCaptionUse &same options next timeTabOrder TGroupBoxCopyParamGroupLeftTopWidthHeight2Anchors akLeftakTopakRightCaptionTransfer settingsTabOrderOnClickCopyParamGroupClickOnContextPopupCopyParamGroupContextPopup DesignSize2TLabelCopyParamLabelLeftTopWidthHeightAnchors akLeftakTopakRightakBottomAutoSizeCaptionCopyParamLabel ShowAccelCharWordWrap OnClickCopyParamGroupClickTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaption&HelpTabOrder OnClickHelpButtonClick TGroupBox ModeGroupLeftTopWidthHeight1Anchors akLeftakTopakRightCaptionModeTabOrder TRadioButtonSynchronizeFilesButtonLeft TopWidthHeightCaptionSynchronize &filesTabOrderOnClick ControlChange TRadioButtonMirrorFilesButtonLeftTopWidthHeightCaption &Mirror filesTabOrderOnClick ControlChange TRadioButtonSynchronizeTimestampsButtonLeft0TopWidthHeightCaptionSynchronize ×tampsTabOrderOnClick ControlChange TPopupMenuOkMenuLeftTop TMenuItemStart1CaptionMulaDefault 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 CaptionTutup ModalResultTabOrderTButton HelpButtonLeftTop1WidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClickTButtonClipboardButtonLeftTop1WidthHeightAnchors akLeftakBottomCaption&Copy to ClipboardTabOrderOnClickClipboardButtonClickTPF0TImportSessionsDialogImportSessionsDialogLeftjTopHelpType htKeyword HelpKeyword ui_import BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Import sitesX ClientHeight ClientWidthwColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSizew PixelsPerInch` TextHeight TLabelLabelLeftTop Width=Height Caption &Import from: FocusControlSourceComboBoxTButtonOKButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrder TListViewSessionListView2LeftTop'WidthiHeightAnchors akLeftakTopakRightakBottom Checkboxes ColumnsWidth ColumnClickDoubleBuffered HideSelectionReadOnly ParentDoubleBufferedParentShowHintShowColumnHeadersShowHint TabOrder ViewStylevsReport OnInfoTipSessionListView2InfoTipOnKeyUpSessionListView2KeyUp OnMouseDownSessionListView2MouseDownTButtonCheckAllButtonLeftTopWidthqHeightAnchors akLeftakBottomCaption Un/check &allTabOrderOnClickCheckAllButtonClickTButton HelpButtonLeft&TopWidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClick TComboBoxSourceComboBoxLeftjTop WidthxHeightStylecsDropDownListTabOrderOnSelectSourceComboBoxSelect Items.StringsPuTTYKiTTY FileZillaOpenSSH known_hostsTPanel ErrorPanelLeft0Top\WidthHeighta BevelOuterbvNoneColorclWindowParentBackgroundTabOrderTLabel ErrorLabelLeftTopWidthHeightaAlignalClient AlignmenttaCenterCaption ErrorLabel ShowAccelCharLayouttlCenterWordWrap TButton PasteButtonLeftTopWidthKHeightCaptionTam&palTabOrderOnClickPasteButtonClickTPF0TLicenseDialog LicenseDialogLeftTop ActiveControl CloseButton BorderIcons biSystemMenu BorderStylebsDialogCaptionLesen ClientHeight@ ClientWidthColor clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter DesignSize@ PixelsPerInch` TextHeight TButton CloseButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionTutupDefault ModalResultTabOrderTMemo LicenseMemoLeftTopWidthHeightAnchors akLeftakTopakRightColor clBtnFaceReadOnly ScrollBars ssVerticalTabOrder WantReturnsTPF0TLocationProfilesDialogLocationProfilesDialogLeftWTopHelpType htKeyword HelpKeywordui_locationprofile BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Profil lokasi ClientHeight ClientWidth-Color clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenterOnShowFormShow DesignSize- PixelsPerInch` TextHeight TLabelLocalDirectoryLabelLeft.TopWidthJHeight CaptionDirektori &lokal FocusControlLocalDirectoryEditTLabelRemoteDirectoryLabelLeft.Top8WidthWHeight CaptionDi&rektori remot FocusControlRemoteDirectoryEditTImageImageLeftTop Width Height AutoSize TButtonOKBtnLeft/TopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelBtnLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrder TPageControl PageControlLeftTophWidthHeight  ActivePageSessionProfilesSheetAnchors akLeftakTopakRightakBottomTabOrder TTabSheetSessionProfilesSheetTagCaptionSite Location profiles 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 akTopakRightCaptionT&ambahTabOrderOnClickAddBookmarkButtonClickTButtonRemoveSessionBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionPotongTabOrderOnClickRemoveBookmarkButtonClickTButtonDownSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionKe bawahTabOrderOnClickBookmarkButtonClickTButtonUpSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionKe atasTabOrderOnClickBookmarkButtonClickTButtonRenameSessionBookmarkButtonTagLeftTopIWidthSHeightAnchors akTopakRightCaption Tukar namaTabOrderOnClickRenameBookmarkButtonClickTButtonSessionBookmarkMoveToButtonTagLeftTopiWidthSHeightAnchors akTopakRightCaption Pindah ke ...TabOrderOnClickBookmarkMoveToButtonClick TTabSheetSharedProfilesSheetTagCaptionShared Location profiles 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 akTopakRightCaptionT&ambahTabOrderOnClickAddBookmarkButtonClickTButtonRemoveSharedBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionPotongTabOrderOnClickRemoveBookmarkButtonClickTButtonRenameSharedBookmarkButtonTagLeftTopIWidthSHeightAnchors akTopakRightCaption Tukar namaTabOrderOnClickRenameBookmarkButtonClickTButtonSharedBookmarkMoveToButtonTagLeftTopiWidthSHeightAnchors akTopakRightCaption Pindah ke ...TabOrderOnClickBookmarkMoveToButtonClickTButtonUpSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionKe atasTabOrderOnClickBookmarkButtonClickTButtonDownSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionKe bawahTabOrderOnClickBookmarkButtonClickTButtonShortCutSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akTopakRightCaption &Shortcut...TabOrderOnClickShortCutBookmarkButtonClickTHistoryComboBoxLocalDirectoryEditLeft.TopWidthHeightAnchors akLeftakTopakRight DropDownCountTabOrderTextLocalDirectoryEditOnChangeDirectoryEditChangeSaveOn THistoryComboBoxRemoteDirectoryEditLeft.TopIWidthHeightAnchors akLeftakTopakRight DropDownCount MaxLengthTabOrderTextRemoteDirectoryEditOnChangeDirectoryEditChangeSaveOn TButtonLocalDirectoryBrowseButtonLeftTopWidthKHeightAnchors akTopakRightCaption B&rowse...TabOrderOnClickLocalDirectoryBrowseButtonClickTButton SwitchButtonLeftTopWidthaHeightAnchors akRightakBottomCaption &Bookmarks... ModalResultTabOrderOnClickSwitchButtonClickTButton HelpButtonLeftTopWidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClick 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 biMinimizebiHelpCaptionLogin 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 CaptionName: ShowAccelCharTEditContentsNameEditLeftBTopWidthHeightAnchors akLeftakTopakRightTabOrderTextContentsNameEditTMemo ContentsMemoLeft Top*WidthDHeightAnchors akLeftakTopakRightakBottom Lines.Strings ContentsMemoTabOrderTPanel SitePanelLeftTopWidthiHeightZAlignalClientAnchors akTopakRightakBottom BevelOuterbvNoneTabOrder DesignSizeiZ TGroupBox BasicGroupLeftTop Width[HeightAnchors akLeftakTopakRightCaptionSesiTabOrder DesignSize[TLabelLabel1Left TopHWidth7Height Caption Nama &hos FocusControl HostNameEditTLabelLabel2LeftTopHWidth?Height Anchors akTopakRightCaption Nombor po&rt FocusControlPortNumberEditTLabel UserNameLabelLeft TopzWidth7Height CaptionNama pengg&una FocusControl UserNameEditTLabel PasswordLabelLeftTopzWidth2Height Caption Katalaluan FocusControl PasswordEditTLabelLabel22Left TopWidth>Height Caption&File protocol: FocusControlTransferProtocolComboTLabel FtpsLabelLeftTopWidth7Height Caption &Encryption: FocusControl FtpsComboTLabel WebDavsLabelLeftTopWidth7Height Caption &Encryption: 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 No encryptionTLS/SSL Implicit encryptionXTLS/SSL Explicit encryptionX TComboBox WebDavsComboLeftTop'WidthHeightStylecsDropDownListTabOrderOnChangeEncryptionComboChange Items.StringsNo encryptionXTLS/SSL Implicit encryptionXTPanel BasicFtpPanelLeft TopWidthDHeightAnchors akLeftakTopakRight BevelOuterbvNoneTabOrder TCheckBoxAnonymousLoginCheckLeftTopWidthHeightCaptionA&nonymous loginTabOrderOnClickAnonymousLoginCheckClickTPanel 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 CaptionTutup ModalResultTabOrderTButton HelpButtonLeft Top WidthRHeightAnchors akRightakBottomCaptionHelpTabOrderOnClickHelpButtonClickTPanel 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&ManageTabOrderOnClickManageButtonClickTButtonToolsMenuButtonLeft TopdWidthbHeightAnchors akLeftakBottomCaption&ToolsTabOrderOnClickToolsMenuButtonClickTPanelShowAgainPanelLeftTopWidthiHeightAlignalBottom BevelOuterbvNoneTabOrder OnMouseDownPanelMouseDown TCheckBoxShowAgainCheckLeft TopWidthHeightCaptionA&Show Login dialog on startup and when the last session is closedChecked State cbCheckedTabOrderOnClickShowAgainCheckClick TActionList ActionListImagesActionImageListOnUpdateActionListUpdateLeft,TopTActionEditSessionActionCategorySessionsCaption&Edit OnExecuteEditSessionActionExecuteTActionSaveAsSessionActionCategorySessionsCaption Save &As...ShortCutA OnExecuteSaveAsSessionActionExecuteTActionSaveSessionActionCategorySessionsCaption&Simpan OnExecuteSaveSessionActionExecuteTActionDeleteSessionActionCategorySessionsCaptionBuang ImageIndex OnExecuteDeleteSessionActionExecuteTActionImportSessionsActionCategorySessionsCaption&Import OnExecuteImportSessionsActionExecuteTAction LoginActionCategorySessionCaptionLogin ImageIndex OnExecuteLoginActionExecuteTAction AboutActionCategoryOtherCaption &Berkenaan OnExecuteAboutActionExecuteTAction CleanUpActionCategoryOtherCaptionPem&bersihan... OnExecuteCleanUpActionExecuteTActionResetNewSessionActionCategorySessionsCaption&Reset OnExecuteResetNewSessionActionExecuteTActionSetDefaultSessionActionCategorySessionsCaptionLaras de&fault OnExecuteSetDefaultSessionActionExecuteTActionDesktopIconActionCategorySessionsCaption &Ikon desktop OnExecuteDesktopIconActionExecuteTActionSendToHookActionCategorySessionsCaptionPintasan Explorer's 'Hantar ke' OnExecuteSendToHookActionExecuteTActionCheckForUpdatesActionTagCategoryOtherCaptionSemak &untuk kemaskini ImageIndex? OnExecuteCheckForUpdatesActionExecuteTActionRenameSessionActionCategorySessionsCaption&Rename ImageIndex OnExecuteRenameSessionActionExecuteTActionNewSessionFolderActionCategorySessionsCaptionNe&w Folder... ImageIndex OnExecuteNewSessionFolderActionExecuteTActionRunPageantActionCategoryOtherCaption Run &Pageant OnExecuteRunPageantActionExecuteTActionRunPuttygenActionCategoryOtherCaption Run PuTTY&gen OnExecuteRunPuttygenActionExecuteTAction ImportActionCategoryOtherCaption Import/Restore &Configuration... OnExecuteImportActionExecuteTAction ExportActionCategoryOtherCaption&Export/Backup Configuration... OnExecuteExportActionExecuteTActionPreferencesActionCategoryOtherCaption Kecenderungan OnExecutePreferencesActionExecuteTActionEditCancelActionCategorySessionCaptionCancel OnExecuteEditCancelActionExecuteTActionSessionAdvancedActionCategorySessionCaption A&dvanced... OnExecuteSessionAdvancedActionExecuteTActionPreferencesLoggingActionCategoryOtherCaption &Logging... OnExecutePreferencesLoggingActionExecuteTActionCloneToNewSiteActionCategorySessionCaption&Clone to New Site OnExecuteCloneToNewSiteActionExecuteTAction PuttyActionCategorySessionCaptionOpen in &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 Shellicon2CaptionSite Shell IconEnabledVisible TMenuItem DesktopIcon2ActionDesktopIconAction TMenuItemExplorersSendToShortcut2ActionSendToHookAction TMenuItemOptions1CaptionOptionsEnabledVisible TMenuItemIncrementalSearch1CaptionIncremental Search TMenuItemSearchSiteNameStartOnly1ActionSearchSiteNameStartOnlyAction RadioItem TMenuItemSearchSiteName1ActionSearchSiteNameAction RadioItem TMenuItem SearchSite1ActionSearchSiteAction RadioItem TPopupMenuManageFolderPopupMenuImagesActionImageListLeftTopM TMenuItem MenuItem1Caption Site FolderEnabledVisible TMenuItemLogin5Action LoginActionDefault TMenuItem OpeninPuTTY4Action PuttyAction TMenuItemN11Caption- TMenuItem MenuItem3ActionDeleteSessionAction TMenuItem MenuItem4ActionRenameSessionAction TMenuItem MenuItem5Caption- TMenuItem MenuItem6ActionNewSessionFolderAction TMenuItem MenuItem7CaptionSite Folder Shell IconEnabledVisible TMenuItem MenuItem8ActionDesktopIconAction TMenuItemOptions3CaptionOptionsEnabledVisible TMenuItemIncrementalSearch3CaptionIncremental Search TMenuItemBeginningofSiteNameOnly2ActionSearchSiteNameStartOnlyAction RadioItem TMenuItemAnyPartofSiteName2ActionSearchSiteNameAction RadioItem TMenuItemAllMajorSiteFields2ActionSearchSiteAction RadioItem TPopupMenuManageNewSitePopupMenuImagesActionImageListLeftTop TMenuItem MenuItem12CaptionNew 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 WorkspaceEnabledVisible TMenuItemLogin3Action LoginActionDefault TMenuItemN9Caption- TMenuItem MenuItem10ActionDeleteSessionAction TMenuItem MenuItem11ActionRenameSessionAction TMenuItem MenuItem18CaptionWorkspace Shell IconEnabledVisible TMenuItem MenuItem19ActionDesktopIconAction TMenuItemOptions4CaptionOptionsEnabledVisible TMenuItemIncrementalSearch4CaptionIncremental Search TMenuItemBeginningofSiteNameOnly3ActionSearchSiteNameStartOnlyAction RadioItem TMenuItemAnyPartofSiteName3ActionSearchSiteNameAction RadioItem TMenuItemAllMajorSiteFields3ActionSearchSiteAction RadioItem TPopupMenuSessionAdvancedPopupMenuLeftTop TMenuItemSession1CaptionSessionEnabledVisible TMenuItem MenuItem9ActionSessionAdvancedActionDefault TMenuItemEditRawSettings1ActionSessionRawAction TMenuItemTransferSettingsRule1ActionCopyParamRuleAction TMenuItem MenuItem14CaptionGlobal PreferencesEnabledVisible 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: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&Link... HelpKeyword task_linkHint$Create link|Create new link/shortcut 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 filesTActionCustomCommandsCustomizeActionTagCategoryCommandCaptionPenyendirian... HelpKeywordui_pref_commandsHintMenyendiri arahan biasa ImageIndexTActionCustomCommandsEnterActionTagCategoryCommandCaption &Enter... HelpKeyword(custom_command#executing_and_configuringHintEnter ad hoc custom command ImageIndexZTAction CustomCommandsEnterFocusedActionTag CategoryCommandCaption &Enter... HelpKeyword(custom_command#executing_and_configuringHintEnter ad hoc custom command ImageIndexZTActionCheckForUpdatesActionTagCategoryHelpCaptionSemak Untuk Kemaskini HelpKeywordupdatesHint(Menanya homepej aplikasi untuk kemaskini ImageIndex?TActionDonatePageActionTagCategoryHelpCaption&DermaHint-Membuka penglihat web dan menuju ke pej dermaTActionCustomCommandsLastActionTagCategoryCommandCaptionCustomCommandsLastAction HelpKeyword(custom_command#executing_and_configuringTActionCustomCommandsLastFocusedActionTag CategoryCommandCaptionCustomCommandsLastFocusedAction HelpKeyword(custom_command#executing_and_configuringTActionFileSystemInfoActionTagCategoryCommandCaptionMaklumat pelayan/protokol HelpKeyword ui_fsinfoHint"Paparkan maklumat pelayan/protokol ImageIndexTActionClearCachesActionTagCategoryCommandCaptionBuang simpanan sementara HelpKeyworddirectory_cacheHint=Buang penyenaraian direktori dan simpanan perubahan direktoriTActionFullSynchronizeActionTagCategoryCommandCaption &Sinkronisasi HelpKeywordtask_synchronize_fullHint6Sinkronisasi direktori setempat dengan direktori remot ImageIndexBShortCutS@TActionRemoteMoveToFocusedActionTag CategoryRemote Focused OperationCaption Pindah ke ... HelpKeywordtask_move_duplicate#moveHint.Pindah|Pindah fail terpilih ke direktori remot ImageIndexdTActionShowHiddenFilesActionTagCategoryViewCaptionPapar/sorok fail-fail tersorok HelpKeywordui_file_panel#hidden_filesHint&Togel paparan fail tersorok pada panelShortCutHTActionFormatSizeBytesNoneActionTagCategoryViewCaption&Bytes HelpKeywordui_pref_panels#commonHintShow files sizes in bytesTActionLocalPathToClipboardAction2TagCategoryLocal DirectoryCaptionSalin Laluan ke &Clipboard HelpKeyword filenames#cwdHint&Copy the current path to the clipboardTActionRemotePathToClipboardAction2TagCategoryRemote DirectoryCaptionSalin Laluan ke &Clipboard HelpKeyword filenames#cwdHint&Copy the current path to the clipboardTActionFileListToCommandLineActionTag CategorySelected OperationCaptionMasukkan ke Baris Arahan HelpKeywordfilenames#command_lineHint0Masukkan nama-nama fail terpilih ke baris arahanShortCut @TActionFileListToClipboardActionTagCategorySelected OperationCaptionSalin ke &Clipboard HelpKeywordfilenames#file_nameHint*Salin nama-nama fail terpilih ke clipboardShortCutC`TActionFullFileListToClipboardActionTagCategorySelected OperationCaption$Salin ke Clipboard (Termasuk Laluan) HelpKeywordfilenames#file_nameHint?Salin nama-nama termasuk laluan fail-fail terpilih ke clipboardShortCutCTActionQueueGoToActionTagCategoryQueueCaption&Go To HelpKeywordui_queue#manageHintGo to transfer queue list ImageIndexJShortCutQ@TActionQueueItemUpActionTag CategoryQueueCaptionMove &Up HelpKeywordui_queue#manageHint3Move selected queue item up to be processed earlier ImageIndexHTActionQueueItemDownActionTag CategoryQueueCaption Move &Down HelpKeywordui_queue#manageHint3Move selected queue item down to be processed later ImageIndexITActionQueueToggleShowActionTag CategoryQueueCaption&QueueHintShow/hide queue list ImageIndexJTActionQueueShowActionTag CategoryQueueCaption&Show HelpKeywordui_queueHintShow queue listTActionQueueHideWhenEmptyActionTag CategoryQueueCaptionHide when &Empty HelpKeywordui_queueHint Hide queue list when it is emptyTActionQueueHideActionTag CategoryQueueCaption&Hide HelpKeywordui_queueHintHide queue listTActionQueueToolbarActionTag CategoryQueueCaption&ToolbarHint2Hide/show queue list toolbar (on queue list panel)TActionQueueFileListActionTag CategoryQueueCaption &File ListHintHide/show full queue file listTActionQueueResetLayoutColumnsActionTag CategoryQueueCaption&Reset Columns LayoutHint+Reset to the default layout of list columnsTActionQueuePreferencesActionTag CategoryQueueCaption &Customize... HelpKeywordui_pref_backgroundHintCustomize queue list ImageIndexTAction PasteAction3TagCategoryCommandCaption&Paste from Clipboard HelpKeyword clipboardHintPaste files from the clipboard to the current directory in the active panel; or open a path from the clipboard in the active panel; or open a session URL from the clipboard ImageIndexKShortCutV@TAction NewFileActionTagCategoryCommandCaption&File... HelpKeyword task_editHint1Create file|Create new file and open it in editor ImageIndexMTActionEditorListCustomizeActionTagCategoryCommandCaption &Configure... HelpKeywordui_pref_editorHintCustomize editors ImageIndexTActionRemoteCopyToFocusedActionTag CategoryRemote Focused OperationCaption &Duplicate... HelpKeywordtask_move_duplicate#duplicateHintWDuplicate|Duplicate selected remote file(s) to another remote directory or another name ImageIndexNTActionRemoteCopyToActionTagCategoryRemote Selected OperationCaption Du&plicate... HelpKeywordtask_move_duplicate#duplicateHintWDuplicate|Duplicate selected remote file(s) to another remote directory or another name ImageIndexNTActionFileGenerateUrlAction2TagCategorySelected OperationCaptionGenerate File &URL... HelpKeywordui_generateurlHint"Generate URL's of selected file(s)TActionTableOfContentsActionTag CategoryHelpCaption &ContentsHintBOpens web browser and points it to documentation table of contents ImageIndexOShortCutpTActionFileListFromClipboardActionTagCategorySelected OperationCaption&Transfer Files in Clipboard HelpKeyword clipboardHint+Transfer files whose names are in clipboardTActionLocalCopyActionTag CategoryLocal Selected OperationCaption Up&load... HelpKeyword task_uploadHint8Upload|Upload selected local file(s) to remote directory ImageIndexXTActionCurrentDeleteAlternativeActionTagCategorySelected OperationCaptionPa&dam HelpKeyword task_deleteHintPadam|Padam fail pilihan ImageIndexTActionCurrentEditWithActionTagCategorySelected OperationCaption Edit &With... HelpKeyword task_editHint;Edit With|Edit selected file(s) using editor of your choiceTActionDownloadPageActionTagCategoryHelpCaption &DownloadHintCopy 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&Queue HelpKeywordui_queueHintConfigure queue listTTBXItemShow6ActionQueueShowAction 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&Queue HelpKeywordui_queueHintConfigure queue listTTBXItemShow5ActionQueueShowAction 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 Hidecolumn1ActionHideColumnActionTTBXSeparatorItemN37TTBXSubmenuItemLocalFormatSizeBytesPopupItemCaptionShow File Si&zes In HelpKeywordui_pref_panels#commonHint!Select files sizes display formatTTBXItem 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 Hidecolumn2ActionHideColumnActionTTBXSeparatorItemN38TTBXSubmenuItemRemoteFormatSizeBytesPopupItemCaptionShow File Si&zes In HelpKeywordui_pref_panels#commonHint!Select files sizes display formatTTBXItem 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&All HelpKeywordui_queue#manageHintMass queue management commandsTTBXItem TBXItem11ActionQueuePauseAllActionTTBXItem TBXItem12ActionQueueResumeAllActionTTBXItem TBXItem142ActionQueueDeleteAllActionTTBXSeparatorItemTBXSeparatorItem5TTBXItem TBXItem51ActionQueueDeleteAllDoneActionTTBXSubmenuItemTBXSubmenuItem3ActionQueueCycleOnceEmptyAction DropdownCombo TTBXItem TBXItem28ActionQueueIdleOnceEmptyAction RadioItem TTBXItem TBXItem13ActionQueueDisconnectOnceEmptyAction2 RadioItem TTBXItem TBXItem68ActionQueueSuspendOnceEmptyAction2 RadioItem TTBXItem TBXItem29ActionQueueShutDownOnceEmptyAction2 RadioItem TTBXSubmenuItemQueue2Caption&Options HelpKeywordui_queueHintConfigure queue listTTBXItemShow4ActionQueueShowAction RadioItem TTBXItemHidewhenEmpty4ActionQueueHideWhenEmptyAction RadioItem TTBXItemHide3ActionQueueHideAction RadioItem TTBXSeparatorItemN66TTBXItemToolbar3ActionQueueToolbarActionTTBXItem TBXItem83ActionQueueFileListActionTTBXSeparatorItemTBXSeparatorItem23TTBXItem TBXItem116ActionQueueResetLayoutColumnsActionTTBXSeparatorItemN65TTBXItem Customize3ActionQueuePreferencesAction TTBXPopupMenuRemoteDirViewPopup AutoPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLefthTopTTBXSubmenuItemGoTo4Caption&Go To HelpKeyword task_navigateHintGo to directoryTTBXItemOpenDirectoryBookmark3ActionRemoteOpenDirActionTTBXItem TBXItem100ActionRemoteExploreDirectoryActionTTBXSeparatorItemN81TTBXItemParentDirectory4ActionRemoteParentDirActionTTBXItemRootDirectory4ActionRemoteRootDirActionTTBXItemHomeDirectory4ActionRemoteHomeDirActionTTBXSeparatorItemN80TTBXItemBack4ActionRemoteBackActionTTBXItemForward4ActionRemoteForwardActionTTBXItemRefresh4ActionRemoteRefreshActionTTBXItemAddToBookmarks4ActionRemoteAddBookmarkAction2TTBXItem TBXItem35ActionRemoteFilterActionTTBXItemCopyPathtoClipboard6ActionRemotePathToClipboardAction2TTBXSeparatorItemN79TTBXSubmenuItemTBXSubmenuItem26Caption&New HelpKeyword task_indexHintCreate object|Create new objectTTBXItem TBXItem135Action NewFileActionTTBXItem TBXItem136Action NewDirActionTTBXItem TBXItem209Action NewLinkActionTTBXItem TBXItem75Action PasteAction3TTBXSubmenuItem$RemoteDirViewPopupCustomCommandsMenuActionCustomCommandsNonFileAction TTBXPopupMenuLocalDirViewPopup AutoPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopTTBXSubmenuItemGoTo5Caption&Go To HelpKeyword task_navigateHintGo to directoryTTBXItemOpenDirectoryBookmark4ActionLocalOpenDirActionTTBXItemExploreDirectory2ActionLocalExploreDirectoryActionTTBXSeparatorItemN84TTBXItemParentDirectory5ActionLocalParentDirActionTTBXItemRootDirectory5ActionLocalRootDirActionTTBXItemHomeDirectory5ActionLocalHomeDirActionTTBXSeparatorItemN83TTBXItemBack5ActionLocalBackActionTTBXItemForward5ActionLocalForwardActionTTBXItemRefresh5ActionLocalRefreshActionTTBXItem TBXItem36ActionLocalFilterActionTTBXItemAddToBookmarks5ActionLocalAddBookmarkAction2TTBXItemCopyPathtoClipboard7ActionLocalPathToClipboardAction2TTBXSeparatorItemN82TTBXSubmenuItemTBXSubmenuItem7Caption&New HelpKeyword task_indexHintCreate object|Create new objectTTBXItem TBXItem70Action NewFileActionTTBXItem TBXItem71Action NewDirActionTTBXItem TBXItem76Action PasteAction3 TTBXPopupMenuRemoteAddressPopupImagesGlyphsModule.ExplorerImagesOptions tboShowHintLeftTopTTBXItem TBXItem33ActionRemoteRefreshActionTTBXItem TBXItem24ActionRemoteAddBookmarkAction2TTBXItem TBXItem25ActionRemotePathToClipboardAction2TTBXSeparatorItemTBXSeparatorItem1TTBXItem TBXItem17ActionRemoteOpenDirActionTTBXSubmenuItemTBXSubmenuItem2Caption&Go To HelpKeyword task_navigateHintGo to directoryTTBXItem 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 &File Names HelpKeyword filenamesHint+Operations with name(s) of selected file(s)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 CaptionBuka direktori:TImageImageLeftTop Width Height AutoSize THistoryComboBoxLocalDirectoryEditLeft.TopWidthHeightAnchors akLeftakTopakRightTabOrderTextLocalDirectoryEditOnChangeDirectoryEditChangeSaveOn THistoryComboBoxRemoteDirectoryEditLeft.TopWidth_HeightAnchors akLeftakTopakRight DropDownCount MaxLengthTabOrderTextRemoteDirectoryEditOnChangeDirectoryEditChangeSaveOn TButtonOKBtnLeftTop,WidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelBtnLeftTop,WidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrder TPageControl PageControlLeftTop8WidthHeight ActivePageSessionBookmarksSheetAnchors akLeftakTopakRightakBottomTabOrderOnChangePageControlChange TTabSheetSessionBookmarksSheetTagCaptionSite bookmarks DesignSizezTListBoxSessionBookmarksListTagLeft Top Width HeightAnchors akLeftakTopakRightakBottomDragMode dmAutomatic ItemHeight TabOrderOnClickBookmarksListClick OnDblClickBookmarksListDblClick OnDragDropBookmarksListDragDrop OnDragOverBookmarksListDragOver OnEndDragBookmarksListEndDrag OnKeyDownBookmarksListKeyDown OnStartDragBookmarksListStartDragTButtonAddSessionBookmarkButtonTagLeftTop WidthSHeightAnchors akTopakRightCaptionT&mbahTabOrderOnClickAddBookmarkButtonClickTButtonRemoveSessionBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionSingki&rTabOrderOnClickRemoveBookmarkButtonClickTButtonUpSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionAtasTabOrderOnClickBookmarkButtonClickTButtonDownSessionBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionBawahTabOrderOnClickBookmarkButtonClick TTabSheetSharedBookmarksSheetTagCaptionShared bookmarks ImageIndex DesignSizezTListBoxSharedBookmarksListTagLeft Top Width HeightAnchors akLeftakTopakRightakBottomDragMode dmAutomatic ItemHeight TabOrderOnClickBookmarksListClick OnDblClickBookmarksListDblClick OnDragDropBookmarksListDragDrop OnDragOverBookmarksListDragOver OnEndDragBookmarksListEndDrag OnKeyDownBookmarksListKeyDown OnStartDragBookmarksListStartDragTButtonAddSharedBookmarkButtonTagLeftTop WidthSHeightAnchors akTopakRightCaptionT&mbahTabOrderOnClickAddBookmarkButtonClickTButtonRemoveSharedBookmarkButtonTagLeftTop)WidthSHeightAnchors akTopakRightCaptionSingki&rTabOrderOnClickRemoveBookmarkButtonClickTButtonUpSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionAtasTabOrderOnClickBookmarkButtonClickTButtonDownSharedBookmarkButtonTagLeftTopWidthSHeightAnchors akRightakBottomCaptionBawahTabOrderOnClickBookmarkButtonClickTButtonShortCutSharedBookmarkButtonTagLeftTopIWidthSHeightAnchors akTopakRightCaption &Shortcut...TabOrderOnClickShortCutBookmarkButtonClickTButtonLocalDirectoryBrowseButtonLeft@TopWidthKHeightAnchors akTopakRightCaption B&rowse...TabOrderOnClickLocalDirectoryBrowseButtonClickTButton SwitchButtonLeftTop,WidthyHeightAnchors akLeftakBottomCaption&Location Profiles... ModalResultTabOrderOnClickSwitchButtonClickTButton HelpButtonLeft@Top,WidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClickTPF0TPreferencesDialogPreferencesDialogLeftTopHelpType htKeyword HelpKeywordui_preferences BorderIcons biSystemMenu biMinimize biMaximizebiHelp BorderStylebsDialogCaption Kecenderungan ClientHeight ClientWidth!Color clBtnFace ParentFont OldCreateOrder PositionpoOwnerFormCenter OnCloseQueryFormCloseQueryOnShowFormShow DesignSize! PixelsPerInch` TextHeight TButtonOKButtonLeftTopWidthKHeightAnchors akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CloseButtonLeftrTopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrderTPanel MainPanelLeftTopWidth!HeightAlignalTopAnchors akLeftakTopakRightakBottom BevelOuterbvNoneTabOrder TPageControl PageControlLeftTopWidthHeight ActivePagePreferencesSheetAlignalClient MultiLine Style tsButtonsTabOrderTabStopOnChangePageControlChange TTabSheetPreferencesSheetTagHelpType htKeyword HelpKeywordui_pref_environmentCaption Persekitaran ImageIndex TabVisible DesignSize TGroupBoxCommonPreferencesGroupLeftTopWidthHeight1Anchors akLeftakTopakRightCaption PengesahanTabOrder DesignSize1 TCheckBoxSynchronizeSummaryCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionSync&hronization summaryTabOrder OnClick ControlChange TCheckBoxConfirmOverwritingCheckLeftTopEWidtheHeightAnchors akLeftakTopakRightCaptionMengubah fail-failTabOrderOnClick ControlChange TCheckBoxConfirmDeletingCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionMemadam fail-fail (Disyorkan)TabOrderOnClick ControlChange TCheckBoxConfirmClosingSessionCheck2LeftTopWidtheHeightAnchors akLeftakTopakRightCaption*Closing sessions when exiting appli&cationTabOrderOnClick ControlChange TCheckBoxDDTransferConfirmationCheck2Left Top-WidthUHeightAnchors akLeftakTopakRightCaption8D&rag && drop operations and paste to other applicationsTabOrderOnClick ControlChange TCheckBoxContinueOnErrorCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption0Teruskan walaupun terdapat ralat (pengguna maju)TabOrder OnClick ControlChange TCheckBoxConfirmExitOnCompletionCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption,Exiting application on o&peration completionTabOrderOnClick ControlChange TCheckBoxConfirmResumeCheckLeftTop]WidtheHeightAnchors akLeftakTopakRightCaptionTrans&fer resumingTabOrderOnClick ControlChange TCheckBoxConfirmCommandSessionCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionOpening separate &shell sessionTabOrder OnClick ControlChange TCheckBoxConfirmRecyclingCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption&Moving files to Recycle binTabOrderOnClick ControlChange TCheckBoxConfirmTransferringCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption&Transferring of filesTabOrderOnClick ControlChange TStaticTextBackgroundConfirmationsLinkLeft ToprWidthYHeight AlignmenttaRightJustifyAutoSizeCaption,Change confirmations of background transfersTabOrderTabStop OnClick BackgroundConfirmationsLinkClick TGroupBoxNotificationsGroupLeftTop?WidthHeightIAnchors akLeftakTopakRightCaption NotificationsTabOrder DesignSizeITLabelBeepOnFinishAfterTextLeftxTopWidthHeight Anchors akTopakRightCaptions ShowAccelChar TCheckBoxBeepOnFinishCheckLeftTopWidth$HeightAnchors akLeftakTopakRightCaption0&Beep when work finishes, if it lasted more thanTabOrderOnClick ControlChange TUpDownEditBeepOnFinishAfterEditLeft:TopWidth9Height AlignmenttaRightJustify Increment@MaxValue@Anchors akTopakRight MaxLengthTabOrderOnChange ControlChange TCheckBoxBalloonNotificationsCheckLeftTop-WidthlHeightAnchors akLeftakTopakRightCaption@Show balloon ¬ifications in taskbar status area (system tray)TabOrderOnClick ControlChange TTabSheetLogSheetTagHelpType htKeyword HelpKeywordui_pref_loggingCaptionLog ImageIndex TabVisible DesignSizeTLabelLogProtocolHintLabelLeftTop/WidthHeight!AutoSizeCaption[The selected logging level severely degrades performance. Use it when troubleshooting only. ShowAccelCharWordWrap TGroupBox LoggingGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaption Pilihan loginTabOrder DesignSizeTLabelLogMaxSizeCountFilesLabelLeftGTopWidthHeight Captionfiles FocusControlLogMaxSizeCountEdit ShowAccelCharTLabelLogFileNameLabelLeft(Top.Width.Height Caption &Log path: FocusControlLogFileNameEdit3OnClick ControlChange TFilenameEditLogFileNameEdit3Left(Top>WidthOHeight AcceptFiles OnBeforeDialogPathEditBeforeDialog OnAfterDialogPathEditAfterDialog DialogKinddkSave DefaultExtlogFilter3Session log files (*.log)|*.log|All files (*.*)|*.* DialogOptions ofHideReadOnlyofPathMustExist DialogTitleSelect file for session logClickKey @Anchors akLeftakTopakRightTabOrderTextLogFileNameEdit3OnChange ControlChangeTPanel LogFilePanelLeft(TopVWidth HeightAnchors akLeftakTopakRight BevelOuterbvNoneTabOrder TRadioButtonLogFileAppendButtonLeftTopWidthjHeightCaptionTambahTabOrderOnClick ControlChange TRadioButtonLogFileOverwriteButtonLeftpTopWidthjHeightCaptionUbahTabOrderOnClick ControlChange TComboBoxLogProtocolCombo2LeftTopWidthwHeightStylecsDropDownListAnchors akTopakRightTabOrderOnChange ControlChange Items.StringsReducedNormalDebug 1Debug 2 TStaticTextLogFileNameHintTextLeftTopTWidthoHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption &patternsTabOrderTabStop TCheckBoxEnableLoggingCheckLeftTopWidthHeightAnchors akLeftakTopakRightCaption!Enable &session logging on level:TabOrderOnClick ControlChange TCheckBoxLogSensitiveCheckLeft(TopWidthOHeightAnchors akLeftakTopakRightCaption.Log pass&words and other sensitive informationTabOrder OnClick ControlChange TCheckBoxLogMaxSizeCheckLeft(TopsWidthHeightAnchors akLeftakTopakRightCaption &Rotate log files after reachingTabOrderOnClick ControlChange TComboBoxLogMaxSizeComboLeftTopqWidthwHeightAnchors akTopakRight MaxLengthTabOrderOnChange ControlChangeOnExit SizeComboExit Items.Strings1M10M100M1G TCheckBoxLogMaxSizeCountCheckLeft8TopWidthHeightAnchors akLeftakTopakRightCaption&Delete old log files, keepTabOrderOnClick ControlChange TUpDownEditLogMaxSizeCountEditLeftTopWidthAHeightMaxValue@MinValue?TabOrderOnChange ControlChange TGroupBoxActionsLoggingGroupLeftTopWidthHeightVAnchors akLeftakTopakRightCaptionXML logTabOrder DesignSizeV TFilenameEditActionsLogFileNameEditLeft(Top+WidthOHeight AcceptFiles OnBeforeDialogPathEditBeforeDialog OnAfterDialogPathEditAfterDialog DialogKinddkSave DefaultExtxmlFilter/XML log files (*.xml)|*.xml|All files (*.*)|*.* DialogOptions ofHideReadOnlyofPathMustExist DialogTitleSelect file for XML log.ClickKey @Anchors akLeftakTopakRightTabOrderTextActionsLogFileNameEditOnChange ControlChange TStaticTextActionsLogFileNameHintTextLeftTopAWidthoHeight AlignmenttaRightJustifyAnchors akTopakRightAutoSizeCaption pa&tternsTabOrderTabStop TCheckBoxEnableActionsLoggingCheckLeftTopWidthgHeightAnchors akLeftakTopakRightCaptionEnable &XML logging to file:TabOrderOnClick ControlChange TTabSheet GeneralSheetTagHelpType htKeyword HelpKeywordui_pref_interfaceCaption Antaramuka ImageIndex TabVisible DesignSizeTLabelInterfaceChangeLabelLeftTopWidthHeight Caption%Changes will apply on the next start. ShowAccelChar TGroupBoxInterfaceGroupLeftTopBWidthHeightAnchors akLeftakTopakRightCaptionUser InterfaceTabOrder DesignSizeTLabelCommanderDescriptionLabel2LeftTopWidthHeightsAnchors akLeftakTopakRightAutoSizeCaption- two panels (left for local directory, right for remote directory) - keyboard shortcuts like in Norton Commander (and other similar programs as Total Commander, Midnight Commander...) - drag && drop to/from both panelsWordWrap OnClickCommanderClickTLabelExplorerDescriptionLabelLeftTopWidthHeight>Anchors akLeftakTopakRightAutoSizeCaptiond- hanya direktori remot - pintasan papan kekunci seperti dalam Windows Explorer - seret && lepas WordWrap OnClick ExplorerClickTImageCommanderInterfacePictureLeft7Top)Width Height AutoSize OnClickCommanderClickTImageExplorerInterfacePictureLeft7TopWidth Height AutoSize OnClick ExplorerClick TRadioButtonCommanderInterfaceButton2LeftTopWidthtHeightCaption &CommanderChecked TabOrderTabStop OnClick ControlChange TRadioButtonExplorerInterfaceButton2LeftTopWidthoHeightCaption &ExplorerTabOrderOnClick ControlChange TGroupBox ThemeGroupLeftTopWidthHeight4Anchors akLeftakTopakRightCaptionThemeTabOrder DesignSize4TLabelLabel7LeftTopWidthRHeight CaptionInterface &theme: FocusControl ThemeCombo TComboBox ThemeComboLeftTopWidthHeightStylecsDropDownListAnchors akLeftakTopakRightTabOrder Items.Strings AutomaticLightDark TTabSheet PanelsSheetTagHelpType htKeyword HelpKeywordui_pref_panelsCaptionPanel ImageIndex TabVisible DesignSize TGroupBoxPanelsCommonGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaptionLazimTabOrder DesignSizeTLabelLabel1LeftTopWidthTHeight CaptionShow file si&zes in: FocusControlFormatSizeBytesComboOnClick ControlChangeTLabelLabel2LeftTopWidth`Height Caption&Incremental search: FocusControlPanelSearchComboOnClick ControlChange TCheckBoxShowHiddenFilesCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionPapar fail tersorokTabOrderOnClick ControlChange TCheckBoxDefaultDirIsHomeCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption)Direktori default adalah direktori &home TabOrderOnClick ControlChange TCheckBoxPreservePanelStateCheckLeftTopEWidtheHeightAnchors akLeftakTopakRightCaption/&Remember panels' state when switching sessionsTabOrderOnClick ControlChange TCheckBoxRenameWholeNameCheckLeftTop]WidtheHeightAnchors akLeftakTopakRightCaption%Select &whole name when renaming fileTabOrderOnClick ControlChange TCheckBoxFullRowSelectCheckLeftTopuWidtheHeightAnchors akLeftakTopakRightCaption&Full row selectTabOrderOnClick ControlChange TComboBoxFormatSizeBytesComboLeftTopWidthlHeightStylecsDropDownListAnchors akTopakRight MaxLengthTabOrderOnChange ControlChange Items.StringsBytes Kilobytes Short format 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 Double-clickTabOrder DesignSizeJTLabelDoubleClickActionLabelLeftTopWidthHeight Anchors akLeftakTopakRightCaption&&Operation to perform on double-click: FocusControlDoubleClickActionCombo TCheckBox"CopyOnDoubleClickConfirmationCheckLeft Top-WidthTHeightAnchors akLeftakTopakRightCaption'&Confirm copy on double-click operationTabOrderOnClick ControlChange TComboBoxDoubleClickActionComboLeftTopWidthlHeightStylecsDropDownListAnchors akTopakRightTabOrderOnChange ControlChange Items.StringsOpenCopyEdit TGroupBoxPanelFontGroupLeftTopTWidthHeightRAnchors akLeftakTopakRightCaption Panel fontTabOrder DesignSizeRTLabelPanelFontLabelLeftTopWidthHeight4Anchors akLeftakTopakRightakBottomAutoSizeCaptionPanelFontLabelColorclWindow ParentColor ShowAccelChar TransparentWordWrap OnDblClickPanelFontLabelDblClickTButtonPanelFontButtonLeftTop,WidthHeightCaptionSelect fon&t...TabOrderOnClickPanelFontButtonClick TCheckBoxPanelFontCheckLeftTopWidthHeightCaption&Use custom fontTabOrderOnClick ControlChange TTabSheetCommanderSheetTagHelpType htKeyword HelpKeywordui_pref_commanderCaption Commander ImageIndex TabVisible DesignSizeTLabelLabel3LeftTopWidthHeightAnchors akLeftakTopakRightAutoSizeCaptionRKecenderungan pada tab ini hanya terdapat pada antaramuka Norton Commander sahaja. ShowAccelCharWordWrap TGroupBox PanelsGroupLeftTop&WidthHeightcAnchors akLeftakTopakRightCaption Panel-PanelTabOrder DesignSizecTLabelLabel8LeftTopWidthtHeight Caption&Explorer-style selection: FocusControlNortonLikeModeCombo TCheckBoxSwappedPanelsCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption-S&wap panels (local on right, remote on left)TabOrderOnClick ControlChange TComboBoxNortonLikeModeComboLeftTopWidthHeightStylecsDropDownListAnchors akLeftakTopakRightTabOrderOnChange ControlChange Items.StringsNever Mouse onlyMouse and Keyboard TCheckBoxTreeOnLeftCheckLeftTopEWidtheHeightAnchors akLeftakTopakRightCaption&Show &directory tree left of file listTabOrderOnClick ControlChange TGroupBoxCommanderMiscGroupLeftTopWidthHeightMAnchors akLeftakTopakRightCaptionPelbagaiTabOrder DesignSizeMTLabelLabel10LeftTopWidth^Height Caption&Keyboard shortcuts FocusControlExplorerKeyboardShortcutsCombo TCheckBoxUseLocationProfilesCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption:G&una Profil Lokasi sebagai ganti kepada Penanda DirektoriTabOrderOnClick ControlChange TComboBoxExplorerKeyboardShortcutsComboLeftTopWidthHeightStylecsDropDownListAnchors akLeftakTopakRightTabOrderOnChange ControlChange Items.Strings CommanderExplorer TGroupBoxCompareCriterionsGroupLeftTopWidthHeightJAnchors akLeftakTopakRightCaptionBanding kriteria direktoriTabOrder DesignSizeJ TCheckBoxCompareByTimeCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionBanding dengan masaTabOrderOnClick ControlChange TCheckBoxCompareBySizeCheckLeftTop-WidtheHeightAnchors akLeftakTopakRightCaption0TabOrderOnClick ControlChange TTabSheet ExplorerSheetTagHelpType htKeyword HelpKeywordui_pref_explorerCaptionExplorer ImageIndex TabVisible DesignSizeTLabelLabel4LeftTopWidthHeightAnchors akLeftakTopakRightAutoSizeCaptionRKecenderungan pada tab ini hanya terdapat pada antaramuka Norton Commander sahaja. ShowAccelCharWordWrap TGroupBox GroupBox2LeftTop&WidthHeight6Anchors akLeftakTopakRightCaptionViewTabOrder DesignSize6 TCheckBoxShowFullAddressCheckLeftTopWidtheHeightAnchors akLeftakTopakRightCaption!Papar jalan penuh pada bar alamatTabOrderOnClick ControlChange TTabSheet EditorSheetTagHelpType htKeyword HelpKeywordui_pref_editorCaptionEditor 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 Integrasi ImageIndex TabVisible DesignSize TGroupBoxShellIconsGroupLeftTopWidthHeightAnchors akLeftakTopakRightCaption Ikon shelTabOrder DesignSizeTButtonDesktopIconButtonLeftTopWidtheHeightAnchors akLeftakTopakRightCaptionWujudkan satu ikon &desktopTabOrderOnClickIconButtonClickTButtonSendToHookButtonLeftTop8WidtheHeightAnchors akLeftakTopakRightCaptionATambah pintasan muat atas ke Explorer's '&Hantar Ke' menu konteksTabOrderOnClickIconButtonClickTButtonRegisterAsUrlHandlersButtonLeftTopgWidtheHeightAnchors 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_commandsCaptionArahan ImageIndex TabVisible DesignSize TGroupBoxCustomCommandsGroupLeftTopWidthHeightAnchors akLeftakTopakRightakBottomCaption Arahan penyendirian (SCP sahaja)TabOrder DesignSize TListViewCustomCommandsViewLeftTopWidthdHeight3Anchors akLeftakTopakRightakBottomColumnsCaption DeskripsiWidthUCaptionArahanWidthCaptionD/RWidth# ColumnClickDoubleBuffered DragMode dmAutomatic HideSelection OwnerData ReadOnly RowSelect ParentDoubleBufferedParentShowHintShowHint TabOrder ViewStylevsReportOnDataCustomCommandsViewData OnDblClickCustomCommandsViewDblClick OnEndDragListViewEndDrag OnDragDropCustomCommandsViewDragDrop OnDragOverCustomCommandsViewDragOver OnKeyDownCustomCommandsViewKeyDown OnMouseMoveCustomCommandsViewMouseMove OnSelectItemListViewSelectItem OnStartDragListViewStartDragTButtonAddCommandButtonLeftTopQWidthbHeightAnchors akLeftakBottomCaptionT&ambahStyle bsSplitButtonTabOrderOnClickAddCommandButtonClickOnDropDownClickAddCommandButtonDropDownClickTButtonRemoveCommandButtonLeftToppWidthbHeightAnchors akLeftakBottomCaptionSingki&rTabOrderOnClickRemoveCommandButtonClickTButtonUpCommandButtonLeft"TopQWidthSHeightAnchors akRightakBottomCaptionAtasTabOrderOnClickUpDownCommandButtonClickTButtonDownCommandButtonLeft"ToppWidthSHeightAnchors akRightakBottomCaptionBawahTabOrderOnClickUpDownCommandButtonClickTButtonEditCommandButtonLeftTopQWidthbHeightAnchors akLeftakBottomCaption&Edit...TabOrderOnClickEditCommandButtonClickTButtonConfigureCommandButtonLeftTopQWidthbHeightAnchors akLeftakBottomCaption &Configure...TabOrderOnClickConfigureCommandButtonClick TTabSheet DragDropSheetTag HelpType htKeyword HelpKeywordui_pref_dragdropCaption Seret & Lepas ImageIndex TabVisible DesignSize TGroupBoxDragDropDownloadsGroupLeftTopWidthHeight6Anchors akLeftakTopakRightCaptionMod muat turun Seret && LepasTabOrder 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 akLeftakTopakRightAutoSizeCaptionMembolehkan muat turun ke sebarang destinasi (folder biasa, arkib ZIP, FTP, dsb.). Fail di muat turun dahulu ke folder sementara, kemudian dihantar ke destinasi.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(Beri peringatan jika ruangan tidak cukupTabOrderOnClick 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 akTopakRightCaptionLihat...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 akLeftakTopakRightCaption(Papar direktori yang tidak boleh diaksesTabOrderOnClick 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 CaptionSasaran: 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 akTopakRightCaptionMasa digunakan: ShowAccelCharTLabelStartTimeLabelLabelLeftTopWidth3Height Caption Masa mula: ShowAccelCharTLabelLabel4LeftTopWidthYHeight CaptionBait yang terpindah: 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 MinimizeItemCaptionKecilkan ImageIndexShortCutMOnClickMinimizeItemClickTTBXItemMoveToQueueItemCaptionProceed in &Background ImageIndexShortCutBOnClickMoveToQueueItemClickTTBXSubmenuItemCycleOnceDoneItemCaption Once Finished DropdownCombo Hint-Action to perform once the operation finishes ImageIndexShortCutFOnClickCycleOnceDoneItemClickTTBXItemIdleOnceDoneItemCaption &Stay IdleChecked ImageIndex RadioItem OnClickOnceDoneItemClickTTBXItemDisconnectOnceDoneItemCaption&Disconnect Session ImageIndex RadioItem OnClickOnceDoneItemClickTTBXItemSuspendOnceDoneItemCaptionSlee&p Computer ImageIndex RadioItem OnClickOnceDoneItemClickTTBXItemShutDownOnceDoneItemCaption&Shut Down Computer 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 akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrder TPageControl PageControlLeftTopWidthZHeightv ActivePage CommonSheetAnchors akLeftakTopakRightakBottomTabOrderOnChangePageControlChange TTabSheet CommonSheetCaptionLazim DesignSizeRZTBevelBevel1LeftTop/Width@Height Anchors akLeftakTopakRightShape bsTopLineTLabelLabel1LeftTop:Width,Height CaptionLokasi ShowAccelCharTLabelLabel2LeftTopPWidthHeight CaptionSaiz: ShowAccelCharTLabelLinksToLabelLabelLeftTopfWidth(Height CaptionDihubungkan ke: ShowAccelCharTBevelBevel2LeftTop}Width@Height Anchors akLeftakTopakRightShape bsTopLineTLabel RightsLabelLeftTopWidth;Height CaptionPermisi: FocusControl RightsFrameTBevelGroupOwnerRightsBevelLeftTopWidth@Height Anchors akLeftakTopakRightShape bsTopLineTLabel GroupLabelLeftTopWidth!Height Caption Kumpulan: FocusControl GroupComboBoxTLabel OwnerLabelLeftTopWidth$Height CaptionPemilik: 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 akTopakRightCaptionHitungTabOrderOnClickCalculateSizeButtonClick 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 akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClick TPopupMenu ListViewMenuLeftTop TMenuItemCopyCaptionSalinOnClick 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 akRightakBottomCaptionOKDefault ModalResultTabOrderTButton CancelButtonLeftTopWidthKHeightAnchors akRightakBottomCancel CaptionBatal ModalResultTabOrderTButton HelpButtonLeftPTopWidthKHeightAnchors akRightakBottomCaption&HelpTabOrderOnClickHelpButtonClickTPF0 TRightsFrame RightsFrameLeftTopWidthHeightmTabOrderOnContextPopupFrameContextPopupTLabel OwnerLabelLeftTopWidth Height CaptionPemilik FocusControlOwnerReadCheckTLabel GroupLabelLeftTopWidthHeight CaptionKumpulan FocusControlGroupReadCheckTLabel OthersLabelLeftTop,Width!Height CaptionLain 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 TCheckBoxDirectoriesXCheckLeftTopYWidthHeightCaptionTambah &X ke direktoriTabOrder OnClick ControlChangeTEdit OctalEditLeft7Top@Width@Height MaxLengthTabOrder Text OctalEditOnChangeOctalEditChangeOnExit OctalEditExitTGrayedCheckBox SetUidCheckTagLeftTopWidthFHeightCaptionSet UIDTabOrderOnClick ControlChangeTGrayedCheckBox SetGIDCheckTagLeftTopWidthFHeightCaptionSet GIDTabOrderOnClick ControlChangeTGrayedCheckBoxStickyBitCheckTagLeftTop+WidthFHeightCaption Sticky bitTabOrder OnClick ControlChangeTButton CloseButtonLeftTopPWidthKHeightCaptionCloseTabOrderVisibleOnClickCloseButtonClick TPopupMenu RightsPopupImages RightsImagesOnPopupRightsPopupPopupLeftTop; TMenuItem Norights1ActionNoRightsAction TMenuItemDefaultrights1ActionDefaultRightsAction TMenuItem Allrights1ActionAllRightsAction TMenuItem Leaveasis1ActionLeaveRightsAsIsAction TMenuItemN1Caption- TMenuItem CopyAsText1ActionCopyTextAction TMenuItem CopyAsOctal1ActionCopyOctalAction TMenuItemPaste1Action PasteAction TActionList RightsActionsImages RightsImages OnExecuteRightsActionsExecuteOnUpdateRightsActionsUpdateLeftTopTActionNoRightsActionCaption Tiada hak ImageIndexShortCutN@TActionDefaultRightsActionCaption Hak sedia ada ImageIndexShortCutD@TActionAllRightsActionCaption Semua hak ImageIndexShortCutA@TActionLeaveRightsAsIsActionCaptionBiarkan seperti asalShortCutL@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 4VS_VERSION_INFOfStringFileInfoB043Efde9>CompanyNameMartin Prikrylj!FileDescriptionMalay translation of WinSCP (MS)*FileVersion1.18VLegalCopyright 2003 2019 Lim Ghee Lam< OriginalFilenameWinSCP.ms4ProductVersion6.3.5.08WWWhttps://winscp.net/$LangNameMalay.ProductNameWinSCPDVarFileInfo$Translation>