mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
[432433] RSE SSL messages should be updated to say SSL/TLS
This commit is contained in:
parent
c2e7aaa652
commit
1c51f2f0eb
1 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
################################################################################
|
||||
# Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.
|
||||
# Copyright (c) 2000, 2014 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
|
||||
|
@ -31,6 +31,7 @@
|
|||
# Anna Dushistova (MontaVista) - [352072] RSE attempts to use proxy where it should not
|
||||
# David McKnight (IBM) - [372674] Enhancement - Preserve state of Remote Monitor view
|
||||
# David Dykstal (IBM) - [377804] Fix inconsistent text in work with history dialog
|
||||
# David McKnight (IBM) - [432433] RSE SSL messages should be updated to say SSL/TLS
|
||||
################################################################################
|
||||
|
||||
# NLS_MESSAGEFORMAT_VAR
|
||||
|
@ -316,12 +317,12 @@ RESID_SUBSYSTEM_USERID_TIP=User ID to connect with
|
|||
RESID_SUBSYSTEM_USERID_INHERITBUTTON_TIP=Inherit user ID from connection, or set locally for this subsystem
|
||||
|
||||
# Communications property page
|
||||
RESID_SUBSYSTEM_SSL_LABEL=Use SSL for network communications
|
||||
RESID_SUBSYSTEM_SSL_TIP=Use Secure Sockets Layer (SSL) for communicating with the server
|
||||
RESID_SUBSYSTEM_AUTODETECT_LABEL=Auto-detect SSL
|
||||
RESID_SUBSYSTEM_AUTODETECT_TIP=Automatically detect whether or not the server uses SSL. On some systems this may cause a longer connection time.
|
||||
RESID_SUBSYSTEM_SSL_ALERT_LABEL=Alert me when connecting using SSL
|
||||
RESID_SUBSYSTEM_SSL_ALERT_TIP=Show a confirmation dialog when the Secure Sockets Layer (SSL) is used for connecting with the RSE server
|
||||
RESID_SUBSYSTEM_SSL_LABEL=Use SSL/TLS for network communications
|
||||
RESID_SUBSYSTEM_SSL_TIP=Use Secure Sockets Layer (SSL) or Transport Layer Security (TLS) for communicating with the server
|
||||
RESID_SUBSYSTEM_AUTODETECT_LABEL=Auto-detect SSL/TLS
|
||||
RESID_SUBSYSTEM_AUTODETECT_TIP=Automatically detect whether or not the server uses SSL/TLS. On some systems this may cause a longer connection time.
|
||||
RESID_SUBSYSTEM_SSL_ALERT_LABEL=Alert me when connecting using SSL/TLS
|
||||
RESID_SUBSYSTEM_SSL_ALERT_TIP=Show a confirmation dialog when the Secure Sockets Layer (SSL/TLS) is used for connecting with the RSE server
|
||||
RESID_SUBSYSTEM_NONSSL_ALERT_LABEL=Alert me when connecting insecurely
|
||||
RESID_SUBSYSTEM_NONSSL_ALERT_TIP=Show a confirmation dialog when no security layer is used for connecting with the RSE server
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue