1
0
mirror of https://github.com/moparisthebest/davmail synced 2025-03-04 11:19:43 -05:00

Fix server certificate label

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1718 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-06-24 08:48:08 +00:00
parent 404923bb66
commit d3f7890319
3 changed files with 5 additions and 3 deletions

View File

@ -296,7 +296,7 @@ public class SettingsFrame extends JFrame {
protected JPanel getKeystorePanel() {
JPanel keyStorePanel = new JPanel(new GridLayout(4, 2));
keyStorePanel.setBorder(BorderFactory.createTitledBorder(BundleMessage.format("UI_SERVER_CERTIFICATE")));
keyStorePanel.setBorder(BorderFactory.createTitledBorder(BundleMessage.format("UI_DAVMAIL_SERVER_CERTIFICATE")));
keystoreTypeCombo = new JComboBox(new String[]{"JKS", "PKCS12"});
keystoreTypeCombo.setSelectedItem(Settings.getProperty("davmail.ssl.keystoreType"));

View File

@ -217,7 +217,8 @@ UI_PROXY_USER=Proxy user:
UI_SENT_KEEP_DELAY=Sent keep delay (POP):
UI_SENT_KEEP_DELAY_HELP=Number of days to keep messages in sent folder
UI_SERIAL=Serial
UI_SERVER_CERTIFICATE=Server Certificate (Client to DavMail)
UI_DAVMAIL_SERVER_CERTIFICATE=Server Certificate (Client to DavMail)
UI_SERVER_CERTIFICATE=Exchange Server Certificate
UI_SERVER_CERTIFICATE_HASH=Server certificate hash:
UI_SERVER_CERTIFICATE_HASH_HELP=Manually accepted server certificate hash
UI_SETTINGS=Settings...

View File

@ -194,7 +194,8 @@ UI_PROXY_USER=Identifiant proxy :
UI_SENT_KEEP_DELAY=Délai de rétention envoyés (POP) :
UI_SENT_KEEP_DELAY_HELP=Nombre de jours de conservation des messages dans le dossier des messages envoyés
UI_SERIAL=Numéro de série
UI_SERVER_CERTIFICATE=Certificat Serveur (Client vers DavMail)
UI_DAVMAIL_SERVER_CERTIFICATE=Certificat Serveur (Client vers DavMail)
UI_SERVER_CERTIFICATE=Certificat Serveur Exchange
UI_SERVER_CERTIFICATE_HASH=Hash du certificat serveur :
UI_SERVER_CERTIFICATE_HASH_HELP=Hash du certificat accepté manuellement
UI_SETTINGS=Configuration...