forked from WordPress/performance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule-i18n.php
23 lines (23 loc) · 1.79 KB
/
module-i18n.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */
$generated_i18n_strings = array(
_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( '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( '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( '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' ),
_x( 'SQLite Integration', 'module name', 'performance-lab' ),
_x( 'Use an SQLite database instead of MySQL.', 'module description', 'performance-lab' ),
_x( 'Full Page Cache Health Check', 'module name', 'performance-lab' ),
_x( 'Adds a check for full page cache 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 */