Skip to main content
summaryrefslogblamecommitdiffstats
blob: 5bbddba3579a8fd7ad4ee123009ca6c333f1f2af (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                               
                                                      
                                                                  
                                                                       
                                                          
                                           
 


                                                                               

                                        

                  
                                 
                                           

                  
                                   
                                       
 

                                                                     
                                                            
 


                       



                                              

                                                      
 

                                                      
 


                            
           

         

                                                                                                                    

                                              





                                                                                          
###############################################################################
# Copyright (c) 2000, 2010 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.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