core/com.nokia.carbide.templatewizard/src/com/nokia/carbide/templatewizard/messages.properties
author timkelly
Thu, 10 Dec 2009 13:45:47 -0600
branchRCL_2_4
changeset 671 80524b72f957
parent 0 fb279309251b
permissions -rw-r--r--
Add S60 5.2 support.

# Copyright (c) 2006, 2008 Nokia Corporation
# 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
TemplateLoader.TemplateVersionError=No template version
TemplateLoader.TemplateLabelError=No template label
TemplateEngine.ImageNotFoundError=Could not find ''{0}'' in plugin ''{1}''
TemplatePagesNode.WizardPageTitle=New {0}
TemplateLoader.WizardPageIdError=No wizardPage id
Template.LocalizedStringsError=Could not create localized strings
Template.ProcessesRunError=Error running some processes
Template.ProcessRunError=Error running process ''{0}''
Template.ProcessInstantiateError=Could not instantiate process class ''{0}''
Template.ProcessLoadError=Could not load process class ''{0}''
TemplateWizardPage.FilenameError=''{0}'' is not a valid file/folder name
TemplateLoader.WizardPageLabelError=No wizardPage label
TemplateLoader.FailedToLoadTemplate=Failed to load template
TemplateLoader.FieldIdError=No field id
TemplateWizardPage.UIDWarning=''{0}'' is not within the recommended range of {1} to {2}
TemplateWizardPage.UIDHexError=''{0}'' is not a valid hexadecimal value
TemplateLoader.FieldLabelError=No field label
TemplateLoader.InvalidTemplateBundleOrURL=Invalid template or URL
TemplateLoader.UIDFieldMinError=No uidField min
TemplateLoader.UIDFieldMinParseError=Can't parse uidField min
TemplateLoader.UIDFieldMaxError=No uidField max
TemplateLoader.UIDFieldMaxParseError=Can't parse uidField max
TemplateLoader.UIDFieldMinMaxReversedError=uidField min greater than max
TemplateWizardPage.PatternMatchError={0} does not match expression {1}
TemplateWizardPage.MandatoryValueError={0} requires a value
TemplateProcessEngine.CannotFindBundleError=Could not find bundle {0}
TemplateProcessEngine.NoNameOrClassAttributeError=No ''name'' or ''class'' attributes in process element
TemplateProcessEngine.NoClassInBundleError=Class {0} not found in bundle {1}
TemplateProcessEngine.NotIProcessError=Process class {0} does not implement IProcess
TemplateProcessEngine.UnregisteredProcessError=Cannot load process; unregistered process type name ''{0}'' (check processType extensions)
AbstractProcess.MissingRequiredParameterError={0} process has no ''{1}'' parameter
AbstractProcess.MissingRequiredAttributeError={0} process ''{1}'' parameter has no ''{2}'' attribute
CreateFolders.NoProjectError=project {0} does not exist
CopyFiles.NoProjectError=project {0} does not exist
CopyFiles.CopyFileError={0} process could not copy file: {1}
CopyFiles.FilesExistTitle=Files Exist
CopyFiles.OverwriteFilesQuestion=These files exist at the target location. Would you like to overwrite the existing files?
ChooseTemplatePage.FailedToLoadTemplate=Failed to load template
ChooseTemplatePage.FailedToLoadTemplateError=Failed to load template: {0}
ChooseTemplatePage.FilterCheckboxLabel=Filter templates
ChooseTemplatePage.ChooseTemplateLabel=Choose a template
ChooseTemplatePage.CouldNotLoadTemplates=Could not load templates
ChooseTemplatePage.LoadingTemplatesTaskName=Loading templates
ChooseTemplatePage.TemplateLoadingInterrupted=Template loading interruped
ChooseTemplatePage.TemplatesNotRead=templates not read
UIDComposite.RandomLabel=Random
CopyFileTree.BadSourcePathURL=Failed to determine location of sources ''{0}'' to copy (configuration error?)
CopyFileTree.CopyingTaskLabel=Copying file tree
OpenFileInEditor.NoDefaultEditorFor=Could not find default editor for: {0}
OpenFileInEditor.NoSuchEditorId=Could not find editor: {0}
OpenFileInEditor.NoSuchFile=Could not find file ''{0}''
OpenFileInEditor.NoSuchProject=Could not find project ''{0}'' 
OpenFileInEditor.ProjectWithoutFilenameError={0} 'project' parameter has no 'fileName' attribute