# --------------------------------------------------------------- # ------ English Translations for the xulu model ClueModel ------ # --------------------------------------------------------------- # Descriptions of model resources MRDesc.ModelSteps=Number of time steps (${0}-${1}) MRDesc.Tol.Type=Type of tolerance expressions [${0} = perc.; ${1} = abs.] (integer) MRDesc.Tol.Single=Demand tolerance for each single land use type (double) MRDesc.Tol.Avg=Average tolerance for land use demand (double) MRDesc.qmConvFactor=Conversion factor: demand unit to qm (double) MRDesc.LUC.Scenario=Base LUC scenatio (float-Grid) MRDesc.LUC.History=Land use history (float-Grid) MRDesc.LUC.ConvMatrix=Land use conversion matrix (integer-Matrix) MRDesc.LUC.ConvDev=Deviation of Land use conversion matrix (integer-Matrix) MRDesc.LUC.ConvElas=Conversion elasticity (double-List) MRDesc.AreaRestr=Area restrictions (float-Grid) MRDesc.Demand.Scenario=Demand scenario (integer-Matrix) MRDesc.DF.Static.Grids=Static driving forces (float-MultiGrid) MRDesc.DF.Dynamic.Grids=Dynamic driving forces (float-MultiGrid) MRDesc.DF.Dynamic.Types=Dynamic driving force types (int-List) MRDesc.Regression=Regression results (double-Matrix) MRDesc.Nbh.Weight=Weight of neighborhood (double-List) MRDesc.Nbh.Setting=Neighborhood settings (double-Matrix) MRDesc.Nbh.Regr=Regression results for neighborhood (double-Matrix) MRDesc.LSPA.Prob=Location specific preference addition (float-MultiGrid) MRDesc.LSPA.Fact=Factors for location specific pref. add. (double-List) MRDesc.Temp.LucHist=Temp-Raster for current land use history (float-Grid) MRDesc.Temp.LucProb=Temp-Raster for land use probabilities (float-MultiGrid) MRDesc.Temp.NbhProb=Temp-Raster for neighborhood probabilities (float-MultiGrid) MRDesc.Temp.IterVar=Temp-List for iteration variables (float-List) MRDesc.Temp.Luc=Temp-Raster for current land use (float-Grid) MRDesc.Temp.TotalProb=Temp-Raster for total probabilities (float-MultiGrid) MRDesc.Out.StepRes=Out-Rasters time step results (float-MultiGrid) # Model messages Model.InitCover=Initial coverage Model.TotalCover=Total coverage Model.LucTypes=List of all LUCC-Types in BaseScenario Model.Step.Started=Started step ${0} Model.Step.Started=Finished step ${0} Model.Step.Calc.done= done. Model.Step.Calc.LUCProb=Calculate LU-Probabilities for step ${0}... Model.Step.Calc.NbhProb=Calculate Neighborhood-Probabilities for step ${0}... Model.Step.Calc.Iter=Calculate Iterations for ${0}... Model.Step.Calc.Iter.done= done (${0} Iterations). Model.GUI.Single.Dev.Allowed=Allowed demand deviation per LUC type: Model.GUI.Avg.Dev.Allowed=Allowed average demand deviation: Model.GUI.AutoUpdate=Deviation update automatically Model.GUI.Total=Total Model.GUI.Avg=Average Model.GUI.LucType=LUC type Model.GUI.CurrDemandDev=Currend demand deviation Model.GUI.Iteration=Iteration Model.GUI.Type=Type Model.GUI.Divergence=Divergence Model.GUI.IterVar=Iter-Var. # Error messages Error.ModelSteps.Type=Long- or Integer-Property Error.LUC.ConvDev.Col=Matrix for LUC conversion deviation must have at least ${0} columns (one for each land use types)... Error.LUC.ConvDev.Row=Matrix for LUC conversion deviation must have at least ${0} rows (one for each land use types)... Error.LUC.ConvElas.Size=List for conversion elasticity must have at least ${0} entries (one for each land use types)... Error.LUC.ConvElas.Value=ListProperty with values between 0 and 1 Error.Demand.Scenario.Col=Matrix for demand scenario must have ${0} column (one for each land use type)... Error.Demand.Scenario.Row=Matrix for demand scenario must have ${0} rows (one for each time step)... Error.DF.Static.Grids=MultiGrid for static driving forces must contain at least ${0} entries (one for each driving force)... Error.DF.Dynamic.Types.Size=List of dynamic driving forces must not have more than ${0} entries... Error.DF.Dynamic.Types.Value=Only values between ${0} and ${1} are allowed in list of dynamic driving forces... Error.DF.Dynamic.Grids.Null=Dynamic Driving Forces are uses! Resource '${0}' is not allowed to be null... Error.DF.Dynamic.Grids.Size1=MultiGrid for dynamic driving forces must contain at least ${0} entries (one for each driving force at every time step)... Error.DF.Dynamic.Grids.Size2=MultiGrid for dynamic driving forces must contain the same number of grids for all driving forces... Error.Regression.Col=Matrix for regression results must have ${0} columns (one for the constant and one for each driving force)... Error.Regression.Row=Matrix for regression results must have ${0} rows (one for each land use type)... Error.Nbh.Weight.Size=List of neighborhood weights must have at least ${0} entries (one for each land use type)... Error.Nbh.Setting.Null=Neighborhood settings must be specified... Error.Nbh.Setting.Size1=Neighborhood settings must be specified in matrix of uneven size in dimension 1 and 2 (the center is the considered cell)... Error.Nbh.Setting.Size2=${0} neighborhood settings must be specified in matrix (one for each land use type)... Error.Nbh.Regr.Null=Neighborhood regression must be specified... Error.Nbh.Regr.Col=Matrix for neighborhood regression results must have ${0} columns (one for the constant and one for each land use type)... Error.Nbh.Regr.Row=Matrix for neighborhood regression results must have ${0} rows (one for each land use type)... Error.Temp.LucProb.Size=MultiGrid for land use probabilities must contain at least ${0} grids (one for each land use type)... Error.Temp.NbhProb.Null=Temp. raster for neighborhood probabilities must be specified... Error.LSPA.Prob.Size=MultiGrid for location specific preference addition must contain at least ${0} entries (one for land use type)... Error.LSPA.Fact.Size=Factor-List for location specific preference addition must contain at least ${0} entries (one for land use type)... Error.RasterDim.GridWidth=Grid width Error.RasterDim.GridHeight=Grid height Error.RasterDim.CellWidth=Cell width Error.RasterDim.CellHeight=Cell height Error.RasterDim.SampleType=Grid sample type Error.RasterDim=${0} of '${1}' is incompatible to '${2}'... Error.Resource.Not.Allowed='${0}': value ${1} not allowed! Error.Expected.Matrix2=At least 2-dimensional Matrix Error.Expected.Matrix3=At least 3-dimensional Matrix