Skip to main content
summaryrefslogtreecommitdiffstats
blob: bf7be1cb4ced2b9ce817cd96251b24548269b13d (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
###############################################################################
# Copyright (c) 2000, 2011 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
###############################################################################
help_system_plugin_name = Help System UI
providerName=Eclipse.org

# Preference pages
help_preferences_page_name = Help
remote_help_preferences_page_name = Content

# Browser adapters
embedded_browser = Embedded Browser
system_browser = Default System Browser

# Preference Keywords
preferenceKeywords.browsersPreferencePage=Help Web Browser Infopop F1
preferenceKeywords.contentPreferencePage=Remote Help Content

#Help view
HelpViewCategory = Help
HelpViewName = Help

LocalHelp.label = Local Help
LocalHelp.desc = Searches local help documents

InfoCenter.label = Information Center
InfoCenter.desc = Searches a remote information center

WebSearch.label = Web Search
WebSearch.desc = Performs a general-purpose Web search

#Extension points
searchEngine = Search Engine

#Action Set

#Commands
command.closeTray.name = Close User Assistance Tray
command.closeTray.description = Close the user assistance tray containing context help information and cheat sheets.

command.index.description = Show Keyword Index
command.index.name = Index

command.ignoreMissingPlaceholders.description = Sets the help preferences to no longer report a warning about the current set of missing documents.
command.ignoreMissingPlaceholders.name = Do not warn of missing documentation
 
command.openBundleResource.name=Open Resource in Browser
command.openBundleResource.description=Opens a bundle resource in the default web browser.
commandParameter.openBundleResource.plugin.name=Plugin
commandParameter.openBundleResource.path.name=Path

Back to the top