forked from superdesk/newsroom-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.pot
3860 lines (3009 loc) · 95.2 KB
/
messages.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
# Translations template for Newsroom-Core.
# Copyright (C) 2023 ORGANIZATION
# This file is distributed under the same license as the Newsroom-Core
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Newsroom-Core 2.5.0.dev0\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-06-26 16:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.12.1\n"
#: newsroom/email.py:414
msgid "Kill/Takedown notice"
msgstr ""
#: newsroom/email.py:423
#, python-format
msgid "%(section)s cancelled notice"
msgstr ""
#: newsroom/email_templates.py:74
msgid "Email template name not supplied"
msgstr ""
#: newsroom/email_templates.py:76
#, python-format
msgid "Email template '%(name)s' not found"
msgstr ""
#: newsroom/history.py:115
msgid "Activity History: Inavlid request"
msgstr ""
#: newsroom/push.py:111
msgid "Unknown type {}"
msgstr ""
#: newsroom/settings.py:95 newsroom/settings.py:123
msgid "Company expiry alert recipients"
msgstr ""
#: newsroom/settings.py:97 newsroom/settings.py:130
msgid "Coverage request recipients"
msgstr ""
#: newsroom/settings.py:102
msgid "{}: Email IDs not in proper format"
msgstr ""
#: newsroom/settings.py:108
msgid "General Settings"
msgstr ""
#: newsroom/settings.py:118
msgid "Google Analytics ID"
msgstr ""
#: newsroom/settings.py:124
msgid ""
"Comma separated list of email addresses to which the expiration alerts of"
" companies will be sent to."
msgstr ""
#: newsroom/settings.py:131
msgid ""
"Comma separated list of email addresses who will receive the coverage "
"request emails."
msgstr ""
#: newsroom/settings.py:137
msgid "System alerts recipients"
msgstr ""
#: newsroom/settings.py:138
msgid "Comma separated list of email addresses who will receive system alerts."
msgstr ""
#: newsroom/settings.py:142
msgid "Monitoring report logo image"
msgstr ""
#: newsroom/settings.py:143
msgid "Monitoring report logo image (jpg or png) for RTF reports."
msgstr ""
#: newsroom/settings.py:147
msgid "Product Seat request recipients"
msgstr ""
#: newsroom/settings.py:148
msgid ""
"Comma separated list of email addresses who will receive product seat "
"requests."
msgstr ""
#: newsroom/settings.py:152
msgid "Allow companies to manage their own user product permissions"
msgstr ""
#: newsroom/settings.py:153
msgid ""
"Allow Company Admins to change section and product permissions for their "
"users"
msgstr ""
#: assets/missing-translations.js:3 newsroom/agenda/utils.py:41
#: newsroom/utils.py:198
msgid "ALL DAY"
msgstr ""
#: newsroom/auth/oauth.py:85 newsroom/utils.py:288 newsroom/utils.py:385
msgid "Account is disabled"
msgstr ""
#: newsroom/utils.py:296
msgid "Account has not been approved"
msgstr ""
#: newsroom/utils.py:381
msgid "Insufficient Permissions. Access denied."
msgstr ""
#: newsroom/auth/views.py:126 newsroom/utils.py:389
msgid "Company account has been disabled."
msgstr ""
#: newsroom/auth/views.py:129 newsroom/utils.py:393
msgid "Company account has expired."
msgstr ""
#: newsroom/agenda/__init__.py:48
msgid "Google Maps Styles"
msgstr ""
#: newsroom/agenda/__init__.py:50
msgid ""
"Provide styles delimited by &(ampersand). For example, "
"feature:poi|element:labels|visibility:off&transit|visibility:off. Refer "
"to https://developers.google.com/maps/documentation/maps-static/styling "
"for more details"
msgstr ""
#: assets/agenda/components/AgendaTags.jsx:44
#: assets/company-reports/components/ContentActivity.jsx:110
#: assets/wire/components/PreviewTags.jsx:40 newsroom/agenda/__init__.py:61
#: newsroom/reports/content_activity.py:190
#: newsroom/templates/wire_item.html:76
#: newsroom/templates/wire_item_print.html:24 newsroom/wire/__init__.py:132
msgid "Category"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:111
#: assets/monitoring/components/MonitoringList.jsx:24
#: assets/wire/components/PreviewTagsSubjects.jsx:42
#: newsroom/agenda/__init__.py:65 newsroom/monitoring/forms.py:22
#: newsroom/reports/content_activity.py:191 newsroom/wire/__init__.py:136
msgid "Subject"
msgstr ""
#: assets/wire/components/fields/UrgencyLabel.jsx:43
#: newsroom/agenda/__init__.py:69 newsroom/wire/__init__.py:144
msgid "News Value"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:109
#: assets/search/components/TopicParameters.jsx:63
#: newsroom/agenda/__init__.py:73 newsroom/reports/content_activity.py:189
#: newsroom/wire/__init__.py:148
msgid "Place"
msgstr ""
#: newsroom/agenda/agenda.py:55
msgid "An event you have been watching has been updated"
msgstr ""
#: newsroom/agenda/agenda.py:56
msgid "Event updated"
msgstr ""
#: newsroom/agenda/agenda.py:59
msgid "An event you have been watching has been cancelled"
msgstr ""
#: newsroom/agenda/agenda.py:60
msgid "Event cancelled"
msgstr ""
#: newsroom/agenda/agenda.py:63
msgid "An event you have been watching has a new planning"
msgstr ""
#: newsroom/agenda/agenda.py:64
msgid "Planning added"
msgstr ""
#: newsroom/agenda/agenda.py:67
msgid "An event you have been watching has a planning cancelled"
msgstr ""
#: newsroom/agenda/agenda.py:68
msgid "Planning cancelled"
msgstr ""
#: newsroom/agenda/agenda.py:71
msgid "An event you have been watching has a new coverage added"
msgstr ""
#: newsroom/agenda/agenda.py:72
msgid "Coverage added"
msgstr ""
#: newsroom/agenda/views.py:214
msgid "Cannot edit coverage watch when watching parent item"
msgstr ""
#: newsroom/agenda/views.py:221
msgid "Coverage not found"
msgstr ""
#: newsroom/agenda/views.py:233
msgid "Error removing watch."
msgstr ""
#: newsroom/agenda/views.py:272
#, python-format
msgid "%(section)s item not found"
msgstr ""
#: newsroom/auth/forms.py:10
msgid "Editor"
msgstr ""
#: newsroom/auth/forms.py:11
msgid "Journalist"
msgstr ""
#: newsroom/auth/forms.py:12
msgid "Sales"
msgstr ""
#: newsroom/auth/forms.py:13
msgid "CTO"
msgstr ""
#: newsroom/auth/forms.py:14
msgid "CEO"
msgstr ""
#: assets/companies/utils.js:7 newsroom/auth/forms.py:15
msgid "Other"
msgstr ""
#: newsroom/auth/forms.py:18
msgid "Your email"
msgstr ""
#: newsroom/auth/forms.py:19
msgid "Your First Name"
msgstr ""
#: newsroom/auth/forms.py:20
msgid "Your Last Name"
msgstr ""
#: newsroom/auth/forms.py:21
msgid "Your telephone number"
msgstr ""
#: newsroom/auth/forms.py:22
msgid "Your company"
msgstr ""
#: newsroom/auth/forms.py:23
msgid "Your country"
msgstr ""
#: newsroom/auth/forms.py:24
msgid "Your position"
msgstr ""
#: newsroom/auth/forms.py:26
msgid "Size of your company"
msgstr ""
#: newsroom/auth/forms.py:30
msgid "I agree to"
msgstr ""
#: assets/company-admin/components/CompanyUsers.jsx:25
#: assets/user-profile/components/profile/UserProfile.jsx:82
#: assets/users/components/EditUser.jsx:129
#: assets/users/components/UsersList.jsx:27 newsroom/auth/forms.py:35
#: newsroom/auth/forms.py:41 newsroom/users/forms.py:44
msgid "Email"
msgstr ""
#: newsroom/auth/forms.py:36
msgid "Password"
msgstr ""
#: newsroom/auth/forms.py:37
msgid "Remember Me"
msgstr ""
#: newsroom/auth/forms.py:48
msgid "Passwords must match."
msgstr ""
#: newsroom/auth/forms.py:50
msgid "Old password"
msgstr ""
#: newsroom/auth/forms.py:51
msgid "New password"
msgstr ""
#: newsroom/auth/forms.py:52
msgid "Confirm new password"
msgstr ""
#: newsroom/auth/oauth.py:59 newsroom/auth/views.py:140
#: newsroom/auth/views.py:144 newsroom/news_api/news/assets/assets.py:24
#: newsroom/news_api/news/item/item.py:23
msgid "Invalid token"
msgstr ""
#: newsroom/auth/oauth.py:64
msgid "Email not found"
msgstr ""
#: newsroom/auth/oauth.py:70 newsroom/auth/utils.py:43
#: newsroom/users/views.py:150 newsroom/users/views.py:189
#: newsroom/users/views.py:258 newsroom/users/views.py:293
msgid "User not found"
msgstr ""
#: newsroom/auth/oauth.py:74
msgid "No Company assigned"
msgstr ""
#: newsroom/auth/oauth.py:79
msgid "Company is disabled"
msgstr ""
#: newsroom/auth/oauth.py:82
msgid "Company has expired"
msgstr ""
#: newsroom/auth/saml.py:134
msgid "There was an error when using SSO"
msgstr ""
#: newsroom/auth/views.py:46 newsroom/auth/views.py:134
msgid "Invalid username or password."
msgstr ""
#: newsroom/auth/views.py:117
msgid "Exceeded number of allowed login attempts"
msgstr ""
#: newsroom/auth/views.py:174
msgid "Account already exists."
msgstr ""
#: newsroom/auth/views.py:199
msgid "Your account has been validated."
msgstr ""
#: newsroom/auth/views.py:202
msgid "Token has expired. Please create a new token"
msgstr ""
#: newsroom/auth/views.py:221
msgid "Your password has been changed. Please login again."
msgstr ""
#: newsroom/auth/views.py:238
msgid "A reset password token has been sent to your email address."
msgstr ""
#: newsroom/cards/__init__.py:14
msgid "Dashboards"
msgstr ""
#: newsroom/cards/views.py:64
msgid "Label not found"
msgstr ""
#: newsroom/cards/views.py:67
msgid "Type not found"
msgstr ""
#: newsroom/cards/views.py:70
msgid "Dashboard type not found"
msgstr ""
#: newsroom/companies/__init__.py:40
msgid "Company Management"
msgstr ""
#: newsroom/companies/views.py:67
msgid "Company already exists"
msgstr ""
#: newsroom/companies/views.py:77 newsroom/navigations/views.py:64
#: newsroom/products/views.py:64 newsroom/section_filters/views.py:55
msgid "Name not found"
msgstr ""
#: newsroom/companies/views.py:85
msgid "{0}: {1}"
msgstr ""
#: newsroom/companies/views.py:133 newsroom/company_admin/views.py:46
msgid "Company not found"
msgstr ""
#: newsroom/company_admin/views.py:52
msgid "No products selected"
msgstr ""
#: newsroom/company_admin/views.py:55
msgid "Invalid number of seats requested"
msgstr ""
#: newsroom/company_admin/views.py:68 newsroom/company_admin/views.py:76
msgid "Product Seat Request recipients not configured"
msgstr ""
#: newsroom/market_place/__init__.py:6
msgid "aapX"
msgstr ""
#: newsroom/market_place/__init__.py:45
msgid "Time limit for aapX items (in days)"
msgstr ""
#: newsroom/market_place/__init__.py:49 newsroom/news_api/__init__.py:17
#: newsroom/wire/__init__.py:110
msgid ""
"You can create an additional filter on top of the product definition. The"
" time limit can be enabled for each company in the Permissions."
msgstr ""
#: newsroom/media_releases/__init__.py:33
msgid "Time limit for Media Release items (in days)"
msgstr ""
#: newsroom/media_releases/__init__.py:37
msgid "Time limit for access to Media Release items"
msgstr ""
#: newsroom/monitoring/__init__.py:39 newsroom/monitoring/forms.py:11
msgid "PDF"
msgstr ""
#: newsroom/monitoring/__init__.py:40 newsroom/monitoring/forms.py:11
msgid "RTF"
msgstr ""
#: newsroom/monitoring/forms.py:8
msgid "Full text"
msgstr ""
#: newsroom/monitoring/forms.py:9
msgid "Linked extract(s)"
msgstr ""
#: assets/companies/components/CompanyList.jsx:34
#: assets/companies/components/EditCompanyDetails.jsx:20
#: assets/company-admin/components/CompanyUsers.jsx:24
#: assets/monitoring/components/EditMonitoringProfile.jsx:112
#: assets/monitoring/components/MonitoringList.jsx:23
#: assets/navigations/components/EditNavigation.jsx:78
#: assets/navigations/components/NavigationList.jsx:22
#: assets/oauth_clients/components/ClientList.jsx:22
#: assets/oauth_clients/components/EditClient.jsx:38
#: assets/products/components/EditProduct.jsx:114
#: assets/products/components/ProductList.jsx:22
#: assets/search/components/TopicForm.jsx:42
#: assets/section-filters/components/EditSectionFilter.jsx:36
#: assets/section-filters/components/SectionFilterList.jsx:22
#: assets/users/components/UsersList.jsx:26 newsroom/monitoring/forms.py:21
msgid "Name"
msgstr ""
#: assets/company-admin/components/CompanyDetails.jsx:24
#: assets/monitoring/components/EditMonitoringProfile.jsx:132
#: assets/monitoring/components/MonitoringList.jsx:25
#: assets/navigations/components/EditNavigation.jsx:85
#: assets/navigations/components/NavigationList.jsx:23
#: assets/products/components/EditProduct.jsx:121
#: assets/search/components/MonitoringEditor.jsx:173
#: assets/section-filters/components/EditSectionFilter.jsx:43
#: newsroom/monitoring/forms.py:23
msgid "Description"
msgstr ""
#: newsroom/monitoring/forms.py:24
msgid "Alert Type"
msgstr ""
#: newsroom/monitoring/forms.py:25
msgid "Format Type"
msgstr ""
#: assets/companies/components/EditCompany.jsx:37
#: assets/company-reports/components/ComapnyNewsApiUsage.jsx:77
#: assets/company-reports/components/Company.jsx:86
#: assets/company-reports/components/CompanyProducts.jsx:32
#: assets/company-reports/components/CompanyReportsApp.jsx:20
#: assets/company-reports/components/CompanySavedSearches.jsx:17
#: assets/company-reports/components/ExpiredCompanies.jsx:17
#: assets/company-reports/components/SubscriberActivity.jsx:141
#: assets/company-reports/components/UserSavedSearches.jsx:21
#: assets/monitoring/components/EditMonitoringProfile.jsx:139
#: assets/monitoring/components/MonitoringList.jsx:27
#: assets/users/components/EditUser.jsx:165
#: assets/users/components/EditUser.jsx:171
#: assets/users/components/UsersList.jsx:32 newsroom/monitoring/forms.py:26
#: newsroom/reports/reports.py:172 newsroom/users/forms.py:49
msgid "Company"
msgstr ""
#: assets/companies/components/CompanyListItem.jsx:20
#: assets/companies/components/EditCompanyDetails.jsx:125
#: assets/monitoring/components/EditMonitoringProfile.jsx:189
#: assets/monitoring/components/MonitoringItem.jsx:18
#: assets/navigations/components/EditNavigation.jsx:92
#: assets/navigations/components/NavigationListItem.jsx:13
#: assets/news-api/components/EditAPIToken.jsx:228
#: assets/products/components/EditProduct.jsx:170
#: assets/products/components/ProductListItem.jsx:12
#: assets/search/components/MonitoringEditor.jsx:195
#: assets/section-filters/components/EditSectionFilter.jsx:78
#: assets/section-filters/components/SectionFilterListItem.jsx:12
#: assets/users/components/EditUser.jsx:261
#: assets/users/components/UserListItem.jsx:26 newsroom/monitoring/forms.py:27
msgid "Enabled"
msgstr ""
#: assets/monitoring/components/EditMonitoringProfile.jsx:196
#: newsroom/monitoring/forms.py:28
msgid "Always Send"
msgstr ""
#: assets/monitoring/components/EditMonitoringProfile.jsx:126
#: newsroom/monitoring/forms.py:30
msgid "Use Headline as Subject of emails containing a single item"
msgstr ""
#: assets/company-reports/components/CompanyProducts.jsx:12
#: assets/monitoring/components/EditMonitoringProfile.jsx:148
#: assets/monitoring/components/MonitoringList.jsx:26
#: assets/products/components/EditProduct.jsx:141
#: assets/products/components/ProductList.jsx:25
#: assets/section-filters/components/EditSectionFilter.jsx:63
#: assets/section-filters/components/SectionFilterList.jsx:25
#: newsroom/monitoring/forms.py:34
msgid "Query"
msgstr ""
#: newsroom/monitoring/search.py:67 newsroom/search/service.py:560
msgid "Invalid product parameter"
msgstr ""
#: newsroom/monitoring/search.py:83
msgid "No monitoring profile requested."
msgstr ""
#: newsroom/monitoring/views.py:174
msgid "monitoring Profile not found"
msgstr ""
#: assets/products/components/EditProduct.jsx:36
#: newsroom/navigations/__init__.py:16
msgid "Global Topics"
msgstr ""
#: newsroom/news_api/__init__.py:13
msgid "Time limit for News API products (in days)"
msgstr ""
#: newsroom/news_api/api_tokens/__init__.py:66
msgid "Rate limit exceeded"
msgstr ""
#: newsroom/oauth_clients/__init__.py:15
msgid "OAuth Clients"
msgstr ""
#: newsroom/oauth_clients/views.py:61
msgid "Client not found"
msgstr ""
#: assets/companies/components/CompanyPermissions.jsx:100
#: assets/company-admin/components/CompanyDetails.jsx:20
#: assets/company-reports/components/Company.jsx:24
#: assets/navigations/components/EditNavigation.jsx:23
#: assets/users/components/EditUser.jsx:213 newsroom/products/__init__.py:14
#: newsroom/users/forms.py:61
msgid "Products"
msgstr ""
#: newsroom/reports/content_activity.py:25
#: newsroom/reports/content_activity.py:75
msgid "Must provide a section for this report"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:106
#: assets/wire/components/filters/NavCreatedPicker.jsx:27
#: newsroom/reports/content_activity.py:186
msgid "Published"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:107
#: assets/components/cards/edit/ConfigEvent.jsx:26
#: assets/search/components/AdvancedSearchPanel.jsx:115
#: assets/search/components/SearchResultsBar/SearchResultsAdvancedSearchRow.jsx:184
#: newsroom/reports/content_activity.py:187
msgid "Headline"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:108
#: newsroom/reports/content_activity.py:188
msgid "Take Key"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:51
#: assets/company-reports/components/ContentActivity.jsx:112
#: assets/products/components/EditProduct.jsx:35
#: newsroom/reports/content_activity.py:192
msgid "Companies"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:60
#: assets/company-reports/components/ContentActivity.jsx:113
#: newsroom/reports/content_activity.py:193
msgid "Actions"
msgstr ""
#: assets/agenda/components/AgendaAttachments.jsx:43
#: assets/company-reports/components/ContentActivity.jsx:62
#: assets/company-reports/components/ContentActivity.jsx:117
#: assets/item-actions.js:49 assets/ui/components/ArticleMedia.jsx:29
#: assets/wire/components/DownloadItemsModal.jsx:53
#: newsroom/reports/content_activity.py:209
msgid "Download"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:63
#: assets/company-reports/components/ContentActivity.jsx:118
#: assets/components/TextInput.jsx:35 assets/item-actions.js:42
#: newsroom/reports/content_activity.py:212
msgid "Copy"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:64
#: assets/company-reports/components/ContentActivity.jsx:119
#: assets/components/ShareItemModal.jsx:95 assets/item-actions.js:25
#: assets/search/components/FollowedTopics.jsx:55
#: newsroom/reports/content_activity.py:215
msgid "Share"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:65
#: assets/company-reports/components/ContentActivity.jsx:120
#: assets/item-actions.js:35 newsroom/reports/content_activity.py:218
msgid "Print"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:66
#: assets/company-reports/components/ContentActivity.jsx:121
#: assets/item-actions.js:18 newsroom/reports/content_activity.py:221
msgid "Open"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:67
#: assets/company-reports/components/ContentActivity.jsx:122
#: newsroom/reports/content_activity.py:224
msgid "Preview"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:68
#: assets/company-reports/components/ContentActivity.jsx:123
#: newsroom/reports/content_activity.py:227
msgid "Clipboard"
msgstr ""
#: assets/company-reports/components/ContentActivity.jsx:69
#: assets/company-reports/components/ContentActivity.jsx:124
#: newsroom/reports/content_activity.py:230
msgid "API retrieval"
msgstr ""
#: assets/company-reports/components/CompanyReportsApp.jsx:22
#: newsroom/reports/content_activity.py:301
msgid "Content activity"
msgstr ""
#: assets/company-reports/components/CompanyReportsApp.jsx:16
#: newsroom/reports/reports.py:53
msgid "Saved searches per company"
msgstr ""
#: assets/company-reports/components/CompanyReportsApp.jsx:17
#: newsroom/reports/reports.py:84
msgid "Saved searches per user"
msgstr ""
#: assets/company-reports/components/CompanyReportsApp.jsx:18
#: newsroom/reports/reports.py:114
msgid "Products per company"
msgstr ""
#: assets/company-reports/components/CompanyReportsApp.jsx:19
#: newsroom/reports/reports.py:137
msgid "Stories per product"
msgstr ""
#: newsroom/reports/reports.py:265
msgid "SubscriberActivity"
msgstr ""
#: assets/company-reports/components/CompanyReportsApp.jsx:44
#: newsroom/reports/reports.py:338
msgid "Company News API Usage"
msgstr ""
#: newsroom/reports/reports.py:378
msgid "Companies permissioned per product"
msgstr ""
#: assets/company-reports/components/CompanyReportsApp.jsx:24
#: newsroom/reports/reports.py:389
msgid "Expired companies"
msgstr ""
#: newsroom/reports/views.py:19 newsroom/reports/views.py:43
#: newsroom/reports/views.py:55
msgid "Unknown report {}"
msgstr ""
#: newsroom/search/service.py:280
msgid "Page limit exceeded"
msgstr ""
#: newsroom/search/service.py:551
msgid "User does not belong to a company."
msgstr ""
#: newsroom/search/service.py:553
msgid "Your company doesn't have any products defined."
msgstr ""
#: newsroom/search/service.py:555
msgid "Your product is not assigned to you or your company."
msgstr ""
#: newsroom/section_filters/__init__.py:16
msgid "Section Filters"
msgstr ""
#: newsroom/templates/403.html:6
msgid "403. Forbidden"
msgstr ""
#: newsroom/templates/403.html:7
msgid "The requested resource is not available for your subscription."
msgstr ""
#: newsroom/templates/404.html:6
msgid "404. That's an error."
msgstr ""
#: newsroom/templates/404.html:7
#, python-format
msgid "The requested url <code>%(url)s</code> was not found on the server."
msgstr ""
#: newsroom/templates/account_locked.html:12
msgid "Your account has been locked"
msgstr ""
#: newsroom/templates/account_locked.html:15
msgid "We have detected suspicious activity on your account and have locked it."
msgstr ""
#: newsroom/templates/account_locked.html:16
msgid "Please contact Newsroom administrator to unlock your account"
msgstr ""
#: newsroom/templates/agenda_item_print.html:18
msgid "Where"
msgstr ""
#: assets/companies/components/CompanyList.jsx:39
#: assets/company-reports/components/Company.jsx:37
#: newsroom/templates/agenda_item_print.html:30
msgid "Contact"
msgstr ""
#: newsroom/templates/agenda_item_print.html:44
msgid "Web"
msgstr ""
#: assets/agenda/components/AgendaEdNote.jsx:19
#: newsroom/templates/agenda_item_print.html:59
msgid "Editorial Note"
msgstr ""
#: assets/agenda/components/AgendaPreviewCoverages.jsx:40
#: assets/agenda/components/AgendaPreviewCoverages.jsx:116
#: newsroom/templates/agenda_item_print.html:64
msgid "Coverages:"
msgstr ""
#: assets/company-reports/components/Company.jsx:12
#: newsroom/templates/am_news_index.html:3
#: newsroom/templates/am_news_index.html:10
msgid "AM"
msgstr ""
#: newsroom/templates/base_layout.html:27
msgid "Main Navigation Bar"
msgstr ""
#: newsroom/templates/base_layout.html:44 newsroom/templates/login.html:13
#: newsroom/templates/login_client.html:4 newsroom/templates/login_form.html:20
msgid "Login"
msgstr ""
#: newsroom/templates/base_layout.html:47 newsroom/templates/footer.html:4
msgid "Contact Us"
msgstr ""
#: newsroom/templates/base_layout.html:56
msgid "Side Navigation"
msgstr ""
#: assets/users/utils.js:9 newsroom/templates/base_layout.html:75
#: newsroom/templates/base_layout.html:76
#: newsroom/templates/base_layout.html:83
#: newsroom/templates/company_admin_index.html:3
#: newsroom/templates/company_admin_index.html:6 newsroom/users/forms.py:38
msgid "Company Admin"
msgstr ""
#: newsroom/templates/base_layout.html:92
#: newsroom/templates/base_layout.html:93
#: newsroom/templates/base_layout.html:100
#: newsroom/templates/company_reports.html:3
#: newsroom/templates/company_reports.html:6
msgid "Reports"
msgstr ""
#: newsroom/templates/base_layout.html:108
#: newsroom/templates/base_layout.html:109
#: newsroom/templates/base_layout.html:116 newsroom/templates/settings.html:3
#: newsroom/templates/settings.html:6
msgid "Settings"
msgstr ""
#: newsroom/templates/factcheck_index.html:3
#: newsroom/templates/factcheck_index.html:6
msgid "FactCheck"
msgstr ""
#: newsroom/templates/footer.html:2
msgid "Privacy Policy"
msgstr ""
#: newsroom/templates/footer.html:3
msgid "Terms and Conditions"
msgstr ""
#: newsroom/templates/footer.html:5 newsroom/templates/page-copyright.html:3
msgid "Copyright"
msgstr ""
#: newsroom/templates/login.html:21 newsroom/templates/login_client.html:9
msgid "Login using Single Sign On"
msgstr ""
#: newsroom/templates/login.html:26
msgid "Forgot your password?"
msgstr ""
#: newsroom/templates/login.html:26
#: newsroom/templates/password_reset_link_expiry.html:8
msgid "Click here to reset."
msgstr ""
#: newsroom/templates/login.html:27
msgid "Or you can"
msgstr ""
#: newsroom/templates/login.html:27
msgid "click here to register."
msgstr ""
#: assets/user-profile/components/profile/UserProfile.jsx:136
#: assets/users/components/EditUser.jsx:181 newsroom/templates/login.html:35
#: newsroom/templates/login_locale_dropdown.html:5
msgid "Language"
msgstr ""
#: newsroom/templates/login_client.html:13
msgid "If you have trouble logging in, please contact your own IT support."
msgstr ""
#: newsroom/templates/login_form.html:26
msgid "Log In with Google"
msgstr ""
#: newsroom/templates/media_releases_index.html:3
#: newsroom/templates/media_releases_index.html:6
msgid "Media Releases"
msgstr ""
#: newsroom/templates/monitoring_error.html:1
msgid "The following monitoring profile has errored while sending alerts:"
msgstr ""
#: newsroom/templates/monitoring_error.html:2
msgid "Name:"
msgstr ""
#: newsroom/templates/monitoring_error.html:3
msgid "Company:"
msgstr ""
#: newsroom/templates/monitoring_error.html:4
msgid "Run time:"
msgstr ""
#: newsroom/templates/password_reset_link_expiry.html:6
msgid "That's an error."
msgstr ""
#: newsroom/templates/password_reset_link_expiry.html:7
msgid ""
"The link in the email has already expired. Please request to reset your "
"password again."
msgstr ""
#: newsroom/templates/request_token.html:12
msgid "Password Reset"
msgstr ""
#: newsroom/templates/request_token.html:27
msgid "Validate"
msgstr ""
#: assets/users/components/EditUser.jsx:295
#: newsroom/templates/request_token.html:29
msgid "Reset Password"
msgstr ""
#: newsroom/templates/reset_password.html:12
msgid "Reset password"
msgstr ""
#: newsroom/templates/reset_password.html:30
msgid "Please use 8 or more characters."
msgstr ""
#: newsroom/templates/reset_password.html:37
msgid "Change Password"
msgstr ""
#: assets/agenda/components/AgendaCoverageRequest.jsx:56
#: assets/components/CardEditor.jsx:72 assets/components/CardEditor.jsx:74
#: assets/components/EditPanel.jsx:132 assets/components/Modal.jsx:168
#: assets/search/components/MonitoringEditor.jsx:203
#: assets/search/components/TopicEditor.jsx:305
#: assets/search/components/TopicEditor.jsx:308
#: assets/user-profile/components/profile/UserProfile.jsx:152
#: assets/wire/components/SelectedItemsBar.jsx:47
#: newsroom/templates/reset_password.html:38
msgid "Cancel"
msgstr ""
#: assets/company-admin/components/CompanyAdminSideNav.jsx:8
#: newsroom/templates/settings.html:17
msgid "Settings Menu"
msgstr ""
#: newsroom/templates/signup.html:13 newsroom/templates/signup.html:68
msgid "Sign up"
msgstr ""