1 |
mojays |
2 |
# --------------------------------------------------------------- |
2 |
|
|
# ------ Default translations (english) for the xulu model ------ |
3 |
|
|
# ------ ImpetusFireCA (iMABFIRE) ------ |
4 |
|
|
# --------------------------------------------------------------- |
5 |
|
|
|
6 |
|
|
# Descriptions of model resources |
7 |
|
|
MRDesc.In.ModelParams=Common model parameters |
8 |
|
|
MRDesc.In.BurnSource=Fire source points [Point-FeatureCollection] |
9 |
|
|
MRDesc.In.BaseLUC=LUC classification [float-Raster] |
10 |
|
|
MRDesc.In.BurnSuit=Burn suitability (optional) [float-Raster] |
11 |
|
|
MRDesc.Out.LUC=Output raster for modelled LUC |
12 |
|
|
MRDesc.Out.BioMass=Output raster for burned biomass |
13 |
|
|
MRDesc.Temp.BurnTime=Temp raster for burn time |
14 |
|
|
|
15 |
|
|
# Model messages |
16 |
|
|
Model.ModelTime.Step=1 model step = 1 hour |
17 |
|
|
Model.ModelTime.Iter=1 iteration = ${0} seconds |
18 |
|
|
Model.GUI.WindDir.Dev=Deviation of wind direction [°]: |
19 |
|
|
Model.GUI.WindPower=Wind power [m/s]: |
20 |
|
|
Model.GUI.WindPower.Dev=Deviation of wind power [m/s]: |
21 |
|
|
Model.GUI.WindMatrix=Wind matrix: |
22 |
|
|
|
23 |
|
|
|
24 |
|
|
# Error messages |
25 |
|
|
Error.Global.Mess=Resource '${0}': ${1} |
26 |
|
|
Warn.In.ModelParams.Missing=Property '${0}' missing. Value ${0} used. |
27 |
|
|
Error.In.ModelParams.ModelTime=Must contain a property '${0}' with an greater zero int! |
28 |
|
|
Error.In.ModelParams.BurnLuc=Must contain a property '${0}' with an greater zero int! |
29 |
|
|
Error.In.ModelParams.BurnOutLuc=Must contain a property '${0}' with an greater zero int! |
30 |
|
|
Error.In.ModelParams.BurnSuit=Must contain a list-property '${0}' of number values! |
31 |
|
|
Error.In.ModelParams.BurnTime=Must contain a list-property '${0}' of positive number values! |
32 |
|
|
Error.In.ModelParams.WindDir=Must contain a property '${0}' with a not-negative value! |
33 |
|
|
Error.In.ModelParams.WindPower=Must contain a property '${0}' with a positive value! |
34 |
|
|
Error.In.ModelParams.WindDirDev=Must contain a property '${0}' with a not-negative value! |
35 |
|
|
Error.In.ModelParams.WindPowerDev=Must contain a property '${0}' with a not-negative value! |
36 |
|
|
Error.In.ModelParams.WindPowerMaxBW=Must contain a property '${0}' with a positive value! |
37 |
|
|
Error.In.ModelParams.WindMatrix=Must contain a 3x3-matrix-property '${0}' of number values! |
38 |
|
|
Error.In.ModelParams.WindMatrix_PowerConst=Property '${0}' must be scalar! |
39 |
|
|
Error.In.ModelParams.WindMatrix_PowerFact=Property '${0}' must be scalar with value not 0! |
40 |
|
|
Error.In.BurnSource.Data=Must contain at least one point feature! |
41 |
|
|
Error.In.BaseLUC.Grid=LUC-Classification-Raster |
42 |
|
|
Error.In.BurnSuit.Grid=Burn-Suitability-Raster |
43 |
|
|
Error.Out.LUC.Grid=LUC-Output-Raster |
44 |
|
|
Error.Out.BioMass.Grid=Biomass-Output-Raster |
45 |
|
|
Error.Temp.BurnTime.Grid=Burntime-Output-Raster |