33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
<?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(
|
||
'LBL_SELECT_ONE' => 'Seçmek',
|
||
'LBL_PBXMANAGER' =>'PBXManager',
|
||
'LBL_PBXMANAGER_CONFIG' => 'Asterisk sunucu ayrıntıları',
|
||
'LBL_NOTE' => 'Note:',
|
||
'LBL_INFO_WEBAPP_URL' => 'Biçiminde Asterisk App URL yapılandırın',
|
||
'LBL_FORMAT_WEBAPP_URL' => '(Protokol) :/ / (asterisk_ip): (port)',
|
||
'LBL_FORMAT_INFO_WEBAPP_URL' => 'ex:http://0.0.0.0:5000',
|
||
'LBL_INFO_CONTEXT' => 'Vtiger Özel bağlam sizin Asterisk sunucusu yapılandırılmış (extensions.conf)',
|
||
'LBL_PBXMANAGER_INFO' => 'Asterisk sunucu ayrıntıları Yapılandır sonr Vtiger yıldız bağlayıcı Asterisk sunucu yükleme',
|
||
|
||
'webappurl'=>'Vtiger yıldız Web URL',
|
||
'vtigersecretkey'=>'Vtiger Gizli Anahtar',
|
||
'outboundcontext' => 'Giden BaÄŸlam',
|
||
'outboundtrunk' => 'Giden Trunk',
|
||
|
||
);
|
||
|
||
$jsLanguageStrings = array(
|
||
|
||
);
|
||
?>
|