mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
adding file back
This commit is contained in:
parent
0a29b63695
commit
622cd397ac
2 changed files with 47 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2008, 2011 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
|
||||||
|
###############################################################################
|
||||||
|
GettersAndSetters_Name=Generate getters and setters
|
||||||
|
GenerateGettersAndSettersInputPage_DeselectAll=Deselect All
|
||||||
|
GenerateGettersAndSettersInputPage_header=Select getters and setters to create:
|
||||||
|
GenerateGettersAndSettersInputPage_PlaceImplHeader=Place implementation in header file
|
||||||
|
GenerateGettersAndSettersInputPage_SelectAll=Select All
|
||||||
|
GenerateGettersAndSettersInputPage_SelectGetters=Select Getters
|
||||||
|
GenerateGettersAndSettersInputPage_SelectSetters=Select Setters
|
||||||
|
GenerateGettersAndSettersRefactoring_NoCassDefFound=No class definition found
|
||||||
|
GenerateGettersAndSettersRefactoring_NoFields=The class does not contain any fields.
|
||||||
|
GenerateGettersAndSettersRefactoring_NoImplFile=No implementation file found. Inserting definition into the header file.
|
|
@ -0,0 +1,26 @@
|
||||||
|
###############################################################################
|
||||||
|
# Copyright (c) 2008, 2011 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
|
||||||
|
# IBM Corporation
|
||||||
|
# Marc-Andre Laperle
|
||||||
|
###############################################################################
|
||||||
|
ParameterNamesInputPage_Title=Implement Method
|
||||||
|
ImplementMethodInputPage_Header=Select Methods to implement:
|
||||||
|
ParameterNamesInputPage_CompleteMissingMails=Please complete the missing variable names:
|
||||||
|
ImplementMethodInputPage_PageTitle=Implement Method
|
||||||
|
ImplementMethodInputPage_SelectAll=Select All
|
||||||
|
ImplementMethodInputPage_DeselectAll=Deselect All
|
||||||
|
ImplementMethodRefactoringPage_PreviewGenerationNotPossible=Preview generation not possible
|
||||||
|
ImplementMethodRefactoringPage_GeneratingPreview=Generating preview...
|
||||||
|
ImplementMethodRefactoringPage_PreviewCanceled=Preview canceled
|
||||||
|
ImplementMethodRefactoring_NoMethodSelected=No method declaration selected
|
||||||
|
ImplementMethodRefactoring_MethodHasImpl=This method already has an implementation.
|
||||||
|
ImplementMethodRefactoring_NoImplFile=No implementation file found for one or more method. Inserting definition(s) into the header file.
|
||||||
|
ImplementMethodRefactoringWizard_CancelingPreviewGeneration=Canceling preview generation
|
Loading…
Add table
Reference in a new issue