forked from WordPress/performance
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule-i18n.php
More file actions
19 lines (19 loc) · 1.42 KB
/
module-i18n.php
File metadata and controls
19 lines (19 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
$generated_i18n_strings = array(
_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( 'Dominant Color', 'module name', 'performance-lab' ),
_x( 'Adds support to store dominant color for an image and create a placeholder background with that color.', 'module description', 'performance-lab' ),
_x( 'Audit Full Page Cache', 'module name', 'performance-lab' ),
_x( 'Adds a check for full page cache in Site Health status.', 'module description', 'performance-lab' ),
_x( 'WebP Support', 'module name', 'performance-lab' ),
_x( 'Adds a WebP support check in Site Health status.', 'module description', 'performance-lab' ),
_x( 'Audit Autoloaded Options', 'module name', 'performance-lab' ),
_x( 'Adds a check for autoloaded options in Site Health status.', 'module description', 'performance-lab' ),
_x( 'Audit Enqueued Assets', 'module name', 'performance-lab' ),
_x( 'Adds a CSS and JS resource check in Site Health status.', 'module description', 'performance-lab' ),
_x( 'Persistent Object Cache Health Check', 'module name', 'performance-lab' ),
_x( 'Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.', 'module description', 'performance-lab' ),
);
/* THIS IS THE END OF THE GENERATED FILE */