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

12 lines
595 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php defined('BASEPATH') OR exit('No direct script access allowed');
// Turkish
$lang['address'] = 'Okulunuzun Adı';
$lang['city'] = 'Okulunuzun Bulunduğu Şehir';
$lang['zip_code'] = 'Gelecek Öğrenci Sayısı';
$lang['notes'] = 'Eklemek İstedikleriniz';
$lang['system_installation'] = 'Sistem Yüklemesi';
$lang['system_installation_welcome_header'] = branding("software", "name_tr") . " sistem yükleme sayfasına hoşgeldiniz";
$lang['powered_by'] = '<a href="' . branding("software", "website") . '" target="_blank">' . branding("software", "name_tr") . '</a> Gururla Sunar';
// End