-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen_US.pot
27894 lines (21841 loc) · 793 KB
/
en_US.pot
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) 2020 ClassicPress
# This file is distributed under the same license as the ClassicPress package.
msgid ""
msgstr ""
"Project-Id-Version: ClassicPress 1.0.0\n"
"Report-Msgid-Bugs-To: https://forums.classicpress.net/c/team-discussions/internationalisation/42\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: wp-activate.php:30
msgid "A key value mismatch has been detected. Please follow the link provided in your activation email."
msgstr ""
#: wp-activate.php:30 wp-activate.php:165
msgid "An error occurred during the activation"
msgstr ""
#: wp-activate.php:125
msgid "Activation Key Required"
msgstr ""
#: wp-activate.php:128
msgid "Activation Key:"
msgstr ""
#: wp-activate.php:132 wp-admin/includes/class-theme-installer-skin.php:76
#: wp-admin/includes/class-theme-upgrader-skin.php:67
#: wp-admin/includes/class-wp-ms-sites-list-table.php:517
#: wp-admin/includes/class-wp-plugin-install-list-table.php:486
#: wp-admin/includes/class-wp-plugins-list-table.php:457
#: wp-admin/includes/class-wp-plugins-list-table.php:630
#: wp-admin/includes/class-wp-themes-list-table.php:182
#: wp-admin/theme-install.php:256 wp-admin/theme-install.php:286
#: wp-admin/themes.php:306 wp-admin/themes.php:449 wp-admin/themes.php:509
#: wp-includes/script-loader.php:876 wp-includes/script-loader.php:877
msgid "Activate"
msgstr ""
#: wp-activate.php:140 wp-activate.php:174
msgid "Your account is now active!"
msgstr ""
#. translators: 1: login URL, 2: username, 3: user email, 4: lost password URL
#: wp-activate.php:146
msgid "Your account has been activated. You may now <a href=\"%1$s\">log in</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>."
msgstr ""
#. translators: 1: site URL, 2: username, 3: user email, 4: lost password URL
#: wp-activate.php:155
msgid "Your site at %1$s is active. You may now log in to your site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href=\"%4$s\">reset your password</a>."
msgstr ""
#: wp-activate.php:177 wp-signup.php:230
msgid "Username:"
msgstr ""
#: wp-activate.php:178 wp-admin/includes/meta-boxes.php:167
#: wp-includes/post-template.php:1611
msgid "Password:"
msgstr ""
#. translators: 1: site URL, 2: login URL
#: wp-activate.php:188
msgid "Your account is now activated. <a href=\"%1$s\">View your site</a> or <a href=\"%2$s\">Log in</a>"
msgstr ""
#. translators: 1: login URL, 2: network home URL
#: wp-activate.php:193
msgid "Your account is now activated. <a href=\"%1$s\">Log in</a> or go back to the <a href=\"%2$s\">homepage</a>."
msgstr ""
#. translators: Page title of the About ClassicPress page in the admin.
#: wp-admin/about.php:15
msgctxt "page title"
msgid "About"
msgstr ""
#: wp-admin/about.php:20 wp-admin/credits.php:18 wp-admin/freedoms.php:21
#: wp-admin/includes/dashboard.php:1349
msgid "Welcome to ClassicPress!"
msgstr ""
#. translators: %s: Plugin version
#: wp-admin/about.php:23 wp-admin/credits.php:21 wp-admin/freedoms.php:24
#: wp-admin/includes/ajax-actions.php:3731
#: wp-admin/includes/ajax-actions.php:3774
#: wp-admin/includes/class-wp-ms-themes-list-table.php:539
#: wp-admin/includes/class-wp-plugins-list-table.php:767
#: wp-admin/includes/update.php:189 wp-admin/includes/update.php:214
msgid "Version %s"
msgstr ""
#. translators: link to "business-focused CMS" article
#: wp-admin/about.php:29 wp-admin/credits.php:27 wp-admin/freedoms.php:30
msgid "Thank you for using ClassicPress, the <a href=\"%s\">business-focused CMS</a>."
msgstr ""
#: wp-admin/about.php:33 wp-admin/credits.php:31 wp-admin/freedoms.php:34
msgid "Powerful. Versatile. Predictable."
msgstr ""
#: wp-admin/about.php:38 wp-admin/credits.php:37 wp-admin/freedoms.php:40
msgid "What’s New"
msgstr ""
#: wp-admin/about.php:39 wp-admin/credits.php:12 wp-admin/credits.php:38
#: wp-admin/freedoms.php:41
msgid "Credits"
msgstr ""
#: wp-admin/about.php:40 wp-admin/credits.php:39 wp-admin/freedoms.php:12
#: wp-admin/freedoms.php:42
msgid "Freedoms"
msgstr ""
#: wp-admin/about.php:41 wp-admin/credits.php:40 wp-admin/freedoms.php:43
msgid "Privacy"
msgstr ""
#. translators: link to learn more about translating ClassicPress
#: wp-admin/about.php:50 wp-admin/includes/dashboard.php:1367
msgid "Help us translate ClassicPress into your language! <a href=\"%s\">Learn more</a>."
msgstr ""
#: wp-admin/about.php:56
msgid "Introducing ClassicPress"
msgstr ""
#: wp-admin/about.php:59
msgid "ClassicPress is a fork of the WordPress 4.9 branch, including the battle-tested and proven classic editor interface using TinyMCE."
msgstr ""
#: wp-admin/about.php:64
msgid "This has been a solid foundation for millions of sites for many years, and we believe it will also be an excellent foundation for the future."
msgstr ""
#: wp-admin/about.php:68
msgid "Join our growing community"
msgstr ""
#. translators: 1: link with instructions to join ClassicPress Slack, 2: link
#. to community forums
#: wp-admin/about.php:72
msgid "For general discussion about ClassicPress, <a href=\"%1$s\"><strong>join our Slack group</strong></a> or our <a href=\"%2$s\"><strong>community forum</strong></a>."
msgstr ""
#. translators: link to ClassicPress Petitions site for new features
#: wp-admin/about.php:80
msgid "Suggestions for improvements to future versions of ClassicPress are welcome at <a href=\"%s\"><strong>our petitions site</strong></a>."
msgstr ""
#. translators: 1: link to ClassicPress FAQs page, 2: link to ClassicPress
#. support forum
#: wp-admin/about.php:87
msgid "If you need help with something else, please see our <a href=\"%1$s\"><strong>FAQs page</strong></a>. If your question is not answered there, you can make a new post on our <a href=\"%2$s\"><strong>support forum</strong></a>."
msgstr ""
#. translators: 1: link to ClassicPress GitHub repository, 2: link to GitHub
#. issues list
#: wp-admin/about.php:95
msgid "ClassicPress is developed <a href=\"%1$s\"><strong>on GitHub</strong></a>. For specific bug reports or technical suggestions, see the <a href=\"%1$s\"><strong>issues list</strong></a> and add your report if it is not already present."
msgstr ""
#: wp-admin/about.php:101
msgid "WordPress Maintenance and Security Releases"
msgstr ""
#: wp-admin/about.php:103
msgid "ClassicPress currently includes all changes from the following versions of WordPress:"
msgstr ""
#. translators: %s: WordPress version number
#: wp-admin/about.php:109
msgid "<strong>WordPress version %s</strong> addressed some security issues."
msgstr ""
#. translators: %s: Codex URL
#: wp-admin/about.php:113 wp-admin/about.php:132 wp-admin/about.php:152
#: wp-admin/about.php:170 wp-admin/about.php:188 wp-admin/about.php:206
#: wp-admin/about.php:224 wp-admin/about.php:242 wp-admin/about.php:260
#: wp-admin/about.php:299
msgid "For more information, see <a href=\"%s\">the release notes</a>."
msgstr ""
#. translators: 1: WordPress version number, 2: plural number of bugs.
#: wp-admin/about.php:120 wp-admin/about.php:159 wp-admin/about.php:195
#: wp-admin/about.php:213
msgid "<strong>WordPress version %1$s</strong> addressed %2$s bug."
msgid_plural "<strong>WordPress version %1$s</strong> addressed %2$s bugs."
msgstr[0] ""
msgstr[1] ""
#. translators: 1: WordPress version number, 2: plural number of bugs.
#: wp-admin/about.php:141 wp-admin/about.php:177 wp-admin/about.php:231
#: wp-admin/about.php:249
msgid "<strong>WordPress version %1$s</strong> addressed some security issues and fixed %2$s bug."
msgid_plural "<strong>WordPress version %1$s</strong> addressed some security issues and fixed %2$s bugs."
msgstr[0] ""
msgstr[1] ""
#: wp-admin/about.php:272
msgid "Maintenance Release"
msgstr ""
#: wp-admin/about.php:273
msgid "Maintenance Releases"
msgstr ""
#: wp-admin/about.php:275
msgid "Security Release"
msgstr ""
#: wp-admin/about.php:276
msgid "Security Releases"
msgstr ""
#: wp-admin/about.php:278
msgid "Maintenance and Security Release"
msgstr ""
#: wp-admin/about.php:279
msgid "Maintenance and Security Releases"
msgstr ""
#. translators: %s: ClassicPress version number
#: wp-admin/about.php:282
msgid "<strong>Version %s</strong> addressed one security issue."
msgstr ""
#. translators: %s: ClassicPress version number
#: wp-admin/about.php:284
msgid "<strong>Version %s</strong> addressed some security issues."
msgstr ""
#. translators: 1: ClassicPress version number, 2: plural number of bugs.
#: wp-admin/about.php:287
msgid "<strong>Version %1$s</strong> addressed %2$s bug."
msgid_plural "<strong>Version %1$s</strong> addressed %2$s bugs."
msgstr[0] ""
msgstr[1] ""
#. translators: 1: ClassicPress version number, 2: plural number of bugs.
#. Singular security issue.
#: wp-admin/about.php:291
msgid "<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug."
msgid_plural "<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs."
msgstr[0] ""
msgstr[1] ""
#. translators: 1: ClassicPress version number, 2: plural number of bugs. More
#. than one security issue.
#: wp-admin/about.php:295
msgid "<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug."
msgid_plural "<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs."
msgstr[0] ""
msgstr[1] ""
#: wp-admin/admin-footer.php:34
msgid "Thank you for creating with <a href=\"%s\">ClassicPress</a>."
msgstr ""
#. translators: Network admin screen title. 1: Network name
#. translators: %s: site name
#: wp-admin/admin-header.php:37 wp-includes/admin-bar.php:311
msgid "Network Admin: %s"
msgstr ""
#. translators: User dashboard screen title. 1: Network name
#. translators: %s: site name
#: wp-admin/admin-header.php:40 wp-includes/admin-bar.php:314
msgid "User Dashboard: %s"
msgstr ""
#. translators: Admin screen title. 1: Admin screen name
#: wp-admin/admin-header.php:47
msgid "%1$s — ClassicPress"
msgstr ""
#. translators: Admin screen title. 1: Admin screen name, 2: Network or site
#. name
#. translators: Login screen title. 1: Login screen name, 2: Network or site
#. name
#: wp-admin/admin-header.php:50 wp-login.php:62
msgid "%1$s ‹ %2$s — ClassicPress"
msgstr ""
#: wp-admin/admin-header.php:230
msgid "Main content"
msgstr ""
#. translators: default date format, see https://secure.php.net/date
#. translators: localized date format, see https://secure.php.net/date
#: wp-admin/admin.php:97 wp-admin/edit-form-advanced.php:654
#: wp-admin/edit-form-advanced.php:657 wp-admin/includes/ajax-actions.php:1260
#: wp-admin/includes/ajax-actions.php:2288
#: wp-admin/includes/ajax-actions.php:2291 wp-admin/includes/dashboard.php:582
#: wp-admin/includes/media.php:1477 wp-admin/includes/misc.php:1691
#: wp-admin/includes/schema.php:419 wp-admin/options-general.php:269
#: wp-admin/options-general.php:299 wp-admin/update-core.php:671
#: wp-includes/class-wp-locale.php:383 wp-includes/media.php:3112
msgid "F j, Y"
msgstr ""
#. translators: default time format, see https://secure.php.net/date
#. translators: localized time format, see https://secure.php.net/date
#: wp-admin/admin.php:98 wp-admin/comment.php:202
#: wp-admin/edit-form-advanced.php:654 wp-admin/edit-form-advanced.php:657
#: wp-admin/includes/ajax-actions.php:1260
#: wp-admin/includes/ajax-actions.php:2289
#: wp-admin/includes/ajax-actions.php:2292
#: wp-admin/includes/class-wp-comments-list-table.php:726
#: wp-admin/includes/schema.php:421 wp-admin/options-general.php:269
#: wp-admin/options-general.php:336 wp-admin/update-core.php:671
#: wp-includes/class-wp-locale.php:385
msgid "g:i a"
msgstr ""
#: wp-admin/admin.php:227
msgid "Invalid plugin page."
msgstr ""
#: wp-admin/admin.php:231
msgid "Cannot load %s."
msgstr ""
#: wp-admin/admin.php:264 wp-admin/import.php:15
msgid "Sorry, you are not allowed to import content."
msgstr ""
#: wp-admin/admin.php:288 wp-admin/import.php:18 wp-admin/menu.php:245
msgid "Import"
msgstr ""
#: wp-admin/async-upload.php:38 wp-admin/includes/ajax-actions.php:2023
#: wp-admin/media-new.php:16 wp-admin/media-upload.php:19
#: wp-admin/upload.php:13 wp-includes/class-wp-xmlrpc-server.php:4027
#: wp-includes/class-wp-xmlrpc-server.php:4075
#: wp-includes/class-wp-xmlrpc-server.php:5912
msgid "Sorry, you are not allowed to upload files."
msgstr ""
#: wp-admin/async-upload.php:45 wp-admin/edit.php:13 wp-admin/edit.php:35
#: wp-admin/post-new.php:24 wp-admin/post.php:116 wp-admin/post.php:218
#: wp-admin/post.php:241 wp-admin/post.php:259
#: wp-includes/class-wp-customize-nav-menus.php:805
#: wp-includes/class-wp-xmlrpc-server.php:1377
#: wp-includes/class-wp-xmlrpc-server.php:1861
#: wp-includes/class-wp-xmlrpc-server.php:3381
#: wp-includes/class-wp-xmlrpc-server.php:4202
#: wp-includes/class-wp-xmlrpc-server.php:4965
#: wp-includes/class-wp-xmlrpc-server.php:5032
#: wp-includes/class-wp-xmlrpc-server.php:5310
#: wp-includes/class-wp-xmlrpc-server.php:5376 wp-includes/post.php:1234
#: wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php:123
msgid "Invalid post type."
msgstr ""
#: wp-admin/async-upload.php:47 wp-admin/edit-tags.php:156
#: wp-admin/includes/class-wp-screen.php:274 wp-admin/includes/post.php:1839
#: wp-admin/media-upload.php:46 wp-admin/post.php:20 wp-admin/post.php:44
#: wp-admin/post.php:123 wp-admin/term.php:38
msgid "Sorry, you are not allowed to edit this item."
msgstr ""
#: wp-admin/async-upload.php:53
msgctxt "media item"
msgid "Edit"
msgstr ""
#: wp-admin/async-upload.php:84 wp-admin/includes/dashboard.php:1254
#: wp-admin/includes/file.php:324 wp-admin/index.php:110
#: wp-includes/class-wp-customize-manager.php:4122
#: wp-includes/script-loader.php:181 wp-includes/script-loader.php:342
#: wp-includes/widgets/class-wp-widget-text.php:521
#: wp-includes/widgets/class-wp-widget-text.php:536
msgid "Dismiss"
msgstr ""
#: wp-admin/async-upload.php:85 wp-includes/script-loader.php:345
msgid "“%s” has failed to upload."
msgstr ""
#: wp-admin/comment.php:39 wp-admin/edit-form-comment.php:16
#: wp-admin/includes/template.php:406
msgid "Edit Comment"
msgstr ""
#: wp-admin/comment.php:43 wp-admin/custom-background.php:87
#: wp-admin/custom-header.php:96 wp-admin/edit-comments.php:167
#: wp-admin/edit-form-advanced.php:414 wp-admin/edit-link-form.php:56
#: wp-admin/edit-tags.php:233 wp-admin/edit.php:190 wp-admin/edit.php:235
#: wp-admin/export.php:47 wp-admin/import.php:22
#: wp-admin/includes/class-wp-screen.php:763 wp-admin/includes/ms.php:977
#: wp-admin/index.php:39 wp-admin/link-manager.php:51 wp-admin/media-new.php:45
#: wp-admin/media.php:73 wp-admin/my-sites.php:40 wp-admin/nav-menus.php:529
#: wp-admin/nav-menus.php:564 wp-admin/network/index.php:31
#: wp-admin/network/settings.php:46 wp-admin/network/site-new.php:22
#: wp-admin/network/sites.php:26 wp-admin/network/themes.php:220
#: wp-admin/network/upgrade.php:20 wp-admin/network/user-new.php:18
#: wp-admin/network/users.php:167 wp-admin/options-discussion.php:21
#: wp-admin/options-general.php:39 wp-admin/options-media.php:28
#: wp-admin/options-permalink.php:20 wp-admin/options-reading.php:22
#: wp-admin/options-writing.php:20 wp-admin/plugin-editor.php:118
#: wp-admin/plugin-install.php:80 wp-admin/plugins.php:411
#: wp-admin/revision.php:115 wp-admin/theme-editor.php:25
#: wp-admin/theme-install.php:104 wp-admin/themes.php:82
#: wp-admin/update-core.php:620 wp-admin/upload.php:48 wp-admin/upload.php:191
#: wp-admin/user-edit.php:55 wp-admin/user-new.php:201 wp-admin/users.php:31
#: wp-admin/widgets.php:53
msgid "Overview"
msgstr ""
#: wp-admin/comment.php:45
msgid "You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error."
msgstr ""
#: wp-admin/comment.php:46
msgid "You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment."
msgstr ""
#: wp-admin/comment.php:50 wp-admin/custom-background.php:96
#: wp-admin/custom-header.php:122 wp-admin/edit-comments.php:184
#: wp-admin/edit-form-advanced.php:391 wp-admin/edit-form-advanced.php:406
#: wp-admin/edit-form-advanced.php:423 wp-admin/edit-link-form.php:64
#: wp-admin/edit-tags.php:263 wp-admin/edit.php:227 wp-admin/edit.php:248
#: wp-admin/export.php:53 wp-admin/import.php:28 wp-admin/includes/ms.php:995
#: wp-admin/index.php:88 wp-admin/link-manager.php:65 wp-admin/media-new.php:55
#: wp-admin/media.php:82 wp-admin/my-sites.php:46 wp-admin/nav-menus.php:570
#: wp-admin/network/index.php:49 wp-admin/network/settings.php:59
#: wp-admin/network/site-new.php:29 wp-admin/network/sites.php:41
#: wp-admin/network/themes.php:228 wp-admin/network/upgrade.php:28
#: wp-admin/network/user-new.php:25 wp-admin/network/users.php:178
#: wp-admin/network.php:65 wp-admin/network.php:76
#: wp-admin/options-discussion.php:27 wp-admin/options-general.php:44
#: wp-admin/options-media.php:33 wp-admin/options-permalink.php:43
#: wp-admin/options-reading.php:37 wp-admin/options-writing.php:44
#: wp-admin/plugin-editor.php:134 wp-admin/plugin-install.php:97
#: wp-admin/plugins.php:434 wp-admin/revision.php:119
#: wp-admin/theme-editor.php:44 wp-admin/theme-install.php:119
#: wp-admin/themes.php:117 wp-admin/tools.php:32 wp-admin/update-core.php:638
#: wp-admin/upload.php:65 wp-admin/upload.php:211 wp-admin/user-edit.php:60
#: wp-admin/user-new.php:219 wp-admin/users.php:66 wp-admin/widgets.php:75
msgid "For more information:"
msgstr ""
#: wp-admin/comment.php:51 wp-admin/edit-comments.php:185
msgid "<a href=\"https://codex.wordpress.org/Administration_Screens#Comments\">Documentation on Comments</a>"
msgstr ""
#: wp-admin/comment.php:52 wp-admin/custom-background.php:98
#: wp-admin/custom-header.php:124 wp-admin/edit-comments.php:188
#: wp-admin/edit-form-advanced.php:393 wp-admin/edit-form-advanced.php:409
#: wp-admin/edit-form-advanced.php:425 wp-admin/edit-link-form.php:66
#: wp-admin/edit-tags.php:272 wp-admin/edit.php:229 wp-admin/edit.php:250
#: wp-admin/export.php:55 wp-admin/import.php:30 wp-admin/index.php:90
#: wp-admin/link-manager.php:67 wp-admin/media-new.php:57 wp-admin/media.php:84
#: wp-admin/my-sites.php:48 wp-admin/nav-menus.php:572
#: wp-admin/network/settings.php:61 wp-admin/network/themes.php:230
#: wp-admin/network/upgrade.php:30 wp-admin/network.php:79
#: wp-admin/options-discussion.php:29 wp-admin/options-general.php:46
#: wp-admin/options-media.php:35 wp-admin/options-permalink.php:46
#: wp-admin/options-reading.php:39 wp-admin/options-writing.php:46
#: wp-admin/plugin-editor.php:137 wp-admin/plugin-install.php:99
#: wp-admin/plugins.php:436 wp-admin/revision.php:121
#: wp-admin/theme-editor.php:49 wp-admin/theme-install.php:121
#: wp-admin/themes.php:119 wp-admin/tools.php:34 wp-admin/update-core.php:640
#: wp-admin/upload.php:67 wp-admin/upload.php:213 wp-admin/user-edit.php:62
#: wp-admin/user-new.php:221 wp-admin/users.php:69 wp-admin/widgets.php:77
msgid "<a href=\"https://forums.classicpress.net/c/support\">Support Forums</a>"
msgstr ""
#: wp-admin/comment.php:61 wp-admin/comment.php:255
#: wp-admin/edit-comments.php:234 wp-includes/class-wp-xmlrpc-server.php:3312
#: wp-includes/class-wp-xmlrpc-server.php:3444
#: wp-includes/class-wp-xmlrpc-server.php:3511
#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:312
msgid "Invalid comment ID."
msgstr ""
#: wp-admin/comment.php:61 wp-admin/comment.php:255
#: wp-admin/includes/post.php:1578 wp-admin/plugin-editor.php:305
#: wp-admin/theme-editor.php:333
#: wp-includes/class-wp-customize-manager.php:4147
msgid "Go back"
msgstr ""
#: wp-admin/comment.php:64
#: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php:653
msgid "Sorry, you are not allowed to edit this comment."
msgstr ""
#: wp-admin/comment.php:67
msgid "This comment is in the Trash. Please move it out of the Trash if you want to edit it."
msgstr ""
#: wp-admin/comment.php:80
msgid "Moderate Comment"
msgstr ""
#: wp-admin/comment.php:114
msgid "You are about to mark the following comment as spam:"
msgstr ""
#: wp-admin/comment.php:115
#: wp-admin/includes/class-wp-comments-list-table.php:300
msgctxt "comment"
msgid "Mark as Spam"
msgstr ""
#: wp-admin/comment.php:118
msgid "You are about to move the following comment to the Trash:"
msgstr ""
#: wp-admin/comment.php:119 wp-admin/edit-form-comment.php:166
#: wp-admin/includes/class-wp-comments-list-table.php:311
#: wp-admin/includes/class-wp-posts-list-table.php:404
#: wp-admin/includes/media.php:1514 wp-admin/includes/meta-boxes.php:280
msgid "Move to Trash"
msgstr ""
#: wp-admin/comment.php:122
msgid "You are about to delete the following comment:"
msgstr ""
#: wp-admin/comment.php:123
msgid "Permanently Delete Comment"
msgstr ""
#: wp-admin/comment.php:126
msgid "You are about to approve the following comment:"
msgstr ""
#: wp-admin/comment.php:127
msgid "Approve Comment"
msgstr ""
#: wp-admin/comment.php:135
msgid "This comment is currently approved."
msgstr ""
#: wp-admin/comment.php:138
msgid "This comment is currently marked as spam."
msgstr ""
#: wp-admin/comment.php:141
msgid "This comment is currently in the Trash."
msgstr ""
#: wp-admin/comment.php:149 wp-admin/includes/network.php:398
#: wp-admin/includes/network.php:406 wp-admin/includes/network.php:414
#: wp-admin/network/themes.php:126 wp-admin/network/themes.php:130
#: wp-admin/plugins.php:316 wp-admin/plugins.php:322
#: wp-admin/theme-editor.php:279
msgid "Caution:"
msgstr ""
#: wp-admin/comment.php:153 wp-admin/edit-form-advanced.php:323
#: wp-admin/edit-form-comment.php:43
#: wp-admin/includes/class-wp-comments-list-table.php:405
#: wp-admin/includes/class-wp-media-list-table.php:284
#: wp-admin/includes/class-wp-post-comments-list-table.php:27
#: wp-admin/includes/class-wp-posts-list-table.php:539
#: wp-admin/includes/class-wp-posts-list-table.php:1450
#: wp-admin/includes/meta-boxes.php:804
#: wp-admin/includes/plugin-install.php:288
#: wp-admin/includes/theme-install.php:68 wp-includes/class-wp-editor.php:1081
#: wp-includes/theme-compat/sidebar.php:27
msgid "Author"
msgstr ""
#: wp-admin/comment.php:158
#: wp-admin/includes/class-wp-ms-users-list-table.php:170
#: wp-admin/includes/class-wp-users-list-table.php:322
#: wp-admin/includes/template.php:426 wp-admin/network/site-users.php:332
#: wp-admin/network/user-new.php:113 wp-admin/user-edit.php:461
#: wp-admin/user-new.php:331 wp-admin/user-new.php:422
#: wp-includes/comment-template.php:2202 wp-login.php:811
msgid "Email"
msgstr ""
#: wp-admin/comment.php:164
#: wp-admin/includes/class-walker-nav-menu-edit.php:157
#: wp-admin/includes/class-wp-links-list-table.php:127
#: wp-admin/includes/class-wp-ms-sites-list-table.php:226
#: wp-admin/includes/media.php:2575 wp-admin/includes/nav-menu.php:279
#: wp-admin/includes/template.php:431
#: wp-includes/class-wp-customize-nav-menus.php:1111
#: wp-includes/class-wp-editor.php:1134 wp-includes/class-wp-editor.php:1706
#: wp-includes/customize/class-wp-customize-nav-menu-item-control.php:86
#: wp-includes/media-template.php:376 wp-includes/media-template.php:557
#: wp-includes/media.php:3494 wp-includes/media.php:4017
#: wp-includes/widgets/class-wp-widget-media-image.php:105
msgid "URL"
msgstr ""
#. translators: column name or table row header
#: wp-admin/comment.php:169
#: wp-admin/includes/class-wp-comments-list-table.php:410
msgid "In Response To"
msgstr ""
#. translators: %s: comment link
#: wp-admin/comment.php:187
#: wp-admin/includes/class-wp-comments-list-table.php:653
msgid "In reply to %s."
msgstr ""
#: wp-admin/comment.php:195
msgid "Submitted on"
msgstr ""
#. translators: 1: comment date, 2: comment time
#: wp-admin/comment.php:199
#: wp-admin/includes/class-wp-comments-list-table.php:723
#: wp-includes/class-walker-comment.php:282
#: wp-includes/class-walker-comment.php:336
msgid "%1$s at %2$s"
msgstr ""
#. translators: comment date format. See https://secure.php.net/date
#. translators: date format in table columns, see https://secure.php.net/date
#. translators: comment date format. See https://secure.php.net/date
#: wp-admin/comment.php:201 wp-admin/includes/ajax-actions.php:1812
#: wp-admin/includes/class-wp-comments-list-table.php:725
#: wp-admin/includes/class-wp-media-list-table.php:452
#: wp-admin/includes/class-wp-ms-sites-list-table.php:353
#: wp-admin/includes/class-wp-ms-sites-list-table.php:374
#: wp-admin/includes/class-wp-ms-users-list-table.php:290
#: wp-admin/includes/class-wp-posts-list-table.php:987
#: wp-includes/class-wp-editor.php:1640
msgid "Y/m/d"
msgstr ""
#. translators: field name in comment form
#: wp-admin/comment.php:213 wp-includes/comment-template.php:1082
#: wp-includes/comment-template.php:2231
msgctxt "noun"
msgid "Comment"
msgstr ""
#: wp-admin/comment.php:216 wp-admin/edit-form-comment.php:106
#: wp-admin/includes/class-walker-nav-menu-edit.php:148
#: wp-admin/includes/class-wp-comments-list-table.php:589
#: wp-admin/includes/class-wp-links-list-table.php:317
#: wp-admin/includes/class-wp-media-list-table.php:652
#: wp-admin/includes/class-wp-media-list-table.php:701
#: wp-admin/includes/class-wp-ms-sites-list-table.php:513
#: wp-admin/includes/class-wp-ms-users-list-table.php:335
#: wp-admin/includes/class-wp-ms-users-list-table.php:439
#: wp-admin/includes/class-wp-posts-list-table.php:396
#: wp-admin/includes/class-wp-posts-list-table.php:1238
#: wp-admin/includes/class-wp-terms-list-table.php:437
#: wp-admin/includes/class-wp-users-list-table.php:410
#: wp-admin/includes/dashboard.php:637 wp-admin/includes/meta-boxes.php:107
#: wp-admin/includes/meta-boxes.php:154 wp-admin/includes/meta-boxes.php:218
#: wp-admin/includes/post.php:1383 wp-includes/class-walker-comment.php:236
#: wp-includes/class-walker-comment.php:340
#: wp-includes/class-wp-editor.php:1257
msgid "Edit"
msgstr ""
#: wp-admin/comment.php:225
#: wp-admin/includes/class-walker-nav-menu-edit.php:226
#: wp-admin/includes/class-wp-posts-list-table.php:1745
#: wp-admin/includes/class-wp-terms-list-table.php:620
#: wp-admin/includes/dashboard.php:166 wp-admin/includes/file.php:1766
#: wp-admin/includes/image-edit.php:220 wp-admin/includes/media.php:1511
#: wp-admin/includes/media.php:1960 wp-admin/includes/meta-boxes.php:128
#: wp-admin/includes/meta-boxes.php:172 wp-admin/includes/template.php:443
#: wp-admin/includes/template.php:667 wp-admin/includes/template.php:772
#: wp-admin/network/settings.php:151 wp-admin/options-general.php:112
#: wp-admin/user-edit.php:476 wp-admin/user-edit.php:585
#: wp-admin/user-new.php:458 wp-admin/widgets.php:317 wp-admin/widgets.php:511
#: wp-includes/class-wp-editor.php:1050 wp-includes/class-wp-editor.php:1747
#: wp-includes/media.php:3498 wp-includes/script-loader.php:545
#: wp-includes/script-loader.php:596 wp-includes/script-loader.php:728
msgid "Cancel"
msgstr ""
#: wp-admin/comment.php:257 wp-admin/edit-comments.php:237
#: wp-admin/includes/comment.php:49
msgid "Sorry, you are not allowed to edit comments on this post."
msgstr ""
#: wp-admin/comment.php:329
msgid "Unknown action."
msgstr ""
#. translators: %s: https://www.classicpress.net/contributors/
#: wp-admin/credits.php:48
msgid "ClassicPress is created by a <a href=\"%1$s\">worldwide team</a> of passionate individuals."
msgstr ""
#. translators: %s: https://www.classicpress.net/get-involved/
#: wp-admin/credits.php:54
msgid "Interested in helping out with development? <a href=\"%s\">Get involved in ClassicPress</a>."
msgstr ""
#: wp-admin/custom-background.php:65 wp-admin/menu.php:177
#: wp-includes/admin-bar.php:839
msgid "Background"
msgstr ""
#: wp-admin/custom-background.php:89
msgid "You can customize the look of your site without touching any of your theme’s code by using a custom background. Your background can be an image or a color."
msgstr ""
#: wp-admin/custom-background.php:90
msgid "To use a background image, simply upload it or choose an image that has already been uploaded to your Media Library by clicking the “Choose Image” button. You can display a single instance of your image, or tile it to fill the screen. You can have your background fixed in place, so your site content moves on top of it, or you can have it scroll with your site."
msgstr ""
#: wp-admin/custom-background.php:91
msgid "You can also choose a background color by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker."
msgstr ""
#: wp-admin/custom-background.php:92
msgid "Don’t forget to click on the Save Changes button when you are finished."
msgstr ""
#: wp-admin/custom-background.php:97
msgid "<a href=\"https://codex.wordpress.org/Appearance_Background_Screen\">Documentation on Custom Background</a>"
msgstr ""
#: wp-admin/custom-background.php:222 wp-admin/includes/theme.php:251
msgid "Custom Background"
msgstr ""
#: wp-admin/custom-background.php:229
msgid "You can now manage and live-preview Custom Backgrounds in the <a href=\"%1$s\">Customizer</a>."
msgstr ""
#: wp-admin/custom-background.php:239
msgid "Background updated. <a href=\"%s\">Visit your site</a> to see how it looks."
msgstr ""
#: wp-admin/custom-background.php:243 wp-admin/includes/template.php:1842
#: wp-includes/class-wp-customize-manager.php:5098
#: wp-includes/customize/class-wp-customize-background-image-control.php:30
msgid "Background Image"
msgstr ""
#: wp-admin/custom-background.php:248 wp-admin/custom-header.php:480
#: wp-admin/customize.php:185
#: wp-admin/includes/class-wp-posts-list-table.php:1286
#: wp-admin/includes/class-wp-theme-install-list-table.php:289
#: wp-admin/includes/meta-boxes.php:55 wp-admin/includes/post.php:1651
#: wp-admin/theme-install.php:261 wp-admin/theme-install.php:269
#: wp-admin/theme-install.php:330
#: wp-includes/class-wp-customize-manager.php:4149
#: wp-includes/class-wp-editor.php:1117 wp-includes/media-template.php:1247
msgid "Preview"
msgstr ""
#: wp-admin/custom-background.php:287 wp-admin/custom-header.php:630
msgid "Remove Image"
msgstr ""
#: wp-admin/custom-background.php:291
msgid "Remove Background Image"
msgstr ""
#: wp-admin/custom-background.php:292
msgid "This will remove the background image. You will not be able to restore any customizations."
msgstr ""
#: wp-admin/custom-background.php:301 wp-admin/custom-background.php:305
#: wp-admin/includes/image-edit.php:82
msgid "Restore Original Image"
msgstr ""
#: wp-admin/custom-background.php:306
msgid "This will restore the original background image. You will not be able to restore any customizations."
msgstr ""
#: wp-admin/custom-background.php:314 wp-admin/custom-header.php:517
msgid "Select Image"
msgstr ""
#: wp-admin/custom-background.php:317 wp-admin/custom-header.php:571
msgid "Choose an image from your computer:"
msgstr ""
#: wp-admin/custom-background.php:321 wp-admin/custom-header.php:575
#: wp-admin/includes/class-wp-theme-install-list-table.php:63
#: wp-admin/includes/media.php:1957 wp-admin/includes/media.php:1959
msgid "Upload"
msgstr ""
#: wp-admin/custom-background.php:324 wp-admin/custom-header.php:585
msgid "Or choose an image from your media library:"
msgstr ""
#: wp-admin/custom-background.php:326
msgid "Choose a Background Image"
msgstr ""
#: wp-admin/custom-background.php:327
msgid "Set as background"
msgstr ""
#: wp-admin/custom-background.php:327 wp-admin/custom-header.php:589
#: wp-includes/media.php:3572
msgid "Choose Image"
msgstr ""
#: wp-admin/custom-background.php:336
msgid "Display Options"
msgstr ""
#: wp-admin/custom-background.php:352
#: wp-includes/customize/class-wp-customize-background-position-control.php:42
msgid "Top Left"
msgstr ""
#: wp-admin/custom-background.php:353 wp-includes/class-wp-editor.php:1207
#: wp-includes/customize/class-wp-customize-background-position-control.php:43
msgid "Top"
msgstr ""
#: wp-admin/custom-background.php:354
#: wp-includes/customize/class-wp-customize-background-position-control.php:44
msgid "Top Right"
msgstr ""
#: wp-admin/custom-background.php:357 wp-admin/includes/media.php:971
#: wp-admin/includes/media.php:2604 wp-includes/class-wp-editor.php:1202
#: wp-includes/customize/class-wp-customize-background-position-control.php:47
#: wp-includes/media-template.php:620 wp-includes/media-template.php:851
#: wp-includes/media-template.php:917
msgid "Left"
msgstr ""
#: wp-admin/custom-background.php:358
#: wp-admin/includes/continents-cities.php:192 wp-admin/includes/media.php:971
#: wp-admin/includes/media.php:2606 wp-includes/class-wp-editor.php:1203
#: wp-includes/customize/class-wp-customize-background-position-control.php:48
#: wp-includes/media-template.php:623 wp-includes/media-template.php:854
#: wp-includes/media-template.php:920
msgid "Center"
msgstr ""
#: wp-admin/custom-background.php:359 wp-admin/includes/media.php:971
#: wp-admin/includes/media.php:2608 wp-includes/class-wp-editor.php:1204
#: wp-includes/customize/class-wp-customize-background-position-control.php:49
#: wp-includes/media-template.php:626 wp-includes/media-template.php:857
#: wp-includes/media-template.php:923
msgid "Right"
msgstr ""
#: wp-admin/custom-background.php:362
#: wp-includes/customize/class-wp-customize-background-position-control.php:52
msgid "Bottom Left"
msgstr ""
#: wp-admin/custom-background.php:363 wp-includes/class-wp-editor.php:1209
#: wp-includes/customize/class-wp-customize-background-position-control.php:53
msgid "Bottom"
msgstr ""
#: wp-admin/custom-background.php:364
#: wp-includes/customize/class-wp-customize-background-position-control.php:54
msgid "Bottom Right"
msgstr ""
#: wp-admin/custom-background.php:369 wp-admin/custom-background.php:370
#: wp-includes/class-wp-customize-manager.php:5148
#: wp-includes/customize/class-wp-customize-background-position-control.php:66
msgid "Image Position"
msgstr ""
#: wp-admin/custom-background.php:388 wp-admin/custom-background.php:389
#: wp-includes/class-wp-customize-manager.php:5163
msgid "Image Size"
msgstr ""
#: wp-admin/custom-background.php:391
msgctxt "Original Size"
msgid "Original"
msgstr ""
#: wp-admin/custom-background.php:392
#: wp-includes/class-wp-customize-manager.php:5129
#: wp-includes/class-wp-customize-manager.php:5168
msgid "Fit to Screen"
msgstr ""
#: wp-admin/custom-background.php:393
#: wp-includes/class-wp-customize-manager.php:5128
#: wp-includes/class-wp-customize-manager.php:5169
msgid "Fill Screen"
msgstr ""
#: wp-admin/custom-background.php:399 wp-admin/custom-background.php:400
msgctxt "Background Repeat"
msgid "Repeat"
msgstr ""
#: wp-admin/custom-background.php:402
#: wp-includes/class-wp-customize-manager.php:5180
msgid "Repeat Background Image"
msgstr ""
#: wp-admin/custom-background.php:407 wp-admin/custom-background.php:408
msgctxt "Background Scroll"
msgid "Scroll"
msgstr ""
#: wp-admin/custom-background.php:410
#: wp-includes/class-wp-customize-manager.php:5192
msgid "Scroll with Page"
msgstr ""
#: wp-admin/custom-background.php:415 wp-admin/custom-background.php:416
#: wp-includes/class-wp-customize-manager.php:4989
msgid "Background Color"
msgstr ""
#: wp-admin/custom-background.php:451 wp-admin/custom-header.php:842
#: wp-admin/includes/ajax-actions.php:2061
msgid "The uploaded file is not a valid image. Please try again."
msgstr ""
#: wp-admin/custom-background.php:547 wp-admin/includes/image-edit.php:169
#: wp-admin/includes/media.php:1004 wp-includes/media-template.php:694
#: wp-includes/media-template.php:769 wp-includes/media-template.php:943
#: wp-includes/media.php:3179
msgid "Thumbnail"
msgstr ""
#: wp-admin/custom-background.php:547 wp-admin/includes/media.php:1005
#: wp-includes/media-template.php:695 wp-includes/media-template.php:770
#: wp-includes/media-template.php:944 wp-includes/media.php:3180
msgid "Medium"
msgstr ""
#: wp-admin/custom-background.php:547 wp-admin/includes/media.php:1006
#: wp-includes/media-template.php:696 wp-includes/media-template.php:771
#: wp-includes/media-template.php:945 wp-includes/media.php:3181
msgid "Large"
msgstr ""
#: wp-admin/custom-background.php:547 wp-admin/includes/media.php:1007
#: wp-includes/media-template.php:697 wp-includes/media-template.php:772
#: wp-includes/media-template.php:946 wp-includes/media.php:3182
msgid "Full Size"
msgstr ""
#: wp-admin/custom-header.php:73 wp-admin/menu.php:172
#: wp-includes/admin-bar.php:851
msgid "Header"
msgstr ""
#: wp-admin/custom-header.php:98
msgid "This screen is used to customize the header section of your theme."
msgstr ""
#: wp-admin/custom-header.php:99
msgid "You can choose from the theme’s default header images, or use one of your own. You can also customize how your Site Title and Tagline are displayed."
msgstr ""
#: wp-admin/custom-header.php:104 wp-admin/custom-header.php:473
#: wp-admin/includes/template.php:1821 wp-admin/includes/template.php:1828
#: wp-includes/class-wp-customize-manager.php:5024
#: wp-includes/customize/class-wp-customize-header-image-control.php:31
msgid "Header Image"
msgstr ""
#: wp-admin/custom-header.php:106
msgid "You can set a custom image header for your site. Simply upload the image and crop it, and the new header will go live immediately. Alternatively, you can use an image that has already been uploaded to your Media Library by clicking the “Choose Image” button."
msgstr ""
#: wp-admin/custom-header.php:107
msgid "Some themes come with additional header images bundled. If you see multiple images displayed, select the one you’d like and click the “Save Changes” button."
msgstr ""
#: wp-admin/custom-header.php:108
msgid "If your theme has more than one default header image, or you have uploaded more than one custom header image, you have the option of having ClassicPress display a randomly different image on each page of your site. Click the “Random” radio button next to the Uploaded Images or Default Images section to enable this feature."
msgstr ""
#: wp-admin/custom-header.php:109
msgid "If you don’t want a header image to be displayed on your site at all, click the “Remove Header Image” button at the bottom of the Header Image section of this page. If you want to re-enable the header image later, you just have to select one of the other image options and click “Save Changes”."
msgstr ""
#: wp-admin/custom-header.php:114 wp-admin/custom-header.php:653
#: wp-admin/custom-header.php:658
msgid "Header Text"
msgstr ""
#: wp-admin/custom-header.php:116
msgid "For most themes, the header text is your Site Title and Tagline, as defined in the <a href=\"%1$s\">General Settings</a> section."
msgstr ""
#: wp-admin/custom-header.php:117
msgid "In the Header Text section of this page, you can choose whether to display this text or hide it. You can also choose a color for the text by clicking the Select Color button and either typing in a legitimate HTML hex value, e.g. “#ff0000” for red, or by choosing a color using the color picker."
msgstr ""
#: wp-admin/custom-header.php:118
msgid "Don’t forget to click “Save Changes” when you’re done!"
msgstr ""