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
2487 lines (1929 loc) · 82 KB
/
Copy pathen.po
File metadata and controls
2487 lines (1929 loc) · 82 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/termsConditions/TermsConditionsPage.js:169
msgid ", and"
msgstr ", and"
#: src/termsConditions/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/app/PageNotFound.js:16
msgid "404 - Page Not Found"
msgstr "404 - Page Not Found"
#: src/dmarc/DmarcByDomainPage.js:268
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/auth/CreateUserPage.js:97
msgid "A verification link has been sent to your email account"
msgstr "A verification link has been sent to your email account"
#: src/admin/UserListModal.js:216
msgid "ADMIN"
msgstr "ADMIN"
#: src/guidance/ScanCategoryDetails.js:156
msgid "Acceptable Ciphers:"
msgstr "Acceptable Ciphers:"
#: src/guidance/ScanCategoryDetails.js:189
msgid "Acceptable Curves:"
msgstr "Acceptable Curves:"
#: src/termsConditions/TermsConditionsPage.js:85
msgid "Access to Information"
msgstr "Access to Information"
#: src/termsConditions/TermsConditionsPage.js:104
msgid "Access to Information Act."
msgstr "Access to Information Act."
#: src/termsConditions/TermsConditionsPage.js:248
msgid "Account"
msgstr "Account"
#: src/user/UserPage.js:94
msgid "Account Closed Successfully"
msgstr "Account Closed Successfully"
#: src/app/App.js:114
#: src/app/FloatingMenu.js:177
#: src/user/UserPage.js:150
msgid "Account Settings"
msgstr "Account Settings"
#: src/auth/CreateUserPage.js:59
msgid "Account created."
msgstr "Account created."
#: src/createOrganization/CreateOrganizationPage.js:192
#: src/createOrganization/CreateOrganizationPage.js:197
#: src/organizations/Organizations.js:220
msgid "Acronym"
msgstr "Acronym"
#: src/admin/OrganizationInformation.js:337
msgid "Acronym (EN)"
msgstr "Acronym (EN)"
#: src/admin/OrganizationInformation.js:340
msgid "Acronym (FR)"
msgstr "Acronym (FR)"
#: src/admin/OrganizationInformation.js:413
msgid "Acronym:"
msgstr "Acronym:"
#: src/utilities/fieldRequirements.js:47
msgid "Acronyms can only use upper case letters and underscores"
msgstr "Acronyms can only use upper case letters and underscores"
#: src/utilities/fieldRequirements.js:49
msgid "Acronyms must be at most 50 characters"
msgstr "Acronyms must be at most 50 characters"
#: src/admin/AdminDomains.js:244
msgid "Add Domain"
msgstr "Add Domain"
#: src/admin/AdminDomainModal.js:190
msgid "Add Domain Details"
msgstr "Add Domain Details"
#: src/admin/UserListModal.js:182
msgid "Add User"
msgstr "Add User"
#: src/app/App.js:203
msgid "Admin"
msgstr "Admin"
#: src/app/FloatingMenu.js:179
msgid "Admin Portal"
msgstr "Admin Portal"
#: src/app/App.js:120
msgid "Admin Profile"
msgstr "Admin Profile"
#: src/auth/ForgotPasswordPage.js:39
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/components/ErrorFallbackMessage.js:12
msgid "An error has occurred."
msgstr "An error has occurred."
#: src/app/FloatingMenu.js:38
#: src/app/TopBanner.js:25
msgid "An error occured when you attempted to sign out"
msgstr "An error occured when you attempted to sign out"
#: src/admin/OrganizationInformation.js:74
msgid "An error occurred while removing this organization."
msgstr "An error occurred while removing this organization."
#: src/admin/OrganizationInformation.js:138
msgid "An error occurred while updating this organization."
msgstr "An error occurred while updating this organization."
#: src/user/EditableUserTFAMethod.js:31
msgid "An error occurred while updating your TFA send method."
msgstr "An error occurred while updating your TFA send method."
#: src/user/EditableUserDisplayName.js:38
msgid "An error occurred while updating your display name."
msgstr "An error occurred while updating your display name."
#: src/user/EditableUserEmail.js:38
msgid "An error occurred while updating your email address."
msgstr "An error occurred while updating your email address."
#: src/user/EditableUserLanguage.js:20
msgid "An error occurred while updating your language."
msgstr "An error occurred while updating your language."
#: src/user/EditableUserPassword.js:38
msgid "An error occurred while updating your password."
msgstr "An error occurred while updating your password."
#: src/user/EditableUserPhoneNumber.js:43
msgid "An error occurred while updating your phone number."
msgstr "An error occurred while updating your phone number."
#: src/user/EditableUserPhoneNumber.js:83
msgid "An error occurred while verifying your phone number."
msgstr "An error occurred while verifying your phone number."
#: src/admin/AdminDomainModal.js:50
#: src/admin/AdminDomainModal.js:99
#: src/admin/AdminDomains.js:96
#: src/admin/UserList.js:96
#: src/admin/UserListModal.js:47
#: src/auth/TwoFactorAuthenticatePage.js:29
#: src/createOrganization/CreateOrganizationPage.js:57
#: src/organizationDetails/OrganizationDetails.js:58
#: src/user/UserPage.js:83
msgid "An error occurred."
msgstr "An error occurred."
#: src/termsConditions/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/termsConditions/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/utilities/months.js:7
msgid "April"
msgstr "April"
#: src/admin/OrganizationInformation.js:492
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/OrganizationDetails.js:219
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/domains/ScanDomain.js:115
#: src/guidance/ScanCard.js:26
msgid "Assess current state;"
msgstr "Assess current state;"
#: src/utilities/months.js:11
msgid "August"
msgstr "August"
#: src/app/App.js:162
msgid "Authenticate"
msgstr "Authenticate"
#: src/app/App.js:87
msgid "BETA"
msgstr "BETA"
#: src/auth/CreateUserPage.js:194
#: src/auth/ForgotPasswordPage.js:90
#: src/createOrganization/CreateOrganizationPage.js:236
msgid "Back"
msgstr "Back"
#: src/organizationDetails/OrganizationSummary.js:19
msgid "Based in:"
msgstr "Based in:"
#: src/admin/OrganizationInformation.js:331
msgid "Blank fields will not be included when updating the organization."
msgstr "Blank fields will not be included when updating the organization."
#: src/termsConditions/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/guidance/ScanCategoryDetails.js:102
msgid "CCS Injection Vulnerability:"
msgstr "CCS Injection Vulnerability:"
#: src/landing/LandingPage.js:27
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/OrganizationDetails.js:227
#: src/user/UserPage.js:280
msgid "Cancel"
msgstr "Cancel"
#: src/auth/ResetPasswordPage.js:112
#: src/user/EditableUserPassword.js:143
msgid "Change Password"
msgstr "Change Password"
#: src/user/EditableUserTFAMethod.js:42
msgid "Changed TFA Send Method"
msgstr "Changed TFA Send Method"
#: src/user/EditableUserDisplayName.js:49
msgid "Changed User Display Name"
msgstr "Changed User Display Name"
#: src/user/EditableUserEmail.js:49
msgid "Changed User Email"
msgstr "Changed User Email"
#: src/user/EditableUserLanguage.js:31
msgid "Changed User Language"
msgstr "Changed User Language"
#: src/user/EditableUserPassword.js:52
msgid "Changed User Password"
msgstr "Changed User Password"
#: src/user/EditableUserPhoneNumber.js:94
msgid "Changed User Phone Number"
msgstr "Changed User Phone Number"
#: src/domains/ScanDomain.js:330
msgid "Changes Required for ITPIN Compliance"
msgstr "Changes Required for ITPIN Compliance"
#: src/guidance/ScanCard.js:66
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/user/UserPage.js:67
msgid "Check your associated Tracker email for the verification link"
msgstr "Check your associated Tracker email for the verification link"
#: src/guidance/ScanCategoryDetails.js:214
msgid "Ciphers"
msgstr "Ciphers"
#: src/createOrganization/CreateOrganizationPage.js:203
#: src/createOrganization/CreateOrganizationPage.js:208
msgid "City"
msgstr "City"
#: src/admin/OrganizationInformation.js:361
msgid "City (EN)"
msgstr "City (EN)"
#: src/admin/OrganizationInformation.js:367
msgid "City (FR)"
msgstr "City (FR)"
#: src/admin/OrganizationInformation.js:437
msgid "City:"
msgstr "City:"
#: src/admin/OrganizationInformation.js:376
msgid "Clear"
msgstr "Clear"
#: src/admin/OrganizationInformation.js:385
#: src/app/FloatingMenu.js:259
msgid "Close"
msgstr "Close"
#: src/user/UserPage.js:223
#: src/user/UserPage.js:251
msgid "Close Account"
msgstr "Close Account"
#: src/utilities/fieldRequirements.js:34
msgid "Code field must not be empty"
msgstr "Code field must not be empty"
#: src/domains/ScanDomain.js:117
#: src/guidance/ScanCard.js:28
msgid "Collect and analyze DMARC reports."
msgstr "Collect and analyze DMARC reports."
#: src/summaries/SummaryGroup.js:23
msgid "Compliant TLS"
msgstr "Compliant TLS"
#: src/admin/AdminDomainModal.js:280
#: src/admin/AdminDomains.js:306
#: src/admin/OrganizationInformation.js:393
#: src/admin/OrganizationInformation.js:520
#: src/admin/UserList.js:283
#: src/admin/UserListModal.js:234
#: src/organizationDetails/OrganizationDetails.js:242
#: src/user/EditableUserDisplayName.js:163
#: src/user/EditableUserEmail.js:158
#: src/user/EditableUserPassword.js:172
#: src/user/EditableUserPhoneNumber.js:186
#: src/user/EditableUserPhoneNumber.js:244
#: src/user/UserPage.js:289
msgid "Confirm"
msgstr "Confirm"
#: src/user/EditableUserPassword.js:160
msgid "Confirm New Password:"
msgstr "Confirm New Password:"
#: src/components/fields/PasswordConfirmation.js:141
msgid "Confirm Password:"
msgstr "Confirm Password:"
#: src/PasswordConfirmation.js:136
#~ msgid "Confirm password"
#~ msgstr "Confirm password"
#: src/admin/AdminDomains.js:286
msgid "Confirm removal of domain:"
msgstr "Confirm removal of domain:"
#: src/admin/UserList.js:263
msgid "Confirm removal of user:"
msgstr "Confirm removal of user:"
#: src/auth/CreateUserPage.js:119
#: src/auth/EmailValidationPage.js:88
msgid "Continue"
msgstr "Continue"
#: src/termsConditions/TermsConditionsPage.js:166
msgid "Copyright Act"
msgstr "Copyright Act"
#: src/domains/ScanDomain.js:132
#: src/guidance/ScanCard.js:43
msgid "Correct misconfigurations and update records as required; and"
msgstr "Correct misconfigurations and update records as required; and"
#: src/createOrganization/CreateOrganizationPage.js:225
#: src/createOrganization/CreateOrganizationPage.js:230
msgid "Country"
msgstr "Country"
#: src/admin/OrganizationInformation.js:349
msgid "Country (EN)"
msgstr "Country (EN)"
#: src/admin/OrganizationInformation.js:352
msgid "Country (FR)"
msgstr "Country (FR)"
#: src/admin/OrganizationInformation.js:450
msgid "Country:"
msgstr "Country:"
#: src/app/FloatingMenu.js:200
#: src/app/TopBanner.js:92
#: src/auth/CreateUserPage.js:203
msgid "Create Account"
msgstr "Create Account"
#: src/admin/AdminPage.js:125
#: src/app/App.js:269
#: src/createOrganization/CreateOrganizationPage.js:245
msgid "Create Organization"
msgstr "Create Organization"
#: src/app/App.js:138
msgid "Create an Account"
msgstr "Create an Account"
#: src/auth/CreateUserPage.js:166
msgid "Create an account by entering an email and password."
msgstr "Create an account by entering an email and password."
#: src/createOrganization/CreateOrganizationPage.js:142
msgid "Create an organization"
msgstr "Create an organization"
#: src/user/EditableUserDisplayName.js:143
msgid "Current Display Name:"
msgstr "Current Display Name:"
#: src/user/EditableUserEmail.js:138
msgid "Current Email:"
msgstr "Current Email:"
#: src/user/EditableUserPassword.js:150
msgid "Current Password:"
msgstr "Current Password:"
#: src/user/EditableUserPhoneNumber.js:165
msgid "Current Phone Number:"
msgstr "Current Phone Number:"
#: src/guidance/ScanCategoryDetails.js:217
msgid "Curves"
msgstr "Curves"
#: src/domains/DomainsPage.js:146
#: src/organizationDetails/OrganizationDomains.js:74
msgid "DKIM"
msgstr "DKIM"
#: src/dmarc/DmarcReportPage.js:257
msgid "DKIM Aligned"
msgstr "DKIM Aligned"
#: src/dmarc/DmarcReportPage.js:221
msgid "DKIM Domains"
msgstr "DKIM Domains"
#: src/dmarc/DmarcReportPage.js:279
msgid "DKIM Failure Table"
msgstr "DKIM Failure Table"
#: src/dmarc/DmarcReportPage.js:290
#: src/dmarc/DmarcReportPage.js:376
msgid "DKIM Failures by IP Address"
msgstr "DKIM Failures by IP Address"
#: src/dmarc/DmarcReportPage.js:261
msgid "DKIM Results"
msgstr "DKIM Results"
#: src/admin/AdminDomainModal.js:244
msgid "DKIM Selector"
msgstr "DKIM Selector"
#: src/dmarc/DmarcReportPage.js:225
msgid "DKIM Selectors"
msgstr "DKIM Selectors"
#: src/admin/AdminDomainModal.js:207
msgid "DKIM Selectors:"
msgstr "DKIM Selectors:"
#: src/domains/DomainsPage.js:233
msgid "DKIM Status"
msgstr "DKIM Status"
#: src/domains/DomainsPage.js:150
#: src/organizationDetails/OrganizationDomains.js:78
msgid "DMARC"
msgstr "DMARC"
#: src/dmarc/DmarcReportPage.js:631
msgid "DMARC Failure Table"
msgstr "DMARC Failure Table"
#: src/dmarc/DmarcReportPage.js:642
#: src/dmarc/DmarcReportPage.js:709
msgid "DMARC Failures by IP Address"
msgstr "DMARC Failures by IP Address"
#: src/domains/ScanDomain.js:387
#: src/guidance/ScanCard.js:83
msgid "DMARC Implementation Phase: {0}"
msgstr "DMARC Implementation Phase: {0}"
#: src/dmarc/DmarcReportPage.js:144
#: src/domains/DomainCard.js:111
#: src/guidance/DmarcGuidancePage.js:70
msgid "DMARC Report"
msgstr "DMARC Report"
#: src/dmarc/DmarcReportPage.js:36
msgid "DMARC Report for {domainSlug}"
msgstr "DMARC Report for {domainSlug}"
#: src/domains/DomainsPage.js:234
msgid "DMARC Status"
msgstr "DMARC Status"
#: src/app/App.js:107
#: src/app/App.js:241
#: src/app/FloatingMenu.js:131
#: src/dmarc/DmarcByDomainPage.js:137
#: src/dmarc/DmarcByDomainPage.js:234
msgid "DMARC Summaries"
msgstr "DMARC Summaries"
#: src/summaries/SummaryGroup.js:50
msgid "DMARC fail"
msgstr "DMARC fail"
#: src/summaries/SummaryGroup.js:46
msgid "DMARC pass"
msgstr "DMARC pass"
#: src/dmarc/DmarcReportPage.js:234
msgid "DNS Host"
msgstr "DNS Host"
#: src/app/RequestScanNotificationHandler.js:46
msgid "DNS Scan Complete"
msgstr "DNS Scan Complete"
#: src/app/RequestScanNotificationHandler.js:47
msgid "DNS scan for domain \"{0}\" has completed."
msgstr "DNS scan for domain \"{0}\" has completed."
#: src/termsConditions/TermsConditionsPage.js:201
msgid "Data Handling"
msgstr "Data Handling"
#: src/termsConditions/TermsConditionsPage.js:113
msgid "Data Security and Use"
msgstr "Data Security and Use"
#: src/dmarc/DmarcReportSummaryGraph.js:112
msgid "Data:"
msgstr "Data:"
#: src/utilities/months.js:15
msgid "December"
msgstr "December"
#: src/domains/ScanDomain.js:122
#: src/guidance/ScanCard.js:33
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/domains/ScanDomain.js:121
#: src/guidance/ScanCard.js:32
msgid "Deploy SPF records for all domains;"
msgstr "Deploy SPF records for all domains;"
#: src/domains/ScanDomain.js:116
#: src/guidance/ScanCard.js:27
msgid "Deploy initial DMARC records with policy of none; and"
msgstr "Deploy initial DMARC records with policy of none; and"
#: src/components/fields/DisplayNameField.js:14
msgid "Display Name"
msgstr "Display Name"
#: src/components/fields/DisplayNameField.js:12
#: src/user/EditableUserDisplayName.js:86
msgid "Display Name:"
msgstr "Display Name:"
#: src/utilities/fieldRequirements.js:18
msgid "Display name cannot be empty"
msgstr "Display name cannot be empty"
#: src/organizations/Organizations.js:135
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/dmarc/DmarcReportPage.js:265
msgid "Disposition"
msgstr "Disposition"
#: src/dmarc/DmarcByDomainPage.js:80
#: src/dmarc/DmarcByDomainPage.js:246
#: src/domains/DomainsPage.js:128
#: src/domains/DomainsPage.js:228
#: src/organizationDetails/OrganizationDomains.js:56
msgid "Domain"
msgstr "Domain"
#: src/admin/AdminDomains.js:143
msgid "Domain List"
msgstr "Domain List"
#: src/admin/AdminDomains.js:232
#: src/components/fields/DomainField.js:38
msgid "Domain URL"
msgstr "Domain URL"
#: src/components/fields/DomainField.js:37
msgid "Domain URL:"
msgstr "Domain URL:"
#: src/admin/AdminDomainModal.js:61
msgid "Domain added"
msgstr "Domain added"
#: src/admin/AdminDomains.js:108
msgid "Domain removed"
msgstr "Domain removed"
#: src/admin/AdminDomains.js:109
msgid "Domain removed from {orgSlug}"
msgstr "Domain removed from {orgSlug}"
#: src/admin/AdminDomainModal.js:110
msgid "Domain updated"
msgstr "Domain updated"
#: src/utilities/fieldRequirements.js:35
msgid "Domain url field must not be empty"
msgstr "Domain url field must not be empty"
#: src/admin/AdminDomainCard.js:19
#: src/domains/DomainCard.js:47
#: src/domains/ScanDomain.js:220
msgid "Domain:"
msgstr "Domain:"
#: src/admin/AdminPanel.js:25
#: src/app/App.js:104
#: src/app/App.js:211
#: src/app/FloatingMenu.js:116
#: src/domains/DomainsPage.js:82
#: src/domains/DomainsPage.js:117
#: src/organizationDetails/OrganizationDetails.js:171
#: src/organizationDetails/OrganizationDomains.js:42
msgid "Domains"
msgstr "Domains"
#: src/user/EditableUserDisplayName.js:104
#: src/user/EditableUserEmail.js:99
#: src/user/EditableUserPassword.js:102
#: src/user/EditableUserPhoneNumber.js:276
msgid "Edit"
msgstr "Edit"
#: src/user/EditableUserDisplayName.js:137
msgid "Edit Display Name"
msgstr "Edit Display Name"
#: src/admin/AdminDomainModal.js:188
msgid "Edit Domain Details"
msgstr "Edit Domain Details"
#: src/user/EditableUserEmail.js:132
msgid "Edit Email"
msgstr "Edit Email"
#: src/admin/OrganizationInformation.js:247
msgid "Edit Organization"
msgstr "Edit Organization"
#: src/user/EditableUserPhoneNumber.js:157
msgid "Edit Phone Number"
msgstr "Edit Phone Number"
#: src/UserList.js:483
#~ msgid "Edit Role"
#~ msgstr "Edit Role"
#: src/admin/UserListModal.js:180
msgid "Edit User"
msgstr "Edit User"
#: src/components/fields/EmailField.js:15
#: src/user/EditableUserTFAMethod.js:145
msgid "Email"
msgstr "Email"
#: src/organizations/OrganizationCard.js:127
#: src/organizations/Organizations.js:146
#: src/summaries/SummaryGroup.js:42
msgid "Email Configuration"
msgstr "Email Configuration"
#: src/domains/ScanDomain.js:286
#: src/guidance/DmarcGuidancePage.js:81
msgid "Email Guidance"
msgstr "Email Guidance"
#: src/domains/ScanDomain.js:370
#: src/guidance/ScanCard.js:14
msgid "Email Scan Results"
msgstr "Email Scan Results"
#: src/auth/ForgotPasswordPage.js:38
msgid "Email Sent"
msgstr "Email Sent"
#: src/user/EditableUserTFAMethod.js:98
msgid "Email Validated"
msgstr "Email Validated"
#: src/EmailValidationPage.js:69
#~ msgid "Email Validation Page"
#~ msgstr "Email Validation Page"
#: src/app/App.js:263
msgid "Email Verification"
msgstr "Email Verification"
#: src/auth/ForgotPasswordPage.js:18
#: src/utilities/fieldRequirements.js:13
#: src/utilities/fieldRequirements.js:16
msgid "Email cannot be empty"
msgstr "Email cannot be empty"
#: src/admin/UserListModal.js:59
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/summaries/SummaryGroup.js:43
msgid "Email security settings summary"
msgstr "Email security settings summary"
#: src/user/UserPage.js:66
msgid "Email successfully sent"
msgstr "Email successfully sent"
#: src/components/fields/EmailField.js:12
#: src/user/EditableUserEmail.js:86
msgid "Email:"
msgstr "Email:"
#: src/guidance/ScanCategoryDetails.js:73
msgid "Enforcement:"
msgstr "Enforcement:"
#: src/createOrganization/CreateOrganizationPage.js:180
#: src/createOrganization/CreateOrganizationPage.js:191
#: src/createOrganization/CreateOrganizationPage.js:202
#: src/createOrganization/CreateOrganizationPage.js:213
#: src/createOrganization/CreateOrganizationPage.js:224
msgid "English"
msgstr "English"
#: src/admin/OrganizationInformation.js:501
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/user/UserPage.js:261
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/user/EditableUserPassword.js:155
msgid "Enter and confirm your new password below:"
msgstr "Enter and confirm your new password below:"
#: src/auth/ResetPasswordPage.js:100
msgid "Enter and confirm your new password."
msgstr "Enter and confirm your new password."
#: src/components/fields/AuthenticateField.js:38
msgid "Enter two factor code"
msgstr "Enter two factor code"
#: src/auth/ForgotPasswordPage.js:70
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/dmarc/DmarcReportPage.js:216
msgid "Envelope From"
msgstr "Envelope From"
#: src/dmarc/DmarcReportPage.js:178
#: src/dmarc/DmarcReportPage.js:179
#: src/dmarc/DmarcReportSummaryGraph.js:180
#: src/dmarc/DmarcReportSummaryGraph.js:377
msgid "Fail"
msgstr "Fail"
#: src/dmarc/DmarcReportPage.js:172
#: src/dmarc/DmarcReportPage.js:173
#: src/dmarc/DmarcReportSummaryGraph.js:180
#: src/dmarc/DmarcReportSummaryGraph.js:377
msgid "Fail DKIM"
msgstr "Fail DKIM"
#: src/dmarc/DmarcByDomainPage.js:112
#: src/dmarc/DmarcByDomainPage.js:260
msgid "Fail DKIM %"
msgstr "Fail DKIM %"
#: src/dmarc/DmarcReportPage.js:175
#: src/dmarc/DmarcReportPage.js:176
#: src/dmarc/DmarcReportSummaryGraph.js:180
#: src/dmarc/DmarcReportSummaryGraph.js:377
msgid "Fail SPF"
msgstr "Fail SPF"
#: src/dmarc/DmarcByDomainPage.js:119
#: src/dmarc/DmarcByDomainPage.js:256
msgid "Fail SPF %"
msgstr "Fail SPF %"
#: src/utilities/months.js:5
msgid "February"
msgstr "February"
#: src/termsConditions/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/guidance/GuidanceTagDetails.js:18
msgid "For in-depth CCCS implementation guidance:"
msgstr "For in-depth CCCS implementation guidance:"
#: src/guidance/GuidanceTagDetails.js:43
msgid "For technical implementation guidance:"
msgstr "For technical implementation guidance:"
#: src/app/App.js:168
msgid "Forgot Password"
msgstr "Forgot Password"
#: src/auth/SignInPage.js:163
msgid "Forgot your password?"
msgstr "Forgot your password?"
#: src/createOrganization/CreateOrganizationPage.js:185
#: src/createOrganization/CreateOrganizationPage.js:196
#: src/createOrganization/CreateOrganizationPage.js:207
#: src/createOrganization/CreateOrganizationPage.js:218
#: src/createOrganization/CreateOrganizationPage.js:229
msgid "French"
msgstr "French"
#: src/dmarc/DmarcByDomainPage.js:126
#: src/dmarc/DmarcByDomainPage.js:264
msgid "Full Fail %"
msgstr "Full Fail %"
#: src/dmarc/DmarcByDomainPage.js:105
#: src/dmarc/DmarcByDomainPage.js:252
msgid "Full Pass %"
msgstr "Full Pass %"
#: src/dmarc/DmarcReportPage.js:407
msgid "Fully Aligned Table"
msgstr "Fully Aligned Table"
#: src/dmarc/DmarcReportPage.js:418
#: src/dmarc/DmarcReportPage.js:483
msgid "Fully Aligned by IP Address"
msgstr "Fully Aligned by IP Address"
#: src/organizations/Organizations.js:150
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/dmarc/DmarcByDomainPage.js:239
#: src/domains/DomainsPage.js:121
#: src/organizations/Organizations.js:126
msgid "Glossary"
msgstr "Glossary"
#: src/components/TrackerTable.js:214
msgid "Go to page:"
msgstr "Go to page:"
#: src/dmarc/DmarcReportSummaryGraph.js:99
msgid "Graph direction:"
msgstr "Graph direction:"
#: src/DmarcReportSummaryGraph.js:91
#~ msgid "Graph:"
#~ msgstr "Graph:"
#: src/dmarc/DmarcReportPage.js:245
#: src/dmarc/DmarcReportPage.js:769
#: src/domains/DomainCard.js:100
msgid "Guidance"
msgstr "Guidance"
#: src/guidance/DmarcGuidancePage.js:42
msgid "Guidance Tags"
msgstr "Guidance Tags"
#: src/guidance/GuidanceTagDetails.js:87
#: src/guidance/GuidanceTagList.js:83
msgid "Guidance:"
msgstr "Guidance:"
#: src/guidance/ScanCategoryDetails.js:86
msgid "HSTS Age:"
msgstr "HSTS Age:"
#: src/guidance/ScanCategoryDetails.js:79
msgid "HSTS Status:"
msgstr "HSTS Status:"
#: src/domains/DomainsPage.js:134
#: src/organizationDetails/OrganizationDomains.js:62
msgid "HTTPS"
msgstr "HTTPS"
#: src/app/RequestScanNotificationHandler.js:89
msgid "HTTPS Scan Complete"
msgstr "HTTPS Scan Complete"
#: src/domains/DomainsPage.js:230
msgid "HTTPS Status"
msgstr "HTTPS Status"
#: src/app/RequestScanNotificationHandler.js:90
msgid "HTTPS scan for domain \"{0}\" has completed."
msgstr "HTTPS scan for domain \"{0}\" has completed."
#: src/dmarc/DmarcReportPage.js:240
msgid "Header From"
msgstr "Header From"
#: src/guidance/ScanCategoryDetails.js:108
msgid "Heartbleed Vulnerability:"
msgstr "Heartbleed Vulnerability:"
#: src/app/App.js:95
#: src/app/App.js:132
#: src/app/FloatingMenu.js:175
msgid "Home"
msgstr "Home"
#: src/dmarc/DmarcReportSummaryGraph.js:107
msgid "Horizontal View"
msgstr "Horizontal View"
#: src/domains/ScanDomain.js:320
msgid "ITPIN Compliant"
msgstr "ITPIN Compliant"
#: src/domains/ScanDomain.js:120
#: src/guidance/ScanCard.js:31
msgid "Identify all authorized senders;"
msgstr "Identify all authorized senders;"
#: src/domains/ScanDomain.js:114
#: src/guidance/ScanCard.js:25
msgid "Identify all domains and subdomains used to send mail;"
msgstr "Identify all domains and subdomains used to send mail;"
#: src/termsConditions/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/guidance/GuidanceTagList.js:93
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/guidance/ScanCategoryDetails.js:67
msgid "Implementation:"
msgstr "Implementation:"
#: src/auth/TwoFactorAuthenticatePage.js:78
msgid "Incorrect authenticate.result typename."
msgstr "Incorrect authenticate.result typename."
#: src/user/UserPage.js:117
msgid "Incorrect closeAccount.result typename."
msgstr "Incorrect closeAccount.result typename."