Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vovafeldman
Last active May 23, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vovafeldman/54fbc08635f66fd09b7d530cb027cc87 to your computer and use it in GitHub Desktop.
Save vovafeldman/54fbc08635f66fd09b7d530cb027cc87 to your computer and use it in GitHub Desktop.
<?php
my_freemius()->override_i18n( array(
// Single product GDPR opt-in.
'thank-you-for-using-product-and-its-addons' => 'Thank you so much for using %s and its add-ons!',
'thank-you-for-using-product' => 'Thank you so much for using %s!',
'already-opted-in-to-product-usage-tracking' => "You've already opted-in to our usage-tracking, which helps us keep improving the %s.",
// Multi-product GDPR opt-in.
'thank-you-for-using-products' => 'Thank you so much for using our products!',
'already-opted-in-to-products-usage-tracking' => "You've already opted-in to our usage-tracking, which helps us keep improving them.",
'product-and-its-addons' => '%s and its add-ons',
// GDPR explanation.
'due-to-gdpr-compliance-requirements' => 'Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard 🙂',
'contact-for-updates' => "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:",
// Opt-in action.
'yes' => 'Yes',
'send-updates' => 'send me security & feature updates, educational content and offers.',
// Opt-out action.
'no' => 'No',
'do-not-send-updates' => 'do %sNOT%s send me security & feature updates, educational content and offers.',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment