Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5a1bb230afd2cd7be3ee2aa34a73cca7c377e972 (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
###############################################################################
# Copyright (c) 2008 Institute for Software, HSR Hochschule fuer Technik
# Rapperswil, University of applied sciences 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:
# Institute for Software - initial API and implementation
###############################################################################
DeleteFileChange_0=Delete File
DeleteFileChange_1=File doesn't exist.
Refactoring_name=Refactoring
Refactoring_PM_LoadTU=Load Translation Unit
Refactoring_PM_CheckTU=Check Translation Unit
Refactoring_PM_InitRef=Initialize Refactoring
Refactoring_PM_ParseTU=Parse Translation Unit
Refactoring_PM_MergeComments=Merge Comments
Refactoring_CanceledByUser=Refactoring canceled by user.
Refactoring_CompileErrorInTU=The Translation Unit contains one or several problems. This can be caused by a syntax error in the code or a parser flaw. The refactoring will possibly fail.
AddDeclarationNodeToClassChange_AddDeclaration=Add Declaration to Class {0}.
CreateFileChange_CreateFile=Create file: {0}
CreateFileChange_UnknownLoc=Unknown Location: {0}
CreateFileChange_FileExists=File already exists: {0}
Refactoring_SelectionNotValid=Selection is not valid.
Refactoring_CantLoadTU=Can not load translation unit.
Refactoring_Ambiguity=Translation unit is ambiguous.
NO_FILE=File not found.
NodeContainer_Name=name:

Back to the top