Project

General

Profile

Download (1.02 KB) Statistics
| Branch: | Tag: | Revision:
1
###############################################################################
2
# Copyright (c) 2000, 2009 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

    
12
# package: org.eclipse.ui.internal.navigator.framelist
13

    
14

    
15
# ==============================================================================
16
# FrameList
17
# ==============================================================================
18
Back_text = &Back
19
Back_toolTip = Back
20
Back_toolTipOneArg = Back to {0}
21

    
22
Forward_text = &Forward
23
Forward_toolTip = Forward
24
Forward_toolTipOneArg = Forward to {0}
25

    
26
GoInto_text = Go &Into
27
GoInto_toolTip = Go Into
28

    
29
Up_text = &Up One Level
30
Up_toolTip = Up
31
Up_toolTipOneArg = Up to {0}
(14-14/15)