|
403 | 403 | array( |
404 | 404 | array( |
405 | 405 | 'type' => 'panel', |
406 | | - 'title' => __( 'Do I need a Cloudinary account to use the plugin and can I try it out for free?', 'cloudinary' ), |
| 406 | + 'title' => __( 'Do I need a Cloudinary account to use the Cloudinary plugin and can I try it out for free?', 'cloudinary' ), |
407 | 407 | 'enabled' => static function () { |
408 | 408 | return ! get_plugin_instance()->get_component( 'connect' )->is_connected(); |
409 | 409 | }, |
410 | 410 | 'collapsible' => 'closed', |
411 | 411 | 'content' => sprintf( |
412 | 412 | // translators: The HTML markup. |
413 | | - __( 'To use the Cloudinary Plugin and all the functionality that comes with it, you will need to have a Cloudinary Account. %1$sIf you don’t have an account yet, %2$ssign up%3$s now for a free Cloudinary Programmable Media account%4$s. You’ll start with generous usage limits and when your requirements grow, you can easily upgrade to a plan that best fits your needs.', 'cloudinary' ), |
| 413 | + __( 'To use the Cloudinary plugin and all the functionality that comes with it, you will need to have a Cloudinary Account. %1$sIf you don’t have an account yet, %2$ssign up%3$s now for a free Cloudinary Programmable Media account%4$s. You’ll start with generous usage limits and when your requirements grow, you can easily upgrade to a plan that best fits your needs.', 'cloudinary' ), |
414 | 414 | '<b>', |
415 | 415 | '<a href="https://cloudinary.com/signup?source=wp&utm_source=wp&utm_medium=wporgmarketplace&utm_campaign=wporgmarketplace" target="_blank" rel="noopener noreferrer">', |
416 | 416 | '</a>', |
|
419 | 419 | ), |
420 | 420 | array( |
421 | 421 | 'type' => 'panel', |
422 | | - 'title' => __( 'I’ve installed the plugin, what happens now?', 'cloudinary' ), |
| 422 | + 'title' => __( 'I’ve installed the Cloudinary plugin, what happens now?', 'cloudinary' ), |
423 | 423 | 'collapsible' => 'closed', |
424 | 424 | 'content' => __( 'If you left all the settings as default, all your current media will begin syncing with Cloudinary. Once syncing is complete, your media will be optimized and delivered using Cloudinary URLs and you should begin seeing improvements in performance across your site.', 'cloudinary' ), |
425 | 425 | ), |
|
437 | 437 | ), |
438 | 438 | array( |
439 | 439 | 'type' => 'panel', |
440 | | - 'title' => __( 'Does the WordPress plugin require an active WordPress REST API connection?', 'cloudinary' ), |
| 440 | + 'title' => __( 'Does the Cloudinary plugin require an active WordPress REST API connection?', 'cloudinary' ), |
441 | 441 | 'collapsible' => 'closed', |
442 | 442 | 'content' => sprintf( |
443 | 443 | // translators: The HTML markup. |
444 | | - __( ' To function correctly, the Cloudinary WordPress plugin requires an active WordPress REST API connection. Ensure your WordPress setup, including multisite or headless configurations, has the REST API enabled and active for seamless plugin operation.%1$sFor more information, see %2$sWordPress’s REST API Handbook%3$s.', 'cloudinary' ), |
| 444 | + __( ' To function correctly, the Cloudinary plugin requires an active WordPress REST API connection. Ensure your WordPress setup, including multisite or headless configurations, has the REST API enabled and active for seamless plugin operation.%1$sFor more information, see %2$sWordPress’s REST API Handbook%3$s.', 'cloudinary' ), |
445 | 445 | '<br><br>', |
446 | 446 | '<a href="https://developer.wordpress.org/rest-api/" target="_blank" rel="noopener noreferrer">', |
447 | 447 | '</a>' |
|
464 | 464 | 'collapsible' => 'closed', |
465 | 465 | 'content' => sprintf( |
466 | 466 | // translators: The HTML markup. |
467 | | - __( 'Yes, the plugin has full support for WooCommerce. We also have additional functionality that allows you to add a fully optimized %1$sProduct Gallery%2$s.', 'cloudinary' ), |
| 467 | + __( 'Yes, the Cloudinary plugin has full support for WooCommerce. We also have additional functionality that allows you to add a fully optimized %1$sProduct Gallery%2$s.', 'cloudinary' ), |
468 | 468 | '<a href="' . esc_url( add_query_arg( 'page', 'cloudinary_gallery' ) ) . '">', |
469 | 469 | '</a>' |
470 | 470 | ), |
|
0 commit comments