Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bf597d1f8edd8479fce0ff53e001cccf5fff7d16 (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
26
27
28
###############################################################################
# Copyright (c) 2007, 2014 David Green 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:
#     David Green - initial API and implementation
#     Marc-Andre Laperle (Ericsson) - Add collapse all button (Bug 424558)
###############################################################################

MarkupEditor_markupLanguage=Markup Language
MarkupEditor_markupPreferenceError=Cannot load markup language preference
MarkupEditor_markupPreferenceError2=Cannot store markup language preference ''{0}''
MarkupEditor_markupSource=Markup Source
MarkupEditor_markupSource_named={0} Source
MarkupEditor_markupSource_tooltip=The markup source view
MarkupEditor_markupSource_tooltip_named=The markup source view, displaying {0} markup
MarkupEditor_preview=Preview
MarkupEditor_preview_tooltip=The markup preview, which shows the markup source as it would be rendered to HTML
MarkupEditor_updateOutline=Update outline
MarkupEditor_previewUnavailable=Cannot display wiki markup preview: {0}
MarkupEditor_previewScrollingFailed=Cannot scroll preview to reveal element: {0}

MarkupEditor_collapseAllAction_label=Collapse All
MarkupEditor_collapseAllAction_tooltip=Collapse All
MarkupEditor_collapseAllAction_description=Collapse All

Back to the top