Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e05e091daf37221d6e9271206b6481d7f1ce7cb0 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
###############################################################################
# Copyright (c) 2000, 2004 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
###############################################################################
browserTitle = Help - {0}
Search=&Search
SearchResults=Search Results

# Added for implementation of Help-Index feature
Index=Index
Index_header=Please type the word and then click Display button
Index_display=Display
select_topic=Select topic to display
select_topic_header=Please select topic and then click Display
select_topic_display=Display
select_topic_title=Title
select_topic_location=Location
###########

Content=Contents
Links=Links
Bookshelf=Table of Contents
show_all=Show All Topics
Toggle=Toggle Navigation
Synch=Show in Table of Contents
SynchNav=Refresh / Show Current Topic
shortSynch=Sync
Print=Print Page
Close=Close
Nothing_found=Nothing found.
Indexing=Indexing...
complete=complete
GO=GO
pressF1=In the workbench, you can get context-sensitive help (called infopops) for a widget by putting focus on it and pressing F1. If you click one of the infopop's links, it will bring you here, and show you all the links to related topics.
doSearch=To search the documentation, type a query in the Search field. The search results will be shown in this view.
Advanced=Advanced Search
SearchExpression=Search Expression
expression_label = * = any string, ? = any character, "" = phrase, AND, OR, NOT = boolean operators 
Cancel=Cancel
Select=Select a set of books to be searched:
Toolbar=Toolbar
Tabs=Tabs
Banner=Banner
CannotSync=The current document displayed does not exist in the table of contents.
JavaScript_disabled=This page requires JavaScript.  You need to enable JavaScript in your web browser, restart the browser, and return to this page.
back_tip = Go Back
forward_tip = Go Forward
noTopic=The topic that you have requested is not available. The link may be wrong, or you may not have the corresponding product feature installed. This online help only includes documentation for features that are installed.
IndexingPleaseWait=Please wait while the online information is indexed. This will happen only once.
Bookmarks = Bookmarks
BookmarkPage = Bookmark Document
RemoveBookmark = Delete
RemoveAllBookmarks = Delete All
deleteBookmark = Delete Selected Bookmark
deleteAllBookmarks = Delete All Bookmarks
confirmDeleteAllBookmarks = All bookmarks will be deleted.  Proceed?
addBookmark=There are currently no bookmarks. To add one, press the bookmark icon on the main toolbar while browsing a topic.
Help=Help

searchTooComplex=Search request too complex.
disabledResults=Results from Disabled Capabilities 

# View names
toc=Contents
links=Links
search=Search Results
bookmarks=Bookmarks

# Added for implementation of Help-Index feature
index=Index
###########

Views=Navigation Views
noLiveHelp=Active help is not enabled in your installation.
noLiveHelpInInfocenter=You must run help locally to perform "active help" actions.
cookieSaveFailed=Saving search scope failed.  Please reduce search scope definitions.
CookieUtil.tooManyCookiesNeeded=Too may cookies required to store data.

All=All topics
selectAll=Search &all topics
selectWorkingSet=Search only the following &topics
SelectWorkingSet=Select Search Scope
NewWorkingSetButton=&New
EditWorkingSetButton=&Edit
RemoveWorkingSetButton=&Remove
OK=OK
NewWorkingSet=New Search List
EditWorkingSet=Edit Search List
WorkingSetName=List &name
WorkingSetContent=Topics to search
Scope=Search scope
ScopeTooltip=Select Search Scope

#Confirm Show All Topics dialog
confirmShowAllTitle=Confirm
confirmShowAllQuestion=This action will reveal all topics in the table of contents.
confirmShowAllExplanation=When you choose to show all topics in the table of contents, the headings for documentation about any disabled capabilities are also shown in the table of contents and search results.  This documentation may refer to user interface elements that are not visible.  To manually enable capabilities, use the "Capabilities" preference page.<br><br>Proceed?
yes=Yes
no=No
askShowAllQuestion=The topic displayed is not found in the table of contents.<BR>Do you want table of contents to show all topics?
askShowAllExplanation=Table of contents contains topics from enabled capabilities, and the topics you are trying to view does not exist in this set.  The set can be expanded to see all topics.  You can manually show all topics by selecting "Show All Topics" button in the toolbar at anytime.
dontask=Do &not ask me again

# Frame Titles 
ignore=Layout frame: {0}
helpToolbarFrame=Main Help Toolbar
TabsFrame=Selection of Navigation Views
topicView=Topic View
topicViewToolbar=Topic View Toolbar
tocView=Contents View
tocViewToolbar=Contents View Toolbar
linksView=Links View
linksViewToolbar=Links View Toolbar
searchView=Search Results View
searchViewToolbar=Search Results View Toolbar
bookmarksView=Bookmarks View
bookmarksViewToolbar=Bookmarks View Toolbar

# Alt text
bookClosed=Book closed
bookOpen=Book open
topicClosed=Topic closed
topicOpen=Topic open
maximize=Maximize
restore=Restore

disabledTopic1 = This topic belongs to a capability that is currently disabled.\n
disabledTopic2 = It may refer to user interface elements that are not visible.\n
disabledTopic3 = To manually enable capabilities, use
disabledTopic4 = Capabilities preference page.

Back to the top