messages.properties

来自「SFTP Plug-in for Eclipse will add the SF」· PROPERTIES 代码 · 共 113 行

PROPERTIES
113
字号
################################################################################ Copyright (c) 2000, 2004 IBM Corporation and others.# All rights reserved. This program and the accompanying materials# are made available under the terms of the Eclipse Public License v1.0# which accompanies this distribution, and is available at# http://www.eclipse.org/legal/epl-v10.html# # Contributors:#     IBM Corporation - initial API and implementation###############################################################################SFTPClient.openConnection=Connecting to: {0}SFTPClient.authenticate=AuthenticatingSFTPClient.closeConnection=DisconnectingSFTPClient.changeDirectory=Entering directory: {0}SFTPClient.createDirectory=Creating directory: {0}SFTPClient.deleteDirectory=Deleting directory: {0}SFTPClient.getFile=Receiving file: {0}SFTPClient.putFile=Sending file: {0}SFTPClient.listFiles=Receiving directory list: {0}SFTPClient.CannotResolveHostname=Could not resolve hostname: {0}SFTPClient.ErrorReceivingServerResponses=Error while receiving server responsesSFTPClient.MalformedServerResponse=Malformed server response: {0}SFTPClient.DroppedConnection=Server appears to have dropped connectionSFTPClient.InvalidResponseCode=The response code, {0}, was too short. It needs to be 3 digits long.SFTPClient.InvalidDelimiter=Was expecting a space or hyphen after the response code, {0}, but got '{1}' instead.SFTPClient.ErrorSendingCommands=Error while sending commands to serverSFTPClient.CannotOpenControlConnection=Could not establish connection with serverSFTPClient.CannotSetSocketOptions=Could not set socket optionsSFTPClient.ErrorDisconnecting=Error while disconnecting from the serverSFTPClient.SocketIsNotOpen=Socket is not openSFTPClient.CannotObtainSocketInputStream=Could not obtain input stream from socketSFTPClient.CannotObtainSocketOutputStream=Could not obtain output stream from socketSFTPClient.SFTPDataTransferWorker=SFTP Data Transfer WorkerSFTPClient.ErrorReceivingFile=Error while receiving fileSFTPClient.ErrorReceivingDirectoryList=Error while receiving directory listSFTPClient.CannotOpenPassiveDataConnection=Could not establish PASSIVE connection with serverSFTPClient.ErrorOpeningPortServerSocket=Error opening PORT server socketSFTPClient.ErrorClosingPortServerSocket=Error closing PORT server socketSFTPClient.CannotOpenPortDataConnection=Could not establish PORT connection with serverSFTPClient.ErrorSendingFile=Error while sending fileSFTPClient.transferSize={0} ({1}K of {2}K bytes)SFTPClient.transferUnknownSize={0} ({1}K)SFTPClient.transferNoSize={0}SFTPSite.Invalid_url_format_1=Invalid url formatSFTPSite.Exception_converting_timeout_value_2=Exception converting timeout valueSFTPSite.Exception_writing_configuration_to_stream_3=Exception writing configuration to streamSFTPSite.Site_disposal_error=Unable to purge encrypted login info for site being deleted.SFTPRemoteTargetResource.doesNotExist=Resource {0} does not existSFTPWizardMainPage.url=&URL:SFTPWizardMainPage.userName=Use&r:SFTPWizardMainPage.password=&Password:SFTPWizardMainPage.proxy=Pro&xy Server:SFTPWizardMainPage.timeout=&Connection Timeout (in seconds):SFTPWizardMainPage.locationExists=This location already exists.SFTPWizardMainPage.invalidServerURL=Please specify a valid sftp server URL (e.g. sftp://sftp.myhost.com).SFTPWizardMainPage.invalidProxyURL=Please specify a valid proxy server URL (e.g. sftp://proxy.myhost.com).SFTPWizardMainPage.passive=Use Passive &ModeSFTPWizardMainPage.invalidTimeout=Please specify a timeout value that is greater than 0.SFTPWizardMainPage.usernameMustBeSpecified=Please specify a user name.SFTPWizardMainPage.anon=&Login anonymouslySFTPWizardMainPage.loginDetails=&Specify a username and passwordSFTPWizardMainPage.anonuser=anonymousSFTPWizardMainPage.pwd=nobody@nowhere.netSFTPWizardMainPage.loginFrame=Authentication detailsSFTPMainPage.name=SFTPSFTPMainPage.description=Create a connection to an SFTP siteSFTPMainPage.internalError=Internal error occuredSFTPMainPage.windowTitle=New SFTP SiteSFTPTargetProvider.remoteNotAFile1=Remote resource may not be a file.SFTPTargetProvider.remoteNotAFile2=Remote resource may not be a file.SFTPRemoteTargetResource.remoteFileTooBig=Remote file is too bigSFTPRemoteTargetResource.invalidURL=Invalid URL - internal erroraction.sftp.put.label=Uploadaction.sftp.put.tooltip=Upload All Outgoing Changesaction.sftp.put.description=Upload All Outgoing Changesaction.sftp.put.image=checkin_action.gifaction.sftp.get.label=Downloadaction.sftp.get.tooltip=Download All Incoming Changesaction.sftp.get.description=Download All Incoming Changesaction.sftp.get.image=checkout_action.gifSFTPPutAction.label=&UploadSFTPPutAction.tooltip=Upload outgoing changes to the serverSFTPGetAction.label=&DownloadSFTPGetAction.tooltip=Download incoming changes from the serverSFTPOverridePutAction.label=&Override and UploadSFTPOverridePutAction.tooltip=Upload all changes to the server, discarding changes on the serverSFTPOverrideGetAction.label=O&verride and DownloadSFTPOverrideGetAction.tooltip=Download all changes from the server, discarding local changesSFTPRefreshOperation.2=Resource {0} is not deployed to SFTPSFTPDeploymentProvider.3=An error occurred restoring SFTP state for {0}.SFTPDeploymentProvider.4=SFTP site missing for {0}SFTPDeploymentProvider.5=Could not create URL for {0}SFTPSubscriber.0=SFTPSFTPPutOperation.0=The remote entry for {0} could not be found. Perhaps the upload failed.SFTPSubscriberResource.8=Error creating subscriber resource handle for resource {0}/{1}SFTPSubscriberResource.9=Error creating subscriber resource handle for resource {0}SFTPSynchronizeWizard.0=SFTPSFTPPutAction.0=Uploading {0} resources using SFTP.SFTPGetAction.0=Downloading {0} resources using SFTP.SFTPImportWizard.5=SFTP ImportSFTPExportWizard.5=SFTP Export

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?