@@ -1423,7 +1423,10 @@ private function get_dashboard_strings() {
1423
1423
'refresh_stats_cta ' => __ ( 'Refresh Stats ' , 'optimole-wp ' ),
1424
1424
'updating_stats_cta ' => __ ( 'UPDATING STATS ' , 'optimole-wp ' ),
1425
1425
'api_key_placeholder ' => __ ( 'API Key ' , 'optimole-wp ' ),
1426
- 'account_needed_heading ' => __ ( 'Sign-up for API key ' , 'optimole-wp ' ),
1426
+ 'account_needed_heading ' => __ ( 'Supercharge Your WordPress Images in 60 Seconds ' , 'optimole-wp ' ),
1427
+ 'account_needed_sub_heading ' => __ ( 'Stop sacrificing image quality for page speed. Optimole delivers both. ' , 'optimole-wp ' ),
1428
+ 'account_needed_trust_badge ' => __ ( 'TRUSTED BY 200,000+ HAPPY USERS ' , 'optimole-wp ' ),
1429
+ 'account_needed_setup_time ' => __ ( 'Setup is instant - just click connect ' , 'optimole-wp ' ),
1427
1430
'invalid_key ' => __ ( 'Invalid API Key ' , 'optimole-wp ' ),
1428
1431
'keep_connected ' => __ ( 'Ok, keep me connected ' , 'optimole-wp ' ),
1429
1432
'cloud_library ' => __ ( 'Cloud Library ' , 'optimole-wp ' ),
@@ -1437,6 +1440,7 @@ private function get_dashboard_strings() {
1437
1440
'email_address_label ' => __ ( 'Your email address ' , 'optimole-wp ' ),
1438
1441
'steps_connect_api_title ' => __ ( 'Connect your account ' , 'optimole-wp ' ),
1439
1442
'register_btn ' => __ ( 'Create & connect your account ' , 'optimole-wp ' ),
1443
+ 'secure_connection ' => __ ( 'Secure connection - your data is protected ' , 'optimole-wp ' ),
1440
1444
'step_one_api_title ' => __ ( 'Enter your API key. ' , 'optimole-wp ' ),
1441
1445
'optml_dashboard ' => sprintf (
1442
1446
/* translators: 1 is the opening anchor tag, 2 is the closing anchor tag */
@@ -1468,17 +1472,15 @@ private function get_dashboard_strings() {
1468
1472
'premium_support ' => __ ( 'Access our Premium Support ' , 'optimole-wp ' ),
1469
1473
'account_needed_title ' => sprintf (
1470
1474
/* translators: 1 is the link to optimole.com */
1471
- __ ( 'In order to get access to free image optimization service you will need an API key from %s. ' , 'optimole-wp ' ),
1475
+ __ ( 'Connect to Optimole \' s powerful image optimization service with a free API key from %s. ' , 'optimole-wp ' ),
1472
1476
' <a href=" ' . esc_url ( tsdk_translate_link ( 'https://dashboard.optimole.com/register ' , 'query ' ) ) . '" target="_blank">optimole.com</a> '
1473
1477
),
1474
1478
'account_needed_subtitle_1 ' => sprintf (
1475
1479
/* translators: 1 is starting bold tag, 2 is ending bold tag, 3 is the starting bold tag, 4 is the limit number, 5 is ending bold tag, 6 is the starting anchor tag for the docs link on how we count visits, 7 is the ending anchor tag. */
1476
- __ ( 'You will get access to our %1$simage optimization service for FREE %2$s in the limit of %3$s%4$s %5$s %6$svisitors%7$s per month . ' , 'optimole-wp ' ),
1480
+ __ ( '%1$sOptimize unlimited images %2$s for up to %3$s monthly %4$svisitors %5$s - completely FREE . ' , 'optimole-wp ' ),
1477
1481
'<strong> ' ,
1478
1482
'</strong> ' ,
1479
1483
number_format_i18n ( 1000 ),
1480
- '<strong> ' ,
1481
- '</strong> ' ,
1482
1484
'<a href="https://docs.optimole.com/article/1134-how-optimole-counts-the-number-of-visitors" target="_blank"> ' ,
1483
1485
'</a> '
1484
1486
),
@@ -1491,7 +1493,16 @@ private function get_dashboard_strings() {
1491
1493
'account_needed_subtitle_2 ' => sprintf (
1492
1494
/* translators: 1 is the starting bold tag, 2 is the ending bold tag */
1493
1495
__ (
1494
- 'Bonus, if you dont use a CDN, we got you covered, %1$swe will serve the images using CloudFront CDN%2$s from 450+ locations. ' ,
1496
+ '%1$sInstant global delivery%2$s with CloudFront CDN - your images load 2-3x faster worldwide from 450+ locations. ' ,
1497
+ 'optimole-wp '
1498
+ ),
1499
+ '<strong> ' ,
1500
+ '</strong> '
1501
+ ),
1502
+ 'account_needed_subtitle_4 ' => sprintf (
1503
+ /* translators: 1 is the starting bold tag, 2 is the ending bold tag */
1504
+ __ (
1505
+ '%1$sAdaptive optimization%2$s that perfectly sizes images for every visitor \'s device and connection speed. ' ,
1495
1506
'optimole-wp '
1496
1507
),
1497
1508
'<strong> ' ,
0 commit comments