<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2012-2020 The MathWorks, Inc. -->
<rsccat locale="en_US" product="MATLAB" version="1.0">
  <message>
    <entry key="VarEditorIndexOverflow">Structure Arrays may not have empty fields, so data may only be added immediately to the right of existing fields.\nA new field will be added in the next available column.</entry>    
    <entry key="InvalidVariableName">''{0}'' is not a valid variable name.</entry>
    <entry key="DuplicateVarnames">Duplicate variable names.</entry>
    <entry key="InvalidSort">All values for the field(s) must be the same type.</entry>
    <entry key="VariableExists">Could not rename the variable.\n\n
        A variable with the name "{0}" already exists.
    </entry>
    <entry key="InvalidRenameFieldOnEdit">Could not rename the field.\n\n
        "{0}" is not a valid MATLAB field name.\n
        MATLAB field names must:\n
    </entry>
    <entry key="InvalidRenameVarOnEdit">Could not rename the variable.\n\n
        "{0}" is not a valid MATLAB variable name.\n
        MATLAB variable names must:\n
    </entry>
    <entry key="InvalidRenameMsgOnEdit">        
        -Begin with a letter\n
        -Contain only alphanumeric characters and underscores\n
        -Not be a MATLAB keyword\n
        -Not exceed 63 characters in length
    </entry>
    <entry key="EditFailedTitle">Editing Failed</entry>
    <entry key="TooManyElements">&lt;Too many elements&gt;</entry>
  </message>
</rsccat>
