servicedb.php (642B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Microinvest Utility Center Connection'; 4 5 // Text 6 $_['text_module'] = 'Modules'; 7 $_['text_success'] = 'Success: You have modified module Microinvest Utility Center Connection!'; 8 $_['secret_kay_label'] = 'Please, enter secret key (alphanumeric string with a length not less than 16 characters)'; 9 10 // Entry 11 $_['button_save'] = 'Save'; 12 $_['button_cancel'] = 'Cancel'; 13 14 // Error 15 $_['error_permission'] = 'Warning: You do not have permission to modify module account!'; 16 $_['error_secret_key_len'] = 'Warning:The length of the secret key can not be less than 16 characters'; 17 ?>