1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

replacing single quotes with 2 consecutive single quotes (Bug 223679)

This commit is contained in:
Vivian Kong 2008-03-24 16:13:37 +00:00
parent 205c57b244
commit e1bf40252e
2 changed files with 5 additions and 3 deletions

View file

@ -8,10 +8,11 @@
# #
# Contributors: # Contributors:
# Institute for Software - initial API and implementation # Institute for Software - initial API and implementation
# IBM Corporation
############################################################################### ###############################################################################
InputPage_ConstName=Constant &name: InputPage_ConstName=Constant &name:
InputPage_EnterContName=Enter a name for the new constant InputPage_EnterContName=Enter a name for the new constant
InputPage_NameAlreadyDefined=An element named '{0}' is already defined in this scope. InputPage_NameAlreadyDefined=An element named ''{0}'' is already defined in this scope.
ExtractConstantRefactoring_ExtractConst=Extract Constant ExtractConstantRefactoring_ExtractConst=Extract Constant
ExtractConstantRefactoring_LiteralMustBeSelected=An literal expression must be selected to activate this refactoring. ExtractConstantRefactoring_LiteralMustBeSelected=An literal expression must be selected to activate this refactoring.
ExtractConstantRefactoring_NoLiteralSelected=No selected literal. ExtractConstantRefactoring_NoLiteralSelected=No selected literal.

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2007 Symbian Software Limited and others. # Copyright (c) 2007, 2008 Symbian Software Limited 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
@ -7,6 +7,7 @@
# #
# Contributors: # Contributors:
# Symbian - Initial API and implementation # Symbian - Initial API and implementation
# IBM Corporation
############################################################################### ###############################################################################
TemplateDrivenWizard.0=Successful TemplateDrivenWizard.0=Successful
@ -35,7 +36,7 @@ ProjectSelectionPage.8=The project does not exist
ProjectSelectionPage.9=Please select a CDT project ProjectSelectionPage.9=Please select a CDT project
ProjectSelectionPage.10=Project Selection ProjectSelectionPage.10=Project Selection
ProjectSelectionPage.11=Choose a Project ProjectSelectionPage.11=Choose a Project
UIElementTreeBuilderHelper.InvalidEmptyLabel=Invalid item element in <property> with id="{0}": attributes 'label' and 'value' must be present. UIElementTreeBuilderHelper.InvalidEmptyLabel=Invalid item element in <property> with id="{0}": attributes ''label'' and ''value'' must be present.
UIElementTreeBuilderHelper.InvalidNonUniqueValue=Mappings between labels and values in not reversible for <property> with id="{0}" UIElementTreeBuilderHelper.InvalidNonUniqueValue=Mappings between labels and values in not reversible for <property> with id="{0}"
UIElementTreeBuilderHelper.UnknownWidgetType0=Unknown widget type: {0} UIElementTreeBuilderHelper.UnknownWidgetType0=Unknown widget type: {0}
UISelectWidget_ErrorNoneSelected0=Please choose a value for {0} UISelectWidget_ErrorNoneSelected0=Please choose a value for {0}