mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
replacing single quotes with 2 consecutive single quotes (Bug 223679)
This commit is contained in:
parent
205c57b244
commit
e1bf40252e
2 changed files with 5 additions and 3 deletions
|
@ -8,10 +8,11 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Institute for Software - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
InputPage_ConstName=Constant &name:
|
||||
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_LiteralMustBeSelected=An literal expression must be selected to activate this refactoring.
|
||||
ExtractConstantRefactoring_NoLiteralSelected=No selected literal.
|
||||
|
|
|
@ -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
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
|
@ -7,6 +7,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# Symbian - Initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
|
||||
TemplateDrivenWizard.0=Successful
|
||||
|
@ -35,7 +36,7 @@ ProjectSelectionPage.8=The project does not exist
|
|||
ProjectSelectionPage.9=Please select a CDT project
|
||||
ProjectSelectionPage.10=Project Selection
|
||||
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.UnknownWidgetType0=Unknown widget type: {0}
|
||||
UISelectWidget_ErrorNoneSelected0=Please choose a value for {0}
|
||||
|
|
Loading…
Add table
Reference in a new issue