/
mikopbx
/
ModuleAutoDialer
Обзор
Документация
Войти
/
mikopbx
/
ModuleAutoDialer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Messages/es.php
48 строк
2 KB
Anonymous
Translated using Weblate (Spanish)
25 окт 2024, 20:51
25 окт 2024, 20:51
b763d79
Код
Авторство
О чём код?
<?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' => 'Autoinformador - %representante%', 'mo_ModuleModuleAutoDialer' => 'Autoinformador', 'BreadcrumbModuleAutoDialer' => 'Módulo autoinformador', 'SubHeaderModuleAutoDialer' => 'Marcación automática del número de cliente y conexión con el número interno de la centralita', 'module_template_AddNewRecord' => 'Agregar', 'mod_AutoDialer_defDialPrefix' => 'Prefijo de marcación', 'mod_AutoDialer_yandexApiKey' => 'Clave API de Yandex', 'mod_AutoDialer_questionText' => 'Texto de la pregunta', 'mod_AutoDialer_questionOptionsTitle' => 'Opciones de preguntas', 'mod_AutoDialer_timeoutWaitTime' => 'Tiempo de espera de entrada c.', 'mod_AutoDialer_defPress' => 'Valor de entrada predeterminado', 'mod_AutoDialer_Press' => 'Acción de entrada ', 'mod_AutoDialer_playback_record' => 'Pregunta adicional ', 'mod_AutoDialer_answer' => 'Congelar selección', 'mod_AutoDialer_PressValueOptions' => 'Tiempo de espera de entrada', 'mod_AutoDialer_PressValue' => 'Texto de pregunta adicional', 'mod_AutoDialer_NamePolling' => 'Nombre', 'mod_AutoDialer_AddQuestion' => 'Agregar', 'mod_AutoDialer_TabPolling' => 'Centro', 'mod_AutoDialer_TabSettings' => 'Ajustes', 'mod_AutoDialer_TabExtensions' => 'Plan numérico', 'mod_AutoDialer_ExtenTableNumber' => 'Número de extensión', 'mod_AutoDialer_ExtenTablePollingIdOK' => 'Encuesta si el cliente encontró', 'mod_AutoDialer_ExtenTablePollingIdFAIL' => 'Encuesta si nuevo cliente', 'mod_AutoDialer_PollingTableName' => 'Nombre', 'mod_AutoDialer_AddExtension' => 'Agregar', 'BreadcrumbModuleAutoDialerModifyPolling' => 'Encuesta', 'BreadcrumbModuleAutoDialerModifyExtension' => 'Extensión', ];