Skip to main content
summaryrefslogtreecommitdiffstats
blob: 56993fc3e0032bad5d7e34eb23fd60ebcd87a443 (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
###############################################################################
# Copyright (c) 2000, 2009 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
#     Anton Leherbauer (Wind River Systems) - Fixed bug 141484
###############################################################################


OpenWithMenu_label=Open Wit&h

BuildAction_label=&Build Project
RebuildAction_label=Rebuild Pro&ject
CleanAction_label=Clean Project

CollapseAllAction_label=Collapse All
CollapseAllAction_tooltip=Collapse All
CollapseAllAction_description=Collapse All

CopyAction_title = &Copy
CopyAction_toolTip = Copy

PasteAction_title=&Paste
PasteAction_toolTip = Paste

NewWizardsActionGroup_new=Ne&w

DefaultAction_WIP=WIP
DefaultAction_workInProgress=Work In Progress
CView_binaries=\ - binaries
CView_archives=\ - archives
LibraryRefContainer_Libraries=Libraries
# START NON-TRANSLATABLE
IncludeRefContainer_Includes=Includes
# END NON-TRANSLATABLE
CView_statusLine = {0} items selected

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

SelectionTransferDropAdapter_error_title=Drag and Drop Problem
SelectionTransferDropAdapter_error_message=A problem occurred during Drag and Drop.
SelectionTransferDropAdapter_error_exception=An unexpected exception occurred during Drag and Drop.

Back to the top