Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 470de32702f3b1869647c52a05a5aeccd37bb428 (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
27
###############################################################################
# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# 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_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