<?xml version="1.0" ?>
<rsccat version="1.0" locale="en_US" product="MATLAB" string_type_for_hole="fl_ustring">
  <message>
    <!-- Runtime class conversion errors -->
    <entry key="UnableToConvertMessage" note="0 is target class">Value must be of type {0} or be convertible to {0}.</entry>

    <!-- Conversion error messages for enumerations -->
    <entry key="ShortStringChoices" note="0 is a list of strings seprated by new lines">
      Value must be one of:\n{0}
    </entry>

    <entry key="SixStringChoices" note="0/1/2/3/4/5 is a string">
      Value must be ''{0}'', ''{1}'', ''{2}'', ''{3}'', ''{4}'', or ''{5}''.
    </entry>

    <entry key="FiveStringChoices" note="0/1/2/3/4 is a string">
      Value must be ''{0}'', ''{1}'', ''{2}'', ''{3}'', or ''{4}''.
    </entry>

    <entry key="FourStringChoices" note="0/1/2/3 is a string">
      Value must be ''{0}'', ''{1}'', ''{2}'', or ''{3}''.
    </entry>

    <entry key="ThreeStringChoices" note="0/1/2 is a string">
      Value must be ''{0}'', ''{1}'', or ''{2}''.
    </entry>

    <entry key="TwoStringChoices" note="0/1 is a string">
      Value must be ''{0}'' or ''{1}''.
    </entry>

    <entry key="OneStringChoice" note="0 is a string">
      Value must be ''{0}''.
    </entry>

    <entry key="NameWithQuote" note="0 is a string;translate=false set due no translatable content" translate="false">
      ''{0}''
    </entry>

    <entry key="ShortEnumConversionMessage" note="0 is a list of enum members;translate=false set due no translatable content" translate="false">
      {0}
    </entry>

    <entry key="LongEnumConversionMessageWithHyperlink" note="0 is the name of an enum class">
      <![CDATA[See the <a href="matlab:enumeration(''{0}'');">list of valid options</a>.]]>
    </entry>

    <entry key="LongEnumConversionMessageWithoutHyperlink" note="0 is the name of an enum class">
      To see the list of valid options, type enumeration(''{0}'').
    </entry>

    <entry key="ShortEnumConversionMessageForTextInput" note="0 is a scalar text value, 1 is a list of enum members">
      ''{0}'' is invalid. {1}
    </entry>

    <entry key="LongEnumConversionMessageWithHyperlinkForTextInput" note="0 is a scalar text value, 1 is the name of an enum class">
      <![CDATA[''{0}'' is not a valid value. See the <a href="matlab:enumeration(''{1}'');">list of valid options</a>.]]>
    </entry>

    <entry key="LongEnumConversionMessageWithoutHyperlinkForTextInput" note="0 is a scalar text value, 1 is the name of an enum class">
      ''{0}'' is not a valid value. To see the list of valid options, type enumeration(''{1}'').
    </entry>

    <entry key="AmbiguousEnumMessage" note="0 is scalar text value, 1 is a list of enum members">
      ''{0}'' is ambiguous. {1}
    </entry>
    
    <!-- Runtime incompatible size messages -->
    <entry key="NotScalar" note="0 is preamble, e.g. Invalid input argument at position 10.">Value must be a scalar.</entry>
    <entry key="NotVector" note="See NotScalar">Value must be a vector.</entry>
    <entry key="NotMatrix" note="See NotScalar">Value must be a matrix.</entry>
    <entry key="NotVectorOfFixedLength" note="See NotScalar">Value must be a vector with {0} elements.</entry>
    <entry key="NotMatrixOfFixedRowLength" note="0 see NotScalar; 1 is a number">Value must be a matrix with {0} rows.</entry>
    <entry key="NotMatrixOfFixedColumnLength" note="0 see NotScalar; 1 is a number">Value must be a matrix with {0} columns.</entry>
    <entry key="NotMatrixOfFixedDimensionLength" note="0 see NotScalar; 1 is a number">Value must be a matrix of size {0}.</entry>
    <entry key="Not3d" note="See NotScalar">Value must be a 3-dimensional array.</entry>
    <entry key="InvalidSizeWithUnfixedDimensions" note="0 is dimension like 4-by-*-by-4">Value must be an array of size {0} where * indicates a dimension of any size.</entry>
    <entry key="InvalidSizeWithFixedDimensions" note="0 is dimension like 4-by-4-by-4">Value must be an array of size {0}.</entry>
    <entry key="IndexingLimitExceeded">Dimension value must be less than 2^48.</entry>
  </message>
</rsccat>
