-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathen-ca.js
More file actions
40 lines (40 loc) · 2.37 KB
/
en-ca.js
File metadata and controls
40 lines (40 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
export default {
banner: {
title: 'Cookies',
description: 'We use cookies and other technologies to ensure our website works, to improve and personalize your experience, to perform analytics for optimization and advertisements in partnership with third parties. We use our own cookies and cookies from third parties. We always set necessary cookies. By choosing "Reject All", you can close the banner and only necessary cookies will be set. Click Manage Preferences to adjust your preferences and find more information about our cookie policy.',
cta: {
managePreferences: 'Manage preferences',
necessaryOnly: 'Reject All',
acceptAll: 'Accept all',
},
},
preferencesManagement: {
title: 'Manage your preferences',
description: 'For more information about our cookie policy, please see the cookie section of our <linkCookieStatement>privacy policy</linkCookieStatement>',
all: {
title: 'Allow All Additional Cookies',
},
necessary: {
title: 'Necessary Cookies (Always Active)',
description: 'These cookies are necessary to ensure that the website and its features function properly. Services you have asked for cannot be provided without these cookies.',
},
functional: {
title: 'Functional',
description: 'These cookies allow the website to remember the choices you make to give you better functionality and personal features.',
},
analytical: {
title: 'Analytical',
description: 'These analytical cookies, including statistics, are used to understand how visitors interact with the website and we can measure and improve the performance of our website.',
},
personalized: {
title: 'Personalised (targeting and advertising)',
description: "These marketing cookies are used to tailor the delivery of information to you based upon your interest and to measure the effectiveness of such advertisements, both on your website and our advertising partners' websites. By toggling this setting \"on\", you consent both to the processing of these marketing cookies, as well as receiving targeted advertising from Skip.",
},
cta: {
save: {
label: 'Save',
ariaLabel: '',
},
},
},
};