mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
9 lines
658 B
PHP
9 lines
658 B
PHP
<?php
|
|
|
|
// crmv@171507
|
|
|
|
SDK::setLanguageEntries('ALERT_ARR', 'LBL_SET_ADVRULE_NAME', array("it_it"=>"Assegnare un nome alla regola","en_us"=>"Please set the rule name"));
|
|
SDK::setLanguageEntries('ALERT_ARR', 'LBL_SET_ADVRULE_OPERATOR', array("it_it"=>"Settare l'operatore per la regola ","en_us"=>"Please set the operator for the rule "));
|
|
SDK::setLanguageEntries('ALERT_ARR', 'LBL_SET_ONE_ADVRULE', array("it_it"=>"Settare almeno una regola","en_us"=>"Please set at least one rule"));
|
|
SDK::setLanguageEntries('ALERT_ARR', 'LBL_SET_ADVRULES_IN_ORDER', array("it_it"=>"Prego inserire le regole in ordine","en_us"=>"Please enter the rules in order"));
|