<?php return [ /* |-------------------------------------------------------------------------- | Language files for blog in blog package |-------------------------------------------------------------------------- | | The following language lines are for blog module in blog package | and it is used by the template/view files in this module | */ /** * Singlular and plural name of the module */ 'name' => 'Blog', 'names' => 'Blogs', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Blogs', 'sub' => 'Blogs', 'list' => 'List of blogs', 'edit' => 'Edit blog', 'create' => 'Create new blog' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => '', '' => 'name', ], /** * Labels for inputs. */ 'label' => [ 'name' => '', '' => 'name', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ '' => ['name' => 'name', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Blogs', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];