summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/module-headings.php')
-rw-r--r--plugins/jetpack/modules/module-headings.php21
1 files changed, 17 insertions, 4 deletions
diff --git a/plugins/jetpack/modules/module-headings.php b/plugins/jetpack/modules/module-headings.php
index 5e4c134b..5612ccbb 100644
--- a/plugins/jetpack/modules/module-headings.php
+++ b/plugins/jetpack/modules/module-headings.php
@@ -80,6 +80,11 @@ function jetpack_get_module_i18n( $key ) {
'description' => _x( 'Use LaTeX markup for complex equations and other geekery.', 'Module Description', 'jetpack' ),
),
+ 'lazy-images' => array(
+ 'name' => _x( 'Lazy Images', 'Module Name', 'jetpack' ),
+ 'description' => _x( 'Improve performance by loading images just before they scroll into view', 'Module Description', 'jetpack' ),
+ ),
+
'likes' => array(
'name' => _x( 'Likes', 'Module Name', 'jetpack' ),
'description' => _x( 'Give visitors an easy way to show they appreciate your content.', 'Module Description', 'jetpack' ),
@@ -139,6 +144,11 @@ function jetpack_get_module_i18n( $key ) {
'description' => _x( 'Automated social marketing.', 'Module Description', 'jetpack' ),
),
+ 'pwa' => array(
+ 'name' => _x( 'Progressive Web Apps', 'Module Name', 'jetpack' ),
+ 'description' => _x( 'Speed up and improve the reliability of your site using the latest in web technology.', 'Module Description', 'jetpack' ),
+ ),
+
'related-posts' => array(
'name' => _x( 'Related posts', 'Module Name', 'jetpack' ),
'description' => _x( 'Increase page views by showing related content to your visitors.', 'Module Description', 'jetpack' ),
@@ -286,6 +296,7 @@ function jetpack_get_module_i18n_tag( $key ) {
// - modules/custom-css.php
// - modules/gravatar-hovercards.php
// - modules/infinite-scroll.php
+ // - modules/lazy-images.php
// - modules/minileven.php
// - modules/photon.php
// - modules/seo-tools.php
@@ -297,14 +308,12 @@ function jetpack_get_module_i18n_tag( $key ) {
// Modules with `Developers` tag:
// - modules/json-api.php
+ // - modules/pwa.php
// - modules/sso.php
'Developers' =>_x( 'Developers', 'Module Tag', 'jetpack' ),
- // Modules with `Centralized Management` tag:
- // - modules/manage.php
- 'Centralized Management' =>_x( 'Centralized Management', 'Module Tag', 'jetpack' ),
-
// Modules with `Recommended` tag:
+ // - modules/lazy-images.php
// - modules/manage.php
// - modules/minileven.php
// - modules/monitor.php
@@ -317,6 +326,10 @@ function jetpack_get_module_i18n_tag( $key ) {
// - modules/stats.php
'Recommended' =>_x( 'Recommended', 'Module Tag', 'jetpack' ),
+ // Modules with `Centralized Management` tag:
+ // - modules/manage.php
+ 'Centralized Management' =>_x( 'Centralized Management', 'Module Tag', 'jetpack' ),
+
// Modules with `General` tag:
// - modules/masterbar.php
'General' =>_x( 'General', 'Module Tag', 'jetpack' ),