12 lines
670 B
PHP
12 lines
670 B
PHP
|
<?php
|
||
|
return [
|
||
|
'app_name' => 'Blue Twilight Installer',
|
||
|
'license_file_label' => 'Upload your license file:',
|
||
|
'license_required_text' => 'Blue Twilight requires a license file to run. The license file is called "blue-twilight.lic" ' .
|
||
|
'and can be downloaded from the %link_start%My Orders%link_end% page on the %link2_start%Apps by Andy - Web Store%link2_end%.',
|
||
|
'license_required_text2' => 'The host name in the license file must be: ',
|
||
|
'license_required_text3' => 'Once you have your license file, please upload it using the field below.',
|
||
|
'licensed_to' => 'Licensed to: ',
|
||
|
'save_button' => 'Save',
|
||
|
'upload_button' => 'Upload'
|
||
|
];
|