Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2bc50e09de82beed62db9d1224af53590f38a557 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# ==============================================================================
# Copyright (c) 2009, 2012 Eike Stepper (Berlin, Germany) 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:
#    Victor Roldan Betancort - initial API and implementation
#    Eike Stepper            - maintenance
#    Christian W. Damus (CEA LIST) - bug 399306
# ==============================================================================

# ==============================================================================
# This properties file contains all strings subject to be shown in the UI.
# ==============================================================================

ContainerView_1=Refresh
ContainerView_2=Refresh view
ContainerView_3=Collapse All
ContainerView_4=Collapse all nodes of this viewer
CredentialsDialog_1=Enter your user ID and password.
CredentialsDialog_2=User ID:
CredentialsDialog_3=Password:
CredentialsDialog_0=Login
CredentialsResetDialog_0=Reset Password
CredentialsResetDialog_1=Provide your administrator login to reset the password for user "{0}".
CredentialsUpdateDialog_0=Change Password
CredentialsUpdateDialog_1=Authenticate and enter your new password.
CredentialsUpdateDialog_2=New Password:
CredentialsUpdateDialog_3=Repeat Password:
CredentialsUpdateDialog_4=New password is required.
CredentialsUpdateDialog_5=Repeated password does not match the new password.
InteractiveCredentialsProvider.0=Temporary Password
InteractiveCredentialsProvider.1=The password for user "{0}" will be set to "{1}" (without the quotes) as soon as possible.
InteractiveCredentialsProvider.2=Copy to Clipboard
IntrospectAction_0=Introspect
MasterDetailsView_2=Refresh
MasterDetailsView_3=Refresh
Net4jContainerItemProvider_0=Remove
Net4jContainerItemProvider.1=Remove
Net4jIntrospectorView_1=
Net4jIntrospectorView_10=Type
Net4jIntrospectorView_11=Element
Net4jIntrospectorView_12=Type
Net4jIntrospectorView_13=Index
Net4jIntrospectorView_14=Element
Net4jIntrospectorView_15=Type
Net4jIntrospectorView_16=Back
Net4jIntrospectorView_17=Container
Net4jIntrospectorView_17b=Workbench Part
Net4jIntrospectorView_18=null
Net4jIntrospectorView_21=null
Net4jIntrospectorView_22=
Net4jIntrospectorView_24=null
Net4jIntrospectorView_25=
Net4jIntrospectorView_27=null
Net4jIntrospectorView_28=null
Net4jIntrospectorView_29=
Net4jIntrospectorView_4=Field
Net4jIntrospectorView_5=Value
Net4jIntrospectorView_6=Declared Type
Net4jIntrospectorView_7=Concrete Type
Net4jIntrospectorView_8=Key
Net4jIntrospectorView_9=Value
SafeAction_0=...
SafeAction_1=See the Error log for details.
SafeActionDelegate_0=See the Error log for details.
SafeActionDelegate_1=Error
SashLayoutAction_0=Vertical
SashLayoutAction_1=Horizontal
SashLayoutAction_2=Layout
TextAndDisable.0=Disabled

Back to the top