Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3653abaa153d426d57e63ff29a75ab023d57182f (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
###############################################################################
# Copyright (c) 2006, 2008 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
###############################################################################

AvailableDetailPanesAction_0=Show &Details As
DefaultDetailPane_0=DefaultDetailPane
DefaultDetailPane_1=Default Viewer
DefaultDetailPane_56={0} : {1}
DefaultDetailPane_57=A detail pane that is based on a source viewer.  Displays as text and has actions for assigning values, content assist and text modifications.
DefaultDetailPane_Co_ntent_Assist_3=Co&ntent Assist
DefaultDetailPane_Select__All_5=Select &All
DefaultDetailPane__Copy_8=&Copy
DefaultDetailPane_Cu_t_11=Cu&t
DefaultDetailPane__Paste_14=&Paste
DefaultDetailPane_Error_1=Error
DefaultDetailPane_2=Unable to configure source viewer detail pane
DefaultDetailPane_3=null
DetailPaneProxy_0=Problem displaying detail pane, see log for details.
DetailPaneProxy_1=No details to display for the current selection.
DetailPaneProxy_2=The detail pane with ID {0} did not create and return a control.
DetailPaneProxy_3=Could not create the detail pane with ID {0}

Back to the top