'Mailing', 'names' => 'Mailings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Mailings', 'sub' => 'Mailings', 'list' => 'List of mailings', 'edit' => 'Edit mailing', 'create' => 'Create new mailing' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'text' => '', 'to' => '', 'topic' => '', 'frequency' => '', 'template_id' => '', ], /** * Labels for inputs. */ 'label' => [ 'text' => '', 'to' => '', 'topic' => '', 'frequency' => '', 'template_id' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Mailings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];