PAL13473 (Build repetitive mesh):

add 2 new algo error msgs
This commit is contained in:
eap 2006-12-06 15:09:56 +00:00
parent 0f50116e02
commit 6bd62e2312

View File

@ -1273,12 +1273,18 @@ msgstr "Hypothesis and submesh dimensions mismatch"
msgid "SMESH_HYP_9" msgid "SMESH_HYP_9"
msgstr "Shape is neither the main one, nor its subshape, nor a valid group" msgstr "Shape is neither the main one, nor its subshape, nor a valid group"
msgid "SMESH_HYP_10"
msgstr "Geomerty mismatches algorithm's expectation"
msgid "MISSING_ALGO" msgid "MISSING_ALGO"
msgstr "%3 %2D algorithm is missing" msgstr "%3 %2D algorithm is missing"
msgid "MISSING_HYPO" msgid "MISSING_HYPO"
msgstr "%3 %2D algorithm \"%1\" misses %4D hypothesis" msgstr "%3 %2D algorithm \"%1\" misses %4D hypothesis"
msgid "BAD_PARAM_VALUE"
msgstr "Hypothesis of %3 %2D algorithm \"%1\" has a bad parameter value"
msgid "NOT_CONFORM_MESH" msgid "NOT_CONFORM_MESH"
msgstr "%3 %2D algorithm \"%1\" would produce not conform mesh: global \"Not Conform Mesh Allowed\" hypotesis is missing" msgstr "%3 %2D algorithm \"%1\" would produce not conform mesh: global \"Not Conform Mesh Allowed\" hypotesis is missing"