PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.3.4
Jetpack – WP Security, Backup, Speed, & Growth v7.3.4
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / module-headings.php

module-headings.php in Jetpack – WP Security, Backup, Speed, & Growth 7.3.4, at modules/module-headings.php

343 lines 14.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 // Do not edit this file. It's generated by jetpack/tools/build-module-headings-translations.php
3
4 /**
5 * For a given module, return an array with translated name, description and recommended description.
6 *
7 * @param string $key Module file name without .php
8 *
9 * @return array
10 */
11 function jetpack_get_module_i18n( $key ) {
12 static $modules;
13 if ( ! isset( $modules ) ) {
14 $modules = array(
15 'carousel' => array(
16 'name' => _x( 'Carousel', 'Module Name', 'jetpack' ),
17 'description' => _x( 'Display images and galleries in a gorgeous, full-screen browsing experience', 'Module Description', 'jetpack' ),
18 ),
19
20 'comment-likes' => array(
21 'name' => _x( 'Comment Likes', 'Module Name', 'jetpack' ),
22 'description' => _x( 'Increase visitor engagement by adding a Like button to comments.', 'Module Description', 'jetpack' ),
23 ),
24
25 'comments' => array(
26 'name' => _x( 'Comments', 'Module Name', 'jetpack' ),
27 'description' => _x( 'Let readers use WordPress.com, Twitter, Facebook, or Google+ accounts to comment', 'Module Description', 'jetpack' ),
28 ),
29
30 'contact-form' => array(
31 'name' => _x( 'Contact Form', 'Module Name', 'jetpack' ),
32 'description' => _x( 'Add a customizable contact form to any post or page using the Jetpack Form Block.', 'Module Description', 'jetpack' ),
33 ),
34
35 'copy-post' => array(
36 'name' => _x( 'Copy Post', 'Module Name', 'jetpack' ),
37 'description' => _x( 'Copy an existing post\'s content into a new draft post', 'Module Description', 'jetpack' ),
38 'recommended description' => _x( 'Copy an existing post\'s content into a new draft post', 'Jumpstart Description', 'jetpack' ),
39 ),
40
41 'custom-content-types' => array(
42 'name' => _x( 'Custom content types', 'Module Name', 'jetpack' ),
43 'description' => _x( 'Display different types of content on your site with custom content types.', 'Module Description', 'jetpack' ),
44 ),
45
46 'custom-css' => array(
47 'name' => _x( 'Custom CSS', 'Module Name', 'jetpack' ),
48 'description' => _x( 'Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.', 'Module Description', 'jetpack' ),
49 ),
50
51 'enhanced-distribution' => array(
52 'name' => _x( 'Enhanced Distribution', 'Module Name', 'jetpack' ),
53 'description' => _x( 'Increase reach and traffic.', 'Module Description', 'jetpack' ),
54 ),
55
56 'google-analytics' => array(
57 'name' => _x( 'Google Analytics', 'Module Name', 'jetpack' ),
58 'description' => _x( 'Set up Google Analytics without touching a line of code.', 'Module Description', 'jetpack' ),
59 ),
60
61 'gravatar-hovercards' => array(
62 'name' => _x( 'Gravatar Hovercards', 'Module Name', 'jetpack' ),
63 'description' => _x( 'Enable pop-up business cards over commenters’ Gravatars.', 'Module Description', 'jetpack' ),
64 ),
65
66 'infinite-scroll' => array(
67 'name' => _x( 'Infinite Scroll', 'Module Name', 'jetpack' ),
68 'description' => _x( 'Automatically load new content when a visitor scrolls', 'Module Description', 'jetpack' ),
69 ),
70
71 'json-api' => array(
72 'name' => _x( 'JSON API', 'Module Name', 'jetpack' ),
73 'description' => _x( 'Allow applications to securely access your content.', 'Module Description', 'jetpack' ),
74 ),
75
76 'latex' => array(
77 'name' => _x( 'Beautiful Math', 'Module Name', 'jetpack' ),
78 'description' => _x( 'Use the LaTeX markup language to write mathematical equations and formulas.', 'Module Description', 'jetpack' ),
79 ),
80
81 'lazy-images' => array(
82 'name' => _x( 'Lazy Images', 'Module Name', 'jetpack' ),
83 'description' => _x( 'Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.', 'Module Description', 'jetpack' ),
84 'recommended description' => _x( 'Lazy-loading images improve your site\'s speed and create a smoother viewing experience. Images will load as visitors scroll down the screen, instead of all at once.', 'Jumpstart Description', 'jetpack' ),
85 ),
86
87 'likes' => array(
88 'name' => _x( 'Likes', 'Module Name', 'jetpack' ),
89 'description' => _x( 'Give visitors an easy way to show they appreciate your content.', 'Module Description', 'jetpack' ),
90 ),
91
92 'markdown' => array(
93 'name' => _x( 'Markdown', 'Module Name', 'jetpack' ),
94 'description' => _x( 'Write posts or pages in plain-text Markdown syntax', 'Module Description', 'jetpack' ),
95 ),
96
97 'masterbar' => array(
98 'name' => _x( 'WordPress.com Toolbar', 'Module Name', 'jetpack' ),
99 'description' => _x( 'Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com.', 'Module Description', 'jetpack' ),
100 ),
101
102 'minileven' => array(
103 'name' => _x( 'Mobile Theme', 'Module Name', 'jetpack' ),
104 'description' => _x( 'Enable the Jetpack Mobile theme', 'Module Description', 'jetpack' ),
105 ),
106
107 'monitor' => array(
108 'name' => _x( 'Monitor', 'Module Name', 'jetpack' ),
109 'description' => _x( 'Jetpack’s downtime monitoring will continuously watch your site, and alert you the moment that downtime is detected.', 'Module Description', 'jetpack' ),
110 'recommended description' => _x( 'Receive immediate notifications if your site goes down, 24/7.', 'Jumpstart Description', 'jetpack' ),
111 ),
112
113 'notes' => array(
114 'name' => _x( 'Notifications', 'Module Name', 'jetpack' ),
115 'description' => _x( 'Receive instant notifications of site comments and likes.', 'Module Description', 'jetpack' ),
116 ),
117
118 'photon-cdn' => array(
119 'name' => _x( 'Asset CDN', 'Module Name', 'jetpack' ),
120 'description' => _x( 'Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.', 'Module Description', 'jetpack' ),
121 ),
122
123 'photon' => array(
124 'name' => _x( 'Image CDN', 'Module Name', 'jetpack' ),
125 'description' => _x( 'Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.', 'Module Description', 'jetpack' ),
126 'recommended description' => _x( 'Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.', 'Jumpstart Description', 'jetpack' ),
127 ),
128
129 'post-by-email' => array(
130 'name' => _x( 'Post by email', 'Module Name', 'jetpack' ),
131 'description' => _x( 'Publish posts by sending an email', 'Module Description', 'jetpack' ),
132 ),
133
134 'protect' => array(
135 'name' => _x( 'Protect', 'Module Name', 'jetpack' ),
136 'description' => _x( 'Protect yourself from brute force and distributed brute force attacks, which are the most common way for hackers to get into your site.', 'Module Description', 'jetpack' ),
137 ),
138
139 'publicize' => array(
140 'name' => _x( 'Publicize', 'Module Name', 'jetpack' ),
141 'description' => _x( 'Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.', 'Module Description', 'jetpack' ),
142 ),
143
144 'pwa' => array(
145 'name' => _x( 'Progressive Web Apps', 'Module Name', 'jetpack' ),
146 'description' => _x( 'Speed up and improve the reliability of your site using the latest in web technology.', 'Module Description', 'jetpack' ),
147 ),
148
149 'related-posts' => array(
150 'name' => _x( 'Related posts', 'Module Name', 'jetpack' ),
151 'description' => _x( 'Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.', 'Module Description', 'jetpack' ),
152 ),
153
154 'search' => array(
155 'name' => _x( 'Search', 'Module Name', 'jetpack' ),
156 'description' => _x( 'Enhanced search, powered by Elasticsearch, a powerful replacement for WordPress search.', 'Module Description', 'jetpack' ),
157 ),
158
159 'seo-tools' => array(
160 'name' => _x( 'SEO Tools', 'Module Name', 'jetpack' ),
161 'description' => _x( 'Better results on search engines and social media.', 'Module Description', 'jetpack' ),
162 ),
163
164 'sharedaddy' => array(
165 'name' => _x( 'Sharing', 'Module Name', 'jetpack' ),
166 'description' => _x( 'Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.', 'Module Description', 'jetpack' ),
167 ),
168
169 'shortcodes' => array(
170 'name' => _x( 'Shortcode Embeds', 'Module Name', 'jetpack' ),
171 'description' => _x( 'Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.', 'Module Description', 'jetpack' ),
172 ),
173
174 'shortlinks' => array(
175 'name' => _x( 'WP.me Shortlinks', 'Module Name', 'jetpack' ),
176 'description' => _x( 'Generates shorter links so you can have more space to write on social media sites.', 'Module Description', 'jetpack' ),
177 ),
178
179 'sitemaps' => array(
180 'name' => _x( 'Sitemaps', 'Module Name', 'jetpack' ),
181 'description' => _x( 'Make it easy for search engines to find your site.', 'Module Description', 'jetpack' ),
182 ),
183
184 'sso' => array(
185 'name' => _x( 'Secure Sign On', 'Module Name', 'jetpack' ),
186 'description' => _x( 'Allow users to log into this site using WordPress.com accounts', 'Module Description', 'jetpack' ),
187 'recommended description' => _x( 'Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.', 'Jumpstart Description', 'jetpack' ),
188 ),
189
190 'stats' => array(
191 'name' => _x( 'Site Stats', 'Module Name', 'jetpack' ),
192 'description' => _x( 'Collect valuable traffic stats and insights.', 'Module Description', 'jetpack' ),
193 ),
194
195 'subscriptions' => array(
196 'name' => _x( 'Subscriptions', 'Module Name', 'jetpack' ),
197 'description' => _x( 'Allow users to subscribe to your posts and comments and receive notifications via email', 'Module Description', 'jetpack' ),
198 ),
199
200 'tiled-gallery' => array(
201 'name' => _x( 'Tiled Galleries', 'Module Name', 'jetpack' ),
202 'description' => _x( 'Display image galleries in a variety of elegant arrangements.', 'Module Description', 'jetpack' ),
203 ),
204
205 'vaultpress' => array(
206 'name' => _x( 'Backups and Scanning', 'Module Name', 'jetpack' ),
207 'description' => _x( 'Protect your site with daily or real-time backups and automated virus scanning and threat detection.', 'Module Description', 'jetpack' ),
208 ),
209
210 'verification-tools' => array(
211 'name' => _x( 'Site verification', 'Module Name', 'jetpack' ),
212 'description' => _x( 'Establish your site\'s authenticity with external services.', 'Module Description', 'jetpack' ),
213 ),
214
215 'videopress' => array(
216 'name' => _x( 'VideoPress', 'Module Name', 'jetpack' ),
217 'description' => _x( 'Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.', 'Module Description', 'jetpack' ),
218 ),
219
220 'widget-visibility' => array(
221 'name' => _x( 'Widget Visibility', 'Module Name', 'jetpack' ),
222 'description' => _x( 'Control where widgets appear on your site.', 'Module Description', 'jetpack' ),
223 ),
224
225 'widgets' => array(
226 'name' => _x( 'Extra Sidebar Widgets', 'Module Name', 'jetpack' ),
227 'description' => _x( 'Provides additional widgets for use on your site.', 'Module Description', 'jetpack' ),
228 ),
229
230 'wordads' => array(
231 'name' => _x( 'Ads', 'Module Name', 'jetpack' ),
232 'description' => _x( 'Earn income by allowing Jetpack to display high quality ads.', 'Module Description', 'jetpack' ),
233 ),
234 );
235 }
236 return $modules[ $key ];
237 }
238 /**
239 * For a given module tag, return its translated version.
240 *
241 * @param string $key Module tag as is in each module heading.
242 *
243 * @return string
244 */
245 function jetpack_get_module_i18n_tag( $key ) {
246 static $module_tags;
247 if ( ! isset( $module_tags ) ) {
248 $module_tags = array(
249 // Modules with `Other` tag:
250 // - modules/contact-form.php
251 // - modules/notes.php
252 'Other' =>_x( 'Other', 'Module Tag', 'jetpack' ),
253
254 // Modules with `Photos and Videos` tag:
255 // - modules/carousel.php
256 // - modules/photon-cdn.php
257 // - modules/photon.php
258 // - modules/shortcodes.php
259 // - modules/tiled-gallery.php
260 // - modules/videopress.php
261 'Photos and Videos' =>_x( 'Photos and Videos', 'Module Tag', 'jetpack' ),
262
263 // Modules with `Social` tag:
264 // - modules/comment-likes.php
265 // - modules/comments.php
266 // - modules/gravatar-hovercards.php
267 // - modules/likes.php
268 // - modules/publicize.php
269 // - modules/seo-tools.php
270 // - modules/sharedaddy.php
271 // - modules/shortcodes.php
272 // - modules/shortlinks.php
273 // - modules/subscriptions.php
274 // - modules/widgets.php
275 'Social' =>_x( 'Social', 'Module Tag', 'jetpack' ),
276
277 // Modules with `Writing` tag:
278 // - modules/copy-post.php
279 // - modules/custom-content-types.php
280 // - modules/enhanced-distribution.php
281 // - modules/json-api.php
282 // - modules/latex.php
283 // - modules/markdown.php
284 // - modules/post-by-email.php
285 // - modules/shortcodes.php
286 'Writing' =>_x( 'Writing', 'Module Tag', 'jetpack' ),
287
288 // Modules with `Appearance` tag:
289 // - modules/custom-css.php
290 // - modules/gravatar-hovercards.php
291 // - modules/infinite-scroll.php
292 // - modules/lazy-images.php
293 // - modules/minileven.php
294 // - modules/photon-cdn.php
295 // - modules/photon.php
296 // - modules/seo-tools.php
297 // - modules/shortcodes.php
298 // - modules/widget-visibility.php
299 // - modules/widgets.php
300 // - modules/wordads.php
301 'Appearance' =>_x( 'Appearance', 'Module Tag', 'jetpack' ),
302
303 // Modules with `Developers` tag:
304 // - modules/json-api.php
305 // - modules/pwa.php
306 // - modules/sso.php
307 'Developers' =>_x( 'Developers', 'Module Tag', 'jetpack' ),
308
309 // Modules with `Recommended` tag:
310 // - modules/lazy-images.php
311 // - modules/minileven.php
312 // - modules/monitor.php
313 // - modules/photon-cdn.php
314 // - modules/photon.php
315 // - modules/protect.php
316 // - modules/publicize.php
317 // - modules/related-posts.php
318 // - modules/sharedaddy.php
319 // - modules/sitemaps.php
320 // - modules/stats.php
321 'Recommended' =>_x( 'Recommended', 'Module Tag', 'jetpack' ),
322
323 // Modules with `General` tag:
324 // - modules/masterbar.php
325 'General' =>_x( 'General', 'Module Tag', 'jetpack' ),
326
327 // Modules with `Mobile` tag:
328 // - modules/minileven.php
329 'Mobile' =>_x( 'Mobile', 'Module Tag', 'jetpack' ),
330
331 // Modules with `Traffic` tag:
332 // - modules/sitemaps.php
333 // - modules/wordads.php
334 'Traffic' =>_x( 'Traffic', 'Module Tag', 'jetpack' ),
335
336 // Modules with `Site Stats` tag:
337 // - modules/stats.php
338 'Site Stats' =>_x( 'Site Stats', 'Module Tag', 'jetpack' ),
339 );
340 }
341 return ! empty( $module_tags[ $key ] ) ? $module_tags[ $key ] : '';
342 }
343