blob: f02a0e01103303c29767c7039d7b4224a86c8d7a [file] [log] [blame]
###############################################################################
# Copyright (c) 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
###############################################################################
########### Undo Preferences ###########################
UndoPreferences_Description = Undo Example Preferences
UndoPreferences_HistoryLimit = Undo history limit
UndoPreferences_ConfirmUndo = Confirm all undo operations
UndoPreferences_ShowDebug = Show debug labels in undo history view
UndoPreferences_DoNotConfirm = Do not prompt for undo or redo again
########### Undo History View ##########################
UndoHistoryView_ContextFilterDialog = Context Filter Dialog
UndoHistoryView_ChooseContextMessage = Choose the Context for the view
UndoHistoryView_FilterText = Filter on...
UndoHistoryView_FilterToolTipText = Set the undo context used to filter the operation history
UndoHistoryView_UndoSelected = Undo selected
UndoHistoryView_UndoSelectedToolTipText = Undo the selected operation
UndoHistoryView_RefreshList = Refresh list
UndoHistoryView_RefreshListToolTipText = Refresh and redraw the list
UndoHistoryView_OperationInvalid = The selected operation cannot be undone in its current state
UndoHistoryView_OperationException = An error occurred while trying to undo this operation
UndoHistoryView_InfoDialogTitle = Undo History Example Information
########### Box View ##########################
BoxView_Title = Box View
BoxView_ClearBoxes = Delete all boxes
BoxView_ClearBoxesToolTipText = Delete all of the boxes from the view
BoxView_Move = Move Box
BoxView_Add = Add Box
BoxView_ConfirmUndo = Are you sure you want to {0} "{1}"?
BoxView_Undo = Undo
BoxView_Redo = Redo