forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjetpack.pot
More file actions
8447 lines (6656 loc) · 209 KB
/
Copy pathjetpack.pot
File metadata and controls
8447 lines (6656 loc) · 209 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2015 Automattic
# This file is distributed under the GPL2+.
msgid ""
msgstr ""
"Project-Id-Version: Jetpack by WordPress.com 3.7.0-beta4\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/jetpack\n"
"POT-Creation-Date: 2015-09-03 08:10:56+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"X-Generator: grunt-wp-i18n 0.4.9\n"
#: _inc/footer.php:7
msgid "An %s Airline"
msgstr ""
#: _inc/footer.php:17
msgid "Terms"
msgstr ""
#: _inc/footer.php:18
msgid "Privacy"
msgstr ""
#: _inc/footer.php:19
msgid "Test your site’s compatibility with Jetpack."
msgstr ""
#: _inc/footer.php:19 views/admin/network-admin-footer.php:21
msgid "Debug"
msgstr ""
#: _inc/footer.php:20
msgid "Contact the Jetpack Happiness Squad."
msgstr ""
#: _inc/footer.php:20 class.jetpack.php:3441
#: modules/sharedaddy/sharedaddy.php:153
#: views/admin/network-admin-footer.php:23
msgid "Support"
msgstr ""
#: _inc/footer.php:21
msgid "Take a survey. Tell us how we’re doing."
msgstr ""
#: _inc/footer.php:21
msgid "Give Us Feedback"
msgstr ""
#: _inc/footer.php:23 views/admin/my-jetpack-page.php:136
#: views/admin/my-jetpack-page.php:147
msgid "Disconnect Jetpack"
msgstr ""
#: _inc/footer.php:33 class.jetpack.php:3476
#: modules/custom-content-types.php:46
#: modules/custom-post-types/portfolios.php:129
#: modules/custom-post-types/testimonial.php:161 modules/module-info.php:46
#: modules/module-info.php:80 modules/module-info.php:146
#: modules/module-info.php:179 modules/module-info.php:211
#: modules/module-info.php:246 modules/module-info.php:277
#: modules/module-info.php:311 modules/module-info.php:360
#: modules/module-info.php:380 modules/module-info.php:418
#: modules/module-info.php:442 modules/module-info.php:458
#: modules/module-info.php:475 modules/module-info.php:498
#: modules/module-info.php:504 modules/module-info.php:530
#: modules/module-info.php:559 modules/module-info.php:591
#: modules/module-info.php:612 modules/module-info.php:661
#: modules/module-info.php:687 modules/module-info.php:713
#: modules/module-info.php:732 modules/module-info.php:763
#: modules/module-info.php:784 modules/module-info.php:801
#: modules/module-info.php:821 modules/module-info.php:836
#: modules/module-info.php:855 modules/module-info.php:908
#: modules/module-info.php:922 modules/module-info.php:936
#: modules/module-info.php:967 modules/module-info.php:988
#: modules/module-info.php:1019 views/admin/landing-page-templates.php:84
msgid "Learn More"
msgstr ""
#: _inc/footer.php:34
msgid "Config"
msgstr ""
#: _inc/header.php:8 class.jetpack-network.php:204
#: class.jetpack-network.php:270 class.jetpack.php:3435 class.jetpack.php:6566
#: modules/publicize/ui.php:83
msgid "Jetpack"
msgstr ""
#: _inc/header.php:11 _inc/lib/admin-pages/class.jetpack-settings-page.php:13
#: class.jetpack-network.php:272 class.jetpack.php:3359 class.jetpack.php:3440
#: modules/publicize/ui.php:728 modules/sharedaddy/sharedaddy.php:145
#: modules/sharedaddy/sharedaddy.php:152
msgid "Settings"
msgstr ""
#: _inc/header.php:14 modules/contact-form/grunion-contact-form.php:85
#: modules/contact-form/grunion-contact-form.php:86
#: modules/contact-form/grunion-form-view.php:156
msgid "Feedback"
msgstr ""
#: _inc/header.php:20 _inc/lib/admin-pages/class.jetpack-my-jetpack-page.php:13
#: views/admin/my-jetpack-page.php:13
msgid "My Jetpack"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:26
msgid "One New Jetpack Module"
msgid_plural "%s New Jetpack Modules"
msgstr[0] ""
msgstr[1] ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:192
msgid "<strong>%s Activated!</strong> You can change the setting of it here."
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:196
#: class.jetpack.php:4045
msgid "<strong>Module settings were saved.</strong> "
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:233
msgid "Error, bad module."
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:283
msgid ""
"This will deactivate all Jetpack modules.\n"
"Are you sure you want to disconnect?"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:284
msgid ""
"This will prevent user-specific modules such as Publicize, Notifications "
"and Post By Email from working.\n"
"Are you sure you want to unlink?"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:285
msgid ""
"This will deactivate Jetpack.\n"
"Are you sure you want to deactivate Jetpack?"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:286
msgid "View all Jetpack features"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-landing-page.php:287
msgid "Sorry, no modules were found for the search term \"%s\""
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-my-jetpack-page.php:31
msgid "Failed permissions, please try again."
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-my-jetpack-page.php:183
msgid ""
"You must link another admin account before switching primary account "
"holders."
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:13
msgid "Jetpack Settings"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:50
#: modules/minileven/theme/pub/minileven/searchform.php:9
#: modules/minileven/theme/pub/minileven/searchform.php:10
#: modules/minileven/theme/pub/minileven/searchform.php:11
#: modules/omnisearch/omnisearch-core.php:181
msgid "Search"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:51
msgid "View:"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:53
#: class.jetpack-modules-list-table.php:141
#: modules/widgets/upcoming-events.php:57
msgid "All"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:54
#: class.jetpack-cli.php:297 modules/vaultpress.php:25
#: views/admin/admin-page.php:149 views/admin/landing-page-templates.php:73
msgid "Active"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:55
#: class.jetpack-cli.php:297 views/admin/admin-page.php:149
#: views/admin/landing-page-templates.php:75
msgid "Inactive"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:57
msgid "Sort by:"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:59
msgid "Alphabetical"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:60
msgid "Newest"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:61
msgid "Popular"
msgstr ""
#: _inc/lib/admin-pages/class.jetpack-settings-page.php:63
msgid "Show:"
msgstr ""
#: _inc/lib/icalendar-reader.php:817
#: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
#. Translators: Date and time
#. translators: 1: date, 2: time
msgid "%1$s at %2$s"
msgstr ""
#: _inc/lib/icalendar-reader.php:819
#. Translators: Two dates with a separator
msgid "%1$s – %2$s"
msgstr ""
#: class.jetpack-admin.php:175 class.jetpack-modules-list-table.php:96
#: modules/stats.php:381 modules/stats.php:834
#: views/admin/landing-page-templates.php:36
#: views/admin/landing-page-templates.php:56
#: views/admin/landing-page-templates.php:82
#: views/admin/module-modal-template.php:24
msgid "Configure"
msgstr ""
#: class.jetpack-admin.php:257 class.jetpack-debugger.php:98
#: class.jetpack.php:3377
msgid "Jetpack Debugging Center"
msgstr ""
#: class.jetpack-cli.php:33
msgid "Jetpack is not currently connected to WordPress.com"
msgstr ""
#: class.jetpack-cli.php:37 class.jetpack-cli.php:118 class.jetpack-cli.php:186
#: class.jetpack-cli.php:264 class.jetpack-cli.php:347
#: class.jetpack-cli.php:477
msgid "%s is not a valid command."
msgstr ""
#: class.jetpack-cli.php:47 class.jetpack-cli.php:82
msgid "Jetpack is currently connected to WordPress.com"
msgstr ""
#: class.jetpack-cli.php:48 class.jetpack-cli.php:83
msgid "The Jetpack Version is %s"
msgstr ""
#: class.jetpack-cli.php:49 class.jetpack-cli.php:84
msgid "The WordPress.com blog_id is %d"
msgstr ""
#: class.jetpack-cli.php:52
msgid "Additional data: "
msgstr ""
#: class.jetpack-cli.php:113
msgid "You cannot disconnect, without having first connected."
msgstr ""
#: class.jetpack-cli.php:135
msgid "Please specify a valid user."
msgstr ""
#: class.jetpack-cli.php:138
msgid "Please specify a user by either ID, username, or email."
msgstr ""
#: class.jetpack-cli.php:146
msgid "Jetpack has been successfully disconnected."
msgstr ""
#: class.jetpack-cli.php:151
msgid "%s has been successfully disconnected."
msgstr ""
#: class.jetpack-cli.php:153
msgid "%s could not be disconnected. Are you sure they're connected currently?"
msgstr ""
#: class.jetpack-cli.php:157
msgid "Please specify if you would like to disconnect a blog or user."
msgstr ""
#: class.jetpack-cli.php:197
msgid "Resetting Jetpack Options...\n"
msgstr ""
#: class.jetpack-cli.php:202 class.jetpack-cli.php:211
msgid "%s option reset"
msgstr ""
#: class.jetpack-cli.php:206
msgid "Resetting the jetpack options stored in wp_options...\n"
msgstr ""
#: class.jetpack-cli.php:215
msgid "Resetting default modules...\n"
msgstr ""
#: class.jetpack-cli.php:219 class.jetpack-cli.php:228
msgid "Modules reset to default."
msgstr ""
#: class.jetpack-cli.php:223
msgid "jumpstart option reset"
msgstr ""
#: class.jetpack-cli.php:231
msgid "Please specify if you would like to reset your options, or modules"
msgstr ""
#: class.jetpack-cli.php:270
msgid "%s is not a valid module."
msgstr ""
#: class.jetpack-cli.php:284
msgid "Please specify a valid module."
msgstr ""
#: class.jetpack-cli.php:290
msgid "Available Modules:"
msgstr ""
#: class.jetpack-cli.php:305
msgid "%s has been activated."
msgstr ""
#: class.jetpack-cli.php:310
msgid "All modules activated!"
msgstr ""
#: class.jetpack-cli.php:316
msgid "%s has been deactivated."
msgstr ""
#: class.jetpack-cli.php:320
msgid "All modules deactivated!"
msgstr ""
#: class.jetpack-cli.php:376 class.jetpack-cli.php:385
msgid "%s has already been whitelisted"
msgstr ""
#: class.jetpack-cli.php:399
msgid "Here are your whitelisted IPs:"
msgstr ""
#: class.jetpack-cli.php:404 class.jetpack-cli.php:418
msgid "Whitelist is empty."
msgstr ""
#: class.jetpack-cli.php:416
msgid "Cleared all whitelisted IPs"
msgstr ""
#: class.jetpack-cli.php:432
msgid "%s has been whitelisted."
msgstr ""
#: class.jetpack-cli.php:436
msgid "No command found."
msgstr ""
#: class.jetpack-cli.php:437
msgid "Please enter the IP address you want to whitelist."
msgstr ""
#: class.jetpack-cli.php:495
msgid "Option not found or is empty. Use \"list\" to list option names"
msgstr ""
#: class.jetpack-cli.php:510
msgid "Deleted option: %s"
msgstr ""
#: class.jetpack-cli.php:518
msgid "Sorry, no updating arrays at this time"
msgstr ""
#: class.jetpack-cli.php:531
msgid "Option"
msgstr ""
#: class.jetpack-cli.php:531
msgid "Value"
msgstr ""
#: class.jetpack-cli.php:579
msgid "Action cancelled. Have a question?"
msgstr ""
#: class.jetpack-cli.php:587
msgid "Are you sure? This cannot be undone. Type \"yes\" to continue:"
msgstr ""
#: class.jetpack-cli.php:590
#. translators: Don't translate the word yes here.
msgid ""
"Are you sure? Modifying this option may disrupt your Jetpack connection. "
"Type \"yes\" to continue."
msgstr ""
#: class.jetpack-client-server.php:165
msgid "An administrator for this blog must set up the Jetpack connection."
msgstr ""
#: class.jetpack-client-server.php:170
msgid "You need to register your Jetpack before connecting it."
msgstr ""
#: class.jetpack-client-server.php:212 class.jetpack.php:4761
#: class.jetpack.php:4763 class.jetpack.php:4765 class.jetpack.php:4768
msgid "Error Details: %s"
msgstr ""
#: class.jetpack-data.php:55
msgid "Domain `%1$s` just failed is_usable_domain check as it is empty."
msgstr ""
#: class.jetpack-data.php:70
msgid ""
"Domain `%1$s` just failed is_usable_domain check as it is in the forbidden "
"array."
msgstr ""
#: class.jetpack-data.php:75
msgid ""
"Domain `%1$s` just failed is_usable_domain check as it uses an invalid top "
"level domain."
msgstr ""
#: class.jetpack-data.php:80
msgid ""
"Domain `%1$s` just failed is_usable_domain check as it is a subdomain of "
"WordPress.com."
msgstr ""
#: class.jetpack-data.php:96
msgid ""
"Domain `%1$s` just failed is_usable_domain check as its IP `%2$s` is either "
"invalid, or in a reserved or private range."
msgstr ""
#: class.jetpack-debugger.php:24
msgid "You do not have sufficient permissions to access this page."
msgstr ""
#: class.jetpack-debugger.php:68
msgid "Your site isn’t reaching the Jetpack servers."
msgstr ""
#: class.jetpack-debugger.php:71
msgid "Your site isn’t securely reaching the Jetpack servers."
msgstr ""
#: class.jetpack-debugger.php:76
msgid ""
"Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection "
"lists it as `%3$s`!"
msgstr ""
#: class.jetpack-debugger.php:83
msgid "Something has gotten mixed up in your Jetpack Connection!"
msgstr ""
#: class.jetpack-debugger.php:92
msgid "It looks like your site can not communicate properly with Jetpack."
msgstr ""
#: class.jetpack-debugger.php:99
msgid "Testing your site's compatibility with Jetpack..."
msgstr ""
#: class.jetpack-debugger.php:127
msgid "Your Jetpack setup looks a-okay!"
msgstr ""
#: class.jetpack-debugger.php:130
msgid ""
"There seems to be a problem with your site’s ability to communicate with "
"Jetpack!"
msgstr ""
#: class.jetpack-debugger.php:137
msgid "Trouble with Jetpack?"
msgstr ""
#: class.jetpack-debugger.php:138
msgid "It may be caused by one of these issues, which you can diagnose yourself:"
msgstr ""
#: class.jetpack-debugger.php:140
msgid "A known issue."
msgstr ""
#: class.jetpack-debugger.php:140
msgid ""
"Some themes and plugins have <a href=\"%1$s\">known conflicts</a> with "
"Jetpack – check the <a href=\"%2$s\">list</a>. (You can also browse the <a "
"href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support "
"forum</a> to see if others have experienced and solved the problem.)"
msgstr ""
#: class.jetpack-debugger.php:141
msgid "An incompatible plugin."
msgstr ""
#: class.jetpack-debugger.php:141
msgid ""
"Find out by disabling all plugins except Jetpack. If the problem persists, "
"it's not a plugin issue. If the problem is solved, turn your plugins on one "
"by one until the problem pops up again – there's the culprit! Let us know, "
"and we'll try to help."
msgstr ""
#: class.jetpack-debugger.php:142
msgid "A theme conflict."
msgstr ""
#: class.jetpack-debugger.php:142
msgid ""
"If your problem isn't known or caused by a plugin, try activating Twenty "
"Twelve (the default WordPress theme). If this solves the problem, something "
"in your theme is probably broken – let the theme's author know."
msgstr ""
#: class.jetpack-debugger.php:143
msgid "A problem with your XMLRPC file."
msgstr ""
#: class.jetpack-debugger.php:143
msgid ""
"Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server "
"accepts POST requests only.” on a line by itself."
msgstr ""
#: class.jetpack-debugger.php:145
msgid ""
"If it's not by itself, a theme or plugin is displaying extra characters. "
"Try steps 2 and 3."
msgstr ""
#: class.jetpack-debugger.php:146
msgid ""
"If you get a 404 message, contact your web host. Their security may block "
"XMLRPC."
msgstr ""
#: class.jetpack-debugger.php:151
msgid ""
"If none of these help you find a solution, <a href=\"%s\">click here to "
"contact Jetpack support</a>. Tell us as much as you can about the issue and "
"what steps you've tried to resolve it, and one of our Happiness Engineers "
"will be in touch to help."
msgstr ""
#: class.jetpack-debugger.php:157
msgid ""
"The primary connection is owned by <strong>%s</strong>'s WordPress.com "
"account."
msgstr ""
#: class.jetpack-debugger.php:161
msgid ""
"Some features of Jetpack uses the WordPress.com infrastructure and requires "
"that your public content be mirrored there. If you see intermittent issues "
"only affecting certain posts, please try requesting a reindex of your posts."
msgstr ""
#: class.jetpack-debugger.php:176
msgid "Please describe the problem you are having."
msgstr ""
#: class.jetpack-debugger.php:181 class.jetpack-modules-list-table.php:215
#: modules/carousel/jetpack-carousel.php:162
#: modules/contact-form/grunion-contact-form.php:935
#: modules/contact-form/grunion-form-view.php:178
#: modules/custom-post-types/nova.php:867
msgid "Name"
msgstr ""
#: class.jetpack-debugger.php:182
msgid "Let us know your name."
msgstr ""
#: class.jetpack-debugger.php:187
msgid "E-mail"
msgstr ""
#: class.jetpack-debugger.php:188
msgid "Use a valid email address."
msgstr ""
#: class.jetpack-debugger.php:193
msgid ""
"The test results and some other useful debug information will be sent to "
"the support team. Please feel free to <a href=\"#\">review/modify</a> this "
"information."
msgstr ""
#: class.jetpack-debugger.php:197
msgid "Debug Info"
msgstr ""
#: class.jetpack-debugger.php:205
#: modules/contact-form/grunion-contact-form.php:921
msgid "Submit »"
msgstr ""
#: class.jetpack-jitm.php:46
msgid ""
"Deliver super-fast images to your visitors that are automatically optimized "
"for any device."
msgstr ""
#: class.jetpack-jitm.php:50
msgid "Activate Photon"
msgstr ""
#: class.jetpack-jitm.php:82
msgid "Success! Photon is now actively optimizing and serving your images for free."
msgstr ""
#: class.jetpack-jitm.php:83
msgid "We are sorry but unfortunately Photon did not activate."
msgstr ""
#: class.jetpack-modules-list-table.php:59
msgid "Search Modules…"
msgstr ""
#: class.jetpack-modules-list-table.php:112
#: class.jetpack-modules-list-table.php:223
#: class.jetpack-modules-list-table.php:296
#: views/admin/module-modal-template.php:18
msgid "Deactivate"
msgstr ""
#: class.jetpack-modules-list-table.php:114
#: class.jetpack-modules-list-table.php:222
#: class.jetpack-modules-list-table.php:286
#: views/admin/module-modal-template.php:20
msgid "Activate"
msgstr ""
#: class.jetpack-modules-list-table.php:124
msgid "No Modules Found"
msgstr ""
#: class.jetpack-modules-list-table.php:270
msgid "Module Info"
msgstr ""
#: class.jetpack-network-sites-list-table.php:14
msgid "Site Name"
msgstr ""
#: class.jetpack-network-sites-list-table.php:15
msgid "Path"
msgstr ""
#: class.jetpack-network-sites-list-table.php:16 modules/sso.php:995
msgid "Connected"
msgstr ""
#: class.jetpack-network-sites-list-table.php:55
#: modules/custom-css/custom-css.php:855 modules/custom-css/custom-css.php:950
#: modules/custom-css/custom-css.php:980 modules/minileven/minileven.php:222
#: modules/minileven/theme/pub/minileven/content-gallery.php:79
#: modules/minileven/theme/pub/minileven/content.php:51
#: modules/minileven/theme/pub/minileven/image.php:90
#: modules/minileven/theme/pub/minileven/page.php:36
msgid "Edit"
msgstr ""
#: class.jetpack-network.php:271
msgid "Jetpack Sites"
msgstr ""
#: class.jetpack-network.php:271 class.jetpack-network.php:564
msgid "Sites"
msgstr ""
#: class.jetpack-sync.php:917 class.jetpack-sync.php:921
#: class.jetpack-sync.php:929 class.jetpack-sync.php:933
#: class.jetpack-sync.php:955
msgid "Refresh Status"
msgstr ""
#: class.jetpack-sync.php:918
msgid "Indexing request queued and waiting…"
msgstr ""
#: class.jetpack-sync.php:922
msgid "Indexing posts"
msgstr ""
#: class.jetpack-sync.php:925
msgid "Reindex Posts"
msgstr ""
#: class.jetpack-sync.php:926
msgid "Posts indexed."
msgstr ""
#: class.jetpack-sync.php:930
msgid "Status unknown."
msgstr ""
#: class.jetpack-sync.php:934
msgid "This site is too large, please contact Jetpack support to sync."
msgstr ""
#: class.jetpack-twitter-cards.php:96 class.jetpack-twitter-cards.php:101
#: functions.opengraph.php:82
msgid "Visit the post for more."
msgstr ""
#: class.jetpack-twitter-cards.php:99
msgid "Video post by %s."
msgstr ""
#: class.jetpack-twitter-cards.php:99
msgid "Video post."
msgstr ""
#: class.jetpack-twitter-cards.php:101
msgid "Post by %s."
msgstr ""
#: class.jetpack-twitter-cards.php:162
msgid "Twitter Site Tag"
msgstr ""
#: class.jetpack-twitter-cards.php:192
msgid "The Twitter username of the owner of this site's domain."
msgstr ""
#: class.jetpack.php:1407
#. translators: %s is a URL
msgid ""
"In <a href=\"%s\" target=\"_blank\">Development Mode</a>, via the "
"JETPACK_DEV_DEBUG constant being defined in wp-config.php or elsewhere."
msgstr ""
#: class.jetpack.php:1413
#. translators: %s is a URL
msgid ""
"In <a href=\"%s\" target=\"_blank\">Development Mode</a>, via site URL "
"lacking a dot (e.g. http://localhost)."
msgstr ""
#: class.jetpack.php:1419
#. translators: %s is a URL
msgid ""
"In <a href=\"%s\" target=\"_blank\">Development Mode</a>, via the "
"jetpack_development_mode filter."
msgstr ""
#: class.jetpack.php:1430
#. translators: %s is a URL
msgid ""
"You are currently running a development version of Jetpack. <a href=\"%s\" "
"target=\"_blank\">Submit your feedback<"
msgstr ""
#: class.jetpack.php:2799
msgid "Jetpack requires WordPress version %s or later."
msgstr ""
#: class.jetpack.php:3018
msgid "First param must be string or empty"
msgstr ""
#: class.jetpack.php:3022
msgid "Second param must be numeric or empty"
msgstr ""
#: class.jetpack.php:3187 class.jetpack.php:3203
msgid ""
"Jetpack contains the most recent version of the old “%1$s” "
"plugin."
msgstr ""
#: class.jetpack.php:3346 modules/theme-tools/site-breadcrumbs.php:24
msgid "Home"
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Jetpack by WordPress.com"
msgstr ""
#: class.jetpack.php:3349
msgid ""
"Jetpack supercharges your self-hosted WordPress site with the awesome cloud "
"power of WordPress.com."
msgstr ""
#: class.jetpack.php:3350
msgid ""
"On this page, you are able to view the modules available within Jetpack, "
"learn more about them, and activate or deactivate them as needed."
msgstr ""
#: class.jetpack.php:3362
msgid ""
"You can activate or deactivate individual Jetpack modules to suit your "
"needs."
msgstr ""
#: class.jetpack.php:3364
msgid ""
"Each module has an Activate or Deactivate link so you can toggle one "
"individually."
msgstr ""
#: class.jetpack.php:3365
msgid ""
"Using the checkboxes next to each module, you can select multiple modules "
"to toggle via the Bulk Actions menu at the top of the list."
msgstr ""
#: class.jetpack.php:3367
msgid ""
"Using the tools on the right, you can search for specific modules, filter "
"by module categories or which are active, or change the sorting order."
msgstr ""
#: class.jetpack.php:3374
msgid "For more information:"
msgstr ""
#: class.jetpack.php:3375
msgid "Jetpack FAQ"
msgstr ""
#: class.jetpack.php:3376 views/admin/my-jetpack-page.php:148
#: views/admin/my-jetpack-page.php:151
msgid "Jetpack Support"
msgstr ""
#: class.jetpack.php:3461
msgid "Dismiss this notice and deactivate Jetpack."
msgstr ""
#: class.jetpack.php:3464
msgid "Your Jetpack is almost ready!"
msgstr ""
#: class.jetpack.php:3465
msgid "Connect now to enable features like Stats, Likes, and Social Sharing."
msgstr ""
#: class.jetpack.php:3468 views/admin/must-connect-main-blog.php:11
msgid "Connect to WordPress.com"
msgstr ""
#: class.jetpack.php:3472
msgid "Jetpack is installed!"
msgstr ""
#: class.jetpack.php:3473
msgid ""
"It's ready to bring awesome, WordPress.com cloud-powered features to your "
"site."
msgstr ""
#: class.jetpack.php:3514
msgid "Dismiss this notice for now."
msgstr ""
#: class.jetpack.php:3516
msgid "New in Jetpack: Centralized Site Management"
msgstr ""
#: class.jetpack.php:3517
msgid ""
"Manage multiple sites from one dashboard at wordpress.com/sites. Enabling "
"allows all existing, connected Administrators to modify your site from "
"WordPress.com. <a href=\"%s\" target=\"_blank\">Learn More</a>."
msgstr ""
#: class.jetpack.php:3520
msgid "Activate now"
msgstr ""
#: class.jetpack.php:3546
msgid ""
"<p><a href=\"%1$s\" title=\"Opt in to WordPress.com Site Management\" "
">Activate Site Management</a> to manage multiple sites from our centralized "
"dashboard at wordpress.com/sites. <a href=\"%2$s\" target=\"_blank\">Learn "
"more</a>.</p><a href=\"%1$s\" class=\"jp-button\">Activate Now</a>"
msgstr ""
#: class.jetpack.php:3583
msgid ""
"<strong>Jetpack is activated!</strong> Each site on your network must be "
"connected individually by an admin on that site."
msgstr ""
#: class.jetpack.php:3610
msgid ""
"Jetpack now includes Comments, which enables your visitors to use their "
"WordPress.com, Twitter, or Facebook accounts when commenting on your site. "
"To activate Comments, <a href=\"%s\">%s</a>."
msgstr ""
#: class.jetpack.php:3621
msgid "click here"
msgstr ""
#: class.jetpack.php:3634
msgid "You have successfully disconnected Jetpack."
msgstr ""
#: class.jetpack.php:3637
msgid ""
"Would you tell us why? Just <a href=\"%1$s\" target=\"%2$s\">answering two "
"simple questions</a> would help us improve Jetpack."
msgstr ""
#: class.jetpack.php:3832
msgid "Cheatin’ uh?"
msgstr ""
#: class.jetpack.php:3835
msgid ""
"You need to authorize the Jetpack connection between your site and "
"WordPress.com to enable the awesome features."
msgstr ""
#: class.jetpack.php:3838
msgid ""
"Don’t cross the streams! You need to stay logged in to your "
"WordPress blog while you authorize Jetpack."
msgstr ""
#: class.jetpack.php:3842
msgid ""
"Return to sender. Whoops! It looks like you got the wrong Jetpack in the "
"mail; deactivate then reactivate the Jetpack plugin to get a new one."
msgstr ""
#: class.jetpack.php:3845
msgid ""
"Wrong size. Hm… it seems your Jetpack doesn’t quite fit. Have "
"you lost weight? Click “Connect to WordPress.com” again to get "
"your Jetpack adjusted."
msgstr ""
#: class.jetpack.php:3849
msgid "Your website needs to be publicly accessible to use Jetpack: %s"
msgstr ""
#: class.jetpack.php:3854
msgid ""
"%s could not be activated because it triggered a <strong>fatal "
"error</strong>. Perhaps there is a conflict with another plugin you have "
"installed?"
msgstr ""
#: class.jetpack.php:3856
msgid "Do you still have the %s plugin installed?"
msgstr ""
#: class.jetpack.php:3859
msgid ""
"Module could not be activated because it triggered a <strong>fatal "
"error</strong>. Perhaps there is a conflict with another plugin you have "
"installed?"
msgstr ""
#: class.jetpack.php:3877
msgid "%s was not activated."
msgstr ""
#: class.jetpack.php:3879
msgid "%s was not deactivated."
msgstr ""
#: class.jetpack.php:3881
msgid ""