<?xml version="1.0"?>
<!-- Copyright 2018-2021 The MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="MATLAB">
    <message>
        <entry key="SpreadsheetImportTitle">Import Spreadsheet - {0}</entry>
        <entry key="TextImportTitle">Import Text - {0}</entry>
        <entry key="NumberDisplayValue">Number</entry>
        <entry key="TextDisplayValue">Text</entry>
        <entry key="CategoricalDisplayValue">Categorical</entry>
        <entry key="DatetimeDisplayValue">Datetime</entry>
        <entry key="DurationDisplayValue">Duration</entry>
        <entry key="Tooltip_Converted">Converted To</entry>
        <entry key="Tooltip_Replaced">Replaced By: {0}</entry>
        <entry key="Tooltip_Number">NUMBER</entry>
        <entry key="Tooltip_Text">Text</entry>
        <entry key="Tooltip_ConvertedTo">{0} Converted to [Type: {1}, Value: {2}]</entry>
        <entry key="OutputVariableNameWarning">Variable name is the same as a variable in the current workspace</entry>
        <entry key="VariableOutputNameSheetIdentifier">S</entry>
        <entry key="ProgressMessageSpreadsheetFile">Importing Spreadsheet File...</entry>
        <entry key="ProgressMessageTextFile">Importing Text File...</entry>
        <entry key="ProgressMessageTitle">Import Tool</entry>
        <entry key="NewRuleDialogTitle">New Rule</entry>
        <entry key="ModifyRuleDialogTitle">Edit Rule</entry>
        <entry key="NewRuleDialogOk">OK</entry>
        <entry key="NewRuleDialogCancel">Cancel</entry>
        <entry key="DropdownOptionReplace">Replace</entry>
        <entry key="DropdownOptionExcludeRows">Exclude rows with</entry>
        <entry key="DropdownOptionExcludeCols">Exclude columns with</entry>
        <entry key="DropdownOptionReplaceUnimportableCells">unimportable cells with</entry>
        <entry key="DropdownOptionReplaceEmptyCells">empty cells with</entry>
        <entry key="DropdownOptionExcludeUnimportableCells">unimportable cells</entry>
        <entry key="DropdownOptionExcludeEmptyCells">empty cells</entry>
        <entry key="DropdownOptionNaN">NaN</entry>
        <entry key="DropdownOptionValue">value</entry>
        <entry key="FileTypeUnsupported">File extension ''{0}'' is not supported on computers without Excel for Windows.</entry>
        <entry key="ImportSuccessMsg">The following variable was imported: \n\n{0}</entry>
        <entry key="ImportSuccessMsgMulti">The following variables were imported: \n\n{0}</entry>
        <entry key="ImportSuccessMsgMultiAndMore">The following variables were imported: \n\n{0}\n\nAnd {1} more</entry>

        <entry key="ImportRuleReadableReplaceUnimportable">Replace unimportable cells with {0}</entry>
        <entry key="ImportRuleReadableReplaceEmpty">Replace empty cells with {0}</entry>
        <entry key="ImportRuleReadableExcludeRowsUnimportable">Exclude rows with unimportable cells</entry>
        <entry key="ImportRuleReadableExcludeRowsEmpty">Exclude rows with empty cells</entry>
        <entry key="ImportRuleReadableExcludeColumnsUnimportable">Exclude columns with unimportable cells</entry>
        <entry key="ImportRuleReadableExcludeColumnsEmpty">Exclude columns with empty cells</entry>

        <!-- Code Generation messages -->
        <entry key="Codgen_ScriptHeader">Import data from spreadsheet</entry>
        <entry key="Codgen_ScriptHeader2">Script for importing data from the following spreadsheet:</entry>
        <entry key="Codgen_WorkbookHeader">Workbook: {0}</entry>
        <entry key="Codgen_WorksheetHeader">Worksheet: {0}</entry>
        <entry key="Codgen_AutoGenHeader">Auto-generated by MATLAB on {0}</entry>

        <entry key="Codgen_FuncInputHandling">Input handling</entry>
        <entry key="Codgen_FuncInputHandlingSheet">If no sheet is specified, read first sheet</entry>
        <entry key="Codgen_FuncInputHandlingRows">If row start and end points are not specified, define defaults</entry>

        <entry key="Codgen_FuncHeader">{0} Import data from a spreadsheet</entry>
        <entry key="Codgen_FuncFileArg">{0}(FILE) reads data from the first worksheet in the Microsoft Excel spreadsheet file named FILE.</entry>
        <entry key="Codgen_FuncFileSheetArg">{0}(FILE, SHEET) reads from the specified worksheet.</entry>
        <entry key="Codgen_FuncAllArgs">{0}(FILE, SHEET, DATALINES) reads from the specified worksheet for the specified row interval(s). Specify DATALINES as a positive scalar integer or a N-by-2 array of positive scalar integers for dis-contiguous row intervals.</entry>
        <entry key="Codgen_FuncExample">Example:</entry>
        <entry key="Codgen_FuncSeeAlso">See also {0}.</entry>

        <entry key="Codgen_CellArrayHeader">Returns the data as a cell array.</entry>
        <entry key="Codgen_ColumnVectorsHeader">Returns the data as column vectors.</entry>
        <entry key="Codgen_DatasetHeader">Returns the data as a dataset array.</entry>
        <entry key="Codgen_NumericArrayHeader">Returns the numeric data.</entry>
        <entry key="Codgen_StringArrayHeader">Returns the data as a string array.</entry>
        <entry key="Codgen_TableHeader">Returns the data as a table.</entry>
        <entry key="Codgen_TimeTableHeader">Returns the data as a timetable.</entry>

        <entry key="Codgen_SetupImportOptions">Set up the Import Options and import the data</entry>
        <entry key="Codgen_SheetRange">Specify sheet and range</entry>
        <entry key="Codgen_Sheet">Specify sheet</entry>
        <entry key="Codgen_ColNamesTypes">Specify column names and types</entry>
        <entry key="Codgen_SetupRules">Specify file level properties</entry>
        <entry key="Codgen_ImportData">Import the data</entry>
        <entry key="Codgen_AdditionalRange">Import additional range</entry>
        <entry key="Codgen_ConvertToOutput">Convert to output type</entry>
        <entry key="Codgen_ClearVars">Clear temporary variables</entry>
        <entry key="Codgen_SetupVariableProperties">Specify variable properties</entry>

        <!-- Text Code Generation messages -->
        <entry key="Codgen_TextScriptHeader">Import data from text file</entry>
        <entry key="Codgen_TextScriptHeader2">Script for importing data from the following text file:</entry>
        <entry key="Codgen_FileNameHeader">filename: {0}</entry>
        <entry key="Codgen_RangeDelimiter">Specify range and delimiter</entry>
        <entry key="Codgen_RangeWidths">Specify range and variable widths</entry>
        <entry key="Codgen_TextFuncHeader">{0} Import data from a text file</entry>
        <entry key="Codgen_TextFuncFileArg">{0}(FILENAME) reads data from text file FILENAME for the default selection.</entry>
        <entry key="Codgen_TextFuncAllArgs">{0}(FILE, DATALINES) reads data for the specified row interval(s) of text file FILENAME. Specify DATALINES as a positive scalar integer or a N-by-2 array of positive scalar integers for dis-contiguous row intervals.</entry>
        <entry key="Codgen_TextFuncInputHandlingRows">If dataLines is not specified, define defaults</entry>

        <!-- API messages -->
        <entry key="ImportTool_Position_Numeric">Position must be a 2 or 4 element numeric vector</entry>
        <entry key="ImportTool_Position_GreaterThanZero">Position must be greater than 0</entry>
        <entry key="ImportTool_SupportedOutputTypes_Type">SupportedOutputTypes must be a cell or string array</entry>
        <entry key="ImportTool_SupportedOutputTypes_Values">SupportedOutputTypes must be one of the following: {0}</entry>
        <entry key="ImportTool_SupportedOutputActions_Type">SupportedOutputActions must be a cell or string array</entry>
        <entry key="ImportTool_SupportedOutputActions_Values">SupportedOutputActions must be one of the following: {0}</entry>
        <entry key="ImportTool_UnsupportedImportType">Unsupported value ''{0}'' for ImportType spreadsheet. Ensure the extension is one of the following: ''XLSX'', ''XLS'', ''XLSM'', ''XLSB'', ''XLTX'', ''XLTM'', or ''ODS''.</entry>
        <entry key="ImportTool_Invalid_SheetName">Invalid sheet name: {0}</entry>

        <!-- Timetable Row Times Dialog -->
        <entry key="ImportTool_RowTimes_Title">Configure Row Times</entry>
        <entry key="ImportTool_RowTimes_TimeStep">Time Step</entry>
        <entry key="ImportTool_RowTimes_SampleRate">Sample Rate</entry>
        <entry key="ImportTool_RowTimes_StartTime">Start Time</entry>
        <entry key="ImportTool_RowTimes_HertzAbbreviation">Hz</entry>
        <entry key="ImportTool_RowTimes_DurationRadioBtn">Duration</entry>
        <entry key="ImportTool_RowTimes_DatetimeRadioBtn">Datetime</entry>
        <entry key="ImportTool_RowTimes_OkBtn">Ok</entry>
        <entry key="ImportTool_RowTimes_CancelBtn">Cancel</entry>
        <entry key="ImportTool_RowTimes_TimeStep_calyears">Years</entry>
        <entry key="ImportTool_RowTimes_TimeStep_calquarters">Quarters</entry>
        <entry key="ImportTool_RowTimes_TimeStep_calmonths">Months</entry>
        <entry key="ImportTool_RowTimes_TimeStep_calweeks">Weeks</entry>
        <entry key="ImportTool_RowTimes_TimeStep_caldays">Days</entry>
        <entry key="ImportTool_RowTimes_TimeStep_hours">Hours</entry>
        <entry key="ImportTool_RowTimes_TimeStep_minutes">Minutes</entry>
        <entry key="ImportTool_RowTimes_TimeStep_seconds">Seconds</entry>
        <entry key="ImportTool_RowTimes_TimeStep_milliseconds">Milliseconds</entry>
        <entry key="ImportTool_RowTimes_TimeFormatTooltip">"hh:mm:ss" or "hh:mm"</entry>
        <entry key="ImportTool_RowTimes_InvalidDurationFormat">Invalid duration value. The value must be positive, and in the format "hh:mm:ss" or "hh:mm".</entry>
        <entry key="ImportTool_RowTimes_InvalidDatetimeFormat">Invalid datetime value. The value must be in the format "hh:mm:ss" or "hh:mm".</entry>
        <entry key="ImportTool_RowTimes_ConflictStartTime">You must use a datetime start time value when specifying years, quarters, months, weeks or days.</entry>
        <entry key="ImportTool_RowTimes_ErrorTitle">Error</entry>
        <entry key="ImportTool_RowTimes_TimeStepInvalid">Time step must be between 0 and 1000000.</entry>
        <entry key="ImportTool_RowTimes_SampleRateInvalid">Sample rate must be between 0 and 1000000.</entry>
    </message>
</rsccat>
