blob: ed1b2e6a70daf4956f341a978540ca2c6fc03b35 [file] [log] [blame]
#/*******************************************************************************
# * Copyright (c) 2008, 2011 IBM Corporation and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
# * http://www.eclipse.org/legal/epl-v10.html
# *
# * Contributors:
# * IBM Corporation - initial API and implementation
# *******************************************************************************/
# Image Writer Logger Wizard Messages
enabled = Enabled
enabledTT = Enable the logger when the simulation begins
enabledUNIT =
openMapView = Automatically Open Map View
openMapViewTT = Automatically opens the STEM Map View if not open
openMapViewUNIT =
useDefaultLogDirectory = Use Default Log Directory
useDefaultLogDirectoryTT = Whether or not to use the default log file directory
useDefaultLogDirectoryUNIT =
dataPath = Log Directory
dataPathTT = Path to the folder to store log files
dataPathUNIT =
stepMod = Run every
stepModTT = Only run every N step(s)
stepModUNIT = step(s)
properties = Compartments To Log
propertiesTT = Compartments To Log
propertiesUNIT =
width = Image Width
widthTT = Width of the image to draw in pixels
widthUNIT = px
height = Image Height
heightTT = Height of the image to draw pixels
heightUNIT = px
forceAspectRatio = Force Aspect Ratio?
forceAspectRatioTT = Should the width and height be proportional to canvas size
forceAspectRatioUNIT =
fitToShapeBounds = Fit Canvas to Polygons?
fitToShapeBoundsTT = Should the canvas bounds fit the projection (whole earth) or polygons (region)
fitToShapeBoundsUNIT =
logScaling = Use Log Scaling?
logScalingTT = Should values be logarithmically scaled
logScalingUNIT =
gain = Gain
gainTT = Multiplier to apply to values
gainUNIT = x
transparentBackground = Use Transparent Background?
transparentBackgroundTT = Should the image background (zero areas) be transparent?
transparentBackgroundUNIT =
borderTransparency = Border Transparency
borderTransparencyTT = Opacity of borders to be drawn
borderTransparencyUNIT = %
IWLPE_ColorProviderLabel=Color Provider
IWLPE_InvalidBorderTransparencyValue=Border transparency must be a number between 0 and 100
IWLPE_InvalidColorProvider=Error getting the selected color provider from new logger wizard
IWLPE_InvalidGainValue=Gain must be a number greater than 0
IWLPE_InvalidImageHeightValue=Image height must be an integer greater than 0
IWLPE_InvalidImageWidthValue=Image width must be an integer greater than 0
IWLPE_InvalidLogDirectory=When use default log directory is false, you must specify a log file path.
IWLPE_InvalidOriginLatitudeValue=Origin latitude must be a number between -90.0 and 90.0
IWLPE_InvalidOriginLongitudeValue=Origin longitude must be a number between -180.0 and 180.0
originLatitude = Projection Origin (Latitude)
originLatitudeTT = Latitude of the map projection origin
originLatitudeUNIT = degrees
originLongitude = Projection Origin (Longitude)
originLongitudeTT = Longitude of the map projection origin
originLongitudeUNIT = degrees