ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / internal / tmf / core / trace / indexer / messages.properties
1 ###############################################################################
2 # Copyright (c) 2013 Ericsson
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
13 ErrorOpeningIndex=Error opening index. File: {0}
14 BTree_IOErrorAllocatingNode=I/O error allocating index node. File: {0}
15 IOErrorClosingIndex=Error closing index. File: {0}
16 IOErrorReadingHeader=Error reading index header. File: {0}
17 IOErrorWritingHeader=Error writing index header. File: {0}
18 BTreeNode_IOErrorLoading=I/O error loading index node. Offset: {0} file: {1}
19 BTreeNode_IOErrorWriting=I/O error writing index node. Offset: {0} file: {1}
20 FlatArray_IOErrorReading=I/O error reading index checkpoint. File: {0}
21 FlatArray_IOErrorWriting=I/O error writing index checkpoint. File: {0}
This page took 0.035848 seconds and 5 git commands to generate.