forked from joseconti/WangGuard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwangguard.pot
2064 lines (1655 loc) · 52.2 KB
/
wangguard.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
# Translation of the WordPress plugin WangGuard by .
# Copyright (C) 2011
# This file is distributed under the same license as the package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: WangGuard\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-11-30 21:42+0100\n"
"PO-Revision-Date: 2014-11-30 21:42+0100\n"
"Last-Translator: José Conti <[email protected]>\n"
"Language-Team: WangGuard <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Generator: Poedit 1.6.11\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../wangguard-about.php:21 ../wangguard-addons.php:22
#: ../wangguard-compatible-plugins.php:22 ../wangguard-conf.php:7
#: ../wangguard-cronjobs.php:20 ../wangguard-help.php:5
#: ../wangguard-help.php:197 ../wangguard-help.php:420
#: ../wangguard-queue.php:6 ../wangguard-stats.php:8
#: ../wangguard-user-info.php:9 ../wangguard-users.php:6
#: ../wangguard-wizard.php:19
msgid "Cheatin’ uh?"
msgstr ""
#: ../wangguard-about.php:27
#, php-format
msgid "Welcome to WangGuard %s"
msgstr ""
#: ../wangguard-about.php:28
#, php-format
msgid "Thank you for install WangGuard %s!"
msgstr ""
#: ../wangguard-about.php:29 ../wangguard-about.php:203
#: ../wangguard-about.php:287 ../wangguard-addons.php:27
#: ../wangguard-compatible-plugins.php:27 ../wangguard-help.php:21
#: ../wangguard-help.php:212 ../wangguard-help.php:426
#, php-format
msgid "Version %s"
msgstr ""
#: ../wangguard-about.php:38 ../wangguard-about.php:212
#: ../wangguard-about.php:296
msgid "What’s New"
msgstr ""
#: ../wangguard-about.php:46 ../wangguard-about.php:220
#: ../wangguard-about.php:304 ../wangguard-admin.php:2159
#: ../wangguard-help.php:205 ../wangguard-help.php:207
msgid "Credits"
msgstr ""
#: ../wangguard-about.php:54 ../wangguard-about.php:228
#: ../wangguard-about.php:312 ../wangguard-admin.php:2156
msgid "Development"
msgstr ""
#: ../wangguard-about.php:58
msgid "Welcome to WangGuard, Welcome to the revolution"
msgstr ""
#: ../wangguard-about.php:62
msgid "WangGuard 1.6 is here"
msgstr ""
#: ../wangguard-about.php:63
msgid ""
"After many month, WanGuard 1.6 is here. It comes with many new features and "
"many fixed bugs."
msgstr ""
#: ../wangguard-about.php:66
msgid "Now WangGuard API with secure connection"
msgstr ""
#: ../wangguard-about.php:67
msgid ""
"Now WangGuard API works over SSL. In this way we give greater security and "
"privacy to your site and your users.."
msgstr ""
#: ../wangguard-about.php:72
msgid "Survey"
msgstr ""
#: ../wangguard-about.php:75
msgid "Please, help us with this survey"
msgstr ""
#: ../wangguard-about.php:76
msgid ""
"With this survey you will help us to make some decisions. There are only 4 "
"questions and you only need a minute for answer the questions. Thanks a lot "
"for your help."
msgstr ""
#: ../wangguard-about.php:86 ../wangguard-about.php:274
#: ../wangguard-about.php:348 ../wangguard-addons.php:100
#: ../wangguard-compatible-plugins.php:100 ../wangguard-help.php:189
#: ../wangguard-help.php:286 ../wangguard-help.php:448
msgid "Go to WangGuard Settings"
msgstr ""
#: ../wangguard-about.php:106 ../wangguard-about.php:137
#, php-format
msgid "View %s"
msgstr ""
#: ../wangguard-about.php:201
#, php-format
msgid "WangGuard %s Credits"
msgstr ""
#: ../wangguard-about.php:202
msgid "These are the people that actually makes WangGuard possible"
msgstr ""
#: ../wangguard-about.php:231 ../wangguard-about.php:315
msgid "WangGuard is created by a worldwide splog haters."
msgstr ""
#: ../wangguard-about.php:241 ../wangguard-about.php:264
#: ../wangguard-about.php:325 ../wangguard-about.php:338
#: ../wangguard-admin.php:2158 ../wangguard-help.php:28
#: ../wangguard-help.php:210 ../wangguard-help.php:219
#: ../wangguard-help.php:433
msgid "Help Us"
msgstr ""
#: ../wangguard-about.php:244
msgid "Project Leader and Core Developer"
msgstr ""
#: ../wangguard-about.php:251
msgid "Founder and the greater splog hater in the world"
msgstr ""
#: ../wangguard-about.php:254
msgid "Contributing Developers"
msgstr ""
#: ../wangguard-about.php:257 ../wangguard-about.php:331
msgid "Want to be here? more info in "
msgstr ""
#: ../wangguard-about.php:285
msgid "WangGuard Development"
msgstr ""
#: ../wangguard-about.php:286
msgid "Follow WangGuard Development"
msgstr ""
#: ../wangguard-about.php:317
msgid ""
"Want to contribute to <strong>WangGuard</strong>? You can do it in many "
"ways.\n"
"You can see all ways in "
msgstr ""
#: ../wangguard-about.php:328
msgid "WangGuard Commits"
msgstr ""
#: ../wangguard-addons.php:25
#, php-format
msgid "Extending WangGuard %s"
msgstr ""
#: ../wangguard-addons.php:26
msgid "WangGuard Add-ons developed by us for extend functionalities"
msgstr ""
#: ../wangguard-addons.php:31 ../wangguard-addons.php:35
msgid "WangGuard Add-ons"
msgstr ""
#: ../wangguard-addons.php:86 ../wangguard-compatible-plugins.php:86
#, php-format
msgid "More information about %s"
msgstr ""
#: ../wangguard-addons.php:86 ../wangguard-compatible-plugins.php:86
msgid "Details"
msgstr ""
#: ../wangguard-admin.php:43
msgid "Once a day"
msgstr ""
#: ../wangguard-admin.php:43 ../wangguard-admin.php:1709
msgid "Every 3 days"
msgstr ""
#: ../wangguard-admin.php:43 ../wangguard-admin.php:1710
msgid "Every 5 days"
msgstr ""
#: ../wangguard-admin.php:43 ../wangguard-admin.php:1711
msgid "Weekly"
msgstr ""
#: ../wangguard-admin.php:43 ../wangguard-admin.php:1712
msgid "Two Weeks"
msgstr ""
#: ../wangguard-admin.php:44
msgid "Flag detected Sploggers as Sploggers and Spam users"
msgstr ""
#: ../wangguard-admin.php:44
msgid "Delete detected Sploggers"
msgstr ""
#: ../wangguard-admin.php:45
msgid "Week"
msgstr ""
#: ../wangguard-admin.php:45
msgid "5 days"
msgstr ""
#: ../wangguard-admin.php:45
msgid "3 days"
msgstr ""
#: ../wangguard-admin.php:45
msgid "1 day"
msgstr ""
#: ../wangguard-admin.php:302 ../wangguard-admin.php:314
#: ../wangguard-admin.php:434 ../wangguard-admin.php:446
#: ../wangguard-buddypress.php:108 ../wangguard-buddypress.php:120
msgid ""
"<strong>ERROR</strong>: Banned by WangGuard <a href=\"http://www.wangguard."
"com/faq\" target=\"_new\">Is it an error?</a> Perhaps you tried to register "
"many times."
msgstr ""
#: ../wangguard-admin.php:307 ../wangguard-admin.php:439
#: ../wangguard-buddypress.php:113
msgid "<strong>ERROR</strong>: The answer to the security question is invalid."
msgstr ""
#: ../wangguard-admin.php:311 ../wangguard-admin.php:443
#: ../wangguard-buddypress.php:117
msgid "<strong>ERROR</strong>: Domain not allowed."
msgstr ""
#: ../wangguard-admin.php:315 ../wangguard-admin.php:447
#: ../wangguard-buddypress.php:121
msgid "<strong>ERROR</strong>: Duplicate alias email found by WangGuard."
msgstr ""
#: ../wangguard-admin.php:316 ../wangguard-admin.php:448
#: ../wangguard-buddypress.php:122
msgid ""
"<strong>ERROR</strong>: WangGuard couldn't find an MX record associated with "
"your email domain."
msgstr ""
#: ../wangguard-admin.php:516 ../wangguard-admin.php:1048
#: ../wangguard-admin.php:1089 ../wangguard-admin.php:1130
#: ../wangguard-admin.php:1197 ../wangguard-admin.php:1233
#: ../wangguard-admin.php:1580 ../wangguard-wizard.php:287
msgid "Your WangGuard API KEY is invalid."
msgstr ""
#: ../wangguard-admin.php:794
msgid "Do you confirm to report the user?"
msgstr ""
#: ../wangguard-admin.php:813
msgid "The user was reported."
msgstr ""
#: ../wangguard-admin.php:830
msgid "Do you confirm to report the blog and authors?"
msgstr ""
#: ../wangguard-admin.php:849
msgid "The blog was reported."
msgstr ""
#: ../wangguard-admin.php:942
msgid "A user have been reported"
msgstr ""
#: ../wangguard-admin.php:943
msgid "The reported user is "
msgstr ""
#: ../wangguard-admin.php:944 ../wangguard-admin.php:1637
msgid "Click here to manage users: "
msgstr ""
#: ../wangguard-admin.php:966
msgid "A blog have been reported"
msgstr ""
#: ../wangguard-admin.php:967
msgid "<b>The blog name is: </b>"
msgstr ""
#: ../wangguard-admin.php:968
msgid "<b>The blog description is: </b>"
msgstr ""
#: ../wangguard-admin.php:969
msgid "<b>The blog url is: </b>"
msgstr ""
#: ../wangguard-admin.php:970
msgid "<b>Click here to manage blogs: </b>"
msgstr ""
#: ../wangguard-admin.php:1030
msgid ""
"Do you confirm to flag this user as Splogger? This operation is IRREVERSIBLE "
"and will DELETE the user."
msgstr ""
#: ../wangguard-admin.php:1032
msgid "Do you confirm to flag this user as Splogger?"
msgstr ""
#: ../wangguard-admin.php:1044 ../wangguard-admin.php:1085
#: ../wangguard-admin.php:1194 ../wangguard-admin.php:1229
msgid "The selected user couldn't be found on the users table."
msgstr ""
#: ../wangguard-admin.php:1052 ../wangguard-admin.php:1093
#: ../wangguard-admin.php:1134 ../wangguard-admin.php:1200
#: ../wangguard-admin.php:1237 ../wangguard-conf.php:88
msgid ""
"There was a problem connecting to the WangGuard server. Please check your "
"server configuration."
msgstr ""
#: ../wangguard-admin.php:1063 ../wangguard-admin.php:1840
#: ../wangguard-core.php:970
msgid "Reported as Splogger"
msgstr ""
#: ../wangguard-admin.php:1075
msgid "Do you confirm to flag this user as safe?"
msgstr ""
#: ../wangguard-admin.php:1101 ../wangguard-core.php:979
#: ../wangguard-cronjobs.php:27
msgid "Checked (forced)"
msgstr ""
#: ../wangguard-admin.php:1113
msgid ""
"Do you confirm to flag this blog's author(s) as Splogger(s)? This operation "
"is IRREVERSIBLE and will DELETE the user(s)."
msgstr ""
#: ../wangguard-admin.php:1115
msgid "Do you confirm to flag this blog's author(s) as Splogger(s)?"
msgstr ""
#: ../wangguard-admin.php:1126
msgid "The selected blog couldn't be found."
msgstr ""
#: ../wangguard-admin.php:1146
msgid "Do you confirm to remove the blog from the Moderation Queue?"
msgstr ""
#: ../wangguard-admin.php:1162
msgid "Do you confirm to remove the user from the Moderation Queue?"
msgstr ""
#: ../wangguard-admin.php:1181
msgid ""
"Do you confirm to flag this user domain as Splogger? This operation is "
"IRREVERSIBLE and will DELETE the users that shares this domain."
msgstr ""
#: ../wangguard-admin.php:1183
msgid "Do you confirm to flag this user domain as Splogger?"
msgstr ""
#: ../wangguard-admin.php:1215
msgid "There was a problem connecting to your WordPress server."
msgstr ""
#: ../wangguard-admin.php:1261
msgid "Do you confirm to delete this question?."
msgstr ""
#: ../wangguard-admin.php:1293 ../wangguard-conf.php:147
#: ../wangguard-conf.php:156
msgid "Question"
msgstr ""
#: ../wangguard-admin.php:1294 ../wangguard-conf.php:148
#: ../wangguard-conf.php:158
msgid "Answer"
msgstr ""
#: ../wangguard-admin.php:1295 ../wangguard-conf.php:150
msgid "delete question"
msgstr ""
#: ../wangguard-admin.php:1319
msgid "Do you confirm to delete this cron job?."
msgstr ""
#: ../wangguard-admin.php:1365
msgid "Bulk check Sploggers"
msgstr ""
#: ../wangguard-admin.php:1366
msgid "Bulk report Sploggers"
msgstr ""
#: ../wangguard-admin.php:1408
msgid ""
"Do you confirm to flag the selected users as Sploggers? This operation is "
"IRREVERSIBLE and will DELETE the users."
msgstr ""
#: ../wangguard-admin.php:1411
msgid "Do you confirm to flag the selected users as Sploggers?"
msgstr ""
#: ../wangguard-admin.php:1583 ../wangguard-admin.php:1755
#: ../wangguard-cronjobs.php:44 ../wangguard-cronjobs.php:151
msgid "Action"
msgstr ""
#: ../wangguard-admin.php:1588
#, php-format
msgid "Verifying %d new users since"
msgstr ""
#: ../wangguard-admin.php:1626
msgid "--- Verified Users ---"
msgstr ""
#: ../wangguard-admin.php:1627
msgid "--- Detected Sploggers ---"
msgstr ""
#: ../wangguard-admin.php:1629
msgid "No new users to verify since "
msgstr ""
#: ../wangguard-admin.php:1636
msgid "Next run "
msgstr ""
#: ../wangguard-admin.php:1653
#, php-format
msgid "Verified: %d - Sploggers: %d"
msgstr ""
#: ../wangguard-admin.php:1753 ../wangguard-cronjobs.php:42
msgid "Cron Job Code"
msgstr ""
#: ../wangguard-admin.php:1754 ../wangguard-cronjobs.php:43
#: ../wangguard-cronjobs.php:56
msgid "Run"
msgstr ""
#: ../wangguard-admin.php:1756 ../wangguard-cronjobs.php:45
#: ../wangguard-cronjobs.php:159
msgid "Check users registered in the last"
msgstr ""
#: ../wangguard-admin.php:1757 ../wangguard-cronjobs.php:46
msgid "Last run"
msgstr ""
#: ../wangguard-admin.php:1758 ../wangguard-cronjobs.php:47
msgid "Next run"
msgstr ""
#: ../wangguard-admin.php:1759 ../wangguard-cronjobs.php:48
msgid "delete cron job"
msgstr ""
#: ../wangguard-admin.php:1835 ../wangguard-core.php:964
msgid "No status"
msgstr ""
#: ../wangguard-admin.php:1843 ../wangguard-core.php:976
msgid "Checked"
msgstr ""
#: ../wangguard-admin.php:1846 ../wangguard-core.php:988
msgid "Error"
msgstr ""
#: ../wangguard-admin.php:1847 ../wangguard-core.php:967
msgid "Not checked"
msgstr ""
#: ../wangguard-admin.php:1888 ../wangguard-admin.php:1918
#: ../wangguard-admin.php:1932 ../wangguard-admin.php:1961
#: ../wangguard-admin.php:1962
msgid "Report user"
msgstr ""
#: ../wangguard-admin.php:1994 ../wangguard-admin.php:2077
#: ../wangguard-admin.php:2109
msgid "WangGuard"
msgstr ""
#: ../wangguard-admin.php:2001 ../wangguard-admin.php:2044
#: ../wangguard-admin.php:2078 ../wangguard-admin.php:2087
msgid "Report blog and author"
msgstr ""
#: ../wangguard-admin.php:2007 ../wangguard-admin.php:2079
#: ../wangguard-admin.php:2136
msgid "Users"
msgstr ""
#: ../wangguard-admin.php:2013 ../wangguard-admin.php:2080
#: ../wangguard-admin.php:2140
msgid "Moderation Queue"
msgstr ""
#: ../wangguard-admin.php:2019 ../wangguard-admin.php:2081
#: ../wangguard-admin.php:2144
msgid "Wizard"
msgstr ""
#: ../wangguard-admin.php:2024 ../wangguard-admin.php:2082
#: ../wangguard-admin.php:2146
msgid "Cron Jobs"
msgstr ""
#: ../wangguard-admin.php:2029 ../wangguard-admin.php:2083
#: ../wangguard-admin.php:2148
msgid "Stats"
msgstr ""
#: ../wangguard-admin.php:2034 ../wangguard-admin.php:2084
#: ../wangguard-admin.php:2134 ../wangguard-help.php:76
msgid "Configuration"
msgstr ""
#: ../wangguard-admin.php:2150
msgid "Add-Ons"
msgstr ""
#: ../wangguard-admin.php:2151 ../wangguard-compatible-plugins.php:31
#: ../wangguard-compatible-plugins.php:35
msgid "Third party plugins"
msgstr ""
#: ../wangguard-admin.php:2152
msgid "About"
msgstr ""
#: ../wangguard-admin.php:2153 ../wangguard-help.php:25
#: ../wangguard-help.php:216 ../wangguard-help.php:430
msgid "Help"
msgstr ""
#: ../wangguard-admin.php:2154
msgid "Users Info"
msgstr ""
#: ../wangguard-admin.php:2157 ../wangguard-help.php:31
#: ../wangguard-help.php:222 ../wangguard-help.php:436
msgid "Contact"
msgstr ""
#: ../wangguard-admin.php:2235 ../wangguard-stats.php:12
#: ../wangguard-stats.php:14
msgid "WangGuard Stats"
msgstr ""
#: ../wangguard-admin.php:2235
msgid "Last 7 days"
msgstr ""
#: ../wangguard-admin.php:2282
msgid "Click here to access the WangGuard stats"
msgstr ""
#: ../wangguard-allow-signup-splogger-detected.php:63
msgid "<strong>ERROR</strong>: Your email has words not Allowed in this site."
msgstr ""
#: ../wangguard-class-wp-queue.php:33
msgid "No reported users or blogs were found."
msgstr ""
#: ../wangguard-class-wp-queue.php:48
#, php-format
msgid "All Reports <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-queue.php:51
#, php-format
msgid "Reported users <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-queue.php:54
#, php-format
msgid "Reported blogs <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-queue.php:59 ../wangguard-class-wp-queue.php:107
#: ../wangguard-class-wp-queue.php:146
msgid "Remove from Queue"
msgstr ""
#: ../wangguard-class-wp-queue.php:60 ../wangguard-class-wp-users.php:108
msgid "Report as Splogger"
msgstr ""
#: ../wangguard-class-wp-queue.php:71 ../wangguard-class-wp-users.php:124
#: ../wangguard-core.php:903 ../wangguard-core.php:923
msgid "Username"
msgstr ""
#: ../wangguard-class-wp-queue.php:71 ../wangguard-core.php:904
msgid "Type"
msgstr ""
#: ../wangguard-class-wp-queue.php:71 ../wangguard-class-wp-users.php:125
#: ../wangguard-core.php:905 ../wangguard-core.php:925
#: ../wangguard-help.php:336
msgid "E-mail"
msgstr ""
#: ../wangguard-class-wp-queue.php:71 ../wangguard-core.php:906
msgid "Reported by"
msgstr ""
#: ../wangguard-class-wp-queue.php:71 ../wangguard-core.php:907
msgid "Reported on"
msgstr ""
#: ../wangguard-class-wp-queue.php:113 ../wangguard-class-wp-users.php:168
msgid "Edit user"
msgstr ""
#: ../wangguard-class-wp-queue.php:114 ../wangguard-class-wp-users.php:169
msgid "BP Profile"
msgstr ""
#: ../wangguard-class-wp-queue.php:142
msgid "Authors: "
msgstr ""
#: ../wangguard-class-wp-queue.php:152
msgid "Report authors as Sploggers"
msgstr ""
#: ../wangguard-class-wp-queue.php:153
msgid "Open blog"
msgstr ""
#: ../wangguard-class-wp-queue.php:177 ../wangguard-class-wp-users.php:210
#, php-format
msgid "E-mail: %s"
msgstr ""
#: ../wangguard-class-wp-queue.php:288
msgid "User"
msgstr ""
#: ../wangguard-class-wp-queue.php:301
msgid "Blog"
msgstr ""
#: ../wangguard-class-wp-users.php:56
msgid "No users were found."
msgstr ""
#: ../wangguard-class-wp-users.php:69
#, php-format
msgid "All Members <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-users.php:75
#, php-format
msgid "Unchecked Users <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-users.php:87
#, php-format
msgid "Verified Members <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-users.php:96
#, php-format
msgid "Spammers <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-users.php:103
#, php-format
msgid "Sploggers <span class=\"count\">(%s)</span>"
msgstr ""
#: ../wangguard-class-wp-users.php:113
msgid "Whitelist"
msgstr ""
#: ../wangguard-class-wp-users.php:114
msgid "Delete Users"
msgstr ""
#: ../wangguard-class-wp-users.php:123 ../wangguard-core.php:922
msgid "Info"
msgstr ""
#: ../wangguard-class-wp-users.php:126 ../wangguard-core.php:926
msgid "Signed up on"
msgstr ""
#: ../wangguard-class-wp-users.php:127 ../wangguard-core.php:927
msgid "User IP"
msgstr ""
#: ../wangguard-class-wp-users.php:128 ../wangguard-core.php:928
msgid "Posts"
msgstr ""
#: ../wangguard-class-wp-users.php:129
msgid "Blogs"
msgstr ""
#: ../wangguard-class-wp-users.php:130 ../wangguard-core.php:930
msgid "Admin Group"
msgstr ""
#: ../wangguard-class-wp-users.php:201
msgid "Info about"
msgstr ""
#: ../wangguard-class-wp-users.php:201
msgid "User Info"
msgstr ""
#: ../wangguard-class-wp-users.php:221
msgid "proxy"
msgstr ""
#: ../wangguard-class-wp-users.php:227
msgid "reported proxy"
msgstr ""
#: ../wangguard-compatible-plugins.php:25
msgid "Plugins compatibles with WangGuard"
msgstr ""
#: ../wangguard-compatible-plugins.php:26
msgid "Third party plugins compatibles with WangGuard"
msgstr ""
#: ../wangguard-conf.php:29
msgid "Blocked domains has been saved."
msgstr ""
#: ../wangguard-conf.php:59
msgid "WangGuard settings has been saved."
msgstr ""
#: ../wangguard-conf.php:84
msgid "Your key has been cleared."
msgstr ""
#: ../wangguard-conf.php:85
msgid "Your key has been verified!"
msgstr ""
#: ../wangguard-conf.php:86
msgid "The key you entered is invalid. Please double-check it."
msgstr ""
#: ../wangguard-conf.php:87
msgid ""
"The key you entered could not be verified because a connection to wangguard."
"com could not be established. Please check your server configuration."
msgstr ""
#: ../wangguard-conf.php:89
#, php-format
msgid ""
"Please enter an API key. (<a href=\"%s\" style=\"color:#fff\">Get your key "
"here.</a>)"
msgstr ""
#: ../wangguard-conf.php:90
msgid "This key is valid."
msgstr ""
#: ../wangguard-conf.php:91
msgid ""
"The key below was previously validated but a connection to wangguard.com can "
"not be established at this time. Please check your server configuration."
msgstr ""
#: ../wangguard-conf.php:96
msgid "Options saved."
msgstr ""
#: ../wangguard-conf.php:100
msgid "WangGuard Configuration"
msgstr ""
#: ../wangguard-conf.php:104 ../wangguard-conf.php:113
#: ../wangguard-conf.php:116
msgid "WangGuard API Key"
msgstr ""
#: ../wangguard-conf.php:105 ../wangguard-conf.php:131
#: ../wangguard-conf.php:132
msgid "Security questions"
msgstr ""
#: ../wangguard-conf.php:106 ../wangguard-conf.php:166
#: ../wangguard-conf.php:174
msgid "WangGuard settings"
msgstr ""
#: ../wangguard-conf.php:107 ../wangguard-conf.php:252
#: ../wangguard-conf.php:253
msgid "Blocked domains"
msgstr ""
#: ../wangguard-conf.php:108 ../wangguard-conf.php:361
#: ../wangguard-conf.php:363
msgid "Server Connectivity"
msgstr ""
#: ../wangguard-conf.php:115
#, php-format
msgid ""
"For many people, <a href=\"%1$s\">WangGuard</a> will greatly reduce or even "
"completely eliminate the Sploggers you get on your site. If one does happen "
"to get through, simply mark it as Splogger on the Users screen. If you don't "
"have an API key yet, <a href=\"%2$s\" target=\"_new\">get one here</a>."
msgstr ""
#: ../wangguard-conf.php:120
msgid "<a href=\"http://wangguard.com/faq\" target=\"_new\">What is this?</a>"
msgstr ""
#: ../wangguard-conf.php:122
msgid "Why might my key be invalid?"
msgstr ""
#: ../wangguard-conf.php:123
msgid ""
"This can mean one of two things, either you copied the key wrong or that the "
"plugin is unable to reach the WangGuard servers, which is most often caused "
"by an issue with your web host around firewalls or similar."
msgstr ""
#: ../wangguard-conf.php:126
msgid "Update options »"
msgstr ""
#: ../wangguard-conf.php:133
msgid ""
"Security questions are randomly asked on the registration form to prevent "
"automated signups."
msgstr ""
#: ../wangguard-conf.php:134
msgid ""
"Security questions are optional, it's up to you whether to use them or not."
msgstr ""
#: ../wangguard-conf.php:135
msgid ""
"Create you own security questions from the form below, or delete the "
"questions you don't want anymore."
msgstr ""
#: ../wangguard-conf.php:140
msgid "Existing security questions"
msgstr ""
#: ../wangguard-conf.php:143
msgid "No security questions created yet"
msgstr ""
#: ../wangguard-conf.php:149
msgid "Replied OK / Wrong"
msgstr ""
#: ../wangguard-conf.php:155
msgid "Add a new security question"
msgstr ""
#: ../wangguard-conf.php:160
msgid ""
"Fill in both the question and the answer fields to create a new security "
"question"
msgstr ""
#: ../wangguard-conf.php:162
msgid "Create question »"
msgstr ""
#: ../wangguard-conf.php:185
msgid ""
"<strong>Delete users when reporting them to WangGuard.</strong><br/>By "
"checking this option, the users you report as Sploggers will be deleted from "
"your site."
msgstr ""
#: ../wangguard-conf.php:190
msgid ""
"<strong>Show the 'report user' button on BuddyPress.</strong><br/>BuddyPress "
"only. By checking this option a link called 'report user' will be shown on "
"each user's activity and profile page."
msgstr ""
#: ../wangguard-conf.php:196
msgid ""
"<strong>Show the 'Report blog and author' menu item in the Admin Bar.</"
"strong><br/>By checking this option a new menu item on the Admin Bar called "
"'Report blog and author' will be shown on each blog."
msgstr ""
#: ../wangguard-conf.php:201
msgid ""
"<strong>Disable</strong> WangGuard menu from WordPress & BuddyPress AdminBar."
msgstr ""
#: ../wangguard-conf.php:205
msgid ""
"<strong>Check for duplicated gmail.com and googlemail.com emails on sign up."
"</strong><br/>Checks that duplicated accounts @gmail.com and @googlemail.com "
"accounts doesn't exists, also takes in count that gMail ignores the dots and "
"what's after a + sign on the left side of the @."
msgstr ""
#: ../wangguard-conf.php:209
msgid ""
"<strong>Remove the generator META tag.</strong><br/>By checking this option, "
"WangGuard will remove the generator META tag from the generated pages of "
"your site, this will prevent automated bots to easilly identify a WordPress "
"site by looking at this META tag."
msgstr ""
#: ../wangguard-conf.php:213
msgid ""
"<strong>Enable</sytong> honeypot fields (signup trap fields). Some themes "
"has problem with honeypot fields. If you have some problems with those "
"fields, disable this option"
msgstr ""
#: ../wangguard-conf.php:220
msgid ""
"<strong>Check email domains agains the DNS server.</strong><br/>Verifies "
"that an associated Mail eXchange (MX) record exists for the email domain, if "
"the verification fails, the sign up process is stopped. Recommeded for non "
"multi user or BuddyPress WordPress installations. Users may notice a small "
"delay of around 1 or 2 seconds on the sign up process due to the DNS "
"verification."
msgstr ""
#: ../wangguard-conf.php:223
msgid ""
"<strong>Warning:</strong> PHP function <strong>getmxrr()</strong> is not "
"available on your server. Contact your server admin to enable it in order to "
"activate this feature."
msgstr ""
#: ../wangguard-conf.php:229
msgid ""
"<strong>Do NOT verify client IP address.</strong><br/>By checking this "
"option, when checking a user, the IP address of the user will not be sent "
"along with the e-mail address to the WangGuard service. Selecting this "
"option reduces WangGuard effectiveness, but if your new accounts come mostly "
"from the same IP, in the case of colleges, universities or other large "
"institutions, this would prevent WangGuard from flagging the IP address as "
"suspicious."
msgstr ""
#: ../wangguard-conf.php:233
msgid ""
"<strong>Ninja mode.</strong><br/>By checking this option no confirmation "
"message will be asked for report operations on the Users manager. Just "
"remember that users gets deleted when reported and the option 'Delete users "
"when reporting them to WangGuard' is selected."
msgstr ""