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

7 lines
404 B
PHP
Raw Normal View History

2023-12-22 23:44:48 +03:00
<?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