Files
crm.clientright.ru/languages/tr_tr/Home.php

34 lines
1.8 KiB
PHP
Executable File
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
/*+**********************************************************************************
* 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(
'ALVT' => 'Önemli Müşteriler' ,
'PLVT' => 'Önemli Fırsatlar' ,
'QLTQ' => 'Önemli Teklifler' ,
'CVLVT' => 'Kilit Ölçümler' ,
'HLT' => 'Top Support Tickets' ,
'GRT' => 'Grup Dağıtımım' ,
'OLTSO' => 'Önemli Satış Siparişleri',
'ILTI' => 'Önemli Faturalar' ,
'HDB' => 'Ana Sayfa Grafikleri' ,
'OLTPO' => 'Önemli Satınalma Siparişleri',
'LTFAQ' => 'Yakın SSS' ,
'UA' => 'Gelecek İşler' ,
'PA' => 'Bekleyen İşler' ,
'Home' => 'Dashboard' ,
'LBL_SAVE_ORDER' => 'Kaydet Emri',
'LBL_ADD_NEW_DASHBOARD' => 'Yeni bir pano Ekle ',
'LBL_MAX_CHARACTERS_ALLOWED_DASHBOARD' => 'Maksimum 30 karakter pano adı için izin verilir.',
);
$jsLanguageStrings = array(
'JS_TAB_NAME_SHOULD_NOT_BE_EMPTY' => 'Pano adı boş olamaz olamaz',
'JS_NO_DATA_AVAILABLE' => 'veri yok',
);