
com.googlecode.blaisemath.sketch.resources.SketchApp.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blaise-sketch Show documentation
Show all versions of blaise-sketch Show documentation
Provides mouse gestures and a UI interface for creating and editing graphics.
The newest version!
###
# #%L
# BlaiseGraphics
# --
# Copyright (C) 2009 - 2014 Elisha Peterson
# --
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# #L%
Application.title = Blaise Sketch
Application.id = blaise-sketch
Application.vendorId = Elisha Peterson
# ------------------------------------------------------------------------------
# ACTIONS FOR MENU & TOOLBAR
# FILE MENU
load.Action.text = Load...
load.Action.accelerator = control O
save.Action.text = Save as...
save.Action.accelerator = control S
clearCanvas.Action.text = Clear canvas...
# EDIT/SELECTION MENU
selectAll.Action.text = Select all
selectAll.Action.accelerator = control A
clearSelection.Action.text = Clear selection
clearSelection.Action.accelerator = ESCAPE
deleteSelected.Action.text = Delete selected item(s)
deleteSelected.Action.accelerator = DELETE
copySelected.Action.text = Copy object
copySelected.Action.accelerator = control C
pasteGraphic.Action.text = Paste object
pasteGraphic.Action.accelerator = control V
copySelectedStyle.Action.text = Copy style
copySelectedStyle.Action.accelerator = control shift C
pasteSelectedStyle.Action.text = Paste style
pasteSelectedStyle.Action.accelerator = control shift V
copySelectedDimension.Action.text = Copy dimension
pasteSelectedDimension.Action.text = Paste dimension
groupSelected.Action.text = Group
groupSelected.Action.accelerator = control G
ungroupSelected.Action.text = Ungroup
ungroupSelected.Action.accelerator = control shift G
lockSelected.Action.text = Lock position
lockSelected.Action.accelerator = control 2
unlockSelected.Action.text = Unlock position
editSelected.Action.text = Edit selected item...
editSelectedStyle.Action.text = Edit selected item's style...
editSelectedStyle.Action.accelerator = E
addAttributeToSelected.Action.text = Add attribute to selected...
addAttributeToSelected.Action.accelerator = A
# ARRANGE MENU
moveForward.Action.text = Move forward
moveForward.Action.accelerator = control CLOSE_BRACKET
moveBackward.Action.text = Move backward
moveBackward.Action.accelerator = control OPEN_BRACKET
moveToFront.Action.text = Move to front
moveToFront.Action.accelerator = control shift CLOSE_BRACKET
moveToBack.Action.text = Move to back
moveToBack.Action.accelerator = control shift OPEN_BRACKET
alignHorizontal.Action.text = Align horizontally
alignVertical.Action.text = Align vertically
distributeHorizontal.Action.text = Distribute horizontally
distributeVertical.Action.text = Distribute vertically
# TOOL MENU
canvasTool.Action.text = Canvas
selectionTool.Action.text = Select
selectionTool.Action.accelerator = V
createMarker.Action.text = Point
# not standard ?
createMarker.Action.accelerator = P
createLine.Action.text = Line
createLine.Action.accelerator = BACK_SLASH
createPath.Action.text = Path
createPath.Action.accelerator = N
createCircle.Action.text = Circle
# not standard?
createCircle.Action.accelerator = C
createEllipse.Action.text = Ellipse
createEllipse.Action.accelerator = L
createRect.Action.text = Rectangle
createRect.Action.accelerator = M
createText.Action.text = Text
createText.Action.accelerator = T
createImage.Action.text = Image
# not standard?
createImage.Action.accelerator = I
# ZOOM MENU
zoomAll.Action.text = Zoom to all
zoomAll.Action.accelerator = control alt 0
zoomSelected.Action.text = Zoom to selected
zoom100.Action.text = Reset zoom
zoom100.Action.accelerator = control 1
# ------------------------------------------------------------------------------
# ACTIONS FOR GRAPHIC CONTEXT MENU
editGraphic.Action.text = Edit...
editGraphicStyle.Action.text = Edit style...
addGraphicAttribute.Action.text = Add attribute...
deleteGraphic.Action.text = Delete
copy.Action.text = Copy
paste.Action.text = Paste
copyStyle.Action.text = Copy style
pasteStyle.Action.text = Paste style
copyDimension.Action.text = Copy dimensions
pasteDimension.Action.text = Paste dimensions
lockGraphic.Action.text = Lock position
unlockGraphic.Action.text = Unlock Position
© 2015 - 2025 Weber Informatics LLC | Privacy Policy