mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Minor fix for progess monitor, when joining the indexer.
This commit is contained in:
parent
e941f73524
commit
505c818d23
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
|||
PDOMIndexerTask_collectingFilesTask=Collecting files to parse (project ''{0}'')
|
||||
###############################################################################
|
||||
# Copyright (c) 2006, 2007 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_tooManyIndexProblems=Too many problems while indexing project ''{0}'', stopping indexer.
|
||||
PDOMIndexerTask_parsingFileTask=parsing {0} ({1})
|
||||
PDOMIndexerTask_errorWhileParsing=Error while parsing {0}.
|
||||
|
|
Loading…
Add table
Reference in a new issue