resources/en.rs
author Stefan Vogel <sv@exept.de>
Thu, 07 Mar 2019 15:12:35 +0100
changeset 8658 c7254c6b2add
parent 8631 91f329913cd7
child 8694 7bcc4c400bf7
permissions -rw-r--r--
#REFACTORING by stefan class: PopUpView comment/format in: #grabKeyboard changed: #ungrabKeyboard

#encoding utf8

;
; English
;
; $Header$
;
; this file contains 8bit national characters;
; DONT EDIT this file with an old vi !

help_doIt        'Evaluate the selected text (or the cursor line)'
help_printIt     'Evaluate the selected text (or the cursor line) and paste result'
help_inspectIt   'Evaluate the selected text (or the cursor line) and inspect result'
help_browseIt    'Evaluate the selected text and browse result''s class'
help_profileIt   'Evaluate the selected text and show execution profile'
Help             'Help'
MENU_Help        [ (View styleSheet at:#useQuestForHelp) == true ifTrue:'?' ifFalse:['Help'] ]
Debug_Next       'Next'
Debug_Step       'Step'
Debug_StepIn     'StepIn'
Debug_Terminate  'Terminate'

'__Comment'     'Comment'
'__Information'  'Information'