Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dc2f353c41bd902b39afbdd112c967d186e0c9c8 (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
###############################################################################
# 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.
HSRRefactoring_name=HSR Refactoring
HSRRefactoring_PM_LoadTU=Load Translation Unit
HSRRefactoring_PM_CheckTU=Check Translation Unit
HSRRefactoring_PM_InitRef=Initialize Refactoring
HSRRefactoring_PM_ParseTU=Parse Translation Unit
HSRRefactoring_PM_MergeComments=Merge Comments
HSRRefactoring_CanceledByUser=Refactoring canceled by user.
HSRRefactoring_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}
HSRRefactoring_SelectionNotValid=Selection is not valid.
HSRRefactoring_CantLoadTU=Can not load translation unit.
HSRRefactoring_Ambiguity=Translation unit is ambiguous.
NO_FILE=File not found.
NodeContainer_Name=name:
NodeContainer_Space=\ 

Back to the top