Files
crm.clientright.ru/languages/ro_ro/Settings/PBXManager.php

33 lines
1.4 KiB
PHP
Raw Normal View History

<?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' => 'Selecta',
'LBL_PBXMANAGER' =>'PBXManager',
'LBL_PBXMANAGER_CONFIG' => 'Detalii de Server Asterisk',
'LBL_NOTE' => 'Note:',
'LBL_INFO_WEBAPP_URL' => 'Configura URL-ul Asterisk App în formatul',
'LBL_FORMAT_WEBAPP_URL' => '(Protocol) :/ / (asterisk_ip): (port)',
'LBL_FORMAT_INFO_WEBAPP_URL' => 'ex:http://0.0.0.0:5000',
'LBL_INFO_CONTEXT' => 'Vtiger context specific configurat pe server-ul Asterisk (extensions.conf)',
'LBL_PBXMANAGER_INFO' => 'Configura Asterisk Server detalii după Instalarea Vtiger Asterisk conector',
'webappurl'=>'Vtiger Askterisk URL-ul de Web',
'vtigersecretkey'=>'Vtiger Secret cheie',
'outboundcontext' => 'Contextul extern',
'outboundtrunk' => 'Outbound Trunk',
);
$jsLanguageStrings = array(
);
?>