MaketRandevu/application/language/english/maketrandevu/translations_lang.php
2024-01-09 23:13:13 +03:00

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