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

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