shop.balmet.com

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

google.php (730B)


      1 <?php
      2 // Heading
      3 $_['heading_title']    = 'Google reCAPTCHA';
      4 
      5 // Text
      6 $_['text_extension']   = 'Extensions';
      7 $_['text_success']     = 'Success: You have modified Google reCAPTCHA!';
      8 $_['text_edit']        = 'Edit Google reCAPTCHA';
      9 $_['text_signup']      = 'Go to <a href="https://www.google.com/recaptcha/intro/index.html" target="_blank"><u>Google reCAPTCHA page</u></a> and register your website.';
     10 
     11 // Entry
     12 $_['entry_key']        = 'Site key';
     13 $_['entry_secret']     = 'Secret key';
     14 $_['entry_status']     = 'Status';
     15 
     16 // Error
     17 $_['error_permission'] = 'Warning: You do not have permission to modify Google reCAPTCHA!';
     18 $_['error_key']        = 'Key required!';
     19 $_['error_secret']     = 'Secret required!';