Skip to main content
summaryrefslogtreecommitdiffstats
blob: 998d356f7ef1603a05ad79990215eb9d7496c1ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###############################################################################
# Copyright (c) 2002,2003 Rational Software Corporation and others.
# All rights reserved.   This program and the accompanying materials
# are made available under the terms of the Common Public License v0.5
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v05.html
# 
# Contributors: 
# Rational Software - Initial API and implementation
###############################################################################

Drag.move.problem.title=Drag and Drop Problem
Drag.move.problem.message={0} is read only. Do you still wish to delete it?
ExceptionDialog.seeErrorLogMessage=See error log for more details.

################
# Content Assist
################
CEditor.contentassist.noCompletions=No completions available.

Back to the top