![]() 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/Shortener/resources/lang/en/ |
<?php return [ 'link' => [ 'url' => 'URL', 'alias' => 'Alias', 'description' => 'Description', 'expired_at' => 'Expired at', 'parameters' => 'Parameters', 'short_url' => 'Short URL', 'show_splash_page' => 'Show splash page', ], 'shortDomain' => [ 'title' => 'Title', 'base_url' => 'Base URL', 'description' => 'Description', ], 'impression' => [ 'url' => 'URL', 'browser' => 'Browser', 'browser_version' => 'Browser version', 'ip_address' => 'IP Address', 'is_phone' => 'Is phone?', 'is_tablet' => 'Is tablet?', 'is_robot' => 'Is robot?', 'robot' => 'Robot', 'device' => 'Device', 'platform' => 'Platform', 'platform_version' => 'Platform version', 'languages' => 'Languages' ], 'tracking_pixel' => [ 'name' => 'Name', 'provider' => 'Provider', 'short_domain' => 'Short Domain', 'head_script' => '<head> script', 'head_script_help' => 'script placed before closing of the <head> tag', 'body_script' => '<body> script', 'body_script_help' => 'script placed after the opening of the <body> tag', ] ];