-
Notifications
You must be signed in to change notification settings - Fork 0
/
wordpress.pot
17143 lines (13651 loc) · 441 KB
/
wordpress.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) 2010 WordPress
# This file is distributed under the same license as the WordPress package.
msgid ""
msgstr ""
"Project-Id-Version: WordPress 3.4-alpha\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2011-12-16 21:13:13+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: wp-includes/capabilities.php:547 wp-includes/capabilities.php:567
#: wp-includes/capabilities.php:593
msgid "Use <code>WP_User->ID</code> instead."
msgstr ""
#: wp-includes/capabilities.php:855
msgid ""
"Usage of user levels by plugins and themes is deprecated. Use roles and "
"capabilities instead."
msgstr ""
#: wp-includes/functions.wp-styles.php:28
#: wp-includes/functions.wp-styles.php:55
#: wp-includes/functions.wp-styles.php:83
#: wp-includes/functions.wp-styles.php:104
#: wp-includes/functions.wp-styles.php:135
#: wp-includes/functions.wp-styles.php:157
#: wp-includes/functions.wp-styles.php:181
#: wp-includes/functions.wp-scripts.php:29
#: wp-includes/functions.wp-scripts.php:56
#: wp-includes/functions.wp-scripts.php:90
#: wp-includes/functions.wp-scripts.php:109
#: wp-includes/functions.wp-scripts.php:129
#: wp-includes/functions.wp-scripts.php:153
#: wp-includes/functions.wp-scripts.php:177
msgid ""
"Scripts and styles should not be registered or enqueued until the %1$s, %2"
"$s, or %3$s hooks."
msgstr ""
#: wp-includes/class-wp-admin-bar.php:88
msgid "The menu ID should not be empty."
msgstr ""
#: wp-includes/pluggable.php:468
msgid "<strong>ERROR</strong>: Invalid username or incorrect password."
msgstr ""
#: wp-includes/pluggable.php:802
msgid ""
"You should specify a nonce action to be verified by using the first "
"parameter."
msgstr ""
#: wp-includes/pluggable.php:1004
msgid "New comment on your post \"%s\""
msgstr ""
#. translators: 1: comment author, 2: author IP, 3: author domain
#: wp-includes/pluggable.php:1006 wp-includes/pluggable.php:1119
msgid "Author : %1$s (IP: %2$s , %3$s)"
msgstr ""
#: wp-includes/pluggable.php:1007 wp-includes/pluggable.php:1120
msgid "E-mail : %s"
msgstr ""
#: wp-includes/pluggable.php:1008 wp-includes/pluggable.php:1018
#: wp-includes/pluggable.php:1027 wp-includes/pluggable.php:1106
#: wp-includes/pluggable.php:1113 wp-includes/pluggable.php:1121
msgid "URL : %s"
msgstr ""
#: wp-includes/pluggable.php:1009 wp-includes/pluggable.php:1122
msgid "Whois : http://whois.arin.net/rest/ip/%s"
msgstr ""
#: wp-includes/pluggable.php:1010 wp-includes/pluggable.php:1123
msgid "Comment: "
msgstr ""
#: wp-includes/pluggable.php:1011
msgid "You can see all comments on this post here: "
msgstr ""
#. translators: 1: blog name, 2: post title
#: wp-includes/pluggable.php:1013
msgid "[%1$s] Comment: \"%2$s\""
msgstr ""
#: wp-includes/pluggable.php:1015
msgid "New trackback on your post \"%s\""
msgstr ""
#. translators: 1: website name, 2: author IP, 3: author domain
#. translators: 1: comment author, 2: author IP, 3: author domain
#: wp-includes/pluggable.php:1017 wp-includes/pluggable.php:1026
msgid "Website: %1$s (IP: %2$s , %3$s)"
msgstr ""
#: wp-includes/pluggable.php:1019 wp-includes/pluggable.php:1028
msgid "Excerpt: "
msgstr ""
#: wp-includes/pluggable.php:1020
msgid "You can see all trackbacks on this post here: "
msgstr ""
#. translators: 1: blog name, 2: post title
#: wp-includes/pluggable.php:1022
msgid "[%1$s] Trackback: \"%2$s\""
msgstr ""
#: wp-includes/pluggable.php:1024
msgid "New pingback on your post \"%s\""
msgstr ""
#: wp-includes/pluggable.php:1029
msgid "You can see all pingbacks on this post here: "
msgstr ""
#. translators: 1: blog name, 2: post title
#: wp-includes/pluggable.php:1031
msgid "[%1$s] Pingback: \"%2$s\""
msgstr ""
#: wp-includes/pluggable.php:1034
msgid "Permalink: %s"
msgstr ""
#: wp-includes/pluggable.php:1036 wp-includes/pluggable.php:1129
msgid "Trash it: %s"
msgstr ""
#: wp-includes/pluggable.php:1038 wp-includes/pluggable.php:1131
msgid "Delete it: %s"
msgstr ""
#: wp-includes/pluggable.php:1039 wp-includes/pluggable.php:1132
msgid "Spam it: %s"
msgstr ""
#: wp-includes/pluggable.php:1103
msgid "A new trackback on the post \"%s\" is waiting for your approval"
msgstr ""
#: wp-includes/pluggable.php:1105 wp-includes/pluggable.php:1112
msgid "Website : %1$s (IP: %2$s , %3$s)"
msgstr ""
#: wp-includes/pluggable.php:1107
msgid "Trackback excerpt: "
msgstr ""
#: wp-includes/pluggable.php:1110
msgid "A new pingback on the post \"%s\" is waiting for your approval"
msgstr ""
#: wp-includes/pluggable.php:1114
msgid "Pingback excerpt: "
msgstr ""
#: wp-includes/pluggable.php:1117
msgid "A new comment on the post \"%s\" is waiting for your approval"
msgstr ""
#: wp-includes/pluggable.php:1127
msgid "Approve it: %s"
msgstr ""
#: wp-includes/pluggable.php:1134
msgid ""
"Currently %s comment is waiting for approval. Please visit the moderation "
"panel:"
msgid_plural ""
"Currently %s comments are waiting for approval. Please visit the moderation "
"panel:"
msgstr[0] ""
msgstr[1] ""
#: wp-includes/pluggable.php:1138
msgid "[%1$s] Please moderate: \"%2$s\""
msgstr ""
#: wp-includes/pluggable.php:1164
msgid "Password Lost and Changed for user: %s"
msgstr ""
#: wp-includes/pluggable.php:1168
msgid "[%s] Password Lost/Changed"
msgstr ""
#: wp-includes/pluggable.php:1192
msgid "New user registration on your site %s:"
msgstr ""
#: wp-includes/pluggable.php:1193 wp-includes/pluggable.php:1201
#: wp-login.php:212
msgid "Username: %s"
msgstr ""
#: wp-includes/pluggable.php:1194
#: wp-admin/includes/class-wp-users-list-table.php:291
msgid "E-mail: %s"
msgstr ""
#: wp-includes/pluggable.php:1196
msgid "[%s] New User Registration"
msgstr ""
#: wp-includes/pluggable.php:1202
msgid "Password: %s"
msgstr ""
#: wp-includes/pluggable.php:1205
msgid "[%s] Your username and password"
msgstr ""
#: wp-includes/theme-compat/footer.php:10
#: wp-includes/theme-compat/sidebar.php:10
#: wp-includes/theme-compat/comments.php:10
#: wp-includes/theme-compat/header.php:10
#: wp-includes/theme-compat/comments-popup.php:10
msgid "Theme without %1$s"
msgstr ""
#: wp-includes/theme-compat/footer.php:10
#: wp-includes/theme-compat/sidebar.php:10
#: wp-includes/theme-compat/comments.php:10
#: wp-includes/theme-compat/header.php:10
#: wp-includes/theme-compat/comments-popup.php:10
msgid "Please include a %1$s template in your theme."
msgstr ""
#: wp-includes/theme-compat/footer.php:17
msgid "%1$s is proudly powered by %2$s"
msgstr ""
#: wp-includes/theme-compat/footer.php:19
msgid "%1$s and %2$s."
msgstr ""
#: wp-includes/theme-compat/footer.php:19
msgid "Entries (RSS)"
msgstr ""
#: wp-includes/theme-compat/footer.php:19
msgid "Comments (RSS)"
msgstr ""
#: wp-includes/theme-compat/footer.php:20
msgid "%d queries. %s seconds."
msgstr ""
#: wp-includes/theme-compat/sidebar.php:21 wp-includes/post-template.php:1423
#: wp-includes/js/tinymce/langs/wp-langs.php:305
#: wp-admin/edit-form-advanced.php:148 wp-admin/comment.php:165
#: wp-admin/includes/class-wp-posts-list-table.php:270
#: wp-admin/includes/class-wp-posts-list-table.php:776
#: wp-admin/includes/plugin-install.php:127
#: wp-admin/includes/class-wp-comments-list-table.php:254
#: wp-admin/includes/class-wp-comments-list-table.php:526
#: wp-admin/includes/theme-install.php:62
#: wp-admin/includes/class-wp-media-list-table.php:133
#: wp-admin/includes/meta-boxes.php:528 wp-admin/edit-form-comment.php:86
msgid "Author"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:32
msgid "You are currently browsing the archives for the %s category."
msgstr ""
#: wp-includes/theme-compat/sidebar.php:35
msgid ""
"You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for "
"the day %3$s."
msgstr ""
#: wp-includes/theme-compat/sidebar.php:35
msgid "l, F jS, Y"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:38
msgid ""
"You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for %"
"3$s."
msgstr ""
#: wp-includes/theme-compat/sidebar.php:38
msgid "F, Y"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:41
msgid ""
"You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives for "
"the year %3$s."
msgstr ""
#: wp-includes/theme-compat/sidebar.php:44
msgid ""
"You have searched the <a href=\"%1$s/\">%2$s</a> blog archives for "
"<strong>‘%3$s’</strong>. If you are unable to find anything in "
"these search results, you can try one of these links."
msgstr ""
#: wp-includes/theme-compat/sidebar.php:47
msgid ""
"You are currently browsing the <a href=\"%1$s/\">%2$s</a> blog archives."
msgstr ""
#: wp-includes/theme-compat/sidebar.php:55 wp-includes/post-template.php:816
#: wp-includes/default-widgets.php:18 wp-includes/default-widgets.php:24
#: wp-admin/export.php:172 wp-admin/menu.php:68
msgid "Pages"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:57 wp-includes/default-widgets.php:218
#: wp-includes/default-widgets.php:225 wp-admin/includes/file.php:21
msgid "Archives"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:63
#: wp-includes/category-template.php:427 wp-includes/default-widgets.php:422
#: wp-includes/default-widgets.php:428 wp-admin/edit-link-form.php:28
#: wp-admin/includes/class-wp-posts-list-table.php:273
#: wp-admin/includes/class-wp-links-list-table.php:82
#: wp-admin/press-this.php:498
msgid "Categories"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:69 wp-includes/default-widgets.php:283
#: wp-includes/default-widgets.php:288
msgid "Meta"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:73
msgid "This page validates as XHTML 1.0 Transitional"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:73
msgid "Valid <abbr title=\"eXtensible HyperText Markup Language\">XHTML</abbr>"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:74
msgid "XHTML Friends Network"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:74
msgid "XFN"
msgstr ""
#: wp-includes/theme-compat/sidebar.php:75 wp-includes/default-widgets.php:299
msgid ""
"Powered by WordPress, state-of-the-art semantic personal publishing platform."
msgstr ""
#: wp-includes/theme-compat/comments.php:17
msgid "This post is password protected. Enter the password to view comments."
msgstr ""
#: wp-includes/theme-compat/comments.php:26
msgid "One Response to %2$s"
msgid_plural "%1$s Responses to %2$s"
msgstr[0] ""
msgstr[1] ""
#: wp-includes/theme-compat/comments.php:49
msgid "Comments are closed."
msgstr ""
#: wp-includes/theme-compat/comments.php:59
#: wp-includes/comment-template.php:1197 wp-includes/comment-template.php:1543
msgid "Leave a Reply"
msgstr ""
#: wp-includes/theme-compat/comments.php:59
#: wp-includes/comment-template.php:1198 wp-includes/comment-template.php:1544
msgid "Leave a Reply to %s"
msgstr ""
#: wp-includes/theme-compat/comments.php:66
#: wp-includes/comment-template.php:1537
msgid "You must be <a href=\"%s\">logged in</a> to post a comment."
msgstr ""
#: wp-includes/theme-compat/comments.php:73
msgid "Logged in as <a href=\"%1$s\">%2$s</a>."
msgstr ""
#: wp-includes/theme-compat/comments.php:73
msgid "Log out of this account"
msgstr ""
#: wp-includes/theme-compat/comments.php:73
msgid "Log out »"
msgstr ""
#: wp-includes/theme-compat/comments.php:78
#: wp-includes/theme-compat/comments-popup.php:75
#: wp-includes/comment-template.php:1525
#: wp-admin/includes/class-wp-users-list-table.php:164
#: wp-admin/includes/template.php:318 wp-admin/user-edit.php:241
msgid "Name"
msgstr ""
#: wp-includes/theme-compat/comments.php:78
#: wp-includes/theme-compat/comments.php:81 wp-admin/user-new.php:313
#: wp-admin/user-new.php:317 wp-admin/user-edit.php:292
#: wp-admin/user-edit.php:337
msgid "(required)"
msgstr ""
#: wp-includes/theme-compat/comments.php:81
msgid "Mail (will not be published)"
msgstr ""
#: wp-includes/theme-compat/comments.php:84
#: wp-includes/comment-template.php:1529 wp-admin/user-new.php:330
#: wp-admin/user-edit.php:350
msgid "Website"
msgstr ""
#: wp-includes/theme-compat/comments.php:88
msgid "<strong>XHTML:</strong> You can use these tags: <code>%s</code>"
msgstr ""
#: wp-includes/theme-compat/comments.php:92
msgid "Submit Comment"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:14
msgid "%1$s - Comments on %2$s"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:33
#: wp-admin/edit-form-advanced.php:141 wp-admin/edit-comments.php:110
#: wp-admin/edit-comments.php:155
#: wp-admin/includes/class-wp-posts-list-table.php:280
#: wp-admin/includes/class-wp-posts-list-table.php:912
#: wp-admin/includes/class-wp-comments-list-table.php:218
#: wp-admin/includes/file.php:16 wp-admin/includes/screen.php:833
#: wp-admin/includes/class-wp-media-list-table.php:139
#: wp-content/plugins/akismet/legacy.php:214
msgid "Comments"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:35
msgid ""
"<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on "
"this post."
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:38
msgid ""
"The <abbr title=\"Universal Resource Locator\">URL</abbr> to TrackBack this "
"entry is: <em>%s</em>"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:56
msgid "by %1$s — %2$s @ <a href=\"#comment-%3$s\">%4$s</a>"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:62
#: wp-admin/includes/dashboard.php:665 wp-admin/includes/meta-boxes.php:484
msgid "No comments yet."
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:66
msgid "Leave a comment"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:67
msgid ""
"Line and paragraph breaks automatic, e-mail address never displayed, "
"<acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed: <code>%"
"s</code>"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:71
msgid ""
"Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of "
"this account\">Log out »</a>"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:80 wp-login.php:516
#: wp-admin/user-new.php:255 wp-admin/user-new.php:317
#: wp-admin/comment.php:170
#: wp-admin/includes/class-wp-users-list-table.php:165
#: wp-admin/includes/template.php:323 wp-admin/user-edit.php:337
msgid "E-mail"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:85
msgid "<abbr title=\"Universal Resource Locator\">URL</abbr>"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:90
msgid "Your Comment"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:98
msgid "Say It!"
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:103
msgid "Sorry, the comment form is closed at this time."
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:108
msgid "Close this window."
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:114
msgid "Sorry, no posts matched your criteria."
msgstr ""
#: wp-includes/theme-compat/comments-popup.php:118
msgid ""
"Powered by <a href=\"%s\" title=\"Powered by WordPress, state-of-the-art "
"semantic personal publishing platform\"><strong>WordPress</strong></a>"
msgstr ""
#: wp-includes/media.php:251
msgid "File “%s” doesn’t exist?"
msgstr ""
#: wp-includes/media.php:254
msgid "The GD image library is not installed."
msgstr ""
#: wp-includes/media.php:261
msgid "File “%s” is not an image."
msgstr ""
#: wp-includes/media.php:418
msgid "Could not read image size"
msgstr ""
#: wp-includes/media.php:423
msgid "Could not calculate resized image dimensions"
msgstr ""
#: wp-includes/media.php:452 wp-includes/media.php:455
#: wp-includes/media.php:460
msgid "Resize path invalid"
msgstr ""
#: wp-includes/class-pop3.php:82
msgid "No server specified"
msgstr ""
#: wp-includes/class-pop3.php:90 wp-includes/class-pop3.php:102
#: wp-includes/class-pop3.php:123 wp-includes/class-pop3.php:246
#: wp-includes/class-pop3.php:300 wp-includes/class-pop3.php:311
#: wp-includes/class-pop3.php:359 wp-includes/class-pop3.php:393
#: wp-includes/class-pop3.php:426 wp-includes/class-pop3.php:525
#: wp-includes/class-pop3.php:548
msgid "Error "
msgstr ""
#: wp-includes/class-pop3.php:115
msgid "no login ID submitted"
msgstr ""
#: wp-includes/class-pop3.php:118 wp-includes/class-pop3.php:138
msgid "connection not established"
msgstr ""
#: wp-includes/class-pop3.php:135 wp-includes/class-pop3.php:171
msgid "No password submitted"
msgstr ""
#: wp-includes/class-pop3.php:143
msgid "Authentication failed"
msgstr ""
#: wp-includes/class-pop3.php:162 wp-includes/class-pop3.php:205
#: wp-includes/class-pop3.php:230 wp-includes/class-pop3.php:272
#: wp-includes/class-pop3.php:346 wp-includes/class-pop3.php:386
#: wp-includes/class-pop3.php:416 wp-includes/class-pop3.php:450
#: wp-includes/class-pop3.php:513 wp-includes/class-pop3.php:578
msgid "No connection to server"
msgstr ""
#: wp-includes/class-pop3.php:168
msgid "No login ID submitted"
msgstr ""
#: wp-includes/class-pop3.php:176
msgid "No server banner"
msgstr ""
#: wp-includes/class-pop3.php:176 wp-includes/class-pop3.php:186
msgid "abort"
msgstr ""
#: wp-includes/class-pop3.php:186
msgid "apop authentication failed"
msgstr ""
#: wp-includes/class-pop3.php:323
msgid "Premature end of list"
msgstr ""
#: wp-includes/class-pop3.php:456
msgid "Empty command string"
msgstr ""
#: wp-includes/class-pop3.php:476
msgid "connection does not exist"
msgstr ""
#: wp-includes/class-pop3.php:583
msgid "No msg number submitted"
msgstr ""
#: wp-includes/class-pop3.php:589
msgid "Command failed "
msgstr ""
#: wp-includes/deprecated.php:62
msgid "new WordPress Loop"
msgstr ""
#: wp-includes/deprecated.php:707
#: wp-includes/js/tinymce/langs/wp-langs.php:481
#: wp-admin/includes/media.php:685 wp-admin/includes/media.php:779
#: wp-admin/includes/media.php:1974 wp-admin/includes/media.php:1990
#: wp-admin/includes/class-wp-users-list-table.php:264
#: wp-admin/edit-tags.php:374 wp-admin/edit-tag-form.php:55
msgid "None"
msgstr ""
#: wp-includes/deprecated.php:987
msgid "Last updated"
msgstr ""
#: wp-includes/deprecated.php:1898 wp-includes/post-template.php:1160
msgid "Missing Attachment"
msgstr ""
#: wp-includes/deprecated.php:2730
msgid "First Post"
msgstr ""
#: wp-includes/deprecated.php:2730
msgid "Last Post"
msgstr ""
#: wp-includes/deprecated.php:2845 wp-includes/admin-bar.php:247
#: wp-includes/admin-bar.php:378
msgid "Visit Site"
msgstr ""
#: wp-includes/deprecated.php:2847 wp-includes/deprecated.php:2849
#: wp-includes/admin-bar.php:257 wp-includes/admin-bar.php:304
#: wp-includes/admin-bar.php:356 wp-admin/index.php:22
#: wp-admin/user/menu.php:10 wp-admin/menu.php:25
msgid "Dashboard"
msgstr ""
#: wp-includes/category-template.php:59 wp-includes/category-template.php:174
#: wp-includes/category-template.php:177 wp-includes/category-template.php:184
#: wp-includes/category-template.php:197 wp-includes/category-template.php:200
#: wp-includes/category-template.php:207
msgid "View all posts in %s"
msgstr ""
#: wp-includes/category-template.php:161
#: wp-admin/includes/class-wp-posts-list-table.php:614
#: wp-admin/includes/upgrade.php:109
msgid "Uncategorized"
msgstr ""
#: wp-includes/category-template.php:419
msgid "No categories"
msgstr ""
#: wp-includes/category-template.php:571
msgid "%s topic"
msgid_plural "%s topics"
msgstr[0] ""
msgstr[1] ""
#: wp-includes/category-template.php:840
msgid "View all posts filed under %s"
msgstr ""
#: wp-includes/category-template.php:855
msgid "Feed for all posts filed under %s"
msgstr ""
#: wp-includes/category-template.php:1033
msgid "Tags: "
msgstr ""
#: wp-includes/script-loader.php:66
msgid ""
"You are about to permanently delete the selected items.\n"
" 'Cancel' to stop, 'OK' to delete."
msgstr ""
#: wp-includes/script-loader.php:73
msgid "Enter a word to look up:"
msgstr ""
#: wp-includes/script-loader.php:74
msgid "Dictionary lookup"
msgstr ""
#: wp-includes/script-loader.php:75
msgid "lookup"
msgstr ""
#: wp-includes/script-loader.php:76
msgid "Close all open tags"
msgstr ""
#: wp-includes/script-loader.php:77
msgid "close tags"
msgstr ""
#: wp-includes/script-loader.php:78
msgid "Enter the URL"
msgstr ""
#: wp-includes/script-loader.php:79
msgid "Enter the URL of the image"
msgstr ""
#: wp-includes/script-loader.php:80
msgid "Enter a description of the image"
msgstr ""
#: wp-includes/script-loader.php:81
msgid "fullscreen"
msgstr ""
#: wp-includes/script-loader.php:82
msgid "Toggle fullscreen mode"
msgstr ""
#: wp-includes/script-loader.php:95 wp-includes/script-loader.php:296
msgid "You do not have permission to do that."
msgstr ""
#: wp-includes/script-loader.php:96 wp-includes/script-loader.php:297
msgid "An unidentified error has occurred."
msgstr ""
#: wp-includes/script-loader.php:101 wp-includes/script-loader.php:210
#: wp-admin/async-upload.php:55 wp-admin/includes/dashboard.php:1197
#: wp-admin/includes/dashboard.php:1289
msgid "Dismiss"
msgstr ""
#: wp-includes/script-loader.php:170
msgid "Next >"
msgstr ""
#: wp-includes/script-loader.php:171
msgid "< Prev"
msgstr ""
#: wp-includes/script-loader.php:172 wp-admin/includes/media.php:1942
msgid "Image"
msgstr ""
#: wp-includes/script-loader.php:173
msgid "of"
msgstr ""
#: wp-includes/script-loader.php:174
#: wp-includes/js/tinymce/langs/wp-langs.php:17
#: wp-includes/js/tinymce/wp-mce-help.php:287 wp-login.php:578
#: wp-admin/includes/template.php:1311 wp-admin/includes/widgets.php:207
msgid "Close"
msgstr ""
#: wp-includes/script-loader.php:175
msgid ""
"This feature requires inline frames. You have iframes disabled or your "
"browser does not support them."
msgstr ""
#: wp-includes/script-loader.php:188
msgid "not configured"
msgstr ""
#: wp-includes/script-loader.php:192
msgid "You have attempted to queue too many files."
msgstr ""
#: wp-includes/script-loader.php:193
msgid "%s exceeds the maximum upload size for this site."
msgstr ""
#: wp-includes/script-loader.php:194
msgid "This file is empty. Please try another."
msgstr ""
#: wp-includes/script-loader.php:195
msgid "This file type is not allowed. Please try another."
msgstr ""
#: wp-includes/script-loader.php:196
msgid "This file is not an image. Please try another."
msgstr ""
#: wp-includes/script-loader.php:197
msgid "Memory exceeded. Please try another smaller file."
msgstr ""
#: wp-includes/script-loader.php:198
msgid "This is larger than the maximum size. Please try another."
msgstr ""
#: wp-includes/script-loader.php:199
msgid "An error occurred in the upload. Please try again later."
msgstr ""
#: wp-includes/script-loader.php:200
msgid ""
"There was a configuration error. Please contact the server administrator."
msgstr ""
#: wp-includes/script-loader.php:201
msgid "You may only upload 1 file."
msgstr ""
#: wp-includes/script-loader.php:202
msgid "HTTP error."
msgstr ""
#: wp-includes/script-loader.php:203
msgid "Upload failed."
msgstr ""
#: wp-includes/script-loader.php:204
msgid "Please try uploading this file with the %1$sbrowser uploader%2$s."
msgstr ""
#: wp-includes/script-loader.php:205
msgid ""
"%s exceeds the maximum upload size for the multi-file uploader when used in "
"your browser."
msgstr ""
#: wp-includes/script-loader.php:206
msgid "IO error."
msgstr ""
#: wp-includes/script-loader.php:207
msgid "Security error."
msgstr ""
#: wp-includes/script-loader.php:208
msgid "File canceled."
msgstr ""
#: wp-includes/script-loader.php:209
msgid "Upload stopped."
msgstr ""
#: wp-includes/script-loader.php:211
msgid "Crunching…"
msgstr ""
#: wp-includes/script-loader.php:212
msgid "moved to the trash."
msgstr ""
#: wp-includes/script-loader.php:213
msgid "“%s” has failed to upload."
msgstr ""
#: wp-includes/script-loader.php:252 wp-login.php:463
#: wp-admin/user-new.php:340 wp-admin/install.php:122
#: wp-admin/user-edit.php:383
msgid "Strength indicator"
msgstr ""
#: wp-includes/script-loader.php:253
msgid "Very weak"
msgstr ""
#: wp-includes/script-loader.php:254
msgid "Weak"
msgstr ""
#. translators: password strength
#: wp-includes/script-loader.php:256
msgctxt "password strength"
msgid "Medium"
msgstr ""
#: wp-includes/script-loader.php:257
msgid "Strong"
msgstr ""
#: wp-includes/script-loader.php:258
msgid "Mismatch"
msgstr ""
#: wp-includes/script-loader.php:267
#: wp-includes/js/tinymce/langs/wp-langs.php:131
#: wp-includes/js/tinymce/langs/wp-langs.php:339
msgid "Insert/edit link"
msgstr ""
#: wp-includes/script-loader.php:268 wp-includes/script-loader.php:325
#: wp-includes/class-wp-editor.php:598
#: wp-includes/js/tinymce/langs/wp-langs.php:15
#: wp-admin/includes/class-wp-posts-list-table.php:1032
#: wp-admin/includes/class-wp-posts-list-table.php:1034
#: wp-admin/includes/class-wp-posts-list-table.php:1037
#: wp-admin/includes/template.php:480
#: wp-admin/includes/class-wp-plugins-list-table.php:260
#: wp-admin/includes/meta-boxes.php:224 wp-admin/includes/meta-boxes.php:225
#: wp-admin/edit-form-comment.php:74 wp-admin/edit-tag-form.php:90
msgid "Update"
msgstr ""
#: wp-includes/script-loader.php:269 wp-includes/class-wp-editor.php:790
#: wp-admin/edit-link-form.php:20 wp-admin/includes/meta-boxes.php:650
msgid "Add Link"
msgstr ""
#: wp-includes/script-loader.php:270 wp-includes/script-loader.php:356
#: wp-admin/includes/template.php:1345
msgid "(no title)"
msgstr ""
#: wp-includes/script-loader.php:271
msgid "No matches found."
msgstr ""
#: wp-includes/script-loader.php:288 wp-admin/includes/widgets.php:182
#: wp-admin/includes/meta-boxes.php:293 wp-admin/includes/meta-boxes.php:697
#: wp-admin/press-this.php:556
msgid "Add"
msgstr ""
#: wp-includes/script-loader.php:289
msgid "Separate multiple categories with commas."
msgstr ""
#: wp-includes/script-loader.php:306
msgid "Approve and Reply"
msgstr ""
#: wp-includes/script-loader.php:307 wp-includes/comment-template.php:1039
#: wp-admin/includes/dashboard.php:702
#: wp-admin/includes/class-wp-comments-list-table.php:417
msgid "Reply"
msgstr ""
#: wp-includes/script-loader.php:316 wp-admin/includes/template.php:619
#: wp-admin/includes/meta-boxes.php:103 wp-admin/includes/meta-boxes.php:149
msgid "OK"
msgstr ""
#: wp-includes/script-loader.php:317 wp-includes/class-wp-editor.php:787
#: wp-includes/js/tinymce/langs/wp-langs.php:16
#: wp-admin/includes/dashboard.php:156
#: wp-admin/includes/class-wp-posts-list-table.php:1029
#: wp-admin/includes/image-edit.php:74 wp-admin/includes/media.php:1156
#: wp-admin/includes/media.php:1384 wp-admin/includes/template.php:342
#: wp-admin/includes/template.php:532 wp-admin/includes/template.php:620
#: wp-admin/includes/theme-install.php:285 wp-admin/includes/nav-menu.php:189
#: wp-admin/includes/class-wp-terms-list-table.php:366
#: wp-admin/includes/meta-boxes.php:104 wp-admin/includes/meta-boxes.php:150
#: wp-admin/press-this.php:130 wp-admin/press-this.php:160
#: wp-admin/press-this.php:291 wp-admin/widgets.php:286
msgid "Cancel"
msgstr ""
#: wp-includes/script-loader.php:318
msgid "Publish on:"
msgstr ""
#: wp-includes/script-loader.php:319
msgid "Schedule for:"
msgstr ""
#: wp-includes/script-loader.php:320
msgid "Published on:"
msgstr ""
#: wp-includes/script-loader.php:321
msgid "Show more comments"
msgstr ""
#: wp-includes/script-loader.php:322
msgid "No more comments found."
msgstr ""