1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

[128990] - fixed strings for convertion

This commit is contained in:
Alena Laskavaia 2009-03-16 20:36:31 +00:00
parent 1ea10c1975
commit 084f3fbdef
3 changed files with 9 additions and 10 deletions

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2003, 2008 QNX Software Systems and others. # Copyright (c) 2003, 2009 QNX Software Systems and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -20,8 +20,8 @@ WizardNewCMakeProject.description=Create a new C Project which uses a simple mak
WizardNewCCMakeProject.name=Standard Make C++ Project WizardNewCCMakeProject.name=Standard Make C++ Project
WizardNewCCMakeProject.description=Create a new C++ Project which uses a simple makefile. WizardNewCCMakeProject.description=Create a new C++ Project which uses a simple makefile.
WizardConvertMakeProject.name=Convert to a C/C++ Make Project WizardConvertMakeProject.name=Convert to a C/C++ Project
WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile WizardConvertMakeProject.description=Convert to a C/C++ Project
Make.Target.label=Make Target Make.Target.label=Make Target
ActionMakeCreateTarget.label=Create... ActionMakeCreateTarget.label=Create...

View file

@ -44,9 +44,9 @@ MakeCWizardSettings.description=Define the project and 'make' builder settings
MakeCCWizardSettings.title=C++/Make Project Settings MakeCCWizardSettings.title=C++/Make Project Settings
MakeCCWizardSettings.description=Define the project and 'make' builder settings MakeCCWizardSettings.description=Define the project and 'make' builder settings
WizardMakeProjectConversion.title=Convert to C/C++ Make project WizardMakeProjectConversion.title=Convert to a C/C++ project
WizardMakeProjectConversion.description=Convert a project to a C/C++ project which uses 'make' to build it. WizardMakeProjectConversion.description=Convert a project to a C/C++ project
WizardMakeProjectConversion.monitor.convertingToMakeProject=Converting to Make Project... WizardMakeProjectConversion.monitor.convertingToMakeProject=Converting to C/C++ Project...
WizardMakeProjectConversion.projectOptions.title=Project options WizardMakeProjectConversion.projectOptions.title=Project options
WizardMakeProjectConversion.projectOptions.projectType=Specify project type WizardMakeProjectConversion.projectOptions.projectType=Specify project type
WizardMakeProjectConversion.projectOptions.projectTypeTable=Project type: WizardMakeProjectConversion.projectOptions.projectTypeTable=Project type:

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2003, 2008 IBM Corporation and others. # Copyright (c) 2003, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -60,9 +60,8 @@ Make.Project.Wizard=Make Project Wizard
MBS.create.configuration=Create New Configuration MBS.create.configuration=Create New Configuration
WizardConvertMakeProject.name=Convert to a C/C++ Make Project WizardConvertMakeProject.name=Convert to a C/C++ Project
WizardConvertMakeProject.name1=Convert to a C/C++ Make Project1 WizardConvertMakeProject.description=Convert to a C/C++ Project
WizardConvertMakeProject.description=Convert to a C/C++ Project which uses a simple makefile
Tool.settings=Tool Settings Tool.settings=Tool Settings
Build.steps=Build Steps Build.steps=Build Steps