blob: fba5ded457701f588bae1885924ab15e79397d2f [file] [log] [blame]
# WizardMessages.properties
#
#/*******************************************************************************
# * Copyright (c) 2006 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
# *******************************************************************************/
# Graph Wizard
NGraphWiz.wizard_title = New Graph
NGraphWiz.page_title = Graph
NGraphWiz.page_description = Create a new STEM Graph in a project.
NGraphWiz.DC_DESCRIPTION = Graph "{0}"
NGGWiz.DC_DESCRIPTION = Generated Graph
NGGWiz.DC_TITLE = Generated graph
NGGWiz.DC_SOURCE = Generated
# Graph Generators
GGDC.0=Source
GGDC.2=class
GGDC.3=Problem creating Graph Generator instance
YES = Yes
NO = No
# Lattice graph generator
xSize = X Size
ySize = Y Size
xSizeUNIT = Units
ySizeUNIT = Units
xSizeTT = Number of grids along X axis
ySizeTT = Number of grids along Y axis
useNearestNeighbors = Nearest Neighbors
useNearestNeighborsUNIT =
useNearestNeighborsTT = Connect grids with nearest neighbor edges
useNextNearestNeighbors = Next Nearest Neighbors
useNextNearestNeighborsUNIT =
useNextNearestNeighborsTT = Connect grids using next nearest neighbor edges
periodicBoundaries = Periodic Boundaries
periodicBoundariesUNIT =
periodicBoundariesTT = Use Periodic Boundaries
area = Area
areaUNIT = km^2
areaTT = The area (in km^2) of each grid
#PlateCarree generator
angularStep = Anglular Interval
angularStepUNIT = degrees
angularStepTT = Equi-angular step (integer degrees)
radius = Radius of Sphere
radiusUNIT = km
radiusTT = e.g., Earth Radius
#Migration edge generator
location = Location
migrationRate = Migration Rate
migrationRateUNIT=Fraction of population/TP
migrationRateTT=Specify a migration rate for the edges generated
population=Population
populationUNIT=
populationTT=The population to migrate
#PajekNet generator
dataFile_net = Pajek File
dataFile_netTT = Choose a file in Pajek format
area = Default Area
areaTT = Default Area of each node if undefined
areaUNIT = km^2
colArea = Area
colAreaTT = Field that defines the individual area for each node. If missing the default area is used. Value must be greater than 4 as the first four columns are predefined.
colAreaUNIT =
container = Containing Location
containerTT = Specify node that contains PAJEK nodes
scalingFactor = Scaling Factor
scalingFactorTT = Specify magnification of the PAJEK coordinates
scalingFactorUNIT =
fit = fit into containing area
fitUNIT =
enforceContainment = draw containment edges from \noutlying nodes
enforceContainmentTT =
enforceContainmentUNIT =
#Shapefile Graph Generator
selectShapefiles = Select Shapefiles
showData = Show Data
shapefileType = Type
regionsType = Regions
roadsType = Roads
migrationType = Migration
regionID = Region ID
selectColumn = Select Column
roadID = Road ID
roadClass = Road Class
migrationID = Migration ID
migrationPopulation = Migration Population
migrationRate = Migration Rate
#Errors
NGGWizErr1 = XSize cannot be empty
NGGWizErr2 = Invalid XSize value
NGGWizErr3 = YSize cannot be empty
NGGWizErr4 = Invalid YSize value
NGGWizErr5 = Missing population identifier
NGGWizErr6 = Invalid rate
NGGWizErr7 = Rate must be greater than 0
NGGWizErr8 = Area required
NGGWizErr9 = Invalid area
NGGWizErr10 = The total area of the graph is too large, reduce the size or area
NGGWizErr11 = Invalid Nonzero Integer Value
NGGWizErr12 = Invalid Nonzero Double Value
NGGWizErr13 = File cannot be found
NGGWizErr14 = Default Area required