1
0
Fork 0
mirror of synced 2025-04-02 21:36:14 +03:00

Drop debug mode

This commit is contained in:
Alex Komarichev 2024-09-26 18:49:23 +03:00
parent 987b9bad90
commit 1a5115c078
3 changed files with 0 additions and 17 deletions

View file

@ -738,14 +738,6 @@ abstract class WC_Retailcrm_Abstracts_Settings extends WC_Integration
'type' => 'checkbox'
];
$this->form_fields['debug_mode'] = [
'label' => __('Enable debug mode in module', 'retailcrm'),
'title' => __('Debug mode', 'retailcrm'),
'description' => __('Is required to enable debug mode for advanced logs', 'retailcrm'),
'class' => 'checkbox',
'type' => 'checkbox'
];
/**
* Debug information
*/

View file

@ -124,11 +124,6 @@ return [
"You can export all orders and customers from CMS to Simla.com by clicking the «Upload» button. This process can take much time and before it is completed, you need to keep the tab open" =>
"Presionando el botón «Exportar» puedes descargar a todos los pedidos y clientes de CMS a Simla.com. Este proceso puede llevar mucho tiempo y es necesario mantener abierta la pestaña hasta que termine el proceso",
"Debug information" => "Información Debug",
"Debug mode" => "Modo de depuración",
"Enable debug mode in module" =>
"Activar el modo de depuración en el módulo",
"Is required to enable debug mode for advanced logs" =>
"Se requiere el modo de depuración para habilitar el registro avanzado de logs",
"Custom fields" => "Campos personalizados",
"Select value" => "Selecciona un valor",
"Custom fields for order" => "Campos de pedido personalizados",

View file

@ -127,10 +127,6 @@ return [
"You can export all orders and customers from CMS to Simla.com by clicking the «Upload» button. This process can take much time and before it is completed, you need to keep the tab open" =>
"Вы можете экспортировать все заказы и клиентов из CMS в Simla.com, нажав кнопку «Выгрузить». Этот процесс может занять много времени, и до его завершения необходимо держать вкладку открытой",
"Debug information" => "Отладочная информация",
"Debug mode" => "Режим отладки",
"Enable debug mode in module" => "Активировать режим отладки в модуле",
"Is required to enable debug mode for advanced logs" =>
"Требуется включить режим отладки для расширенного логирования",
"Custom fields" => "Пользовательские поля",
"Select value" => "Выберите значение",
"Custom fields for order" => "Пользовательские поля для заказа",