| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/HardikS/8.3/languages/tr_tr/ |
Upload File : |
<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = array(
'Contacts' => 'İlgili Kişiler' ,
'SINGLE_Contacts' => 'İlgili Kişi' ,
'LBL_ADD_RECORD' => 'Add Contact' ,
'LBL_RECORDS_LIST' => 'Contacts List' ,
'LBL_CONTACT_INFORMATION' => 'İlgili Kişi Bilgisi' ,
'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Müşteri Portal Bilgisi' ,
'LBL_IMAGE_INFORMATION' => 'Resim Bilgisi:' ,
'LBL_COPY_OTHER_ADDRESS' => 'Kopya Diğer Adres' , // TODO: Review
'LBL_COPY_MAILING_ADDRESS' => 'Kopya Posta Adresi' , // TODO: Review
'Office Phone' => 'Ofis Telefonu' ,
'Home Phone' => 'Ev Telefonu' ,
'Title' => 'Unvani' ,
'Department' => 'Departman' ,
'Birthdate' => 'Doğum Tarihi' ,
'Reports To' => 'Dialog Referansı' ,
'Assistant' => 'Asistanı' ,
'Assistant Phone' => 'Asistanının Telefonu' ,
'Do Not Call' => 'Telefon ile Aranmayacak' ,
'Reference' => 'Referans' ,
'Portal User' => 'Portal Kullanicisi' ,
'Mailing Street' => 'Sokak/ Cad' ,
'Mailing City' => 'İlçe' ,
'Mailing State' => 'İl' ,
'Mailing Zip' => 'Posta Kodu' ,
'Mailing Country' => 'Ülke' ,
'Mailing Po Box' => 'Po Box Posta' ,
'Other Street' => 'Diğer Sokak/ Cad' ,
'Other City' => 'Diğer ilçe' ,
'Other State' => 'Diğer il' ,
'Other Zip' => 'Diğer Posta Kodu' ,
'Other Country' => 'Diğer Ülke' ,
'Other Po Box' => 'Other P.O. Box' ,
'Contact Image' => 'Kişi Resmi' ,
'Mr.' => 'Bay.' ,
'Ms.' => 'Bayan.' ,
'Mrs.' => 'Bayan.' ,
'Dr.' => 'Dr.' ,
'Prof.' => 'Prof.' ,
'User List' => 'Kullanıcı Listesi' ,
'Contact Id' => 'İlgili Kişi Id',
'Support Start Date' => 'Destek Başlangıç Tarihi',
'Support End Date' => 'Destek Bitiş Tarihi',
'LBL_TRANSACTIONS' => 'Işlemler',
'Other Phone' => 'İkincil Telefon',
'Email' => 'Birincil E-Posta',
'Secondary Email' => 'İkincil E-Posta',
);
$jsLanguageStrings = array(
);