-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathmodule-i18n.php
17 lines (17 loc) · 1.26 KB
/
module-i18n.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
$generated_i18n_strings = array(
_x( 'Dominant Color Images', 'module name', 'performance-lab' ),
_x( 'Adds support to store the dominant color of newly uploaded images and create a placeholder background of that color.', 'module description', 'performance-lab' ),
_x( 'Fetchpriority', 'module name', 'performance-lab' ),
_x( 'Adds a fetchpriority hint for the primary content image on the page to load faster.', 'module description', 'performance-lab' ),
_x( 'WebP Support Health Check', 'module name', 'performance-lab' ),
_x( 'Adds a WebP support check in Site Health status.', 'module description', 'performance-lab' ),
_x( 'WebP Uploads', 'module name', 'performance-lab' ),
_x( 'Creates WebP versions for new JPEG image uploads if supported by the server.', 'module description', 'performance-lab' ),
_x( 'Enqueued Assets Health Check', 'module name', 'performance-lab' ),
_x( 'Adds a CSS and JS resource check in Site Health status.', 'module description', 'performance-lab' ),
_x( 'Autoloaded Options Health Check', 'module name', 'performance-lab' ),
_x( 'Adds a check for autoloaded options in Site Health status.', 'module description', 'performance-lab' ),
);
/* THIS IS THE END OF THE GENERATED FILE */