<?xml version="1.0"?>
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <entry key="UnknownFlag">Unrecognized flag ''{0}''. Valid flags are ''rows'', ''first'', ''last'', ''stable'', ''sorted'', ''legacy''.</entry>
    <entry key="UnknownInput">Invalid input. Valid flags are ''rows'', ''first'', ''last'', ''stable'', ''sorted'', ''legacy''.</entry>
    <entry key="RepeatedFlag">You cannot specify the ''{0}'' flag more than once.</entry> 
    <entry key="OccurrenceConflict">You can specify either ''first'' or ''last'' but not both.</entry>
    <entry key="SetOrderConflict">You can specify either ''sorted'' or ''stable'' but not both.</entry>
    <entry key="BehaviorConflict">You can specify either ''legacy'' or ''R2012a'' but not both.</entry>
    <entry key="LegacyTrailing">The ''legacy'' flag must come last.</entry>
    <entry key="R2012aTrailing">The ''R2012a'' flag must come last.</entry>
    <entry key="SetOrderOccurrence">You cannot specify ''stable'' and ''sorted'' with ''first'' and ''last''.</entry>
    <entry key="SetOrderBehavior">You cannot specify ''stable'' and ''sorted'' with ''legacy'' and ''R2012a''.</entry>
    <entry key="RowsFlagIgnored">The ''rows'' input is not supported for cell array inputs.</entry>
    <entry key="InputClass" note="stringDatatypeUpdate">Cell array input must be a cell array of character vectors.</entry>
    <entry key="NotARowVector" note="stringDatatypeUpdate">Elements of cell array input A must be character vectors (row vectors of class char).</entry>  
    <entry key="ANotAMatrix">Input A must be a matrix in the ''rows'' case.</entry> 
</message>
</rsccat>
