<?xml version="1.0" encoding="UTF-8" ?>
<!-- Copyright 2021 The MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="MATLAB">
  <message>
    <!-- Errors raised by pcode.m -->
    <entry key="ArgMustBeString" note="stringDatatypeUpdate">Input argument must be a nonempty string or character vector.</entry>
    <entry key="UnknownFlag">Unknown flag ''{0}''.</entry>
    <entry key="BadPath">Skipping ''{0}'', neither ''?'' nor ''..'' allowed in arg.</entry>
    <entry key="Ambiguous">''{0}'' names both a MATLAB code file and directory.</entry>
    <entry key="NotPath">Skipping argument ''{0}'' (invalid pathname).</entry>
    <entry key="NotFileName">Skipping argument ''{0}'' because ''{1}'' is not a file name.</entry>
    <entry key="FileUnsupported">Skipping argument ''{0}'', not a MATLAB code file.</entry>
    <entry key="FileNotFound">Skipping argument ''{0}'', no MATLAB code found.</entry>
    <entry key="IncompatibleFlags">The -R2007b option may not be used in combination with the -R2022a option.</entry>

    <!-- Errors raised by LXE -->
    <entry key="NoInputFileNameSpecified">The input file name must be specified.</entry>

    <!-- Errors raised by the Front End for R2022a P-code files -->

    <!-- Errors during P-file creation -->
    <entry key="UnableToWriteFile">Unable to write file {0}.</entry>
    <entry key="UnableToCreateFile">Insufficient write permissions or space to create file {0}.</entry>
    <entry key="InvalidLocation" note="Based on virtualfilesystem.xml">''{0}'' is not a valid location.</entry>
    <entry key="FileTooLarge">{0}File is too large or complicated to P-code.</entry>
    <entry key="PropUsingAtSyntax" note="Based on class.xml">{0}P-coding files that use undocumented syntax to restrict property values is not supported.</entry>

    <!-- Errors during P-file loading and when P-code-related built-in functions read files -->
    <entry key="UnableToReadFile">Unable to read file {0}.</entry>
    <entry key="IRINotSupported" note="Based on virtualfilesystem.xml; see g2488843">URLs are not supported. Argument must be a local file path.</entry>
    <entry key="InvalidPCodeFile">Invalid P-code file ''{0}''.</entry>
    <entry key="ReleaseLocked">The P-code file {0} is release-locked. To run this file, use MATLAB {1}.</entry>
    <entry key="UnsupportedFeature">{0}This P-code file uses MATLAB language features that are not supported in this release. To run this file, use MATLAB {1} or later.</entry>

    <!-- Errors that may be raised during BOTH creation and loading -->
    <entry key="ParforNotSupportedInScripts">{0}parfor-loops are not supported in P-coded scripts.</entry>
    <entry key="SPMDNotSupportedInScripts">{0}spmd statements are not supported in P-coded scripts.</entry>
    <entry key="InternalError" translate="false">{0}</entry>
  </message>
</rsccat>
