applicationresources.properties
来自「这是linux下ssl vpn的实现程序」· PROPERTIES 代码 · 共 189 行
PROPERTIES
189 行
# Web Forwards
webForwards.title=SSL-Explorer:::Web Forwards
webForwards.subtitle=Web Forwarding
webForwards.description=A Web Forward is a link to an intranet website within your network. Click on the links to access your preconfigured Web Forwards. Please contact your network administrator if the web forward resource to which you require access is missing.
webForwards.errorsExist.text=An error has occured. Review the fields below and try again.
webForwards.name=Name
webForwards.type=Type
webForwards.mark=Mark
webForwards.create=Create
webForwards.edit=Edit
webForwards.favorite=Favorite
webForwards.delete=Delete
webForwards.message.saved=Web forward saved.
webForwards.launch=Please note that use of the <strong>Tunneled Site</strong> web forward type requires the use of the SSL-Explorer Agent which can be launched from the <a href="/showHome.do">Home</a> page.
webForwards.editAlert=You must select a single web forward to edit.
webForwards.deleteAlert=You must select at least one web forward to delete.
webForwards.favoriteAlert=You must select at least one web forward to add to your favorites.
webForwards.noForwardsCreated=There are no web forwards of any type currently configured.
webForwards.wrongScope=Global web forwards may not be edited or deleted here.
webForwards.favoritesAdded=Favorites added.
webForwards.error.alreadyFavorite={0} is already a favorite.
webForwards.create.title=Create Web Forward
webForwards.create.type=Type
# Global Web Forwards
globalWebForwards.title=SSL-Explorer:::Web Forwards
globalWebForwards.subtitle=Global Web Forwards
globalWebForwards.description=Access and configure global secure forwards to your intranet web resources. These forwards will be made available to all users.
globalWebForwards.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Create directory
createDirectory.error.noDirectoryName=No directory name supplied.
createDirectory.message.directoryCreated=Directory {0} created.
# Create Web Forward (Generic)
createWebForward.title=SSL-Explorer:::Create Web Forward
createWebForward.subtitle=Create Web Forward
createWebForward.description=Create a Web Forward
createWebForward.webForward.singlesite.title=Tunneled Site Web Forward
createWebForward.webForward.replacementProxy.title=Replacement Proxy Web Forward
createWebForward.webForward.reverseproxy.title=Reverse Proxy Web Forward
createWebForward.webForward.httpauth.title=HTTP Authentication
createWebForward.webForward.description=Description
createWebForward.webForward.shortName=Short Name
createWebForward.webForward.destinationURL=Target URL
createWebForward.webForward.permissionId=Permission
createWebForward.webForward.restrictToURL=Restrict To Target Host
createWebForward.webForward.activeDNS=Active DNS
createWebForward.webForward.activeDNS.info=Active DNS allows the Reverse Proxy to access hosts that exist at the root of a web server. This requires that you configure a wildcard DNS record that points all requests to *.[hostname] to this server. See the documentation for more information.
createWebForward.webForward.type=Type
createWebForward.webForward.category=Category
createWebForward.webForward.authenticationUsername=Username
createWebForward.webForward.authenticationPassword=Password
createWebForward.webForward.preferredAuthenticationScheme=Preferred scheme
createWebForward.webForward.encoding=Encoding
createWebForward.commit=Save
createWebForward.cancel=Cancel
createWebForward.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
createWebForward.allRequiredFields=Please complete all required fields!
createWebForward.required=Required Fields
createWebForward.message.requiredFieldIndicator=The * denotes a required field.
createWebForward.error.noDestinationURL=You must supply a destination URL.
createWebForward.error.noShortName=You must supply a short name.
createWebForward.error.noCategory=You must supply a category.
createWebForward.error.invalidURL=Invalid destination URL.
createWebForward.error.unsupportedProtocol=Web forwards currently only support the HTTP and HTTPS protocol.
createWebForward.error.shortNameExceeds32Chars=Short name must be 32 characters or less.
# Create Web Forward (Reverse Proxy)
createWebForward.webForward.reverseProxy.paths=Paths
createWebForward.reverseProxy.error.noPaths=You must supply at least one path.
createWebForward.reverseProxy.error.mismatchedPort=Reverse proxy web forwards will only work when the target server is listening on the same port as SSL-Explorer (i.e port {0})
createWebForward.reverseProxy.error.noDestinationPath=When not using <b>Active DNS</b>, Reverse proxy web forwards will only work when the target path is not the at the root of the target server. For example, http://mailserver.3sp.com/exchange will work but http://mailserver.3sp.com will not.
createWebForward.reverseProxy.error.pathAlreadyExists=The path {0} already exists.
# Edit Web Forward (other messages use createWebForward properties)
editWebForward.title=SSL-Explorer:::Edit Web Forward
editWebForward.subtitle=Edit Web Forward
editWebForward.description=Edit a web forward
editWebForward.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Edit Global Web Forward (other messages use createWebForward properties)
editGlobalWebForward.title=SSL-Explorer:::Edit Global Web Forward
editGlobalWebForward.subtitle=Edit Global Web Forward
editGlobalWebForward.description=Edit a global web forward
editGlobalWebForward.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Create Global Web Forward (other messages use createWebForward properties)
createGlobalWebForward.title=SSL-Explorer:::Create Global Web Forward
createGlobalWebForward.subtitle=Create Global Web Forward
createGlobalWebForward.description=Create a global web forward
createGlobalWebForward.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Replacements
replacements.title=SSL-Explorer:::Replacement Proxy Settings
replacements.subtitle=Replacement Proxy Settings
replacements.description=Here you can configure new regular expressions for replacing content retrieved by the Replacement Proxy feature. These regular expressions effectively hunt out URL's within HTML, Javascript or other web content and replace them with a special URL point to the SSL-Explorer server (encoding the original URL as a part of the query). See the documentation for more details.
replacements.errorsExist.text=An error has occured. Review the fields below and try again.
replacements.sitePattern=Site
replacements.sitePattern.all=All
replacements.mimeType=Mime / Header
replacements.replaceType=Replace
replacements.replaceType.0.name=Rec. content
replacements.replaceType.1.name=Sent content
replacements.replaceType.2.name=Rec. header
replacements.replaceType.3.name=Sent header
replacements.match=Match
replacements.replace=Replace
replacements.mark=Actions
replacements.create=Create
replacements.delete=Delete
replacements.edit=Edit
replacements.noReplacementsDefined=No replacements have been defined. Click on <strong>Create</strong> to create a new one.
replacements.error.noReplacementsSelectedToDelete=You must select at least one replacement to delete.
replacements.error.invalidSelectionToEdit=You must select a single replacement to edit.
replacements.message.replacementsDeleted={0} replacement(s) deleted.
# Global Replacements
globalReplacements.title=SSL-Explorer:::Global Replacement Proxy Content Replacement
globalReplacements.subtitle=Global Replacement Proxy Content Replacement
globalReplacements.description=This advanced feature allows you to configure regular expressions for replacing web content retrieved by the Replacement Proxy feature. These regular expressions will be used for <strong>all</strong> users and will replace URLs within HTML, Javascript or other web content with a special URL pointing to the SSL-Explorer server. Please see the documentation for more details.
globalReplacements.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Create replacement
createReplacement.title=SSL-Explorer:::Create Replacement Proxy Content Replacement
createReplacement.subtitle=Create Replacement Proxy Content Replacement
createReplacement.description=Create a Replacement proxy content replacement.
createReplacement.sitePattern=Site Pattern
createReplacement.mimeType=Mime Type / Header
createReplacement.matchPattern=Match Pattern
createReplacement.replacePattern=Replace Pattern
createReplacement.replaceType=Type
createReplacement.commit=Save
createReplacement.cancel=Cancel
createReplacement.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
createReplacement.allRequiredFields=Please complete all required fields!
createReplacement.required=Required Fields
createReplacement.message.requiredFieldIndicator=The * denotes a required field.
createReplacement.error.mimeTypeRequired=This replacement type requires a mime type.
createReplacement.error.noMatchPattern=You must supply a match pattern.
createReplacement.error.invalidMatchPattern=The Match Pattern must be a valid regular expression. {0}
createReplacement.error.invalidSitePattern=The Site Pattern, if supplied, must be a valid regular expression. {0}
createReplacement.message.saved=Replacement saved.
# Edit replacement
editReplacement.title=SSL-Explorer:::Edit Replacement Proxy Content Replacement
editReplacement.subtitle=Edit Replacement Proxy Content Replacement
editReplacement.description=Edit a Replacement proxy content replacement.
editReplacement.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Create global replacement
createGlobalReplacement.title=SSL-Explorer:::Create Global Replacement Proxy Content Replacement
createGlobalReplacement.subtitle=Create Global Replacement Proxy Content Replacement
createGlobalReplacement.description=Create a global Replacement proxy content replacement expression.
createGlobalReplacement.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Edit global replacement
editGlobalReplacement.title=SSL-Explorer:::Edit Global Replacement Proxy Content Replacement
editGlobalReplacement.subtitle=Edit Global Replacement Proxy Content Replacement
editGlobalReplacement.description=Edit a global Replacement proxy content replacement expression.
editGlobalReplacement.errorsExist.text=One or more fields contain errors, please review the fields below and try again.
# Replacement actions
action.removeReplacement.name=Remove
action.removeReplacement.description=Remove this replacement.
action.editReplacement.name=Edit
action.editReplacement.description=Edit this replacement.
action.moveUpReplacement.name=Move Up
action.moveUpReplacement.description=Move this replacement up.
action.moveDownReplacement.name=Move Down
action.moveDownReplacement.description=Move this replacement down.
# remove Replacement
removeReplacement.title=SSL-Explorer:::Remove Replacement
removeReplacement.subtitle=Confirm remove
removeReplacement.message=Are you sure you wish to remove this replacement.
removeReplacement.option.yes=Yes
removeReplacement.option.no=No
# create replacement
pageTask.createReplacement.title=Create Replacement
pageTask.createReplacement.description=Click here if you wish to create a new replacement.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?