forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.po
More file actions
2444 lines (1894 loc) · 74.2 KB
/
en.po
File metadata and controls
2444 lines (1894 loc) · 74.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"POT-Creation-Date: 2019-10-27 19:00-0400\n"
"Mime-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: @lingui/cli\n"
"Language: en\n"
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Plural-Forms: \n"
#: src/TermsConditionsPage.js:169
msgid ", and"
msgstr ", and"
#: src/TermsConditionsPage.js:62
msgid ". Personal information will not be disclosed by Treasury Board Secretariat of Canada (TBS) except in accordance with the"
msgstr ". Personal information will not be disclosed by Treasury Board Secretariat of Canada (TBS) except in accordance with the"
#: src/PageNotFound.js:16
msgid "404 - Page Not Found"
msgstr "404 - Page Not Found"
#: src/DmarcByDomainPage.js:267
msgid "A more detailed breakdown of each domain can be found by clicking on its address in the first column."
msgstr "A more detailed breakdown of each domain can be found by clicking on its address in the first column."
#: src/CreateUserPage.js:121
msgid "A verification link has been sent to your email account"
msgstr "A verification link has been sent to your email account"
#: src/UserListModal.js:256
msgid "ADMIN"
msgstr "ADMIN"
#: src/ScanCategoryDetails.js:154
msgid "Acceptable Ciphers:"
msgstr "Acceptable Ciphers:"
#: src/ScanCategoryDetails.js:187
msgid "Acceptable Curves:"
msgstr "Acceptable Curves:"
#: src/TermsConditionsPage.js:85
msgid "Access to Information"
msgstr "Access to Information"
#: src/TermsConditionsPage.js:104
msgid "Access to Information Act."
msgstr "Access to Information Act."
#: src/TermsConditionsPage.js:248
msgid "Account"
msgstr "Account"
#: src/UserPage.js:93
msgid "Account Closed Successfully"
msgstr "Account Closed Successfully"
#: src/App.js:100
#: src/FloatingMenu.js:176
#: src/UserPage.js:149
msgid "Account Settings"
msgstr "Account Settings"
#: src/CreateUserPage.js:83
msgid "Account created."
msgstr "Account created."
#: src/CreateOrganizationPage.js:209
#: src/CreateOrganizationPage.js:214
#: src/Organizations.js:218
msgid "Acronym"
msgstr "Acronym"
#: src/OrganizationInformation.js:341
msgid "Acronym (EN)"
msgstr "Acronym (EN)"
#: src/OrganizationInformation.js:344
msgid "Acronym (FR)"
msgstr "Acronym (FR)"
#: src/OrganizationInformation.js:417
msgid "Acronym:"
msgstr "Acronym:"
#: src/fieldRequirements.js:41
msgid "Acronyms can only use upper case letters and underscores"
msgstr "Acronyms can only use upper case letters and underscores"
#: src/fieldRequirements.js:45
msgid "Acronyms must be at most 50 characters"
msgstr "Acronyms must be at most 50 characters"
#: src/AdminDomains.js:261
msgid "Add Domain"
msgstr "Add Domain"
#: src/AdminDomainModal.js:189
msgid "Add Domain Details"
msgstr "Add Domain Details"
#: src/UserListModal.js:193
msgid "Add User"
msgstr "Add User"
#: src/App.js:189
msgid "Admin"
msgstr "Admin"
#: src/FloatingMenu.js:178
msgid "Admin Portal"
msgstr "Admin Portal"
#: src/App.js:106
msgid "Admin Profile"
msgstr "Admin Profile"
#: src/ForgotPasswordPage.js:38
msgid "An email was sent with a link to reset your password"
msgstr "An email was sent with a link to reset your password"
#: src/ErrorFallbackMessage.js:12
msgid "An error has occurred."
msgstr "An error has occurred."
#: src/FloatingMenu.js:37
#: src/TopBanner.js:23
msgid "An error occured when you attempted to sign out"
msgstr "An error occured when you attempted to sign out"
#: src/OrganizationInformation.js:73
msgid "An error occurred while removing this organization."
msgstr "An error occurred while removing this organization."
#: src/OrganizationInformation.js:137
msgid "An error occurred while updating this organization."
msgstr "An error occurred while updating this organization."
#: src/EditableUserTFAMethod.js:30
msgid "An error occurred while updating your TFA send method."
msgstr "An error occurred while updating your TFA send method."
#: src/EditableUserDisplayName.js:39
msgid "An error occurred while updating your display name."
msgstr "An error occurred while updating your display name."
#: src/EditableUserEmail.js:39
msgid "An error occurred while updating your email address."
msgstr "An error occurred while updating your email address."
#: src/EditableUserLanguage.js:20
msgid "An error occurred while updating your language."
msgstr "An error occurred while updating your language."
#: src/EditableUserPassword.js:39
msgid "An error occurred while updating your password."
msgstr "An error occurred while updating your password."
#: src/EditableUserPhoneNumber.js:43
msgid "An error occurred while updating your phone number."
msgstr "An error occurred while updating your phone number."
#: src/EditableUserPhoneNumber.js:83
msgid "An error occurred while verifying your phone number."
msgstr "An error occurred while verifying your phone number."
#: src/AdminDomainModal.js:49
#: src/AdminDomainModal.js:98
#: src/AdminDomains.js:99
#: src/CreateOrganizationPage.js:74
#: src/OrganizationDetails.js:56
#: src/TwoFactorAuthenticatePage.js:35
#: src/UserList.js:94
#: src/UserListModal.js:54
#: src/UserPage.js:82
msgid "An error occurred."
msgstr "An error occurred."
#: src/TermsConditionsPage.js:225
msgid "Any data or information disclosed to TBS will be used in a manner consistent with our"
msgstr "Any data or information disclosed to TBS will be used in a manner consistent with our"
#: src/TermsConditionsPage.js:136
msgid "Any products or related services provided to you by TBS are and will remain the intellectual property of the Government of Canada."
msgstr "Any products or related services provided to you by TBS are and will remain the intellectual property of the Government of Canada."
#: src/months.js:7
msgid "April"
msgstr "April"
#: src/OrganizationInformation.js:496
msgid "Are you sure you want to permanently remove the organization \"{0}\"?"
msgstr "Are you sure you want to permanently remove the organization \"{0}\"?"
#: src/OrganizationDetails.js:217
msgid "Are you sure you wish to leave {orgName}? You will have to be invited back in to access it."
msgstr "Are you sure you wish to leave {orgName}? You will have to be invited back in to access it."
#: src/ScanCard.js:25
#: src/ScanDomain.js:127
msgid "Assess current state;"
msgstr "Assess current state;"
#: src/months.js:11
msgid "August"
msgstr "August"
#: src/App.js:148
msgid "Authenticate"
msgstr "Authenticate"
#: src/CreateOrganizationPage.js:253
#: src/CreateUserPage.js:212
#: src/ForgotPasswordPage.js:89
msgid "Back"
msgstr "Back"
#: src/OrganizationSummary.js:19
msgid "Based in:"
msgstr "Based in:"
#: src/OrganizationInformation.js:335
msgid "Blank fields will not be included when updating the organization."
msgstr "Blank fields will not be included when updating the organization."
#: src/TermsConditionsPage.js:25
msgid "By accessing, browsing, or using our website or our services, you acknowledge that you have read, understood, and agree to be bound by these Terms and Conditions, and to comply with all applicable laws and regulations. We recommend that you review all Terms and Conditions periodically to understand any updates or changes that may affect you. If you do not agree to these Terms and Conditions, please refrain from using our website, products and services."
msgstr "By accessing, browsing, or using our website or our services, you acknowledge that you have read, understood, and agree to be bound by these Terms and Conditions, and to comply with all applicable laws and regulations. We recommend that you review all Terms and Conditions periodically to understand any updates or changes that may affect you. If you do not agree to these Terms and Conditions, please refrain from using our website, products and services."
#: src/ScanCategoryDetails.js:100
msgid "CCS Injection Vulnerability:"
msgstr "CCS Injection Vulnerability:"
#: src/LandingPage.js:26
msgid "Canadians rely on the Government of Canada to provide secure digital services. The Policy on Service and Digital guides government online services to adopt good security practices for email and web services. Track how government sites are becoming more secure."
msgstr "Canadians rely on the Government of Canada to provide secure digital services. The Policy on Service and Digital guides government online services to adopt good security practices for email and web services. Track how government sites are becoming more secure."
#: src/OrganizationDetails.js:225
#: src/UserPage.js:285
msgid "Cancel"
msgstr "Cancel"
#: src/EditableUserPassword.js:158
#: src/ResetPasswordPage.js:111
msgid "Change Password"
msgstr "Change Password"
#: src/EditableUserTFAMethod.js:41
msgid "Changed TFA Send Method"
msgstr "Changed TFA Send Method"
#: src/EditableUserDisplayName.js:50
msgid "Changed User Display Name"
msgstr "Changed User Display Name"
#: src/EditableUserEmail.js:50
msgid "Changed User Email"
msgstr "Changed User Email"
#: src/EditableUserLanguage.js:31
msgid "Changed User Language"
msgstr "Changed User Language"
#: src/EditableUserPassword.js:53
msgid "Changed User Password"
msgstr "Changed User Password"
#: src/EditableUserPhoneNumber.js:94
msgid "Changed User Phone Number"
msgstr "Changed User Phone Number"
#: src/ScanDomain.js:410
msgid "Changes Required for ITPIN Compliance"
msgstr "Changes Required for ITPIN Compliance"
#: src/ScanCard.js:65
msgid "Changes required for Web Sites and Services Management Configuration Requirements compliance"
msgstr "Changes required for Web Sites and Services Management Configuration Requirements compliance"
#: src/UserPage.js:66
msgid "Check your associated Tracker email for the verification link"
msgstr "Check your associated Tracker email for the verification link"
#: src/ScanCategoryDetails.js:212
msgid "Ciphers"
msgstr "Ciphers"
#: src/CreateOrganizationPage.js:220
#: src/CreateOrganizationPage.js:225
msgid "City"
msgstr "City"
#: src/OrganizationInformation.js:365
msgid "City (EN)"
msgstr "City (EN)"
#: src/OrganizationInformation.js:371
msgid "City (FR)"
msgstr "City (FR)"
#: src/OrganizationInformation.js:441
msgid "City:"
msgstr "City:"
#: src/OrganizationInformation.js:380
msgid "Clear"
msgstr "Clear"
#: src/FloatingMenu.js:259
#: src/OrganizationInformation.js:389
msgid "Close"
msgstr "Close"
#: src/UserPage.js:228
#: src/UserPage.js:256
msgid "Close Account"
msgstr "Close Account"
#: src/fieldRequirements.js:27
msgid "Code field must not be empty"
msgstr "Code field must not be empty"
#: src/ScanCard.js:27
#: src/ScanDomain.js:129
msgid "Collect and analyze DMARC reports."
msgstr "Collect and analyze DMARC reports."
#: src/SummaryGroup.js:21
msgid "Compliant TLS"
msgstr "Compliant TLS"
#: src/AdminDomainModal.js:298
#: src/AdminDomains.js:323
#: src/EditableUserDisplayName.js:170
#: src/EditableUserEmail.js:165
#: src/EditableUserPassword.js:187
#: src/EditableUserPhoneNumber.js:203
#: src/EditableUserPhoneNumber.js:262
#: src/OrganizationDetails.js:240
#: src/OrganizationInformation.js:397
#: src/OrganizationInformation.js:524
#: src/UserList.js:281
#: src/UserListModal.js:274
#: src/UserPage.js:294
msgid "Confirm"
msgstr "Confirm"
#: src/EditableUserPassword.js:175
msgid "Confirm New Password:"
msgstr "Confirm New Password:"
#: src/PasswordConfirmation.js:74
msgid "Confirm Password:"
msgstr "Confirm Password:"
#: src/PasswordConfirmation.js:136
msgid "Confirm password"
msgstr "Confirm password"
#: src/AdminDomains.js:303
msgid "Confirm removal of domain:"
msgstr "Confirm removal of domain:"
#: src/UserList.js:261
msgid "Confirm removal of user:"
msgstr "Confirm removal of user:"
#: src/CreateUserPage.js:143
#: src/EmailValidationPage.js:87
msgid "Continue"
msgstr "Continue"
#: src/TermsConditionsPage.js:166
msgid "Copyright Act"
msgstr "Copyright Act"
#: src/ScanCard.js:42
#: src/ScanDomain.js:144
msgid "Correct misconfigurations and update records as required; and"
msgstr "Correct misconfigurations and update records as required; and"
#: src/CreateOrganizationPage.js:242
#: src/CreateOrganizationPage.js:247
msgid "Country"
msgstr "Country"
#: src/OrganizationInformation.js:353
msgid "Country (EN)"
msgstr "Country (EN)"
#: src/OrganizationInformation.js:356
msgid "Country (FR)"
msgstr "Country (FR)"
#: src/OrganizationInformation.js:454
msgid "Country:"
msgstr "Country:"
#: src/CreateUserPage.js:221
#: src/FloatingMenu.js:201
#: src/TopBanner.js:92
msgid "Create Account"
msgstr "Create Account"
#: src/AdminPage.js:98
#: src/AdminPage.js:138
#: src/App.js:247
#: src/CreateOrganizationPage.js:262
msgid "Create Organization"
msgstr "Create Organization"
#: src/App.js:124
msgid "Create an Account"
msgstr "Create an Account"
#: src/CreateUserPage.js:184
msgid "Create an account by entering an email and password."
msgstr "Create an account by entering an email and password."
#: src/CreateOrganizationPage.js:159
msgid "Create an organization"
msgstr "Create an organization"
#: src/EditableUserDisplayName.js:150
msgid "Current Display Name:"
msgstr "Current Display Name:"
#: src/EditableUserEmail.js:145
msgid "Current Email:"
msgstr "Current Email:"
#: src/EditableUserPassword.js:165
msgid "Current Password:"
msgstr "Current Password:"
#: src/EditableUserPhoneNumber.js:182
msgid "Current Phone Number:"
msgstr "Current Phone Number:"
#: src/ScanCategoryDetails.js:215
msgid "Curves"
msgstr "Curves"
#: src/DomainsPage.js:144
#: src/OrganizationDomains.js:73
msgid "DKIM"
msgstr "DKIM"
#: src/DmarcReportPage.js:253
msgid "DKIM Aligned"
msgstr "DKIM Aligned"
#: src/DmarcReportPage.js:220
msgid "DKIM Domains"
msgstr "DKIM Domains"
#: src/DmarcReportPage.js:275
msgid "DKIM Failure Table"
msgstr "DKIM Failure Table"
#: src/DmarcReportPage.js:286
#: src/DmarcReportPage.js:372
msgid "DKIM Failures by IP Address"
msgstr "DKIM Failures by IP Address"
#: src/DmarcReportPage.js:257
msgid "DKIM Results"
msgstr "DKIM Results"
#: src/AdminDomainModal.js:262
msgid "DKIM Selector"
msgstr "DKIM Selector"
#: src/DmarcReportPage.js:224
msgid "DKIM Selectors"
msgstr "DKIM Selectors"
#: src/AdminDomainModal.js:225
msgid "DKIM Selectors:"
msgstr "DKIM Selectors:"
#: src/DomainsPage.js:231
msgid "DKIM Status"
msgstr "DKIM Status"
#: src/DomainsPage.js:148
#: src/OrganizationDomains.js:77
msgid "DMARC"
msgstr "DMARC"
#: src/DmarcReportPage.js:627
msgid "DMARC Failure Table"
msgstr "DMARC Failure Table"
#: src/DmarcReportPage.js:638
#: src/DmarcReportPage.js:705
msgid "DMARC Failures by IP Address"
msgstr "DMARC Failures by IP Address"
#: src/ScanCard.js:82
#: src/ScanDomain.js:472
msgid "DMARC Implementation Phase: {0}"
msgstr "DMARC Implementation Phase: {0}"
#: src/DmarcGuidancePage.js:68
#: src/DmarcReportPage.js:142
#: src/DomainCard.js:220
msgid "DMARC Report"
msgstr "DMARC Report"
#: src/DmarcReportPage.js:34
msgid "DMARC Report for {domainSlug}"
msgstr "DMARC Report for {domainSlug}"
#: src/DomainsPage.js:232
msgid "DMARC Status"
msgstr "DMARC Status"
#: src/App.js:94
#: src/App.js:227
#: src/DmarcByDomainPage.js:136
#: src/DmarcByDomainPage.js:233
#: src/FloatingMenu.js:130
msgid "DMARC Summaries"
msgstr "DMARC Summaries"
#: src/SummaryGroup.js:48
msgid "DMARC fail"
msgstr "DMARC fail"
#: src/SummaryGroup.js:44
msgid "DMARC pass"
msgstr "DMARC pass"
#: src/DmarcReportPage.js:233
msgid "DNS Host"
msgstr "DNS Host"
#: src/RequestScanNotificationHandler.js:45
msgid "DNS Scan Complete"
msgstr "DNS Scan Complete"
#: src/RequestScanNotificationHandler.js:46
msgid "DNS scan for domain \"{0}\" has completed."
msgstr "DNS scan for domain \"{0}\" has completed."
#: src/TermsConditionsPage.js:201
msgid "Data Handling"
msgstr "Data Handling"
#: src/TermsConditionsPage.js:113
msgid "Data Security and Use"
msgstr "Data Security and Use"
#: src/DmarcReportSummaryGraph.js:103
msgid "Data:"
msgstr "Data:"
#: src/months.js:15
msgid "December"
msgstr "December"
#: src/ScanCard.js:32
#: src/ScanDomain.js:134
msgid "Deploy DKIM records and keys for all domains and senders; and"
msgstr "Deploy DKIM records and keys for all domains and senders; and"
#: src/ScanCard.js:31
#: src/ScanDomain.js:133
msgid "Deploy SPF records for all domains;"
msgstr "Deploy SPF records for all domains;"
#: src/ScanCard.js:26
#: src/ScanDomain.js:128
msgid "Deploy initial DMARC records with policy of none; and"
msgstr "Deploy initial DMARC records with policy of none; and"
#: src/DisplayNameField.js:35
msgid "Display Name"
msgstr "Display Name"
#: src/DisplayNameField.js:18
#: src/EditableUserDisplayName.js:93
msgid "Display Name:"
msgstr "Display Name:"
#: src/fieldRequirements.js:9
msgid "Display name cannot be empty"
msgstr "Display name cannot be empty"
#: src/Organizations.js:133
msgid "Displays the Name of the organization, its acronym, and a blue check mark if it is a verified organization."
msgstr "Displays the Name of the organization, its acronym, and a blue check mark if it is a verified organization."
#: src/DmarcReportPage.js:261
msgid "Disposition"
msgstr "Disposition"
#: src/DmarcByDomainPage.js:79
#: src/DmarcByDomainPage.js:245
#: src/DomainsPage.js:126
#: src/DomainsPage.js:226
#: src/OrganizationDomains.js:55
msgid "Domain"
msgstr "Domain"
#: src/AdminDomains.js:160
msgid "Domain List"
msgstr "Domain List"
#: src/AdminDomains.js:249
#: src/DomainField.js:30
msgid "Domain URL"
msgstr "Domain URL"
#: src/DomainField.js:16
msgid "Domain URL:"
msgstr "Domain URL:"
#: src/AdminDomainModal.js:60
msgid "Domain added"
msgstr "Domain added"
#: src/AdminDomains.js:111
msgid "Domain removed"
msgstr "Domain removed"
#: src/AdminDomains.js:112
msgid "Domain removed from {orgSlug}"
msgstr "Domain removed from {orgSlug}"
#: src/AdminDomainModal.js:109
msgid "Domain updated"
msgstr "Domain updated"
#: src/fieldRequirements.js:30
msgid "Domain url field must not be empty"
msgstr "Domain url field must not be empty"
#: src/Domain.js:18
#: src/DomainCard.js:56
#: src/ScanDomain.js:231
msgid "Domain:"
msgstr "Domain:"
#: src/AdminPanel.js:23
#: src/App.js:88
#: src/App.js:197
#: src/DomainsPage.js:80
#: src/DomainsPage.js:115
#: src/FloatingMenu.js:115
#: src/OrganizationDetails.js:169
#: src/OrganizationDomains.js:41
msgid "Domains"
msgstr "Domains"
#: src/EditableUserDisplayName.js:111
#: src/EditableUserEmail.js:106
#: src/EditableUserPassword.js:121
#: src/EditableUserPhoneNumber.js:294
msgid "Edit"
msgstr "Edit"
#: src/EditableUserDisplayName.js:144
msgid "Edit Display Name"
msgstr "Edit Display Name"
#: src/AdminDomainModal.js:187
msgid "Edit Domain Details"
msgstr "Edit Domain Details"
#: src/EditableUserEmail.js:139
msgid "Edit Email"
msgstr "Edit Email"
#: src/OrganizationInformation.js:251
msgid "Edit Organization"
msgstr "Edit Organization"
#: src/EditableUserPhoneNumber.js:174
msgid "Edit Phone Number"
msgstr "Edit Phone Number"
#: src/UserList.js:483
#~ msgid "Edit Role"
#~ msgstr "Edit Role"
#: src/UserListModal.js:191
msgid "Edit User"
msgstr "Edit User"
#: src/EditableUserTFAMethod.js:144
#: src/EmailField.js:37
msgid "Email"
msgstr "Email"
#: src/OrganizationCard.js:127
#: src/Organizations.js:144
#: src/SummaryGroup.js:40
msgid "Email Configuration"
msgstr "Email Configuration"
#: src/DmarcGuidancePage.js:79
#: src/ScanDomain.js:363
msgid "Email Guidance"
msgstr "Email Guidance"
#: src/ScanCard.js:13
#: src/ScanDomain.js:455
msgid "Email Scan Results"
msgstr "Email Scan Results"
#: src/ForgotPasswordPage.js:37
msgid "Email Sent"
msgstr "Email Sent"
#: src/EditableUserTFAMethod.js:97
msgid "Email Validated"
msgstr "Email Validated"
#: src/EmailValidationPage.js:69
#~ msgid "Email Validation Page"
#~ msgstr "Email Validation Page"
#: src/App.js:241
msgid "Email Verification"
msgstr "Email Verification"
#: src/ForgotPasswordPage.js:17
#: src/fieldRequirements.js:6
msgid "Email cannot be empty"
msgstr "Email cannot be empty"
#: src/UserListModal.js:66
msgid "Email invitation sent"
msgstr "Email invitation sent"
#: src/UserList.js:191
#~ msgid "Email invitation sent to {addedUserName}"
#~ msgstr "Email invitation sent to {addedUserName}"
#: src/SummaryGroup.js:41
msgid "Email security settings summary"
msgstr "Email security settings summary"
#: src/UserPage.js:65
msgid "Email successfully sent"
msgstr "Email successfully sent"
#: src/EditableUserEmail.js:93
#: src/EmailField.js:20
msgid "Email:"
msgstr "Email:"
#: src/ScanCategoryDetails.js:71
msgid "Enforcement:"
msgstr "Enforcement:"
#: src/CreateOrganizationPage.js:197
#: src/CreateOrganizationPage.js:208
#: src/CreateOrganizationPage.js:219
#: src/CreateOrganizationPage.js:230
#: src/CreateOrganizationPage.js:241
msgid "English"
msgstr "English"
#: src/OrganizationInformation.js:505
msgid "Enter \"{0}\" below to confirm removal. This field is case-sensitive."
msgstr "Enter \"{0}\" below to confirm removal. This field is case-sensitive."
#: src/UserPage.js:266
msgid "Enter \"{userName}\" below to confirm removal. This field is case-sensitive."
msgstr "Enter \"{userName}\" below to confirm removal. This field is case-sensitive."
#: src/EditableUserPassword.js:170
msgid "Enter and confirm your new password below:"
msgstr "Enter and confirm your new password below:"
#: src/ResetPasswordPage.js:99
msgid "Enter and confirm your new password."
msgstr "Enter and confirm your new password."
#: src/AuthenticateField.js:58
msgid "Enter two factor code"
msgstr "Enter two factor code"
#: src/ForgotPasswordPage.js:69
msgid "Enter your user account's verified email address and we will send you a password reset link."
msgstr "Enter your user account's verified email address and we will send you a password reset link."
#: src/DmarcReportPage.js:215
msgid "Envelope From"
msgstr "Envelope From"
#: src/DmarcReportPage.js:177
#: src/DmarcReportPage.js:178
#: src/DmarcReportSummaryGraph.js:171
#: src/DmarcReportSummaryGraph.js:368
#: src/fixtures/summaryListData.js:171
msgid "Fail"
msgstr "Fail"
#: src/DmarcReportPage.js:171
#: src/DmarcReportPage.js:172
#: src/DmarcReportSummaryGraph.js:171
#: src/DmarcReportSummaryGraph.js:368
#: src/fixtures/summaryListData.js:161
msgid "Fail DKIM"
msgstr "Fail DKIM"
#: src/DmarcByDomainPage.js:111
#: src/DmarcByDomainPage.js:259
msgid "Fail DKIM %"
msgstr "Fail DKIM %"
#: src/DmarcReportPage.js:174
#: src/DmarcReportPage.js:175
#: src/DmarcReportSummaryGraph.js:171
#: src/DmarcReportSummaryGraph.js:368
#: src/fixtures/summaryListData.js:165
msgid "Fail SPF"
msgstr "Fail SPF"
#: src/DmarcByDomainPage.js:118
#: src/DmarcByDomainPage.js:255
msgid "Fail SPF %"
msgstr "Fail SPF %"
#: src/months.js:5
msgid "February"
msgstr "February"
#: src/TermsConditionsPage.js:45
msgid "For details related to terms pertaining to privacy, please refer to"
msgstr "For details related to terms pertaining to privacy, please refer to"
#: src/GuidanceTagDetails.js:18
msgid "For in-depth CCCS implementation guidance:"
msgstr "For in-depth CCCS implementation guidance:"
#: src/GuidanceTagDetails.js:43
msgid "For technical implementation guidance:"
msgstr "For technical implementation guidance:"
#: src/App.js:154
msgid "Forgot Password"
msgstr "Forgot Password"
#: src/SignInPage.js:164
msgid "Forgot your password?"
msgstr "Forgot your password?"
#: src/CreateOrganizationPage.js:202
#: src/CreateOrganizationPage.js:213
#: src/CreateOrganizationPage.js:224
#: src/CreateOrganizationPage.js:235
#: src/CreateOrganizationPage.js:246
msgid "French"
msgstr "French"
#: src/DmarcByDomainPage.js:125
#: src/DmarcByDomainPage.js:263
msgid "Full Fail %"
msgstr "Full Fail %"
#: src/DmarcByDomainPage.js:104
#: src/DmarcByDomainPage.js:251
msgid "Full Pass %"
msgstr "Full Pass %"
#: src/DmarcReportPage.js:403
msgid "Fully Aligned Table"
msgstr "Fully Aligned Table"
#: src/DmarcReportPage.js:414
#: src/DmarcReportPage.js:479
msgid "Fully Aligned by IP Address"
msgstr "Fully Aligned by IP Address"
#: src/Organizations.js:148
msgid "Further details for each organization can be found by clicking on its row."
msgstr "Further details for each organization can be found by clicking on its row."
#: src/DmarcByDomainPage.js:238
#: src/DomainsPage.js:119
#: src/Organizations.js:124
msgid "Glossary"
msgstr "Glossary"
#: src/TrackerTable.js:197
msgid "Go to page:"
msgstr "Go to page:"
#: src/DmarcReportSummaryGraph.js:91
msgid "Graph:"
msgstr "Graph:"
#: src/DmarcReportPage.js:243
#: src/DmarcReportPage.js:765
#: src/DomainCard.js:209
msgid "Guidance"
msgstr "Guidance"
#: src/DmarcGuidancePage.js:40
msgid "Guidance Tags"
msgstr "Guidance Tags"
#: src/GuidanceTagDetails.js:87
#: src/GuidanceTagList.js:81
msgid "Guidance:"
msgstr "Guidance:"
#: src/ScanCategoryDetails.js:84
msgid "HSTS Age:"
msgstr "HSTS Age:"
#: src/ScanCategoryDetails.js:77
msgid "HSTS Status:"
msgstr "HSTS Status:"
#: src/DomainsPage.js:132
#: src/OrganizationDomains.js:61
msgid "HTTPS"
msgstr "HTTPS"
#: src/RequestScanNotificationHandler.js:88
msgid "HTTPS Scan Complete"
msgstr "HTTPS Scan Complete"
#: src/DomainsPage.js:228
msgid "HTTPS Status"
msgstr "HTTPS Status"
#: src/RequestScanNotificationHandler.js:89
msgid "HTTPS scan for domain \"{0}\" has completed."
msgstr "HTTPS scan for domain \"{0}\" has completed."
#: src/DmarcReportPage.js:239
msgid "Header From"
msgstr "Header From"
#: src/ScanCategoryDetails.js:106
msgid "Heartbleed Vulnerability:"
msgstr "Heartbleed Vulnerability:"
#: src/App.js:77
#: src/App.js:118
#: src/FloatingMenu.js:174
msgid "Home"
msgstr "Home"
#: src/DmarcReportSummaryGraph.js:98
msgid "Horizontal View"
msgstr "Horizontal View"
#: src/ScanDomain.js:400
msgid "ITPIN Compliant"
msgstr "ITPIN Compliant"
#: src/ScanCard.js:30
#: src/ScanDomain.js:132
msgid "Identify all authorized senders;"
msgstr "Identify all authorized senders;"
#: src/ScanCard.js:24
#: src/ScanDomain.js:126
msgid "Identify all domains and subdomains used to send mail;"
msgstr "Identify all domains and subdomains used to send mail;"
#: src/TermsConditionsPage.js:391
msgid "If at any time you or your representatives wish to adjust or cancel these services, please contact us at"
msgstr "If at any time you or your representatives wish to adjust or cancel these services, please contact us at"
#: src/GuidanceTagList.js:91
msgid "If you believe this was caused by a problem with Tracker, please use the \"Report an Issue\" link below"
msgstr "If you believe this was caused by a problem with Tracker, please use the \"Report an Issue\" link below"
#: src/ScanCategoryDetails.js:65
msgid "Implementation:"
msgstr "Implementation:"
#: src/TwoFactorAuthenticatePage.js:84
msgid "Incorrect authenticate.result typename."
msgstr "Incorrect authenticate.result typename."
#: src/UserPage.js:116
msgid "Incorrect closeAccount.result typename."
msgstr "Incorrect closeAccount.result typename."
#: src/AdminDomainModal.js:82
msgid "Incorrect createDomain.result typename."
msgstr "Incorrect createDomain.result typename."
#: src/CreateOrganizationPage.js:105