![]() 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/LicenceManager/resources/lang/en/ |
<?php return [ 'licence' => [ 'code' => 'Code', 'expiry_period' => 'Licence expiration (months)', 'expiration_date' => 'Expiration Date', 'expiry_period_help' => 'Use 0 for unlimited licence.', 'product' => 'Product', 'order' => 'Order', 'codes' => 'Codes', 'codes_help' => 'Use new line to add multiple codes.', 'status_options' => [ 'free' => 'Free', 'reserved' => 'Reserved', 'cancelled' => 'Cancelled', 'invalid' => 'Invalid', 'expired' => 'Expired' ] ], 'product' => [ 'has_licence' => 'Has Licence' ] ];