'Edituri', 'names' => 'Edituris', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Edituris', 'sub' => 'Edituris', 'list' => 'List of edituris', 'edit' => 'Edit edituri', 'create' => 'Create new edituri' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id_editura' => '', 'editura' => '', 'id_agenda' => '', ], /** * Labels for inputs. */ 'label' => [ 'id_editura' => '', 'editura' => 'Editură', 'id_agenda' => 'Proprietar', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'editura' => ['name' => 'Editură', 'data-column' => 1, 'checked'], 'id_agenda' => ['name' => 'Proprietar', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Edituris', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];