12 lines
551 B
PHP
12 lines
551 B
PHP
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
|
// English
|
|
|
|
$lang['address'] = 'School Name';
|
|
$lang['city'] = 'School City';
|
|
$lang['zip_code'] = 'Number of Students';
|
|
$lang['notes'] = 'Extra Notes';
|
|
|
|
$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
|