All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pekinsoft.framework.resources.TextActions.properties Maven / Gradle / Ivy

# 
# TextActions Resource Definitions
# 
cut.Action.text = C&ut
cut.Action.accelerator = control pressed X
cut.Action.smallIcon = /com/pekinsoft/framework/resources/icons/small/edit-cut.png
cut.Action.largeIcon = /com/pekinsoft/framework/resources/icons/large/edit-cut.png
cut.Action.shortDescription = Removes the selection to the clipboard
cut.Action.longDescription = ${cut.Action.shortDescription}

copy.Action.text = &Copy
copy.Action.accelerator = control pressed C
copy.Action.smallIcon = /com/pekinsoft/framework/resources/icons/small/edit-copy.png
copy.Action.largeIcon = /com/pekinsoft/framework/resources/icons/large/edit-copy.png
copy.Action.shortDescription = Places a copy of the selection on the clipboard
copy.Action.longDescription = Places a copy of the selection on the clipboard, and leaves the selection where it is.

paste.Action.text = &Paste
paste.Action.accelerator = control pressed V
paste.Action.smallIcon = /com/pekinsoft/framework/resources/icons/small/edit-paste.png
paste.Action.largeIcon = /com/pekinsoft/framework/resources/icons/large/edit-paste.png
paste.Action.shortDescription = Pastes the clipboard contents at the current insertion point
paste.Action.longDescription = ${paste.Action.shortDescription}

delete.Action.text = D&elete
delete.Action.accelerator = alt pressed DELETE
delete.Action.smallIcon = /com/pekinsoft/framework/resources/icons/small/edit-delete.png
delete.Action.largeIcon = /com/pekinsoft/framework/resources/icons/large/edit-delete.png
delete.Action.shortDescription = Removes the selection
delete.Action.longDescription = Removes the selection. This action cannot be undone.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy