Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a39b69405db5f5b7b7077492ef3b63e9e8547fed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Copyright (c) 2000, 2005 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
###############################################################################

LastSaveReferenceProvider.LastSaveReferenceProvider.readJob.label=Reading saved version of file for quick diff
LastSaveReferenceProvider.LastSaveReferenceProvider.error.notEnoughBytesForBOM=Stream is shorter than its declared UTF-8 BOM
LastSaveReferenceProvider.LastSaveReferenceProvider.error.wrongByteOrderMark=Stream has declared as UTF-8 BOM, but BOM does not match

RevertLineAction.description= Reverts the current line to its original state
RevertLineAction.label= Revert &Line
RevertLineAction.delete.label= Delete Added &Line
RevertBlockAction.description= Reverts a contiguous block of modified lines
RevertBlockAction.label= Re&vert Block
RevertSelectionAction.description= Reverts any modified lines in the selection
RevertSelectionAction.label= Revert S&election
RestoreAction.description= Restores deleted lines into the current document
RestoreAction.label= Restore &Deleted Line
RestoreAction.multiple.label= Restore {0} &Deleted Lines

Back to the top