blob: 6311e4e5e87fcecf3fc50970efbe625b6da022c8 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# 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