2023-12-22 23:44:48 +03:00
|
|
|
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
2024-01-01 11:37:50 +03:00
|
|
|
// English
|
2024-01-09 23:13:13 +03:00
|
|
|
|
|
|
|
$lang['address'] = 'School Name';
|
|
|
|
$lang['city'] = 'School City';
|
|
|
|
$lang['zip_code'] = 'Number of Students';
|
|
|
|
$lang['notes'] = 'Extra Notes';
|
|
|
|
|
2023-12-22 23:44:48 +03:00
|
|
|
$lang['system_installation'] = 'System Installation';
|
2024-01-01 11:37:50 +03:00
|
|
|
$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>';
|
2023-12-22 23:44:48 +03:00
|
|
|
// End
|