|
| 1 | +<?php |
| 2 | +return [ |
| 3 | + /* |
| 4 | + * MikoPBX - free phone system for small business |
| 5 | + * Copyright © 2017-2023 Alexey Portnov and Nikolay Beketov |
| 6 | + * |
| 7 | + * This program is free software: you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation; either version 3 of the License, or |
| 10 | + * (at your option) any later version. |
| 11 | + * |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License along with this program. |
| 18 | + * If not, see <https://www.gnu.org/licenses/>. |
| 19 | + */ |
| 20 | + 'repModuleTemplate' => '', |
| 21 | + 'mo_ModuleModuleTemplate' => '', |
| 22 | + 'BreadcrumbModuleTemplate' => '', |
| 23 | + 'SubHeaderModuleTemplate' => '', |
| 24 | + 'module_template_AddNewRecord' => '', |
| 25 | + 'module_template_TextFieldLabel' => '', |
| 26 | + 'module_template_TextAreaFieldLabel' => '', |
| 27 | + 'module_template_PasswordFieldLabel' => '', |
| 28 | + 'module_template_IntegerFieldLabel' => '', |
| 29 | + 'module_template_CheckBoxFieldLabel' => '', |
| 30 | + 'module_template_ToggleFieldLabel' => '', |
| 31 | + 'module_template_DropDownFieldLabel' => '', |
| 32 | + 'module_template_ValidateValueIsEmpty' => '', |
| 33 | + 'module_template_AdditionalMenuItem' => '', |
| 34 | + 'module_template_AdditionalTabContent' => '', |
| 35 | + 'module_template_AdditionalSubMenuItem' => '', |
| 36 | + 'module_template_ChangeRecord' => '', |
| 37 | + 'BreadcrumbAdditionalPage' => '', |
| 38 | +]; |
0 commit comments