Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 831bfb9ed77f3a338fd7ff534197f349bdd861f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
###############################################################################
# Copyright (c) 2008, 2011 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################

Activator_1=Internal error
FileDiffResult_0=(file already exists)
FileDiffResult_1=(file does not exist)
FileDiffResult_2={0} {1}
FileDiffResult_3={0} (hunk \#{1})
Patcher_0=Patching
Patcher_1=Rejected patch
Patcher_2=Guessing Fuzz Factor...
WorkspacePatcher_0=Patching
WorkspacePatcher_1=Rejected patch
RangeComparatorLCS_0=Finding differences

Back to the top