<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Language files for funil in funil package
    |--------------------------------------------------------------------------
    |
    | The following language lines are  for  funil module in funil package
    | and it is used by the template/view files in this module
    |
    */

    /**
     * Singlular and plural name of the module
     */
    'name'          => 'Funil',
    'names'         => 'Funils',
    
    /**
     * Singlular and plural name of the module
     */
    'title'         => [
        'main'  => 'Funils',
        'sub'   => 'Funils',
        'list'  => 'List of funils',
        'edit'  => 'Edit funil',
        'create'    => 'Create new funil'
    ],

    /**
     * Options for select/radio/check.
     */
    'options'       => [
            
    ],

    /**
     * Placeholder for inputs
     */
    'placeholder'   => [
        'Description'                => '',
    ],

    /**
     * Labels for inputs.
     */
    'label'         => [
        'Description'                => '',
    ],

    /**
     * Columns array for show hide checkbox.
     */
    'cloumns'         => [
        
    ],

    /**
     * Tab labels
     */
    'tab'           => [
        'name'  => 'Funils',
    ],

    /**
     * Texts  for the module
     */
    'text'          => [
        'preview' => 'Click on the below list for preview',
    ],
];