Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c85c83b9d6fccf7a5ffb5044f83434170b82a228 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
# Copyright (c) 2005, 2008 Symbian Software Limited
# 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:
#     Symbian Software Limited - initial API and implementation
###############################################################################
GeneratePDOMApplication_Initializing=== Initializing
GeneratePDOM_GenericGenerationFailed=Generation failed: {0}
GeneratePDOM_Incomplete=Pre-built index content is incomplete or out of date
GeneratePDOM_NullLocationConverter=IExportProjectProvider implementation of getLocationConverter() returned null ({0})
GeneratePDOM_ProjectProviderReturnedNullCProject=IExportProjectProvider implementation of createProject() returned null ({0})
GeneratePDOM_Success=Pre-built index content successfully generated
GeneratePDOMApplication_CouldNotFindInitializer=Could not find IExportProjectProvider: {0}
GeneratePDOMApplication_UsingDefaultProjectProvider=-pprovider not specified - defaulting to {0}
GeneratePDOMApplication_GenerationStarts=== Generation starts
GeneratePDOMApplication_InvalidIndexerID={0} takes zero or one argument
GeneratePDOMApplication_GenerationEnds=== Generation ends

Back to the top