X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAddons%2FPythonAddons_msg_en.ts;h=7492435b0c3479093661570a780013015f6e3dc3;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=43ba4a1075c5980f12f8231805690bae5ef32e69;hpb=161cb7ac81e841ee7f2122bd2addb35e9c73d1df;p=modules%2Fshaper.git diff --git a/src/PythonAddons/PythonAddons_msg_en.ts b/src/PythonAddons/PythonAddons_msg_en.ts index 43ba4a107..7492435b0 100644 --- a/src/PythonAddons/PythonAddons_msg_en.ts +++ b/src/PythonAddons/PythonAddons_msg_en.ts @@ -2,10 +2,115 @@ - Box + Box:Model_FeatureValidator - Model_FeatureValidator: Attribute "height" is not initialized. - Height of the box is not defined + Attribute "height" is not initialized. + Height of the box is not defined. + + + + Box:height:GeomValidators_Positive + + Double is not initialized. + Height of the box is not defined. + + + + Box:height:GeomValidators_Positive + + Double is not positive. + Height of the box is too small. + + + + Box:height:GeomValidators_Positive + + Integer is not initialized. + Height of the box is not defined. + + + + Box:height:GeomValidators_Positive + + Integer is not positive. + Height of the box is too small. + + + + Box:Model_FeatureValidator + + Attribute "width" is not initialized. + Set the box width + + + + Box:Model_FeatureValidator + + Attribute "length" is not initialized. + Set the box length + + + + Box:Model_FeatureValidator + + Attribute "height" is not initialized. + Set the box height + + + + Box:width:GeomValidators_Positive + + Double is not initialized. + Set the box width + + + + Box:width:GeomValidators_Positive + + Double is not positive. + The box width must be positive + + + + Box:width:GeomValidators_Positive + + Integer is not initialized. + + + + + Box:width:GeomValidators_Positive + + Integer is not positive. + + + + + Box:length:GeomValidators_Positive + + Double is not initialized. + Set the box length + + + + Box:length:GeomValidators_Positive + + Double is not positive. + The box width must be positive + + + + Box:length:GeomValidators_Positive + + Integer is not initialized. + + + + + Box:length:GeomValidators_Positive + + Integer is not positive. +