Fixed translate

This commit is contained in:
Daniel Barbero Martin 2019-11-27 11:49:20 +01:00
parent ed0ad76e61
commit ea2c5bc8c9
2 changed files with 7 additions and 7 deletions

View File

@ -3525,18 +3525,18 @@ function agents_get_sap_agents($id_agent)
$sap_modules = [
160 => __('SAP Login OK'),
109 => __('SAP Dumps'),
111 => __('SAP List lock'),
113 => __('SAP Cancel Jobs'),
121 => __('SAP Batch input erroneus'),
104 => __('SAP Idoc erroneus'),
111 => __('SAP lock entry list'),
113 => __('SAP canceled Jobs'),
121 => __('SAP Batch inputs erroneous'),
104 => __('SAP IDOC erroneous'),
105 => __('SAP IDOC OK'),
150 => __('SAP WP without active restart'),
151 => __('SAP WP stopped'),
102 => __('Average time of SAPGUI response '),
180 => __('Dialog response time'),
103 => __('Dialog Logged users '),
192 => __('SYSFAIL, delivery attempts tRFC wrong entries number'),
195 => __('SYSFAIL, queue qRFC INPUT, wrong entries number '),
192 => __('TRFC in error'),
195 => __('QRFC in error SMQ2'),
116 => __('Number of Update WPs in error'),
];

View File

@ -456,7 +456,7 @@ function config_update_config()
}
if (!config_update_value('sap_license', get_parameter('sap_license'))) {
$error_update[] = __('Deset SAP license');
$error_update[] = __('SAP/R3 Plugin Licence');
}
$inventory_changes_blacklist = get_parameter('inventory_changes_blacklist', []);