/
mikopbx
/
ModulePhoneBook
Обзор
Документация
Войти
/
mikopbx
/
ModulePhoneBook
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Messages/en.php
56 строк
3 KB
Nikolay Beketov
fix: improve API caller ID lookup security and stability
06 дек 2025, 03:16
06 дек 2025, 03:16
83f3589
Код
Авторство
О чём код?
<?php return [ /** * Copyright (C) MIKO LLC - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential * Written by Nikolay Beketov, 6 2018 * */ 'repModulePhoneBook' => 'Module phonebook - %repesent%', 'mo_ModuleModulePhoneBook' => 'Module phonebook', 'BreadcrumbModulePhoneBook' => 'Phonebook', 'SubHeaderModulePhoneBook' => 'PBX uses the records as caller id, and shows it on ip-phones display', 'module_phnbk_ColumnName' => 'Caller ID', 'module_phnbk_ColumnNumber' => 'Phone number', 'module_phnbk_AddNewRecord' => 'Add new records', 'module_phnbk_AlreadyExistWithThisNumber' => 'The number %repesent% already exists', 'module_phnbk_Connected' => 'Module enabled', 'module_phnbk_Disconnected' => 'Module disabled', 'module_phnbk_Search' => 'Find...', 'module_phnbk_PhonebookTab' => 'Phone book', 'module_phnbk_ExcelInstructionStep2_2' => '<strong>Phone number</strong> — in the format <em>+7(926)123-45-67</em>.', 'module_phnbk_ExcelInstructionStep3' => 'Each line represents a phone book entry.', 'module_phnbk_ImportError' => 'Error saving record', 'module_phnbk_ImportFromExcel' => 'Import', 'module_phnbk_ImportExcelTab' => 'Import from Excel', 'module_phnbk_ImportFromExcelLabel' => 'Select Excel file to upload', 'module_phnbk_ExcelInstructionHeader' => 'Instructions for downloading a phone book from Excel', 'module_phnbk_ExcelInstructionStep1' => 'The file must be in <strong>.xls</strong> or <strong>.xlsx.</strong> format.', 'module_phnbk_ExcelInstructionStep2' => 'The file must contain two columns:', 'module_phnbk_ExcelInstructionStep2_1' => '<strong>CallerID</strong> — subscriber name (for example: Ivan Ivanov).', 'module_phnbk_ExcelInstructionStep4' => 'Please make sure the data in the file is correct before uploading it.', 'module_phnbk_SettingsTab' => 'Settings', 'module_phnbk_disableInputMask' => 'Disable mask for numbers', 'module_phnbk_DeleteAllRecords' => 'Clear phone book', 'module_phnbk_NoFileUploaded' => 'File not loaded for import', 'module_phnbk_invalidFormat' => 'File format error', 'module_phnbk_DeleteAllTitle' => 'Attention!', 'module_phnbk_DeleteAllDescription' => 'All phone book entries will be permanently deleted, if you need to delete one or more entries, use the button in the table.', 'module_phnbk_CancelBtn' => 'Cancel', 'module_phnbk_Approve' => 'Delete all', 'module_phnbk_GeneraLFileUploadError' => 'Error loading file', 'module_phnbk_UploadError' => 'File upload error', 'module_phnbk_UploadInProgress' => 'Uploading a file to the server', 'module_phnbk_AllRecordsDeleted' => 'All entries have been deleted', 'module_phnbk_RecognitionOnProgress' => 'Parsing and loading data from a file', 'module_phnbk_RecognitionFinished' => 'Data loading completed', 'module_phnbk_UrlNotValid' => 'Url not valid', 'module_phnbk_IntegerPositiveOrZero' => 'A positive integer or zero', 'module_phnbk_CacheLifetime' => 'Cache lifetime', 'module_phnbk_CacheLifetimeDescription' => 'The number of seconds during which the cached record will be valid. 0 - forever.', 'module_phnbk_SaveBtn' => 'Save', 'module_phnbk_ApiUrl' => 'The URL to search for the CallerID', 'module_phnbk_ApiUrlDescription' => '%repesent% in the line will be replaced with a phone number.' ];