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

action.save.label=Save
action.save.tooltip=Save the changes to the Word document comparison
action.save.image=save.png

action.inplace.label=Edit Inplace
action.inplace.tooltip=Toggle whether the word document is edited in-place or in a separate window
action.inplace.image=editor_area.png

Back to the top