Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2008-03-12 12:01:53 +0000
committerAnton Leherbauer2008-03-12 12:01:53 +0000
commit7446d41232b3b9b008adb299b4c5f5808589632f (patch)
treef72038ca7b0a0a4a7249640b138a6d014f12bf55 /core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
parenta03aca49b89eed688a62f7a9d28b8081a6be3afe (diff)
downloadorg.eclipse.cdt-7446d41232b3b9b008adb299b4c5f5808589632f.tar.gz
org.eclipse.cdt-7446d41232b3b9b008adb299b4c5f5808589632f.tar.xz
org.eclipse.cdt-7446d41232b3b9b008adb299b4c5f5808589632f.zip
Cleanup NLS keys
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties20
1 files changed, 8 insertions, 12 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
index 2e750efb5da..a6d24a56530 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/CUIMessages.properties
@@ -1,28 +1,20 @@
###############################################################################
-# Copyright (c) 2002, 2007 IBM Corporation and others.
+# Copyright (c) 2002, 2008 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:
-# Rational Software - Initial API and implementation
-# Markus Schorn (Wind River Systems)
-# Anton Leherbauer (Wind River Systems)
+# Rational Software - Initial API and implementation
+# Markus Schorn (Wind River Systems)
+# Anton Leherbauer (Wind River Systems)
###############################################################################
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
-CEditor.contentassist.parseError=No completions available due to parse error
-CEditor.contentassist.timeout=Content Assist parsing has timed out
-CEditor.contentassist.badDialect=Unsupported Dialect Exception
-
CAnnotationHover.multipleMarkers=Multiple markers at this line
TabFolderOptionBlock.error=Error
@@ -75,3 +67,7 @@ TextEditorDropAdapter.noFile=Not a file: ''{0}''
OptionalMessageDialog_dontShowAgain= Do not show this &message again
CStructureCreatorVisitor.translationUnitName=Translation Unit
+
+FileTransferDragAdapter.refreshing=Refreshing...
+FileTransferDragAdapter.problem=Problem while moving or copying files.
+FileTransferDragAdapter.problemTitle=Drag & Drop

Back to the top