Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 299986528c066211452388e935790634e6d79387 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###############################################################################
# Copyright (c) 2006, 2008 Wind River Systems, Inc. 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     Markus Schorn (Wind River Systems)
###############################################################################
PDOMIndexerTask_collectingFilesTask=Collecting files (project ''{0}'')
PDOMIndexerTask_indexerInfo=Indexed ''{0}'' ({1} sources, {2} headers) in {3} sec: {4} declarations; {5} references; {6} unresolved inclusions; {7} syntax errors; {8} unresolved names ({9})
PDOMImportTask_errorInvalidPDOMVersion=The version of the cdt-index to import for project {0} does not match
PDOMImportTask_errorInvalidArchive=Invalid Archive: {0}
PDOMImportTask_readingIndexJob_Name=Reading Index from archive
PDOMImportTask_readingChecksumsJob_Name=Reading checksums from archive
PDOMImportTask_checkingFilesJob_Name=Checking files in project
PDOMImportTask_verifyingChecksumsJob_Name=Verifying Checksums
PDOMImportTask_updatingFileListJob_Name=Updating File List
PDOMImportTask_importIndexJob_Name=Importing Index
PDOMRebuildTask_0=Error rebuilding index: {0}

# {0} - task tag, {1} - task message.
TodoTaskUpdater_DeleteJob=Deleting task tags
TodoTaskUpdater_taskFormat={0} {1}
TodoTaskUpdater_UpdateJob=Updating task tags

Back to the top