![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/job-board.corals.io/Corals/modules/Newsletter/resources/lang/en/ |
<?php return [ 'email' => [ 'subject' => 'Subject', 'email_body' => 'Email Body', 'mail_lists' => 'Mail Lists', 'mail_lists_help' => 'You have to add at least one mail list or one subscriber', 'subscribers' => 'Subscribers', 'status_options' => [ 'sent' => 'Sent', 'draft' => 'Draft', 'trash' => 'Trash', ] ], 'email_logger' => [ 'browser_information' => 'Browser Information', 'ip' => 'Ip', 'browser' => 'Browser', 'browser_version' => 'Browser version', 'device_type' => 'Device Type', 'device' => 'Device', 'platform' => 'Platform', 'languages' => 'Languages', 'platform_version' => 'DevicePlatform Version', 'status_options' => [ 'draft' => 'Draft', 'sent' => 'Sent', 'opened' => 'Opened', 'failed' => 'Failed' ] ], 'subscriber' => [ 'email' => 'Email', 'name' => 'Name', 'mail_lists' => 'Mail lists', 'mail_lists_count' => 'Mail lists count', ], 'mail_list' => [ 'name' => 'Name', 'subscribers_count' => 'Subscribers Count', ], ];