<?xml version="1.0"?>
<!-- Copyright 2020 MathWorks, Inc. -->
<rsccat version="1.0" locale="en_US" product="MATLAB">
    <message>
        <entry key="Tool_dataCleaner_Label">Data Cleaner</entry>
        <entry key="Tool_dataCleaner_Description">Preprocess and organize column-oriented data (dataCleaner)</entry>
        <entry key="TITLE">Data Cleaner</entry>

        <entry key="HOME_TAB">Home</entry>
        <entry key="FILE_SECTION">File</entry>
        <entry key="IMPORT_BUTTON_TEXT">Import</entry>
        <entry key="IMPORT_BUTTON_DESCRIPTION">Import Data</entry>
        <entry key="IMPORT_SINGLEVARIABLE_SUPPORT_ONLY">Note: Import of multiple variables is not currently supported.</entry>
        <entry key="VARIABLE_NOT_IN_WORKSPACE">Variable does not exist in base workspace.</entry>
        <entry key="VIEW_SECTION">View</entry>
        <entry key="SHOW_SUMMARY">Show Summary Statistics</entry>
        <entry key="LEGEND">Show Legend</entry>
        <entry key='CUSTOM_CATEGORY'>CUSTOMIZE</entry>
        <entry key='ADD_CUSTOM_FUNCTION'>Add your function</entry>
        <entry key='EDIT_CUSTOM_FUNCTION'>Edit your custom functions</entry>

        <entry key="EXPORT_SECTION">Export</entry>
        <entry key="EXPORT_BUTTON_TEXT">Export</entry>
        <entry key="EXPORT_BUTTON_DESCRIPTION">Export Data</entry>
        <entry key="EXPORT_VARIABLE_EXPORTED">Exported Variables {0} to MATLAB Workspace as {1}</entry>
        <entry key="EXPORT_SCRIPT_EXPORTED">Export to Script Completed</entry>
        <entry key="EXPORT_FUNCTION_EXPORTED">Export to Function Completed</entry>
        <entry key="EXPORT_DIALOG_TITLE">Export Completed</entry>
        <entry key="EXPORT_WORKSPACE">Export to Workspace</entry>
        <entry key="EXPORT_SCRIPT">Generate Script</entry>
        <entry key="EXPORT_FUNCTION">Generate Function</entry>

        <entry key="TABULAR_DOC_GROUP_TITLE">Tabular Views</entry>
        <entry key="TABULAR_DOC_TITLE">Variable: {0}</entry>

        <entry key="PPTaskGroupTitle">Cleaning Methods</entry>
        <entry key="PPTaskPanelTitle">Preview</entry>

        <entry key="PPTAB">Cleaning Methods</entry>
        <entry key="PPMODE_SECTION">Clean Data</entry>
        <entry key="PPMODE_APPLY_BUTTON_TEXT">Apply &amp; Close</entry>
        <entry key="PPMODE_APPLY_BUTTON_DESCRIPTION">Apply cleaning and return to main screen</entry>
        <entry key="PPMODE_CANCEL_BUTTON_TEXT">Cancel</entry>
        <entry key="PPMODE_CANCEL_BUTTON_DESCRIPTION">Cancel cleaning and return to main screen</entry>
        <entry key="PPMODE_HELP_SECTION">Help</entry>
        <entry key="PPMODE_HELP_BUTTON_TEXT">Help</entry>
        <entry key="PPMODE_HELP_BUTTON_DESCRIPTION">See documentation related to this task</entry>
        <entry key="PPMODE_HELP_NOHELP">No help available for this task</entry>

        <entry key="PPMODE_SUBSET_SECTION">Subset</entry>
        <entry key="PPMODE_SUBSET_CHECKBOX_TEXT">Preview using a subset</entry>
        <entry key="PPMODE_SUBSET_CHECKBOX_DESCRIPTION">Use a subset of the data during the cleaning task for faster performance</entry>
        <entry key="PPMODE_SUBSET_START_TEXT">Start</entry>
        <entry key="PPMODE_SUBSET_START_DESCRIPTION">The starting index of the subset</entry>
        <entry key="PPMODE_SUBSET_END_TEXT">End</entry>
        <entry key="PPMODE_SUBSET_END_DESCRIPTION">The ending index of the subset</entry>
        <entry key="PPMODE_SUBSET_STEP_TEXT">Step</entry>
        <entry key="PPMODE_SUBSET_STEP_DESCRIPTION">The step for the subset. Every nth item will be selected from start to end.</entry>

        <entry key="VARIABLE_PANEL_TITLE">Variables</entry>
        <entry key="HISTORY_PANEL_TITLE">Cleaning Steps</entry>

        <!-- Task Groups -->
        <entry key="TASK_GROUP_CLEANING">Cleaning</entry>
        <entry key="TASK_GROUP_RESHAPING">Reshaping</entry>
        <entry key="TASK_GROUP_SYNCHRONIZING">Synchronizing</entry>
        <entry key="TASK_GROUP_USER">User Authored</entry>
        <entry key="TASK_PANEL_TITLE">Cleaning Parameters</entry>

        <!-- LIVE TASK GALLERY -->
        <entry key="CUSTOMPP_SECTION">Custom Preprocessing</entry>
        <entry key="ADD_CUSTOMPP_BUTTON_TEXT">Add Custom Function to Gallery</entry>
        <entry key="ADD_CUSTOMPP_BUTTON_DESCRIPTION">Create a new custom preprocessing task in the Gallery</entry>
        <entry key="ADD_CUSTOMPP_ERROR">Error adding Custom Preprocessing</entry>

        <!-- Task Gallery Additions -->
        <entry key="TASK_COLUMN_TRANSFORM_BUTTON_TEXT">Compute Column Variable</entry>
        <entry key="TASK_COLUMN_TRANSFORM_BUTTON_DESCRIPTION">Create a new column variable or override an existing column variable with a computed value</entry>

        <entry key="RETIME_NAME">Resample Timetable</entry>

        <!-- Error Handling -->
        <entry key="USR_ACTION_ERROR_TITLE">Invalid Action</entry>
        <entry key="USR_ACTION_ERROR_TEXT">Action resulted in an invalid state. Reverting user action.</entry>
        <entry key="USR_ACTION_ERROR_NO_NEW_WS_VARS">Code cannot add new variables to workspace!</entry>

         <!-- Import Variable Selector -->
        <entry key="IMPORT_START_SCREEN">Import data to start</entry>
        <entry key="IMPORT_WORKSPACE">Import from Workspace</entry>
        <entry key="IMPORT_FILE">Import from File</entry>
        <entry key="VARIABLE_SELECTOR_TEXT">Select a table or timetable</entry>
        <entry key="VARIABLE_SELECTOR_SUB_TEXT">Variables</entry>
        <entry key="CANCEL_BUTTON_TEXT">Cancel</entry>
        <entry key="OK_BUTTON_TEXT">OK</entry>

        <!-- Notification if user tries to import data from an empty
                workspace (or one with no supported data) -->
        <entry key="NO_VAR_WARNING">Data Cleaner supports timetable data only.\n\n
            Add a timetable to the MATLAB workspace or use the table2timetable function to convert a table to a timetable.</entry>
        <entry key="NO_VAR_WARNING_TITLE">Data Cleaner</entry>

        <!-- Warning when importing new data while a session is in progress -->
        <entry key="STEP_RESET_WARNING_TEXT">Importing a new data set will overwrite the existing data.\n
                Cancel to return to the session and export cleaned data.</entry>
        <entry key="STEP_RESET_WARNING_PANEL_TITLE">Data Cleaner</entry>
        <entry key="STEP_RESET_WARNING_OK">Import Anyway</entry>
        <entry key="STEP_RESET_WARNING_CANCEL">Cancel</entry>

        <!-- Performance warning when data too large -->
        <entry key="DATA_LARGE_WARNING_TEXT">Importing a large data set will cause decreased app performance.\n\n
                Cancel to return to the session and select a subset of the data to clean.</entry>
        <entry key="DATA_LARGE_WARNING_TITLE">Data Cleaner</entry>
        <entry key="DATA_LARGE_WARNING_OK">Import Anyway</entry>
        <entry key="DATA_LARGE_WARNING_CANCEL">Cancel</entry>

        <!-- Grouped columns warning -->
        <entry key="DATA_GROUPEDCOLUMNS_WARNING_TEXT">One or more variables in the timetable has a width greater than 1.\n\n
            Data Cleaner does not support visualizations for these variables.</entry>

        <!-- History Panel -->
        <entry key="STEP_DELETE_WARNING_TEXT">Cleaning Step will be deleted and the data will be updated. Are you sure you want to continue?</entry>

        <!-- Unsupported Tasks -->
        <entry key="TIMESTAMP_HAS_MISSING">Missing values in Row Times (which is used as X-axis). Clean row times (Retime) before performing current operation.</entry>
        <entry key="TIMESTAMP_NON_FINITE">Non-Finite values in Row Times (which is used as X-axis). Clean row times (Retime) before performing current operation.</entry>
        <entry key="TIMESTAMP_NOT_SORTED">Duplicate row time values or row times are not sorted in ascending order. Clean row times (Retime) before performing current operation.</entry>
        <entry key="CLEAN_TIME_DIALOG_TITLE">Clean Row Times</entry>
        <entry key="NONUMERIC_DATA_UNSUPPORTED_TITLE">Unsupported Variable Type</entry>
        <entry key="NONUMERIC_DATA_UNSUPPORTED_MESSAGE">Task does not support the</entry>
    </message>
</rsccat>
