# Frame Catalogue:
frame.catalogue.title=Cheat Sheet
frame.catalogue.commands=Commands
frame.catalogue.shortcuts=Shortcuts
frame.catalogue.selection=Enclose Selection
frame.catalogue.codecompletion=Code completion
frame.catalogue.codecompletion.hide=Hide code completion
frame.catalogue.codecompletion.up=Move up
frame.catalogue.codecompletion.down=Move down
frame.catalogue.codecompletion.select=Select

frame.catalogue.birdseye.exit=Exit view
frame.catalogue.birdseye.up=Move up
frame.catalogue.birdseye.down=Move down
frame.catalogue.birdseye.select=Select

frame.catalogue.examples=Examples


# Error Bar:
frame.error.overview.bar.error.single=error
frame.error.overview.bar.error.plural=errors
frame.error.overview.bar.error.none=No errors
frame.error.overview.bar.error.editing=Editing

# Class menu:
frame.classmenu.title=Class
frame.classmenu.close=Close
frame.classmenu.move=Move tab...
frame.classmenu.move.new=To new window
frame.classmenu.move.existing=Window
frame.classmenu.print=Print

# Web/documentation menu
frame.webmenu.title=Documentation
frame.webmenu.open.external=Open In External Browser


# Edit menu:
frame.editmenu.title=Edit

# Slot menu:
frame.slot.cut=Cut
frame.slot.copy=Copy
frame.slot.paste=Paste
frame.slot.recent=Recent Values


# View menu:
frame.viewmenu.title=View
frame.viewmenu.nextError=Next error
frame.viewmenu.cheatsheet=Cheat sheet
frame.viewmenu.birdseye=Bird's eye
frame.viewmenu.birdseye.doc=Bird's eye (with documentation)
frame.viewmenu.java=Java preview
frame.viewmenu.fontbigger=Increase font size
frame.viewmenu.fontsmaller=Decrease font size
frame.viewmenu.fontdefault=Reset font size

# Information:
# The '$' will be replaced by the name of the superclass:
frame.class.inherited.from=Inherited from $

frame.undobanner.text=You just deleted a large piece of code.  If you didn't mean to, you can
frame.undobanner.button=Undo this change
frame.undobanner.close=Close

stride.convert.unsupported.feature=Unsupported feature in Stride
stride.convert.unsupported.modifier=Unsupported modifier in Stride
stride.convert.warnings.title=Java to Stride: Unsupported features
stride.convert.warnings=Conversion from Java to Stride succeeded, but with the following warnings
stride.convert.paste.errors.title=Stride Paste: Error
stride.convert.paste.errors=Clipboard not valid Stride code and attempted conversion from Java to Stride failed, with the following errors
stride.convert.whole.errors.title=Conversion to Stride: Error
stride.convert.whole.errors=Conversion from Java to Stride failed, with the following errors
stride.convert.error.stride=Error while trying to unpack Stride code
stride.convert.error.java=Error while trying to parse Java for conversion to Stride
convert.to.java.title=Convert to Java?
convert.to.java.message=This will convert the Stride class to Java.  Continue?
convert.to.stride.title=Convert to Stride?
convert.to.stride.message=This will convert the Java class to Stride.  This operation may not be reversible if the Java code has features unsupported in Stride.  Continue?
convert.to.stride.error.title=Unexpected error
convert.to.stride.error.message=Unexpected error during Java to Stride conversion.

# Editor
frame.editor.toplevel.doc.prompt=Write a description of your $CLASSNAME $CAPTION here...
frame.editor.toplevel.package.prompt=package name
frame.editor.param.prompt=$CAPTION name