Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c6374939b098ce35b6a4f8e25d9262fcae9e4244 (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
29
30
31
32
33
34
###############################################################################
# Copyright (c) 2011, 2013 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
###############################################################################
TocEditor_link=Register this table of contents
TocFileValidator_errorMessage1=The selected file is not a table of contents
TocFileValidator_errorMessage2=Tables of contents cannot be nested within themselves
TocPage_errorMessage2=An error was encountered while parsing the table of contents' XML file.
TocPage_title=Definition
TocSourcePage_title=Source
TocTreeSection_addAnchor=Add Anchor
TocTreeSection_addLink=Add Link
TocTreeSection_addTopic=Add Topic
TocTreeSection_collapseAll=Collapse All
TocTreeSection_down=Down
TocTreeSection_errorMessage1=The selected file is not a valid table of contents.
TocTreeSection_errorMessage2=The selected file is not a valid HTML file.
TocTreeSection_New=&New
TocTreeSection_open=&Open
TocTreeSection_openFile=Open File
TocTreeSection_openFileMessage=A path to an existing file must be provided.
TocTreeSection_openFileMessage2=The specified file could not be found.
TocTreeSection_remove=Remove
TocTreeSection_sectionDesc=Edit the structure of this table of contents in the following section.
TocTreeSection_sectionText=Table of Contents
TocTreeSection_showIn=Sho&w In
TocTreeSection_topic=Topic
TocTreeSection_up=Up

Back to the top