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