Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8b55acb6cf30f043c3cb87ec18e8b400c4f063ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
# Copyright (c) 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

TextAutoMerge.inputEncodingError= Unsupported encoding for input streams
TextAutoMerge.outputEncodingError= Unsupported encoding for output streams
TextAutoMerge.outputIOError= IO error on writing
TextAutoMerge.conflict= Conflict: cannot auto merge

Back to the top