Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- Carrot quest BEGIN -->
  2. <script type="text/javascript">
  3. !function(){function t(t,e){return function(){window.carrotquestasync.push(t,arguments)}}if("undefined"==typeof carrotquest){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="//cdn.carrotquest.io/api.min.js",document.getElementsByTagName("head")[0].appendChild(e),window.carrotquest={},window.carrotquestasync=[],carrotquest.settings={};for(var n=["connect","track","identify","auth","oth","onReady","addCallback","removeCallback","trackMessageInteraction"],a=0;a<n.length;a++)carrotquest[n[a]]=t(n[a])}}();
  4.  
  5.    //english
  6.       if (location.href.indexOf('/en/') > -1) {
  7.           config = {
  8.               'i18n':{
  9.                    'thanks': 'Thank you',
  10.                  'dialogs_history': 'Conversation history',
  11.                  'new_message': 'New message',
  12.                  'enter_message': 'Type your message and press Enter',
  13.                  'dialogs_zerodata': 'There are no conversations yet.<br>We\'ve never talked before',
  14.                  'enter_email': 'Enter your email',
  15.                  'enter_phone': 'Enter phone number',
  16.                  'leave_email': 'You can leave your email and we\'ll continue this conversation through email:',
  17.                  'page_title_new_message': 'New message',
  18.                  'privacy_policy': 'Privacy Policy',
  19.                  'close': 'Close',
  20.                  'button_title_vk': 'Contact us on VK',
  21.                  'button_title_viber': 'Contact us on Viber',
  22.                  'button_title_telegram': 'Contact us on Telegram',
  23.                  'button_title_facebook': 'Contact us on Facebook',
  24.                  'bumperText': 'We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. By using this site or clicking I agree, you consent to our use of cookies. You can read our policy <a href="{{privacy-policy-link}}" target="_blank">here</a>.',
  25.                  'bumperButton': 'I agree',
  26.                  'confirmSubscription': 'I agree <a href="{{subscription-policy}}" target="_blank">with terms of service</a>',
  27.                  'appeal': 'You',
  28.                  'vote_comment': 'What happened?',
  29.                  'vote_text': 'Please rate the operator',
  30.                  'vote_thanks': 'Thank you for rating!',
  31.                    'web_push': {
  32.                       'thanks': 'Thanks for subscribing!',
  33.                       'error': 'Sorry, error :(',
  34.                       'not_supported': 'Web Push notifications are not supported: :(',
  35.                       'time_close': 'The window closes in',
  36.                       'page_titel': 'Subscribe!'
  37.                   }
  38.               },
  39.               'settings': {
  40.                   'messenger_collapsed_text': "Ask me...",
  41.                   'messenger_offline_message': "Тhere are no operators ready to answer now, but you can leave your question, and we will help you during business hours.",
  42.                   'messenger_welcome_message': "Ask your question and we will respond. Write to us!"
  43.               }
  44.           };
  45.       };
  46.  
  47. carrotquest.connect("ваш ключ API Key");
  48. </script>
  49. <!-- Carrot quest END -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement