FTPStrings.strings
上传用户:q2283699q
上传日期:2022-05-17
资源大小:10704k
文件大小:13k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. <!-- FTPStrings.strings - For ease of localization, strings have been separated into this file.  Place all localizable strings here. -->
  2. <!-- NOTE: assignments require left justification and the assignment to appear as "$=" without whitespace between the $ and =. -->
  3. <!-- File location: <<Install>>ClientAdminInclude -->
  4. <!-- **************** FTP Commands and Descriptions **************** -->
  5. $COMMAND_FTPCommandProcessor_ABOR_NAME$=Abort
  6. $COMMAND_FTPCommandProcessor_ABOR_DESC$=Aborts the previously issued FTP command if it is still in progress.
  7. $COMMAND_FTPCommandProcessor_ACCT_NAME$=Account
  8. $COMMAND_FTPCommandProcessor_ACCT_DESC$=Specifies an account name to the server.
  9. $COMMAND_FTPCommandProcessor_ALLO_NAME$=Allocate
  10. $COMMAND_FTPCommandProcessor_ALLO_DESC$=Reserves the specified amount of space on the server for a file transfer.
  11. $COMMAND_FTPCommandProcessor_APPE_NAME$=Append [with create]
  12. $COMMAND_FTPCommandProcessor_APPE_DESC$=Allows uploaded data to be appended to another file (if it already exists).
  13. $COMMAND_FTPCommandProcessor_AUTH_NAME$=Authentication
  14. $COMMAND_FTPCommandProcessor_AUTH_DESC$=Initializes a secure connection the FTP server.
  15. $COMMAND_FTPCommandProcessor_AVBL_NAME$=Available Bytes in Directory
  16. $COMMAND_FTPCommandProcessor_AVBL_DESC$=Requests the number of bytes available for uploads in a specified directory, or the current directory.
  17. $COMMAND_FTPCommandProcessor_CCC_NAME$=Clear Command Channel
  18. $COMMAND_FTPCommandProcessor_CCC_DESC$=Instructs the server to stop using encryption over the command channel.
  19. $COMMAND_FTPCommandProcessor_CDUP_NAME$=Change to Parent Directory
  20. $COMMAND_FTPCommandProcessor_CDUP_DESC$=Changes the working directory for the connection to the immediate parent directory.
  21. $COMMAND_FTPCommandProcessor_CLNT_NAME$=Client
  22. $COMMAND_FTPCommandProcessor_CLNT_DESC$=Informs the server of the FTP software in use by the client.
  23. $COMMAND_FTPCommandProcessor_CSID_NAME$=Client / Server Identification
  24. $COMMAND_FTPCommandProcessor_CSID_DESC$=Exchanges identification information between the client and server.
  25. $COMMAND_FTPCommandProcessor_CWD_NAME$=Change Working Directory
  26. $COMMAND_FTPCommandProcessor_CWD_DESC$=Changes the working directory for the connection to the requested path.
  27. $COMMAND_FTPCommandProcessor_DELE_NAME$=Delete
  28. $COMMAND_FTPCommandProcessor_DELE_DESC$=Deletes the specified file on the server.
  29. $COMMAND_FTPCommandProcessor_DSIZ_NAME$=Directory Size
  30. $COMMAND_FTPCommandProcessor_DSIZ_DESC$=Requests the size of a specified directory, or the current directory, including subfolders.
  31. $COMMAND_FTPCommandProcessor_FEAT_NAME$=Feature
  32. $COMMAND_FTPCommandProcessor_FEAT_DESC$=Requests a list of extended features (commands) supported by the server.
  33. $COMMAND_FTPCommandProcessor_HELP_NAME$=Help
  34. $COMMAND_FTPCommandProcessor_HELP_DESC$=Requests information on using the server or a specific FTP command.
  35. $COMMAND_FTPCommandProcessor_HOST_NAME$=Host
  36. $COMMAND_FTPCommandProcessor_HOST_DESC$=Specifies which domain on the server the client wants to connect to.
  37. $COMMAND_FTPCommandProcessor_LIST_NAME$=List
  38. $COMMAND_FTPCommandProcessor_LIST_DESC$=Requests a listing of all files and directories in a specified directory, or the current directory.
  39. $COMMAND_FTPCommandProcessor_MDTM_NAME$=Modification Time
  40. $COMMAND_FTPCommandProcessor_MDTM_DESC$=Requests or sets the last modification time of a specified file.
  41. $COMMAND_FTPCommandProcessor_MFMT_NAME$=Modify Fact: Modification Time
  42. $COMMAND_FTPCommandProcessor_MFMT_DESC$=Sets the last modification time of a specified file or directory.
  43. $COMMAND_FTPCommandProcessor_MFCT_NAME$=Modify Fact: Creation Time
  44. $COMMAND_FTPCommandProcessor_MFCT_DESC$=Sets the creation time of a specified file or directory.
  45. $COMMAND_FTPCommandProcessor_MFF_NAME$=Modify Fact: Facts
  46. $COMMAND_FTPCommandProcessor_MFF_DESC$=Sets file or directory facts (information such as the creation or modification time of a specified file or directory).
  47. $COMMAND_FTPCommandProcessor_MKD_NAME$=Make Directory
  48. $COMMAND_FTPCommandProcessor_MKD_DESC$=Creates the specified directory on the server.
  49. $COMMAND_FTPCommandProcessor_MLSD_NAME$=Machine List Directory
  50. $COMMAND_FTPCommandProcessor_MLSD_DESC$=Requests a machine readable listing of all files and directories in a specified directory, or the current directory.
  51. $COMMAND_FTPCommandProcessor_MLST_NAME$=Machine List
  52. $COMMAND_FTPCommandProcessor_MLST_DESC$=Requests machine readable information about a specified file or the current directory over the command channel.
  53. $COMMAND_FTPCommandProcessor_MODE_NAME$=Transfer Mode
  54. $COMMAND_FTPCommandProcessor_MODE_DESC$=Specifies a transfer mode to use when transferring data.
  55. $COMMAND_FTPCommandProcessor_NLST_NAME$=Name List
  56. $COMMAND_FTPCommandProcessor_NLST_DESC$=Requests a listing of all files in the current or specified directory.
  57. $COMMAND_FTPCommandProcessor_NOOP_NAME$=No Operation
  58. $COMMAND_FTPCommandProcessor_NOOP_DESC$=No action is performed; it is commonly used as a keep-alive command.
  59. $COMMAND_FTPCommandProcessor_OPTS_NAME$=Options
  60. $COMMAND_FTPCommandProcessor_OPTS_DESC$=Configures extended options for the specified command.
  61. $COMMAND_OPTS_MLST_NAME$=Options for MLST
  62. $COMMAND_OPTS_MLST_DESC$=Configures the format of the response to the MLST command.
  63. $COMMAND_OPTS_MODE_NAME$=Options for MODE
  64. $COMMAND_OPTS_MODE_DESC$=Configures extended options for a transfer mode (e.g., the level of compression for MODE Z).
  65. $COMMAND_OPTS_UTF8_NAME$=Options for UTF8
  66. $COMMAND_OPTS_UTF8_DESC$=Enables or disables UTF-8 file name and path encoding.  OPTS UTF8 must be followed by "ON" to enable or "OFF" to disable.
  67. $COMMAND_FTPCommandProcessor_PASS_NAME$=Password
  68. $COMMAND_FTPCommandProcessor_PASS_DESC$=Specifies the password to the previously provided username when logging in.
  69. $COMMAND_FTPCommandProcessor_PASV_NAME$=Passive Mode
  70. $COMMAND_FTPCommandProcessor_PASV_DESC$=Instructs the server to open a passive mode data connection on another port.
  71. $COMMAND_FTPCommandProcessor_PBSZ_NAME$=Protection Buffer Size
  72. $COMMAND_FTPCommandProcessor_PBSZ_DESC$=Specifies the maximum size of encoded data blocks, in bytes, to use when sending data over a secured connection.
  73. $COMMAND_FTPCommandProcessor_PORT_NAME$=Data Port
  74. $COMMAND_FTPCommandProcessor_PORT_DESC$=Specifies the IP address and port a server should connect to for the purpose of a data transfer.
  75. $COMMAND_FTPCommandProcessor_PROT_NAME$=Data Channel Protection Level
  76. $COMMAND_FTPCommandProcessor_PROT_DESC$=Specifies the level of protection to use on the data channel for a secured connection.
  77. $COMMAND_FTPCommandProcessor_PWD_NAME$=Print Working Directory
  78. $COMMAND_FTPCommandProcessor_PWD_DESC$=Requests the current working directory for the connection.
  79. $COMMAND_FTPCommandProcessor_QUIT_NAME$=Quit
  80. $COMMAND_FTPCommandProcessor_QUIT_DESC$=Instructs the FTP server to logout the current user.
  81. $COMMAND_FTPCommandProcessor_REIN_NAME$=Reinitialize
  82. $COMMAND_FTPCommandProcessor_REIN_DESC$=Instructs the server to reset the connection to the state it was in at the time of initial connection.
  83. $COMMAND_FTPCommandProcessor_REST_NAME$=Restart
  84. $COMMAND_FTPCommandProcessor_REST_DESC$=Specifies a marker value the server can use to resume a previous file transfer.
  85. $COMMAND_FTPCommandProcessor_RETR_NAME$=Retrieve
  86. $COMMAND_FTPCommandProcessor_RETR_DESC$=Starts a file transfer where the server sends a copy of a remote file to the client.
  87. $COMMAND_FTPCommandProcessor_RMD_NAME$=Remove Directory
  88. $COMMAND_FTPCommandProcessor_RMD_DESC$=Removes the specified directory on the server.
  89. $COMMAND_FTPCommandProcessor_RMDA_NAME$=Remove Directory &amp; Contents
  90. $COMMAND_FTPCommandProcessor_RMDA_DESC$=Removes the specified directory and all its file contents and sub-directories on the server.
  91. $COMMAND_FTPCommandProcessor_RNFR_NAME$=Rename From
  92. $COMMAND_FTPCommandProcessor_RNFR_DESC$=Specifies a file or directory that is to be renamed following a RNTO command.
  93. $COMMAND_FTPCommandProcessor_RNTO_NAME$=Rename To
  94. $COMMAND_FTPCommandProcessor_RNTO_DESC$=Provides the new name for a file or directory specified by the preceding RNFR command.
  95. $COMMAND_FTPCommandProcessor_SITE_NAME$=Site Command
  96. $COMMAND_FTPCommandProcessor_SITE_DESC$=Specifies an extended command for execution that may not be recognized by all FTP servers.
  97. $COMMAND_SITE_CHMOD_NAME$=Change Mode
  98. $COMMAND_SITE_CHMOD_DESC$=Specifies new permissions for a specified file or directory.
  99. $COMMAND_SITE_EXEC_NAME$=Execute
  100. $COMMAND_SITE_EXEC_DESC$=Executes the provided command-line on the server.
  101. $COMMAND_SITE_MSG_NAME$=Message
  102. $COMMAND_SITE_MSG_DESC$=Sends the provided text message to the server administrator.
  103. $COMMAND_SITE_PSWD_NAME$=Change Password
  104. $COMMAND_SITE_PSWD_DESC$=Changes the logged in user's password to the provided password.
  105. $COMMAND_SITE_SET_NAME$=Set [option]
  106. $COMMAND_SITE_SET_DESC$=Sets the site specific option specified in the command to the provided value.
  107. $COMMAND_SITE_ZONE_NAME$=Time Zone
  108. $COMMAND_SITE_ZONE_DESC$=Requests the UTC offset for the time zone the server is located in.
  109. $COMMAND_SITE_HELP_NAME$=Help
  110. $COMMAND_SITE_HELP_DESC$=Requests information on using the server or a specific FTP command.
  111. $COMMAND_FTPCommandProcessor_SIZE_NAME$=File Size
  112. $COMMAND_FTPCommandProcessor_SIZE_DESC$=Requests the number of bytes that would be sent to transfer a specified file.
  113. $COMMAND_FTPCommandProcessor_SMNT_NAME$=Structure Mount
  114. $COMMAND_FTPCommandProcessor_SMNT_DESC$=Mounts a different file system data structure for use by the user for the connection.
  115. $COMMAND_FTPCommandProcessor_SSCN_NAME$=Set Secured Client Negotiation
  116. $COMMAND_FTPCommandProcessor_SSCN_DESC$=Specifies how the server should negotiate secure connection for FXP.
  117. $COMMAND_FTPCommandProcessor_STAT_NAME$=Status
  118. $COMMAND_FTPCommandProcessor_STAT_DESC$=Requests status information on a current file transfer or other parameter dependent information.
  119. $COMMAND_FTPCommandProcessor_STOR_NAME$=Store
  120. $COMMAND_FTPCommandProcessor_STOR_DESC$=Starts a file transfer where the client sends a copy of a local file to the server.
  121. $COMMAND_FTPCommandProcessor_STOU_NAME$=Store Unique
  122. $COMMAND_FTPCommandProcessor_STOU_DESC$=Starts a file transfer like the STOR command, except the server returns a unique filename to use.
  123. $COMMAND_FTPCommandProcessor_STRU_NAME$=File Structure
  124. $COMMAND_FTPCommandProcessor_STRU_DESC$=Specifies a file structure to be used during data transfers.
  125. $COMMAND_FTPCommandProcessor_SYST_NAME$=System
  126. $COMMAND_FTPCommandProcessor_SYST_DESC$=Request that the server identify its system platform.
  127. $COMMAND_FTPCommandProcessor_THMB_NAME$=Thumbnail
  128. $COMMAND_FTPCommandProcessor_THMB_DESC$=Starts a file download where the server sends a thumbnail image of a remote file in the specified format.
  129. $COMMAND_FTPCommandProcessor_TYPE_NAME$=Representation Type
  130. $COMMAND_FTPCommandProcessor_TYPE_DESC$=Specifies the format of the data being transferred.
  131. $COMMAND_FTPCommandProcessor_USER_NAME$=Login ID
  132. $COMMAND_FTPCommandProcessor_USER_DESC$=Specifies the login ID to be used for authenticating the connection.
  133. $COMMAND_FTPCommandProcessor_XCRC_NAME$=Cyclic Redundancy Check
  134. $COMMAND_FTPCommandProcessor_XCRC_DESC$=Requests a CRC value for the specified remote file.
  135. $COMMAND_FTPCommandProcessor_XCUP_NAME$=$COMMAND_FTPCommandProcessor_CDUP_NAME$
  136. $COMMAND_FTPCommandProcessor_XCUP_DESC$=$COMMAND_FTPCommandProcessor_CDUP_DESC$
  137. $COMMAND_FTPCommandProcessor_XCWD_NAME$=$COMMAND_FTPCommandProcessor_CWD_NAME$
  138. $COMMAND_FTPCommandProcessor_XCWD_DESC$=$COMMAND_FTPCommandProcessor_CWD_DESC$
  139. $COMMAND_FTPCommandProcessor_XDEL_NAME$=$COMMAND_FTPCommandProcessor_DELE_NAME$
  140. $COMMAND_FTPCommandProcessor_XDEL_DESC$=$COMMAND_FTPCommandProcessor_DELE_DESC$
  141. $COMMAND_FTPCommandProcessor_XMKD_NAME$=$COMMAND_FTPCommandProcessor_MKD_NAME$
  142. $COMMAND_FTPCommandProcessor_XMKD_DESC$=$COMMAND_FTPCommandProcessor_MKD_DESC$
  143. $COMMAND_FTPCommandProcessor_XPWD_NAME$=$COMMAND_FTPCommandProcessor_PWD_NAME$
  144. $COMMAND_FTPCommandProcessor_XPWD_DESC$=$COMMAND_FTPCommandProcessor_PWD_DESC$
  145. $COMMAND_FTPCommandProcessor_XRMD_NAME$=$COMMAND_FTPCommandProcessor_RMD_NAME$
  146. $COMMAND_FTPCommandProcessor_XRMD_DESC$=$COMMAND_FTPCommandProcessor_RMD_DESC$
  147. <!-- NOTE TO TRANSLATORS: The following BLOCK MUST be removed from your translation -->
  148. <!-- localized strings, keep these at the end of this file, they "overwrite" any previously defined string -->
  149. <!--#include de "FTPStrings_DE.strings"-->
  150. <!--#include fr "FTPStrings_FR.strings"-->
  151. <!--#include it "FTPStrings_IT.strings"-->
  152. <!--#include es "FTPStrings_ES.strings"-->
  153. <!--#include se "FTPStrings_SE.strings"-->
  154. <!--#include fi "FTPStrings_FI.strings"-->
  155. <!--#include no "FTPStrings_NO.strings"-->
  156. <!--#include dk "FTPStrings_DK.strings"-->
  157. <!--#include ru "FTPStrings_RU.strings"-->
  158. <!--#include zh,TW "FTPStrings_TW.strings"-->
  159. <!--#include zh,CN "FTPStrings_CN.strings"-->
  160. <!--#include jp "FTPStrings_JP.strings"-->