1<?php
2
3/**
4 * English language file for googleconsentmananger plugin
5 *
6 * @author i-net /// software <tools@inetsoftware.de>
7 */
8
9$lang['GTMID']              = 'Google Tag Manager ID';
10$lang['acceptBody']         = 'Message displayed on bar';
11$lang['acceptButton']       = 'Text on accept/enable button';
12$lang['declineButton']      = 'Text on decline/disable button';
13$lang['policyButton']       = 'Text on Privacy Policy button';
14$lang['policyURL']          = 'URL of Privacy Policy';
15$lang['acceptOnContinue']   = 'Set to true to accept cookies when visitor moves to another page';
16$lang['acceptOnScroll']     = 'Set to true to accept cookies when visitor scrolls X pixels up or down';
17$lang['acceptAnyClick']     = 'Set to true to accept cookies when visitor clicks anywhere on the page';
18$lang['expireDays']         = 'Number of days for cookieBar cookie to be stored for';
19$lang['renewOnVisit']       = 'Renew the cookie upon revisit to website';
20$lang['forceShow']          = 'Force cookieBar to show regardless of user cookie preference';
21