shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

basic.php (200B)


      1 <?php
      2 // Text
      3 $_['text_captcha']  = 'Captcha';
      4 
      5 // Entry
      6 $_['entry_captcha'] = 'Enter the code in the box below';
      7 
      8 // Error
      9 $_['error_captcha'] = 'Verification code does not match the image!';