<?php

/**
 * English language file for googleconsentmananger plugin
 *
 * @author i-net /// software <tools@inetsoftware.de>
 */

$lang['GTMID']              = 'Google Tag Manager ID';
$lang['acceptBody']         = 'Message displayed on bar';
$lang['acceptButton']       = 'Text on accept/enable button';
$lang['declineButton']      = 'Text on decline/disable button';
$lang['policyButton']       = 'Text on Privacy Policy button';
$lang['policyURL']          = 'URL of Privacy Policy';
$lang['acceptOnContinue']   = 'Set to true to accept cookies when visitor moves to another page';
$lang['acceptOnScroll']     = 'Set to true to accept cookies when visitor scrolls X pixels up or down';
$lang['acceptAnyClick']     = 'Set to true to accept cookies when visitor clicks anywhere on the page';
$lang['expireDays']         = 'Number of days for cookieBar cookie to be stored for';
$lang['renewOnVisit']       = 'Renew the cookie upon revisit to website';
$lang['forceShow']          = 'Force cookieBar to show regardless of user cookie preference';
