| 1 |
<?php |
| 2 |
/* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */ |
| 3 |
$generated_i18n_strings = array( |
| 4 |
_x( 'Dominant Color', 'module name', 'performance-lab' ), |
| 5 |
_x( 'Adds support to store dominant color for an image and create a placeholder background with that color.', 'module description', 'performance-lab' ), |
| 6 |
_x( 'WebP Support Health Check', 'module name', 'performance-lab' ), |
| 7 |
_x( 'Adds a WebP support check in Site Health status.', 'module description', 'performance-lab' ), |
| 8 |
_x( 'WebP Uploads', 'module name', 'performance-lab' ), |
| 9 |
_x( 'Creates WebP versions for new JPEG image uploads if supported by the server.', 'module description', 'performance-lab' ), |
| 10 |
_x( 'Fetchpriority', 'module name', 'performance-lab' ), |
| 11 |
_x( 'Adds a fetchpriority hint for the primary content image on the page to load faster.', 'module description', 'performance-lab' ), |
| 12 |
_x( 'Enqueued Assets Health Check', 'module name', 'performance-lab' ), |
| 13 |
_x( 'Adds a CSS and JS resource check in Site Health status.', 'module description', 'performance-lab' ), |
| 14 |
_x( 'Autoloaded Options Health Check', 'module name', 'performance-lab' ), |
| 15 |
_x( 'Adds a check for autoloaded options in Site Health status.', 'module description', 'performance-lab' ), |
| 16 |
_x( 'SQLite Integration', 'module name', 'performance-lab' ), |
| 17 |
_x( 'Use an SQLite database instead of MySQL.', 'module description', 'performance-lab' ), |
| 18 |
); |
| 19 |
/* THIS IS THE END OF THE GENERATED FILE */ |
| 20 |
|