![]() 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/Advert/resources/lang/en/ |
<?php return [ 'advertiser' => [ 'name' => 'Name', 'contact' => 'Contact', 'email' => 'Email', 'notes' => 'Notes', 'status_option' => [ 'active' => 'Active', 'inactive' => 'Inactive' ], ], 'banner' => [ 'name' => 'Name', 'campaign' => 'Campaign', 'dimension' => 'Dimension', 'type' => 'Type', 'type_options' => [ 'script' => 'Script', 'media' => 'Media', 'link' => 'Link' ], 'weight' => 'Weight', 'notes' => 'Notes', 'url' => 'URL', 'zone' => 'Zones', ], 'banner_ctr' => [ 'banner' => 'Banner', 'zone' => 'Zone', 'clicks' => '# of Clicks', 'impressions' => 'Impressions', 'ctr' => 'CTR' ], 'campaign' => [ 'name' => 'Name', 'advertiser' => 'Advertiser', 'starts_at' => 'Starts at', 'ends_at' => 'Ends at', 'ends_at_help' => 'If end date not selected; campaign won\'t expire', 'notes' => 'Notes', 'weight' => 'Weight', 'limit_type' => 'Limit Type', 'limit_type_options' => [ 'impressions' => 'Impressions', 'clicks' => 'Clicks' ], 'limit_per_day' => 'Limit per day', 'limit_per_day_help' => '* required if limit type selected', ], 'impression' => [ 'banner_id' => 'Banner', 'zone_id' => 'Zone', 'session_id' => 'Session', 'page_slug' => 'Slug', 'clicked' => 'Clicked', 'visitor_details' => 'Details', ], 'website' => [ 'name' => 'Name', 'url' => 'Url', 'contact' => 'Contact', 'email' => 'Email', 'notes' => 'Notes', ], 'zone' => [ 'name' => 'Name', 'website' => 'Website', 'key' => 'Key', 'dimension' => 'Dimension', 'notes' => 'Notes', 'banner' => 'Banners', 'embed_code' => ' Embed Code', ], 'update_status' => 'Updated Status !', 'no_permission' => 'There is no permission update status' ];