MaketRandevu/application/language/english/maketrandevu/translations_lang.php

7 lines
410 B
PHP
Raw Normal View History

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
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