]> git.uio.no Git - ifi-stolz-refaktor.git/blob - case-study/jdt-after/ui/org/eclipse/jdt/internal/ui/actions/FoldingMessages.properties
Case Study: adding data and statistics
[ifi-stolz-refaktor.git] / case-study / jdt-after / ui / org / eclipse / jdt / internal / ui / actions / FoldingMessages.properties
1 ###############################################################################
2 # Copyright (c) 2005, 2006 IBM Corporation and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 #
8 # Contributors:
9 #     IBM Corporation - initial API and implementation
10 ###############################################################################
11 Projection.Toggle.label= &Enable Folding
12 Projection.Toggle.tooltip= Toggles Folding
13 Projection.Toggle.description= Toggles folding for the current editor
14 Projection.Toggle.image=
15
16 Projection.ExpandAll.label= Expand &All
17 Projection.ExpandAll.tooltip= Expands All Collapsed Regions
18 Projection.ExpandAll.description= Expands any collapsed regions in the current editor
19 Projection.ExpandAll.image=
20
21 Projection.Expand.label= E&xpand
22 Projection.Expand.tooltip= Expands the Current Collapsed Region
23 Projection.Expand.description= Expands the collapsed region at the current selection
24 Projection.Expand.image=
25
26 Projection.CollapseAll.label= Collapse A&ll
27 Projection.CollapseAll.tooltip= Collapses All Expanded Regions
28 Projection.CollapseAll.description= Collapse any expanded regions in the current editor
29 Projection.CollapseAll.image=
30
31 Projection.Collapse.label= Colla&pse
32 Projection.Collapse.tooltip= Collapses the Current Region
33 Projection.Collapse.description= Collapses the Current Region
34 Projection.Collapse.image=
35
36 Projection.Restore.label= &Reset Structure
37 Projection.Restore.tooltip= Restore the Original Folding Structure
38 Projection.Restore.description= Restores the original folding structure
39 Projection.Restore.image=
40
41 Projection.CollapseComments.label= Collapse &Comments
42 Projection.CollapseComments.tooltip= Collapses All Comments
43 Projection.CollapseComments.description= Collapses all comments
44 Projection.CollapseComments.image=
45
46 Projection.CollapseMembers.label= Collapse &Members
47 Projection.CollapseMembers.tooltip= Collapses All Members
48 Projection.CollapseMembers.description= Collapses all members
49 Projection.CollapseMembers.image=