Differences
This shows you the differences between the selected revisions of the page.
2013-05-15 | 2013-12-18 | ||
Renaming Login/Preferences "tabs" to "pages" (martin) | removing obsolete list of string explanations (martin) | ||
Line 49: | Line 49: | ||
You can generate [[languages|translation DLL]] on your own to test the translation before uploading. For that download "Translator" tool from [[this>../transladmin.php|translation web-interface]]. Extract the downloaded ZIP file and follow instructions in contained ''readme.txt'' file. | You can generate [[languages|translation DLL]] on your own to test the translation before uploading. For that download "Translator" tool from [[this>../transladmin.php|translation web-interface]]. Extract the downloaded ZIP file and follow instructions in contained ''readme.txt'' file. | ||
- | ==== Explanation of the Meaning of Some Strings ==== | ||
- | Here I provide an explanation of the meanings of some strings (and/or usage), where it may not be obvious. I will expand the list each time someone asks. You can also add your own knowledge. | ||
- | ^ [Section] ^ Key Meaning/usage ^ | ||
- | | ''[FileSystemInfo.dfm] ...Label6.Caption'' | [[protocols|"Can execute arbitrary command"]]. Arbitrary means ANY command. With WinSCP user can execute any [[remote_command|remote command]] he or she wants from the [[ui_console|console window]]. | | ||
- | | ''[FileSystemInfo.dfm] ...Label9.Caption'' | "Native text (ASCII) mode transfers". Native means that the protocol has its own support for [[transfer_mode|text mode transfers]]. This is true only for SFTP-4 and newer. For SCP and older SFTP versions, WinSCP merely simulates the text transfers. | | ||
- | | ''[Login.dfm] ...ProxyLocalhostCheck.Caption'' | This means "use the proxy even for the localhost", not "Don't use proxy for localhost". | | ||
- | | ''[Login.dfm] ...PingDummyCommandButton.Caption'' | By dummy I mean a command that does in fact nothing (or at least it does not change anything). For SCP I do ''echo something'', for SFTP I get the properties of the root directory. | | ||
- | | ''[NonVisual.dfm] ...SynchorizeBrowsingAction.Caption'' | Read [[task_navigate#synchronized_browsing|documentation]] | | ||
- | | ''[TextsCore1.rc] DETECT_RETURNVAR_ERROR'' | WinSCP in SCP mode first tries to detect if, in the current user shell ''$?'' or ''$status'' variable contains the result of the last command. | | ||
- | | ''[TextsCore1.rc] SFTP_SERVER_MESSAGE_ UNSUPPORTED'' | This is used for "Error message from server" in ''SFTP_ERROR_FORMAT'', when SFTP cannot provide one. | | ||
- | | ''[TextsCore1.rc] CIPHER_BELOW_TRESHOLD, CIPHER_TYPE_CS, CIPHER_TYPE_SC'' | ''%s'' in ''%scipher'' of ''CIPHER_BELOW_TRESHOLD'' is replaced either with empty string or by value of ''CIPHER_TYPE_CS'' or ''CIPHER_TYPE_SC''. Both replacements should have a space at the end, if appropriate for particular language. | | ||
- | | ''[TextsWin1.rc] MUTEX_RELEASE_TIMEOUT, DRAGEXT_MUTEX_RELEASE_TIMEOUT'' | Mutex is technical term standing for "MUTual EXclusive". I believe that it does not translate to the majority of the languages. | | ||
==== How to Use Translation DLL ==== | ==== How to Use Translation DLL ==== |