Copyright header update, 2015 edition
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / internal / tmf / core / trace / indexer / messages.properties
CommitLineData
032ecd45 1###############################################################################
ed902a2b 2# Copyright (c) 2013, 2014 Ericsson
032ecd45
MAL
3#
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8#
9# Contributors:
10# Ericsson - Initial API and implementation
11###############################################################################
12
13ErrorOpeningIndex=Error opening index. File: {0}
14BTree_IOErrorAllocatingNode=I/O error allocating index node. File: {0}
15IOErrorClosingIndex=Error closing index. File: {0}
16IOErrorReadingHeader=Error reading index header. File: {0}
17IOErrorWritingHeader=Error writing index header. File: {0}
18BTreeNode_IOErrorLoading=I/O error loading index node. Offset: {0} file: {1}
19BTreeNode_IOErrorWriting=I/O error writing index node. Offset: {0} file: {1}
20FlatArray_IOErrorReading=I/O error reading index checkpoint. File: {0}
21FlatArray_IOErrorWriting=I/O error writing index checkpoint. File: {0}
This page took 0.048966 seconds and 5 git commands to generate.