PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.2.1
Jetpack – WP Security, Backup, Speed, & Growth v7.2.1
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.2.1, at modules/module-headings.php

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