-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmessages.pot
1324 lines (1076 loc) · 45.8 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 xl_auth.
# Copyright (C) 2023 National Library of Sweden
# This file is distributed under the same license as the xl_auth project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: xl_auth 1.10.0\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-08-07 10:27+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: tests/end2end/test_collection_editing.py:58 tests/end2end/test_collection_registering.py:54
msgid "category"
msgstr ""
#: tests/end2end/test_collection_editing.py:61 tests/end2end/test_collection_registering.py:57
#: xl_auth/collection/forms.py:19 xl_auth/templates/collections/home.html:51
#: xl_auth/templates/collections/home.html:114
msgid "No category"
msgstr ""
#: tests/end2end/test_collection_editing.py:84 tests/end2end/test_collection_registering.py:80
#: xl_auth/collection/forms.py:15 xl_auth/templates/collections/home.html:29
#: xl_auth/templates/collections/home.html:92 xl_auth/templates/users/profile.html:93
msgid "Code"
msgstr ""
#: tests/end2end/test_collection_editing.py:84 tests/forms/test_collection_edit.py:36
#: xl_auth/collection/forms.py:61
msgid "Code cannot be modified"
msgstr ""
#: tests/end2end/test_collection_editing.py:106 tests/end2end/test_collection_registering.py:103
#: xl_auth/collection/forms.py:16 xl_auth/oauth/client/forms.py:14
#: xl_auth/templates/oauth/clients/home.html:18 xl_auth/templates/users/home.html:27
#: xl_auth/templates/users/home.html:101
msgid "Name"
msgstr ""
#: tests/end2end/test_collection_editing.py:106 tests/end2end/test_collection_registering.py:80
#: tests/end2end/test_collection_registering.py:103 tests/end2end/test_user_editing.py:237
#: tests/forms/test_client_edit.py:72 tests/forms/test_client_edit.py:95
#: tests/forms/test_client_edit.py:118 tests/forms/test_client_edit.py:129
#: tests/forms/test_client_register.py:74 tests/forms/test_client_register.py:97
#: tests/forms/test_client_register.py:120 tests/forms/test_client_register.py:131
#: tests/forms/test_collection_edit.py:18 tests/forms/test_collection_register.py:19
#: tests/forms/test_permission_edit.py:47 tests/forms/test_permission_edit.py:65
#: tests/forms/test_permission_register.py:24 tests/forms/test_permission_register.py:40
msgid "This field is required."
msgstr ""
#: tests/end2end/test_collection_editing.py:128 tests/end2end/test_collection_registering.py:126
#: xl_auth/collection/forms.py:17 xl_auth/templates/collections/home.html:31
#: xl_auth/templates/collections/home.html:94
msgid "Category"
msgstr ""
#: tests/end2end/test_collection_editing.py:128 tests/end2end/test_collection_registering.py:126
#: tests/forms/test_collection_edit.py:54 tests/forms/test_collection_register.py:66
msgid "Not a valid choice"
msgstr ""
#: tests/end2end/test_collection_editing.py:144 tests/end2end/test_collection_view.py:41
#: xl_auth/collection/views.py:56 xl_auth/collection/views.py:71
#, python-format
msgid "Collection code \"%(code)s\" does not exist"
msgstr ""
#: tests/end2end/test_collection_editing.py:162 tests/end2end/test_user_editing.py:280
#: xl_auth/templates/collections/home.html:56 xl_auth/templates/collections/home.html:119
#: xl_auth/templates/collections/view.html:129 xl_auth/templates/permissions/home.html:48
#: xl_auth/templates/users/view.html:122
msgid "Edit"
msgstr ""
#: tests/end2end/test_collection_registering.py:29 tests/end2end/test_collection_registering.py:172
#: xl_auth/templates/collections/home.html:23 xl_auth/templates/collections/home.html:86
msgid "New Collection"
msgstr ""
#: tests/end2end/test_collection_registering.py:154 tests/forms/test_collection_register.py:37
#: tests/forms/test_collection_register.py:48 xl_auth/collection/forms.py:44
#, python-format
msgid "Code \"%(code)s\" already registered"
msgstr ""
#: tests/end2end/test_collection_view.py:24 xl_auth/templates/collections/view.html:4
#, python-format
msgid "View Collection '%(code)s'"
msgstr ""
#: tests/end2end/test_collection_view.py:59 tests/end2end/test_collection_view.py:88
#: tests/end2end/test_collection_view.py:124 tests/end2end/test_collection_view.py:153
#: tests/end2end/test_collection_view.py:184 tests/end2end/test_permission_deleting.py:65
#: tests/end2end/test_permission_deleting.py:102 tests/end2end/test_permission_editing.py:186
#: tests/end2end/test_permission_registering.py:187 tests/end2end/test_user_editing.py:274
#: tests/end2end/test_user_view.py:71 tests/end2end/test_user_view.py:98
#: tests/end2end/test_user_view.py:121 tests/end2end/test_user_view.py:164
#: xl_auth/templates/collections/view.html:70 xl_auth/templates/permissions/home.html:4
#: xl_auth/templates/users/view.html:61
msgid "Permissions"
msgstr ""
#: tests/end2end/test_collection_view.py:60 tests/end2end/test_collection_view.py:89
#: tests/end2end/test_user_view.py:72 tests/end2end/test_user_view.py:122
#: tests/end2end/test_user_view.py:143 tests/end2end/test_user_view.py:165
#: xl_auth/permission/forms.py:24 xl_auth/templates/collections/view.html:93
#: xl_auth/templates/permissions/home.html:22 xl_auth/templates/users/inspect.html:26
#: xl_auth/templates/users/inspect.html:81 xl_auth/templates/users/profile.html:99
#: xl_auth/templates/users/simple_view.html:17 xl_auth/templates/users/view.html:39
#: xl_auth/templates/users/view.html:81
msgid "Global Registrant"
msgstr ""
#: tests/end2end/test_collection_view.py:123 tests/end2end/test_collection_view.py:152
#: tests/end2end/test_collection_view.py:181 xl_auth/templates/collections/view.html:35
msgid "Cataloging Admins"
msgstr ""
#: tests/end2end/test_collection_view.py:125 tests/end2end/test_collection_view.py:154
#: tests/end2end/test_collection_view.py:185 tests/models/test_collection.py:143
#: xl_auth/collection/models.py:45
msgid "You will only see all permissions for those collections that you are cataloging admin for."
msgstr ""
#: tests/end2end/test_oauth_deleting_client.py:32 xl_auth/oauth/client/views.py:68
#, python-format
msgid "Successfully deleted OAuth2 Client \"%(name)s\"."
msgstr ""
#: tests/end2end/test_oauth_deleting_client.py:49
msgid "Clients"
msgstr ""
#: tests/end2end/test_oauth_registering_client.py:29 xl_auth/templates/oauth/clients/home.html:11
msgid "New Client"
msgstr ""
#: tests/end2end/test_permission_deleting.py:32 xl_auth/templates/permissions/delete.html:5
msgid "Acknowledge Deletion"
msgstr ""
#: tests/end2end/test_permission_deleting.py:33 xl_auth/templates/permissions/delete.html:7
#, python-format
msgid "Delete permission for \"%(username)s\" on collection \"%(code)s\"?"
msgstr ""
#: tests/end2end/test_permission_deleting.py:42 tests/end2end/test_permission_deleting.py:82
#: xl_auth/permission/views.py:124
#, python-format
msgid "Successfully deleted permissions for \"%(username)s\" on collection \"%(code)s\"."
msgstr ""
#: tests/end2end/test_permission_deleting.py:116 tests/forms/test_client_edit.py:22
#: tests/forms/test_client_register.py:24 tests/forms/test_collection_edit.py:65
#: tests/forms/test_collection_register.py:77 tests/forms/test_permission_delete.py:48
#: tests/forms/test_permission_edit.py:112 tests/forms/test_permission_register.py:80
#: tests/forms/test_user_administer.py:51 tests/forms/test_user_change_password.py:43
#: tests/forms/test_user_edit_details.py:32 tests/forms/test_user_register.py:42
#: xl_auth/collection/forms.py:39 xl_auth/collection/forms.py:71 xl_auth/oauth/client/forms.py:49
#: xl_auth/oauth/client/forms.py:84 xl_auth/permission/forms.py:80 xl_auth/permission/forms.py:89
#: xl_auth/permission/forms.py:141 xl_auth/permission/forms.py:166 xl_auth/permission/forms.py:180
#: xl_auth/permission/forms.py:226 xl_auth/templates/403.html:11 xl_auth/user/forms.py:77
#: xl_auth/user/forms.py:126 xl_auth/user/forms.py:160 xl_auth/user/forms.py:179
#: xl_auth/user/forms.py:203 xl_auth/user/forms.py:233
msgid "You do not have sufficient privileges for this operation."
msgstr ""
#: tests/end2end/test_permission_editing.py:42 tests/end2end/test_permission_editing.py:82
#: tests/end2end/test_permission_editing.py:136 xl_auth/permission/views.py:89
#, python-format
msgid "Updated permissions for \"%(username)s\" on collection \"%(code)s\"."
msgstr ""
#: tests/end2end/test_permission_editing.py:111 tests/end2end/test_permission_registering.py:67
#: tests/end2end/test_user_deletion.py:23 tests/end2end/test_user_registering.py:25
#: tests/end2end/test_user_registering.py:62 tests/end2end/test_user_registering.py:100
#: tests/end2end/test_user_registering.py:140 xl_auth/templates/permissions/edit.html:17
#: xl_auth/templates/permissions/register.html:16 xl_auth/templates/users/home.html:20
#: xl_auth/templates/users/profile.html:79
msgid "New User"
msgstr ""
#: tests/end2end/test_permission_editing.py:168 tests/end2end/test_permission_registering.py:169
#: tests/forms/test_permission_edit.py:76 tests/forms/test_permission_register.py:49
#: xl_auth/permission/forms.py:100 xl_auth/permission/forms.py:190
#, python-format
msgid "Permissions for user \"%(username)s\" on collection \"%(code)s\" already registered"
msgstr ""
#: tests/end2end/test_permission_registering.py:29 tests/end2end/test_permission_registering.py:65
#: tests/end2end/test_permission_registering.py:124 tests/end2end/test_permission_registering.py:160
#: xl_auth/templates/collections/view.html:81 xl_auth/templates/permissions/home.html:11
#: xl_auth/templates/users/view.html:69
msgid "New Permission"
msgstr ""
#: tests/end2end/test_permission_registering.py:41 tests/end2end/test_permission_registering.py:93
#: tests/end2end/test_permission_registering.py:138 xl_auth/permission/views.py:57
#, python-format
msgid "Added permissions for \"%(username)s\" on collection \"%(code)s\"."
msgstr ""
#: tests/end2end/test_public_logging_in.py:69 xl_auth/templates/users/approve_tos.html:28
msgid "To the service"
msgstr ""
#: tests/end2end/test_public_logging_in.py:78 xl_auth/templates/collections/home.html:4
#: xl_auth/templates/nav.html:25 xl_auth/templates/users/home.html:28
#: xl_auth/templates/users/home.html:102 xl_auth/templates/users/inspect.html:186
msgid "Collections"
msgstr ""
#: tests/end2end/test_public_logging_in.py:142 xl_auth/public/views.py:116
msgid "You are logged out."
msgstr ""
#: tests/end2end/test_public_logging_in.py:156 tests/end2end/test_public_logging_in.py:190
#: tests/forms/test_public_login.py:43 xl_auth/public/forms.py:39
msgid "Invalid password"
msgstr ""
#: tests/end2end/test_public_logging_in.py:173 tests/end2end/test_public_reset_password.py:78
#: tests/forms/test_public_forgot_password.py:19 tests/forms/test_public_login.py:33
#: xl_auth/public/forms.py:35 xl_auth/public/forms.py:72
msgid "Unknown username/email"
msgstr ""
#: tests/end2end/test_public_reset_password.py:28 tests/end2end/test_public_reset_password.py:151
#: tests/end2end/test_public_reset_password.py:166 xl_auth/templates/public/home.html:47
msgid "Forgot password?"
msgstr ""
#: tests/end2end/test_public_reset_password.py:99 tests/forms/test_public_reset_password.py:18
#: xl_auth/public/forms.py:107
#, python-format
msgid "Reset code \"%(code)s\" does not exit"
msgstr ""
#: tests/end2end/test_public_reset_password.py:117 tests/forms/test_public_reset_password.py:30
#: xl_auth/public/forms.py:98
#, python-format
msgid "Reset code \"%(code)s\" expired at %(isoformat)s"
msgstr ""
#: tests/end2end/test_public_reset_password.py:141 tests/forms/test_public_reset_password.py:42
#: xl_auth/public/forms.py:103
#, python-format
msgid "Reset code \"%(code)s\" already used (%(isoformat)s)"
msgstr ""
#: tests/end2end/test_public_reset_password.py:173 tests/forms/test_public_forgot_password.py:46
#: xl_auth/public/forms.py:65
msgid ""
"You already have an active password reset. Please check your email inbox (and your Spam folder) "
"or try again later."
msgstr ""
#: tests/end2end/test_user_deletion.py:21 tests/end2end/test_user_editing.py:25
#: tests/end2end/test_user_editing.py:75 tests/end2end/test_user_editing.py:116
#: tests/end2end/test_user_editing.py:156 tests/end2end/test_user_inspection.py:21
#: tests/end2end/test_user_registering.py:23 tests/end2end/test_user_registering.py:60
#: tests/end2end/test_user_registering.py:177 xl_auth/templates/collections/home.html:32
#: xl_auth/templates/collections/home.html:95 xl_auth/templates/nav.html:27
#: xl_auth/templates/users/home.html:4
msgid "Users"
msgstr ""
#: tests/end2end/test_user_editing.py:54 xl_auth/templates/collections/view.html:9
#: xl_auth/templates/collections/view.html:109 xl_auth/templates/collections/view.html:112
#: xl_auth/templates/collections/view.html:115 xl_auth/templates/collections/view.html:119
#: xl_auth/templates/permissions/home.html:42 xl_auth/templates/permissions/home.html:43
#: xl_auth/templates/permissions/home.html:44 xl_auth/templates/permissions/home.html:45
#: xl_auth/templates/users/home.html:47 xl_auth/templates/users/home.html:121
#: xl_auth/templates/users/inspect.html:18 xl_auth/templates/users/inspect.html:21
#: xl_auth/templates/users/inspect.html:24 xl_auth/templates/users/inspect.html:27
#: xl_auth/templates/users/inspect.html:95 xl_auth/templates/users/inspect.html:98
#: xl_auth/templates/users/inspect.html:101 xl_auth/templates/users/inspect.html:104
#: xl_auth/templates/users/inspect.html:107 xl_auth/templates/users/inspect.html:153
#: xl_auth/templates/users/inspect.html:156 xl_auth/templates/users/inspect.html:159
#: xl_auth/templates/users/inspect.html:162 xl_auth/templates/users/inspect.html:203
#: xl_auth/templates/users/inspect.html:206 xl_auth/templates/users/inspect.html:239
#: xl_auth/templates/users/inspect.html:273 xl_auth/templates/users/profile.html:114
#: xl_auth/templates/users/profile.html:117 xl_auth/templates/users/profile.html:120
#: xl_auth/templates/users/profile.html:124 xl_auth/templates/users/simple_view.html:14
#: xl_auth/templates/users/simple_view.html:18 xl_auth/templates/users/view.html:33
#: xl_auth/templates/users/view.html:36 xl_auth/templates/users/view.html:40
#: xl_auth/templates/users/view.html:44 xl_auth/templates/users/view.html:98
#: xl_auth/templates/users/view.html:101 xl_auth/templates/users/view.html:104
#: xl_auth/templates/users/view.html:108 xl_auth/templates/users/view.html:112
msgid "Yes"
msgstr ""
#: tests/end2end/test_user_editing.py:54 xl_auth/templates/collections/view.html:9
#: xl_auth/templates/collections/view.html:109 xl_auth/templates/collections/view.html:112
#: xl_auth/templates/collections/view.html:115 xl_auth/templates/collections/view.html:119
#: xl_auth/templates/permissions/home.html:42 xl_auth/templates/permissions/home.html:43
#: xl_auth/templates/permissions/home.html:44 xl_auth/templates/permissions/home.html:45
#: xl_auth/templates/users/home.html:47 xl_auth/templates/users/home.html:121
#: xl_auth/templates/users/inspect.html:18 xl_auth/templates/users/inspect.html:21
#: xl_auth/templates/users/inspect.html:24 xl_auth/templates/users/inspect.html:27
#: xl_auth/templates/users/inspect.html:95 xl_auth/templates/users/inspect.html:98
#: xl_auth/templates/users/inspect.html:101 xl_auth/templates/users/inspect.html:104
#: xl_auth/templates/users/inspect.html:107 xl_auth/templates/users/inspect.html:153
#: xl_auth/templates/users/inspect.html:156 xl_auth/templates/users/inspect.html:159
#: xl_auth/templates/users/inspect.html:162 xl_auth/templates/users/inspect.html:203
#: xl_auth/templates/users/inspect.html:206 xl_auth/templates/users/inspect.html:239
#: xl_auth/templates/users/inspect.html:273 xl_auth/templates/users/profile.html:114
#: xl_auth/templates/users/profile.html:117 xl_auth/templates/users/profile.html:120
#: xl_auth/templates/users/profile.html:124 xl_auth/templates/users/simple_view.html:14
#: xl_auth/templates/users/simple_view.html:18 xl_auth/templates/users/view.html:33
#: xl_auth/templates/users/view.html:36 xl_auth/templates/users/view.html:40
#: xl_auth/templates/users/view.html:44 xl_auth/templates/users/view.html:98
#: xl_auth/templates/users/view.html:101 xl_auth/templates/users/view.html:104
#: xl_auth/templates/users/view.html:108 xl_auth/templates/users/view.html:112
msgid "No"
msgstr ""
#: tests/end2end/test_user_editing.py:168 tests/end2end/test_user_editing.py:387
#: xl_auth/user/forms.py:187
msgid "New email"
msgstr ""
#: tests/end2end/test_user_editing.py:168 tests/end2end/test_user_registering.py:207
#: tests/forms/test_user_register.py:24 tests/forms/test_user_register.py:34 xl_auth/commands.py:652
#: xl_auth/user/forms.py:67 xl_auth/user/forms.py:194
msgid "Email already registered"
msgstr ""
#: tests/end2end/test_user_editing.py:192 tests/end2end/test_user_editing.py:216
#: xl_auth/public/forms.py:52 xl_auth/public/forms.py:80 xl_auth/templates/users/home.html:26
#: xl_auth/templates/users/home.html:100 xl_auth/templates/users/inspect.html:131
#: xl_auth/templates/users/inspect.html:185 xl_auth/user/forms.py:13
msgid "Email"
msgstr ""
#: tests/end2end/test_user_editing.py:192 tests/end2end/test_user_editing.py:216
#: tests/forms/test_user_administer.py:40 tests/forms/test_user_change_password.py:17
#: tests/forms/test_user_edit_details.py:23 xl_auth/user/forms.py:98
msgid "Email cannot be modified"
msgstr ""
#: tests/end2end/test_user_editing.py:237 xl_auth/templates/users/inspect.html:8
#: xl_auth/templates/users/simple_view.html:10 xl_auth/templates/users/view.html:10
#: xl_auth/user/forms.py:14
msgid "Full name"
msgstr ""
#: tests/end2end/test_user_editing.py:255 tests/end2end/test_user_editing.py:259
#: tests/end2end/test_user_inspection.py:61 tests/end2end/test_user_view.py:47
#: tests/forms/test_client_edit.py:60 tests/forms/test_client_register.py:62
#: tests/forms/test_permission_edit.py:88 tests/forms/test_permission_register.py:60
#: xl_auth/oauth/client/forms.py:39 xl_auth/oauth/client/forms.py:74 xl_auth/permission/forms.py:58
#: xl_auth/user/views.py:91 xl_auth/user/views.py:110 xl_auth/user/views.py:156
#: xl_auth/user/views.py:185 xl_auth/user/views.py:210 xl_auth/user/views.py:236
#: xl_auth/user/views.py:262
#, python-format
msgid "User ID \"%(user_id)s\" does not exist"
msgstr ""
#: tests/end2end/test_user_editing.py:281 xl_auth/templates/users/home.html:66
#: xl_auth/templates/users/home.html:139 xl_auth/templates/users/profile.html:25
msgid "Change Password"
msgstr ""
#: tests/end2end/test_user_editing.py:306 xl_auth/templates/users/profile.html:19
msgid "Edit Display Name"
msgstr ""
#: tests/end2end/test_user_editing.py:342 tests/end2end/test_user_editing.py:377
#: xl_auth/templates/users/home.html:61 xl_auth/templates/users/home.html:134
#: xl_auth/templates/users/profile.html:22
msgid "Change Email"
msgstr ""
#: tests/end2end/test_user_editing.py:387 xl_auth/user/forms.py:187
msgid "Invalid email address."
msgstr ""
#: tests/end2end/test_user_inspection.py:26 xl_auth/templates/users/inspect.html:4
#, python-format
msgid "Inspect User '%(email)s'"
msgstr ""
#: tests/end2end/test_user_registering.py:98 tests/end2end/test_user_registering.py:138
#: xl_auth/templates/users/profile.html:66
msgid "Your Responsibilities as Cataloging Admin"
msgstr ""
#: tests/end2end/test_user_view.py:27 xl_auth/templates/users/simple_view.html:5
#: xl_auth/templates/users/view.html:5
#, python-format
msgid "View User '<a href=\"mailto:%(email)s\">%(email)s</a>'"
msgstr ""
#: tests/end2end/test_user_view.py:210 tests/models/test_user.py:270 xl_auth/user/models.py:342
msgid "You will only see permissions for those collections that you are cataloging admin for."
msgstr ""
#: tests/forms/test_client_edit.py:84 tests/forms/test_client_register.py:86
msgid "Field must be between 3 and 64 characters long."
msgstr ""
#: tests/forms/test_client_edit.py:107 tests/forms/test_client_register.py:109
msgid "Field must be between 3 and 350 characters long."
msgstr ""
#: tests/forms/test_collection_edit.py:27 xl_auth/collection/forms.py:75
msgid "Code does not exist"
msgstr ""
#: tests/forms/test_collection_edit.py:45 tests/forms/test_collection_register.py:57
msgid "Field must be between 2 and 255 characters long."
msgstr ""
#: tests/forms/test_collection_register.py:28
msgid "Field must be between 1 and 5 characters long."
msgstr ""
#: tests/forms/test_permission_delete.py:18 tests/forms/test_permission_edit.py:18
#: xl_auth/permission/forms.py:135 xl_auth/permission/forms.py:230 xl_auth/permission/views.py:81
#: xl_auth/permission/views.py:115
#, python-format
msgid "Permission ID \"%(permission_id)s\" does not exist"
msgstr ""
#: tests/forms/test_permission_delete.py:29 tests/forms/test_permission_delete.py:39
#: tests/forms/test_permission_edit.py:28
#, python-format
msgid "Invalid value, must be one of: %(values)s."
msgstr ""
#: tests/forms/test_permission_edit.py:38 tests/forms/test_permission_register.py:16
#: xl_auth/permission/forms.py:56
msgid "A user must be selected."
msgstr ""
#: tests/forms/test_permission_edit.py:56 tests/forms/test_permission_register.py:32
#: xl_auth/permission/forms.py:74 xl_auth/permission/forms.py:148
msgid "A collection must be selected."
msgstr ""
#: tests/forms/test_permission_edit.py:99 tests/forms/test_permission_register.py:70
#: xl_auth/permission/forms.py:82 xl_auth/permission/forms.py:150
#, python-format
msgid "Collection ID \"%(collection_id)s\" does not exist"
msgstr ""
#: tests/forms/test_public_login.py:54 xl_auth/public/forms.py:43
msgid "User not activated"
msgstr ""
#: tests/forms/test_user_administer.py:30 xl_auth/user/forms.py:108
msgid "User does not exist"
msgstr ""
#: tests/forms/test_user_approve_tos.py:31 xl_auth/user/forms.py:43
#, python-format
msgid "Invalid option \"%(value)s\"."
msgstr ""
#: tests/forms/test_user_approve_tos.py:42 xl_auth/user/forms.py:38
#, python-format
msgid "ToS already approved at %(isoformat)s."
msgstr ""
#: tests/forms/test_user_register.py:16
msgid "Field must be between 3 and 255 characters long."
msgstr ""
#: tests/models/test_collection.py:154 xl_auth/collection/models.py:68
#, python-format
msgid "Replaces %(replaces_code)s, then replaced by %(replaced_by_code)s"
msgstr ""
#: tests/models/test_collection.py:157 xl_auth/collection/models.py:71
#, python-format
msgid "Replaces %(replaces_code)s"
msgstr ""
#: tests/models/test_collection.py:160 xl_auth/collection/models.py:73
#, python-format
msgid "Replaced by %(replaced_by_code)s"
msgstr ""
#: xl_auth/collection/forms.py:17
msgid "Bibliography"
msgstr ""
#: xl_auth/collection/forms.py:18
msgid "Library"
msgstr ""
#: xl_auth/collection/views.py:42
msgid "Thank you for registering a new collection."
msgstr ""
#: xl_auth/collection/views.py:79
#, python-format
msgid "Thank you for editing collection \"%(code)s\"."
msgstr ""
#: xl_auth/oauth/forms.py:12 xl_auth/templates/permissions/delete.html:19
msgid "Confirm"
msgstr ""
#: xl_auth/oauth/client/forms.py:11 xl_auth/templates/oauth/clients/edit.html:45
#: xl_auth/templates/oauth/clients/register.html:32
msgid "Redirect URIs"
msgstr ""
#: xl_auth/oauth/client/forms.py:12
msgid "Default scopes"
msgstr ""
#: xl_auth/oauth/client/forms.py:13
msgid "Confidential"
msgstr ""
#: xl_auth/oauth/client/forms.py:15 xl_auth/templates/oauth/clients/home.html:19
msgid "Description"
msgstr ""
#: xl_auth/oauth/client/forms.py:16 xl_auth/permission/forms.py:18
#: xl_auth/templates/collections/view.html:88 xl_auth/templates/oauth/grants/home.html:14
#: xl_auth/templates/oauth/tokens/home.html:14 xl_auth/templates/permissions/home.html:17
msgid "User"
msgstr ""
#: xl_auth/oauth/client/forms.py:33 xl_auth/oauth/client/forms.py:68 xl_auth/permission/forms.py:31
msgid "--- Select User ---"
msgstr ""
#: xl_auth/oauth/client/views.py:48
#, python-format
msgid "Client \"%(name)s\" created."
msgstr ""
#: xl_auth/oauth/client/views.py:95
#, python-format
msgid "Thank you for updating client details for \"%(client_id)s\"."
msgstr ""
#: xl_auth/oauth/grant/views.py:39
#, python-format
msgid "Successfully deleted OAuth2 Grant token \"%(grant_id)s\"."
msgstr ""
#: xl_auth/oauth/token/views.py:39
#, python-format
msgid "Successfully deleted OAuth2 Bearer token \"%(token_id)s\"."
msgstr ""
#: xl_auth/permission/forms.py:19 xl_auth/templates/permissions/home.html:18
#: xl_auth/templates/users/inspect.html:77 xl_auth/templates/users/inspect.html:130
#: xl_auth/templates/users/view.html:76
msgid "Collection"
msgstr ""
#: xl_auth/permission/forms.py:21 xl_auth/templates/collections/view.html:89
#: xl_auth/templates/permissions/home.html:19 xl_auth/templates/users/inspect.html:78
#: xl_auth/templates/users/inspect.html:132 xl_auth/templates/users/profile.html:95
#: xl_auth/templates/users/view.html:77
msgid "Registrant"
msgstr ""
#: xl_auth/permission/forms.py:22 xl_auth/templates/collections/view.html:90
#: xl_auth/templates/permissions/home.html:20 xl_auth/templates/users/inspect.html:79
#: xl_auth/templates/users/inspect.html:133 xl_auth/templates/users/profile.html:96
#: xl_auth/templates/users/view.html:78
msgid "Cataloger"
msgstr ""
#: xl_auth/permission/forms.py:23 xl_auth/templates/collections/view.html:91
#: xl_auth/templates/permissions/home.html:21 xl_auth/templates/users/inspect.html:23
#: xl_auth/templates/users/inspect.html:80 xl_auth/templates/users/profile.html:97
#: xl_auth/templates/users/view.html:43 xl_auth/templates/users/view.html:79
msgid "Cataloging Admin"
msgstr ""
#: xl_auth/permission/forms.py:34
msgid "--- Select Collection ---"
msgstr ""
#: xl_auth/public/forms.py:18 xl_auth/templates/public/home.html:41
msgid "Username"
msgstr ""
#: xl_auth/public/forms.py:19 xl_auth/public/forms.py:81 xl_auth/templates/public/home.html:43
#: xl_auth/templates/public/reset_password.html:16 xl_auth/templates/users/change_password.html:16
#: xl_auth/user/forms.py:168
msgid "Password"
msgstr ""
#: xl_auth/public/forms.py:82 xl_auth/user/forms.py:169
msgid "Verify password"
msgstr ""
#: xl_auth/public/forms.py:84 xl_auth/user/forms.py:170
msgid "Passwords must match"
msgstr ""
#: xl_auth/public/views.py:50
msgid "You are logged in."
msgstr ""
#: xl_auth/public/views.py:78
#, python-format
msgid "Password reset link sent to %(email)s."
msgstr ""
#: xl_auth/public/views.py:100
#, python-format
msgid "Password for \"%(username)s\" has been reset."
msgstr ""
#: xl_auth/templates/403.html:4 xl_auth/templates/403.html:9
msgid "Forbidden"
msgstr ""
#: xl_auth/templates/404.html:4 xl_auth/templates/404.html:9
msgid "Page Not Found"
msgstr ""
#: xl_auth/templates/404.html:11
#, python-format
msgid "The page \"%(url)s\" doesn't exist."
msgstr ""
#: xl_auth/templates/404.html:12
#, python-format
msgid "Want to <a href=\"%(url)s\">go home</a> instead?"
msgstr ""
#: xl_auth/templates/429.html:4
msgid "Too Many Requests"
msgstr ""
#: xl_auth/templates/429.html:10
msgid "You have made too many requests. Please try again later."
msgstr ""
#: xl_auth/templates/500.html:4 xl_auth/templates/500.html:9
msgid "Server Error"
msgstr ""
#: xl_auth/templates/500.html:11
msgid "Sorry, something went wrong in our system."
msgstr ""
#: xl_auth/templates/500.html:12
msgid "Please let us know and try again later."
msgstr ""
#: xl_auth/templates/delete_user_list.html:6
#, python-format
msgid "…%(number_of_items)s more (not shown)…"
msgstr ""
#: xl_auth/templates/footer.html:6 xl_auth/templates/public/about.html:5
msgid "About"
msgstr ""
#: xl_auth/templates/footer.html:8
msgid "Contact"
msgstr ""
#: xl_auth/templates/layout.html:13 xl_auth/templates/nav.html:19 xl_auth/templates/public/home.html:20
msgid "xl_auth"
msgstr ""
#: xl_auth/templates/nav.html:39 xl_auth/templates/nav.html:41
msgid "Log out"
msgstr ""
#: xl_auth/templates/collections/edit.html:5
msgid "Edit Existing Collection"
msgstr ""
#: xl_auth/templates/collections/edit.html:29 xl_auth/templates/oauth/clients/edit.html:51
#: xl_auth/templates/permissions/edit.html:45 xl_auth/templates/public/reset_password.html:22
#: xl_auth/templates/users/administer.html:26 xl_auth/templates/users/change_email.html:22
#: xl_auth/templates/users/change_password.html:22 xl_auth/templates/users/edit_details.html:18
msgid "Save"
msgstr ""
#: xl_auth/templates/collections/home.html:6 xl_auth/templates/collections/home.html:69
#: xl_auth/templates/collections/home.html:131 xl_auth/templates/users/home.html:6
#: xl_auth/templates/users/home.html:84
msgid "Go to"
msgstr ""
#: xl_auth/templates/collections/home.html:9 xl_auth/templates/collections/home.html:81
msgid "Active Collections without Users"
msgstr ""
#: xl_auth/templates/collections/home.html:18 xl_auth/templates/collections/home.html:72
msgid "Active Collections with Users"
msgstr ""
#: xl_auth/templates/collections/home.html:30 xl_auth/templates/collections/home.html:93
#: xl_auth/templates/users/profile.html:94
msgid "Friendly Name"
msgstr ""
#: xl_auth/templates/collections/home.html:33 xl_auth/templates/collections/home.html:96
#: xl_auth/templates/collections/view.html:56 xl_auth/templates/collections/view.html:95
#: xl_auth/templates/permissions/home.html:23 xl_auth/templates/users/home.html:31
#: xl_auth/templates/users/home.html:105 xl_auth/templates/users/inspect.html:61
#: xl_auth/templates/users/inspect.html:136 xl_auth/templates/users/inspect.html:190
#: xl_auth/templates/users/inspect.html:231 xl_auth/templates/users/view.html:24
msgid "Created At"
msgstr ""
#: xl_auth/templates/collections/home.html:45 xl_auth/templates/collections/home.html:108
#: xl_auth/templates/collections/view.html:14 xl_auth/templates/collections/view.html:26
#: xl_auth/templates/permissions/home.html:31 xl_auth/templates/permissions/home.html:37
#: xl_auth/templates/users/home.html:41 xl_auth/templates/users/home.html:115
#: xl_auth/templates/users/profile.html:107
msgid "View"
msgstr ""
#: xl_auth/templates/collections/home.html:131
msgid "Top of page"
msgstr ""
#: xl_auth/templates/collections/register.html:5
msgid "Register New Collection"
msgstr ""
#: xl_auth/templates/collections/register.html:26 xl_auth/templates/oauth/clients/register.html:38
#: xl_auth/templates/permissions/register.html:36 xl_auth/templates/users/register.html:22
msgid "Register"
msgstr ""
#: xl_auth/templates/collections/view.html:8 xl_auth/templates/users/inspect.html:228
#: xl_auth/templates/users/inspect.html:260 xl_auth/user/forms.py:141
msgid "Active"
msgstr ""
#: xl_auth/templates/collections/view.html:11
msgid "Replaces"
msgstr ""
#: xl_auth/templates/collections/view.html:23
msgid "Replaced By"
msgstr ""
#: xl_auth/templates/collections/view.html:40 xl_auth/templates/users/simple_view.html:26
#: xl_auth/templates/users/view.html:51
msgid " and "
msgstr ""
#: xl_auth/templates/collections/view.html:43
msgid "None registered, please contact [email protected] to create one."
msgstr ""
#: xl_auth/templates/collections/view.html:48 xl_auth/templates/users/inspect.html:53
#: xl_auth/templates/users/inspect.html:83 xl_auth/templates/users/inspect.html:230
#: xl_auth/templates/users/view.html:16 xl_auth/templates/users/view.html:84
msgid "Last Modified"
msgstr ""
#: xl_auth/templates/collections/view.html:50 xl_auth/templates/collections/view.html:58
#: xl_auth/templates/collections/view.html:122 xl_auth/templates/users/inspect.html:55
#: xl_auth/templates/users/inspect.html:63 xl_auth/templates/users/inspect.html:110
#: xl_auth/templates/users/inspect.html:165 xl_auth/templates/users/inspect.html:210
#: xl_auth/templates/users/view.html:18 xl_auth/templates/users/view.html:26
#: xl_auth/templates/users/view.html:114
msgid "by"
msgstr ""
#: xl_auth/templates/collections/view.html:136 xl_auth/templates/permissions/home.html:53
#: xl_auth/templates/users/view.html:128
msgid "Delete Permission"
msgstr ""
#: xl_auth/templates/oauth/authorize.html:5
msgid "Share account details"
msgstr ""
#: xl_auth/templates/oauth/authorize.html:6
#, python-format
msgid "%(name)s %(description)s needs access to your account details."
msgstr ""
#: xl_auth/templates/oauth/authorize.html:8
msgid ""
"This is necessary for the service to be able to, among other things, display your email and your "
"permissions."
msgstr ""
#: xl_auth/templates/oauth/authorize.html:16
msgid "Accept"
msgstr ""
#: xl_auth/templates/oauth/errors.html:7
msgid "OAuth Error"
msgstr ""
#: xl_auth/templates/oauth/clients/edit.html:5
msgid "Edit OAuth2 Client"
msgstr ""
#: xl_auth/templates/oauth/clients/edit.html:9
msgid "OAuth2 Client Credentials"
msgstr ""
#: xl_auth/templates/oauth/clients/edit.html:12 xl_auth/templates/oauth/clients/home.html:17
#: xl_auth/templates/users/inspect.html:257
msgid "Client ID"
msgstr ""
#: xl_auth/templates/oauth/clients/edit.html:16
msgid "Client Secret"
msgstr ""
#: xl_auth/templates/oauth/clients/edit.html:24 xl_auth/templates/oauth/clients/register.html:11
msgid "Client name"
msgstr ""
#: xl_auth/templates/oauth/clients/edit.html:28 xl_auth/templates/oauth/clients/register.html:15
msgid "Client description"
msgstr ""
#: xl_auth/templates/oauth/clients/edit.html:33 xl_auth/templates/oauth/clients/register.html:20
msgid "This should only be set for clients that will use backend application flow."
msgstr ""
#: xl_auth/templates/oauth/clients/home.html:4 xl_auth/templates/oauth/clients/home.html:8
msgid "OAuth2 Clients"
msgstr ""
#: xl_auth/templates/oauth/clients/home.html:20 xl_auth/templates/oauth/grants/home.html:17
#: xl_auth/templates/oauth/tokens/home.html:17
msgid "Actions"
msgstr ""
#: xl_auth/templates/oauth/clients/home.html:30
msgid "Edit Client"
msgstr ""
#: xl_auth/templates/oauth/clients/home.html:34
msgid "Delete Client"
msgstr ""
#: xl_auth/templates/oauth/clients/register.html:5
msgid "Register New OAuth2 Client"
msgstr ""
#: xl_auth/templates/oauth/grants/home.html:4 xl_auth/templates/oauth/grants/home.html:8
msgid "OAuth2 Grant Tokens"
msgstr ""
#: xl_auth/templates/oauth/grants/home.html:13 xl_auth/templates/oauth/tokens/home.html:13
#: xl_auth/templates/users/inspect.html:256
msgid "ID"
msgstr ""
#: xl_auth/templates/oauth/grants/home.html:15 xl_auth/templates/oauth/tokens/home.html:15
#: xl_auth/templates/users/inspect.html:258
msgid "Client"
msgstr ""
#: xl_auth/templates/oauth/grants/home.html:16 xl_auth/templates/oauth/tokens/home.html:16
#: xl_auth/templates/users/inspect.html:229 xl_auth/templates/users/inspect.html:261
msgid "Expires At"
msgstr ""
#: xl_auth/templates/oauth/grants/home.html:28
msgid "Delete Grant"
msgstr ""
#: xl_auth/templates/oauth/tokens/home.html:4 xl_auth/templates/oauth/tokens/home.html:8
#: xl_auth/templates/users/inspect.html:251
msgid "OAuth2 Bearer Tokens"
msgstr ""
#: xl_auth/templates/oauth/tokens/home.html:28 xl_auth/templates/users/inspect.html:277
msgid "Delete Token"
msgstr ""
#: xl_auth/templates/permissions/edit.html:5
msgid "Edit Existing Permission"
msgstr ""
#: xl_auth/templates/permissions/edit.html:15 xl_auth/templates/permissions/register.html:14
msgid "Can't find the user you're looking for?"
msgstr ""
#: xl_auth/templates/permissions/home.html:8
msgid "Existing Permissions"
msgstr ""
#: xl_auth/templates/permissions/register.html:5
msgid "Register New Permission"
msgstr ""
#: xl_auth/templates/public/about.html:7
msgid ""
"Please refer to our <a href=\"https://github.com/libris/xl_auth\">GitHub repo</a> for ongoing "
"progress."
msgstr ""
#: xl_auth/templates/public/about.html:11
#, python-format
msgid ""
"Current release version is <code>%(version)s</code>. Please check out the <a "
"href=\"https://github.com/libris/xl_auth/releases\">releases overview</a> page for recent "
"changes."
msgstr ""
#: xl_auth/templates/public/forgot_password.html:5
msgid "Request Password Reset"
msgstr ""
#: xl_auth/templates/public/forgot_password.html:11 xl_auth/templates/public/home.html:42
#: xl_auth/templates/users/change_email.html:16 xl_auth/templates/users/register.html:12
msgid "[email protected]"
msgstr ""
#: xl_auth/templates/public/forgot_password.html:14
msgid "Send activation code to my email"
msgstr ""
#: xl_auth/templates/public/home.html:8
msgid "Welcome to xl_auth"
msgstr ""
#: xl_auth/templates/public/home.html:10 xl_auth/templates/public/home.html:24
msgid "xl_auth is a service that enables access to Libris XL for catalogers."
msgstr ""
#: xl_auth/templates/public/home.html:27 xl_auth/templates/users/approve_tos.html:12
#: xl_auth/templates/users/profile.html:36
msgid ""
"The National Library of Sweden processes personal data in accordance with the European Union "
"General Data Protection Regulation (2018), GDRP, <a href=\"https://www.kb.se/om-oss/hantering-av-"
"personuppgifter.html\">find out more here</a>. This is how the National Library of Sweden "
"processes your personal data <a href=\"https://www.kb.se/om-oss/hantering-av-"
"personuppgifter.html#XLkat\">while using login.libris.kb.se</a>."
msgstr ""
#: xl_auth/templates/public/home.html:36 xl_auth/templates/public/home.html:45
msgid "Log in"
msgstr ""
#: xl_auth/templates/public/reset_password.html:5
msgid "Reset Password"
msgstr ""
#: xl_auth/templates/public/reset_password.html:20 xl_auth/templates/users/change_password.html:20
msgid "Password (again)"
msgstr ""
#: xl_auth/templates/users/administer.html:5 xl_auth/templates/users/edit_details.html:5
msgid "Edit User Details"
msgstr ""
#: xl_auth/templates/users/approve_tos.html:5
msgid "Information about the service"
msgstr ""
#: xl_auth/templates/users/approve_tos.html:7
msgid "Before you start using Libris Login, here is some important imformation:"
msgstr ""
#: xl_auth/templates/users/approve_tos.html:10
msgid "Your name, email address, permissions and other account details is visible to other users"
msgstr ""
#: xl_auth/templates/users/approve_tos.html:19
msgid "You assume full responsibility for your account and actions performed under your authentication"
msgstr ""
#: xl_auth/templates/users/approve_tos.html:33
msgid ""
"(If you log out now, no further personal data will be registered. The button is in the top right "
"corner.)"
msgstr ""
#: xl_auth/templates/users/change_email.html:5
msgid "Change User Email"
msgstr ""
#: xl_auth/templates/users/change_email.html:20
msgid "Email (again)"
msgstr ""
#: xl_auth/templates/users/change_password.html:5
msgid "Change User Password"
msgstr ""