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