/
mikopbx
/
ModuleAutoDialer
Обзор
Документация
Войти
/
mikopbx
/
ModuleAutoDialer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Messages/it.php
48 строк
2 KB
Anonymous
Translated using Weblate (Italian)
25 окт 2024, 20:51
25 окт 2024, 20:51
50a4fd3
Код
Авторство
О чём код?
<?php return [ /* * MikoPBX - free phone system for small business * Copyright © 2017-2023 Alexey Portnov and Nikolay Beketov * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along with this program. * If not, see <https://www.gnu.org/licenses/>. */ 'repModuleAutoDialer' => 'Autoinformatore - %repesent%', 'mo_ModuleModuleAutoDialer' => 'Autoinformatore', 'BreadcrumbModuleAutoDialer' => 'Modulo autoinformatore', 'SubHeaderModuleAutoDialer' => 'Composizione automatica del numero cliente e connessione con il numero interno del PBX', 'module_template_AddNewRecord' => 'Aggiungere', 'mod_AutoDialer_defDialPrefix' => 'Prefisso di chiamata', 'mod_AutoDialer_yandexApiKey' => 'Chiave API Yandex', 'mod_AutoDialer_ExtenTablePollingIdFAIL' => 'Sondaggio se nuovo cliente', 'mod_AutoDialer_PollingTableName' => 'Nome', 'mod_AutoDialer_AddExtension' => 'Aggiungere', 'mod_AutoDialer_questionText' => 'Testo della domanda', 'mod_AutoDialer_questionOptionsTitle' => 'Opzioni delle domande', 'mod_AutoDialer_timeoutWaitTime' => 'Timeout ingresso c.', 'mod_AutoDialer_defPress' => 'Valore di input predefinito', 'mod_AutoDialer_Press' => 'Azione di input ', 'mod_AutoDialer_playback_record' => 'Domanda aggiuntiva ', 'mod_AutoDialer_answer' => 'Congelare la selezione', 'mod_AutoDialer_PressValueOptions' => 'Timeout dell\'ingresso', 'mod_AutoDialer_PressValue' => 'Testo della domanda aggiuntiva', 'mod_AutoDialer_NamePolling' => 'Nome', 'mod_AutoDialer_AddQuestion' => 'Aggiungere', 'mod_AutoDialer_TabPolling' => 'Sondaggi', 'mod_AutoDialer_TabSettings' => 'Impostazioni', 'mod_AutoDialer_TabExtensions' => 'Piano numerico', 'mod_AutoDialer_ExtenTableNumber' => 'Numero dell\'interno', 'mod_AutoDialer_ExtenTablePollingIdOK' => 'Sondaggio se il cliente è stato trovato', 'BreadcrumbModuleAutoDialerModifyPolling' => 'Sondaggio', 'BreadcrumbModuleAutoDialerModifyExtension' => 'Estensione', ];