6 lines
410 B
PHP
6 lines
410 B
PHP
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
|
// English
|
|
$lang['system_installation'] = 'System Installation';
|
|
$lang['system_installation_welcome_header'] = 'Welcome to the ' . branding("software", "name_en") . " installation page";
|
|
$lang['powered_by'] = 'Powered By <a href="' . branding("software", "website") . '" target="_blank">' . branding("software", "name_en") . '</a>';
|
|
// End
|