1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Minor fix for progess monitor, when joining the indexer.

This commit is contained in:
Markus Schorn 2007-02-07 14:22:31 +00:00
parent e941f73524
commit 505c818d23

View file

@ -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_tooManyIndexProblems=Too many problems while indexing project ''{0}'', stopping indexer.
PDOMIndexerTask_parsingFileTask=parsing {0} ({1}) PDOMIndexerTask_parsingFileTask=parsing {0} ({1})
PDOMIndexerTask_errorWhileParsing=Error while parsing {0}. PDOMIndexerTask_errorWhileParsing=Error while parsing {0}.