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






                                                                        
                                                                  
 

                                                                 


                                 
                          
                           
                           

                                                       
 





                                             























                                                                                                                                        
                                       


                                                                                                                                             

                                                      
# ----------------------------------------------------------------------
# Properties for org.eclipse.ui.cheatsheets
#
# Entries are of the form CONSTANT=string
# ----------------------------------------------------------------------

CHEAT_SHEET_SELECTION_DIALOG_TITLE = Cheat Sheet Selection
CHEAT_SHEET_SELECTION_DIALOG_MSG = Select the cheat sheet to open:

COLLAPSE_ALL_BUT_CURRENT_TOOLTIP = Collapse All Items But Current
RESTORE_ALL_TOOLTIP = Expand To Previous Expansion States

CHEAT_SHEET_OTHER_MENU = Other...

PLUGIN_NAME = Cheat Sheets
PROVIDER_NAME = Eclipse.org
CHEAT_SHEETS = Cheat Sheets
CHEAT_SHEET_CONTENT = Cheat Sheet Content
CHEAT_SHEET_ITEM_EXTENSION = Cheat Sheet Item Extension

PERFORM_TASK_TOOLTIP = Click to Perform
SKIP_TASK_TOOLTIP = Click to Skip
COMPLETE_TASK_TOOLTIP = Click to Complete
START_CHEATSHEET_TOOLTIP = Click to Begin
RESTART_CHEATSHEET_TOOLTIP = Click to Restart
RESTART_TASK_TOOLTIP = Click to Redo

VIEW_READFILE_ACCESSEXCEPTION = Error in CheatSheetView.readFile: An exception occurred when trying to access the cheat sheet file

ERROR_OPENING_FILE_TITLE = Error opening file
ERROR_OPENING_FILE = Could not open the cheat sheet content file
ERROR_OPENING_FILE_IN_PARSER = Cheat sheet content file not found by parser
ERROR_SAX_PARSING = Cheat sheet content file could not be parsed
ERROR_RUNNING_ACTION = Action could not be run
ERROR_FINDING_PLUGIN_FOR_ACTION = The specified action could not be run because the plugin specified could not be located.
ERROR_LOADING_CLASS_FOR_ACTION = The specified action could not be run because the specified class could not be loaded.
ERROR_CREATING_CLASS_FOR_ACTION = The specified action could not be run because an instance of the specified class could not be created.
ERROR_PARSING_ITEMS = There was an error while attempting to parse the items in the cheat sheet content file.
ERROR_LOADING_CHEATSHEET_CONTENT = Error loading cheat sheet content.
ERROR_PAGE_MESSAGE = An error occurred loading the cheat sheet content file.  Contact the cheat sheet provider for assistance.

CHEAT_SHEET_INTRO_TITLE = Introduction

ERROR_READING_STATE_FILE = Unable to read state information.
ERROR_WRITING_STATE_FILE = Unable to store state information.

LAUNCH_SHEET_ERROR = Error loading the cheat sheet view
CHEAT_SHEET_ERROR_OPENING = Error opening cheat sheet

CHEAT_SHEET_OTHER_CATEGORY = Other
HELP_BUTTON_TOOLTIP = Open Related Help

LESS_THAN_2_SUBITEMS = Less than 2 sub items found for the next item.  This is not allowed.  Contact the cheat sheet provider for assistance.

ERROR_OPENING_PERSPECTIVE = Error opening perspective.

Back to the top