Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 929b9dea59378f9f5517c68aca145fca37aef867 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###############################################################################
# Copyright (c) 2005, 2009 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
###############################################################################

pluginName = Equinox Security Default UI
providerName = Eclipse.org - Equinox
security = Security
policy = Authorization 
certificates = Certificates
advanced = Providers and Services
certificateFile = Certificate File
certificateFileDescription = Import certificates into the platform.
storage = Secure Storage
uiPasswordProviderName = UI Prompt
providerDescription = The provider brings up a secure storage login dialog for the user to input the \'master\' password. This provider does not persist the \'master\' password in any way but relies on the user to input it.
systemSummaryTitle = Security Configuration
keywordPassword = password
keywordUsername = username
keywordLogin = login

Back to the top