Files
crm.clientright.ru/languages/pl_pl/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' => 'Wybierz',
'LBL_PBXMANAGER' =>'PBXManager',
'LBL_PBXMANAGER_CONFIG' => 'Szczegóły serwera Asterisk',
'LBL_NOTE' => 'Note:',
'LBL_INFO_WEBAPP_URL' => 'Asterisk skonfigurować adres URL aplikacji w formacie',
'LBL_FORMAT_WEBAPP_URL' => '(Protokół) :/ / (asterisk_ip): (port)',
'LBL_FORMAT_INFO_WEBAPP_URL' => 'ex:http://0.0.0.0:5000',
'LBL_INFO_CONTEXT' => 'Vtiger specyficznym kontekstem skonfigurowany w Serwer Asterisk (extensions.conf)',
'LBL_PBXMANAGER_INFO' => 'Konfigurowanie Asterisk Server szczegóły po Instalacja Vtiger gwiazdka złącze w serwera Asterisk',
'webappurl'=>'Vtiger Asterisk App URL',
'vtigersecretkey'=>'Vtiger tajny klucz',
'outboundcontext' => 'WychodzÄ…ce Kontekst',
'outboundtrunk' => 'WychodzÄ…ce Trunk',
);
$jsLanguageStrings = array(
);
?>