Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b1f6e6d7ecd485e68f63d6f0ab3ba4ede45029f5 (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
###############################################################################
# Copyright (c) 2000, 2005 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
###############################################################################

# package: org.eclipse.ui.views.properties

# ==============================================================================
# Properties View
# ==============================================================================

Categories_text = Show &Categories
Categories_toolTip = Show Categories

Columns_text = Co&lumns...
Columns_toolTip = Configure Columns

CopyProperty_text = &Copy

Defaults_text = &Restore Default Value
Defaults_toolTip = Restore Default Value

Filter_text = Show &Advanced Properties
Filter_toolTip = Show Advanced Properties

PropertyViewer_property = Property
PropertyViewer_value = Value
PropertyViewer_misc = Misc

CopyToClipboardProblemDialog_title=Problem Copying to Clipboard
CopyToClipboardProblemDialog_message=There was a problem when accessing the system clipboard. Retry?

Back to the top