Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/Messages.properties')
-rw-r--r--core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/Messages.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/Messages.properties b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/Messages.properties
new file mode 100644
index 00000000000..59007ba92d1
--- /dev/null
+++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/indexer/Messages.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2006, 2009 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_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