From 622cd397ac66d8a26c94170ad2068673faaddc0d Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Thu, 21 Apr 2011 02:35:35 +0000 Subject: [PATCH] adding file back --- .../gettersandsetters/Messages.properties | 21 +++++++++++++++ .../implementmethod/Messages.properties | 26 +++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties create mode 100644 core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties new file mode 100644 index 00000000000..bb018b58168 --- /dev/null +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties @@ -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. diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties new file mode 100644 index 00000000000..1b60d0f979e --- /dev/null +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties @@ -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 \ No newline at end of file