blob: 3f6659b820e337c4ac7bd7ad84c9849dcaf1d348 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
#manifest's description entries
OpenIDE-Module-Name=Java Visual Debugger
OpenIDE-Module-Display-Category=Java SE
OpenIDE-Module-Short-Description=Java Visual Debugger.
OpenIDE-Module-Long-Description=Visual debugger of Swing GUI.
CTL_TakeScreenshotAction=Take GUI &Snapshot
MSG_ScreenshotNotTaken_MissingMethod=Snapshot could not be taken. Method {0} not found.
MSG_ScreenshotNotTaken_MissingClass=Snapshot could not be taken. Class {0} not found.
MSG_ScreenshotNotTaken_NoDebugger=Snapshot could not be taken, debugger has finished.
CTL_Component_Breakpoint_Customize_Label = Breakpoint Properties
MSG_ComponentPropMain=Main
MSG_ComponentPropMainDescr=The main properties
MSG_ComponentPropName=Component Name
MSG_ComponentPropNameDescr=The name of the component
MSG_ComponentPropType=Component Type
MSG_ComponentPropTypeDescr=The type of the component
MSG_ComponentPropBounds=Component Bounds
MSG_ComponentPropBoundsDescr=The bounds of the component in the window
MSG_ComponentProps=Properties
MSG_ComponentPropsDescr=All component properties
MSG_NoTrackingOfComponentChanges=Can not track locations of component hierarchy changes in visual debugging, reason: {0}