-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.po
12374 lines (9584 loc) · 267 KB
/
messages.po
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
# streams
# Copyright (C) 2010-2022 streams
# This file is distributed under the same license as the streams package.
# Nobody, 2010
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 23.07.01\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-29 22:50-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: Code/Lib/Enotify.php:70
msgid "$Projectname Notification"
msgstr ""
#: Code/Lib/Enotify.php:71
msgid "$projectname"
msgstr ""
#: Code/Lib/Enotify.php:73
msgid "Thank You,"
msgstr ""
#: Code/Lib/Enotify.php:75
#, php-format
msgid "%s Administrator"
msgstr ""
#: Code/Lib/Enotify.php:76
#, php-format
msgid "This email was sent by %1$s at %2$s."
msgstr ""
#: Code/Lib/Enotify.php:76 Code/Module/Home.php:145 Code/Module/Home.php:154
#: extend/addon/a/opensearch/Mod_opensearch.php:30
msgid "$Projectname"
msgstr ""
#: Code/Lib/Enotify.php:77
#, php-format
msgid ""
"To stop receiving these messages, please adjust your Notification Settings "
"at %s"
msgstr ""
#: Code/Lib/Enotify.php:78
#, php-format
msgid "To stop receiving these messages, please adjust your %s."
msgstr ""
#: Code/Lib/Enotify.php:78
msgid "Notification Settings"
msgstr ""
#: Code/Lib/Enotify.php:137
#, php-format
msgid "%s <!item_type!>"
msgstr ""
#: Code/Lib/Enotify.php:141
#, php-format
msgid "[$Projectname:Notify] New mail received at %s"
msgstr ""
#: Code/Lib/Enotify.php:144
#, php-format
msgid "%1$s sent you a new private message at %2$s."
msgstr ""
#: Code/Lib/Enotify.php:145
#, php-format
msgid "%1$s sent you %2$s."
msgstr ""
#: Code/Lib/Enotify.php:145 Code/Lib/Enotify.php:148
msgid "a private message"
msgstr ""
#: Code/Lib/Enotify.php:147
#, php-format
msgid "%1$s replied to a private message at %2$s."
msgstr ""
#: Code/Lib/Enotify.php:148
#, php-format
msgid "%1$s replied to %2$s."
msgstr ""
#: Code/Lib/Enotify.php:150
#, php-format
msgid "Please visit %s to view and/or reply to your private messages."
msgstr ""
#: Code/Lib/Enotify.php:169
msgid "repeated"
msgstr ""
#: Code/Lib/Enotify.php:176
msgid "commented on"
msgstr ""
#: Code/Lib/Enotify.php:186
msgid "liked"
msgstr ""
#: Code/Lib/Enotify.php:190
msgid "disliked"
msgstr ""
#: Code/Lib/Enotify.php:239
#, php-format
msgid "%1$s %2$s [zrl=%3$s]a %4$s[/zrl]"
msgstr ""
#: Code/Lib/Enotify.php:249
#, php-format
msgid "%1$s %2$s [zrl=%3$s]%4$s's %5$s[/zrl]"
msgstr ""
#: Code/Lib/Enotify.php:261
#, php-format
msgid "%1$s %2$s [zrl=%3$s]your %4$s[/zrl]"
msgstr ""
#: Code/Lib/Enotify.php:275
#, php-format
msgid "[$Projectname:Notify] Moderated Comment to conversation #%1$d by %2$s"
msgstr ""
#: Code/Lib/Enotify.php:278
#, php-format
msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s"
msgstr ""
#: Code/Lib/Enotify.php:280
#, php-format
msgid "%1$s commented on an item/conversation you have been following."
msgstr ""
#: Code/Lib/Enotify.php:284
msgid "(Moderated)"
msgstr ""
#: Code/Lib/Enotify.php:287 Code/Lib/Enotify.php:370 Code/Lib/Enotify.php:398
#: Code/Lib/Enotify.php:429 Code/Lib/Enotify.php:448 Code/Lib/Enotify.php:463
#, php-format
msgid "Please visit %s to view and/or reply to the conversation."
msgstr ""
#: Code/Lib/Enotify.php:291 Code/Lib/Enotify.php:292
#, php-format
msgid "Please visit %s to approve or reject this comment."
msgstr ""
#: Code/Lib/Enotify.php:351
#, php-format
msgid "%1$s liked [zrl=%2$s]your %3$s[/zrl]"
msgstr ""
#: Code/Lib/Enotify.php:366
#, php-format
msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s"
msgstr ""
#: Code/Lib/Enotify.php:367
#, php-format
msgid "%1$s liked an item/conversation you created."
msgstr ""
#: Code/Lib/Enotify.php:378
#, php-format
msgid "[$Projectname:Notify] %s posted to your profile wall"
msgstr ""
#: Code/Lib/Enotify.php:384
#, php-format
msgid "%1$s posted to your profile wall at %2$s"
msgstr ""
#: Code/Lib/Enotify.php:387
#, php-format
msgid "%1$s posted to [zrl=%2$s]your wall[/zrl]"
msgstr ""
#: Code/Lib/Enotify.php:394 Code/Lib/Enotify.php:395
msgid " - "
msgstr ""
#: Code/Lib/Enotify.php:394 Code/Lib/Enotify.php:395
msgid "Moderated"
msgstr ""
#: Code/Lib/Enotify.php:403 Code/Lib/Enotify.php:404
#, php-format
msgid "Please visit %s to approve or reject this post."
msgstr ""
#: Code/Lib/Enotify.php:421
#, php-format
msgid "[$Projectname:Notify] %s tagged you"
msgstr ""
#: Code/Lib/Enotify.php:422
#, php-format
msgid "%1$s tagged you at %2$s"
msgstr ""
#: Code/Lib/Enotify.php:424
#, php-format
msgid "%1$s [zrl=%2$s]tagged you[/zrl]."
msgstr ""
#: Code/Lib/Enotify.php:436
#, php-format
msgid "[$Projectname:Notify] %1$s poked you"
msgstr ""
#: Code/Lib/Enotify.php:437
#, php-format
msgid "%1$s poked you at %2$s"
msgstr ""
#: Code/Lib/Enotify.php:439
#, php-format
msgid "%1$s [zrl=%2$s]poked you[/zrl]."
msgstr ""
#: Code/Lib/Enotify.php:455
#, php-format
msgid "[$Projectname:Notify] %s tagged your post"
msgstr ""
#: Code/Lib/Enotify.php:456
#, php-format
msgid "%1$s tagged your post at %2$s"
msgstr ""
#: Code/Lib/Enotify.php:458
#, php-format
msgid "%1$s tagged [zrl=%2$s]your post[/zrl]"
msgstr ""
#: Code/Lib/Enotify.php:470
msgid "[$Projectname:Notify] Introduction received"
msgstr ""
#: Code/Lib/Enotify.php:471
#, php-format
msgid "You've received an new connection request from '%1$s' at %2$s"
msgstr ""
#: Code/Lib/Enotify.php:473
#, php-format
msgid "You've received [zrl=%1$s]a new connection request[/zrl] from %2$s."
msgstr ""
#: Code/Lib/Enotify.php:477 Code/Lib/Enotify.php:497
#, php-format
msgid "You may visit their profile at %s"
msgstr ""
#: Code/Lib/Enotify.php:479
#, php-format
msgid "Please visit %s to approve or reject the connection request."
msgstr ""
#: Code/Lib/Enotify.php:486
msgid "[$Projectname:Notify] Friend suggestion received"
msgstr ""
#: Code/Lib/Enotify.php:487
#, php-format
msgid "You've received a friend suggestion from '%1$s' at %2$s"
msgstr ""
#: Code/Lib/Enotify.php:489
#, php-format
msgid "You've received [zrl=%1$s]a friend suggestion[/zrl] for %2$s from %3$s."
msgstr ""
#: Code/Lib/Enotify.php:495
msgid "Name:"
msgstr ""
#: Code/Lib/Enotify.php:496
msgid "Photo:"
msgstr ""
#: Code/Lib/Enotify.php:499
#, php-format
msgid "Please visit %s to approve or reject the suggestion."
msgstr ""
#: Code/Lib/Enotify.php:740
msgid "[$Projectname:Notify]"
msgstr ""
#: Code/Lib/Enotify.php:922
msgid "created a new post"
msgstr ""
#: Code/Lib/Enotify.php:923
#, php-format
msgid "reacted to %s's conversation"
msgstr ""
#: Code/Lib/Enotify.php:925
#, php-format
msgid "shared %s's post"
msgstr ""
#: Code/Lib/Enotify.php:929
msgid "sent a direct message"
msgstr ""
#: Code/Lib/Enotify.php:936
#, php-format
msgid "updated a poll dated %s"
msgstr ""
#: Code/Lib/Enotify.php:939
#, php-format
msgid "edited a post dated %s"
msgstr ""
#: Code/Lib/DB_Upgrade.php:70
msgid "Source code of failed update: "
msgstr ""
#: Code/Lib/DB_Upgrade.php:93
#, php-format
msgid "Update Error at %s"
msgstr ""
#: Code/Lib/DB_Upgrade.php:100
#, php-format
msgid "Update %s failed. See error logs."
msgstr ""
#: Code/Lib/PermissionDescription.php:35 Code/Lib/Libacl.php:36
msgid "Visible to your default audience"
msgstr ""
#: Code/Lib/PermissionDescription.php:112 Code/Lib/Libacl.php:122
msgid "Only me"
msgstr ""
#: Code/Lib/PermissionDescription.php:114
msgid "Public"
msgstr ""
#: Code/Lib/PermissionDescription.php:116
msgid "Anybody in the $Projectname network"
msgstr ""
#: Code/Lib/PermissionDescription.php:118
#, php-format
msgid "Any account on %s"
msgstr ""
#: Code/Lib/PermissionDescription.php:120
msgid "Any of my connections"
msgstr ""
#: Code/Lib/PermissionDescription.php:122
msgid "Only connections I specifically allow"
msgstr ""
#: Code/Lib/PermissionDescription.php:124
msgid "Anybody authenticated (could include visitors from other networks)"
msgstr ""
#: Code/Lib/PermissionDescription.php:126
msgid "Any connections including those who haven't yet been approved"
msgstr ""
#: Code/Lib/Apps.php:342 Code/Module/Lists.php:203
msgid "Access Lists"
msgstr ""
#: Code/Lib/Apps.php:343
msgid "Site Admin"
msgstr ""
#: Code/Lib/Apps.php:344 Code/Lib/Navbar.php:296
msgid "Apps"
msgstr ""
#: Code/Lib/Apps.php:345
msgid "Articles"
msgstr ""
#: Code/Lib/Apps.php:346
msgid "CalDAV"
msgstr ""
#: Code/Lib/Apps.php:347
msgid "CardDAV"
msgstr ""
#: Code/Lib/Apps.php:348 Code/Module/Cards.php:211
msgid "Cards"
msgstr ""
#: Code/Lib/Apps.php:349 Code/Lib/Navbar.php:410 Code/Lib/Navbar.php:413
#: Code/Storage/Browser.php:157
msgid "Calendar"
msgstr ""
#: Code/Lib/Apps.php:350 Code/Module/Cdav.php:1101
#: Code/Widget/Appcategories.php:52 Code/Widget/Categories.php:87
#: Code/Widget/Categories.php:135 Code/Widget/Categories.php:186
#: include/taxonomy.php:478 include/taxonomy.php:572 include/taxonomy.php:594
#: include/taxonomy.php:617
msgid "Categories"
msgstr ""
#: Code/Lib/Apps.php:351
msgid "Channel Home"
msgstr ""
#: Code/Lib/Apps.php:352
msgid "Channel Manager"
msgstr ""
#: Code/Lib/Apps.php:353 Code/Module/Sources.php:115
#: Code/Widget/Settings_menu.php:117
msgid "Channel Sources"
msgstr ""
#: Code/Lib/Apps.php:354
msgid "Chat"
msgstr ""
#: Code/Lib/Apps.php:355 Code/Lib/Navbar.php:424 Code/Lib/Navbar.php:427
#: Code/Widget/Chatroom_list.php:23
msgid "Chatrooms"
msgstr ""
#: Code/Lib/Apps.php:356
msgid "Clients"
msgstr ""
#: Code/Lib/Apps.php:357 include/conversation.php:1314
msgid "Comment Control"
msgstr ""
#: Code/Lib/Apps.php:358 Code/Module/Communities.php:154
#: Code/Widget/Findpeople.php:40
msgid "Communities"
msgstr ""
#: Code/Lib/Apps.php:359 Code/Module/Connedit.php:690
#: Code/Module/Connections.php:376 Code/Module/Stream.php:150
#: Code/Module/Affinity.php:68 Code/Widget/Affinity.php:33
#: include/connections.php:950
msgid "Connections"
msgstr ""
#: Code/Lib/Apps.php:360
msgid "Content Filter"
msgstr ""
#: Code/Lib/Apps.php:361
#: extend/addon/a/content_import/Mod_content_import.php:147
msgid "Content Import"
msgstr ""
#: Code/Lib/Apps.php:362
msgid "Custom SQL"
msgstr ""
#: Code/Lib/Apps.php:363 Code/Module/Directory.php:517
msgid "Directory"
msgstr ""
#: Code/Lib/Apps.php:364 Code/Widget/Activity_filter.php:82
msgid "Drafts"
msgstr ""
#: Code/Lib/Apps.php:365 Code/Widget/Activity_filter.php:110
msgid "Events"
msgstr ""
#: Code/Lib/Apps.php:366
msgid "Expire Posts"
msgstr ""
#: Code/Lib/Apps.php:367
msgid "Features"
msgstr ""
#: Code/Lib/Apps.php:368 Code/Lib/Navbar.php:399 Code/Module/Fbrowser.php:95
#: Code/Storage/Browser.php:298
msgid "Files"
msgstr ""
#: Code/Lib/Apps.php:369 extend/addon/a/followlist/Mod_followlist.php:123
msgid "Followlist"
msgstr ""
#: Code/Lib/Apps.php:370 Code/Module/Connedit.php:679
msgid "Friend Zoom"
msgstr ""
#: Code/Lib/Apps.php:371
msgid "Future Posting"
msgstr ""
#: Code/Lib/Apps.php:372 extend/addon/a/gallery/gallery.php:49
#: extend/addon/a/gallery/Mod_Gallery.php:138
msgid "Gallery"
msgstr ""
#: Code/Lib/Apps.php:373
msgid "Guest Pass"
msgstr ""
#: Code/Lib/Apps.php:374 Code/Lib/Navbar.php:278 include/help.php:62
msgid "Help"
msgstr ""
#: Code/Lib/Apps.php:375
msgid "Invite"
msgstr ""
#: Code/Lib/Apps.php:376
msgid "Language"
msgstr ""
#: Code/Lib/Apps.php:377
msgid "Legal"
msgstr ""
#: Code/Lib/Apps.php:378 Code/Lib/Navbar.php:128 Code/Lib/Navbar.php:131
#: boot.php:1109
msgid "Login"
msgstr ""
#: Code/Lib/Apps.php:379
msgid "Mail"
msgstr ""
#: Code/Lib/Apps.php:380
msgid "Markup"
msgstr ""
#: Code/Lib/Apps.php:381
msgid "Moderate"
msgstr ""
#: Code/Lib/Apps.php:382 Code/Module/Mood.php:166
msgid "Mood"
msgstr ""
#: Code/Lib/Apps.php:383
msgid "My Chatrooms"
msgstr ""
#: Code/Lib/Apps.php:384
msgid "No Comment"
msgstr ""
#: Code/Lib/Apps.php:385 Code/Widget/Notes.php:24
msgid "Notes"
msgstr ""
#: Code/Lib/Apps.php:386 Code/Lib/Navbar.php:300
#: Code/Module/Settings/Channel.php:500 Code/Widget/Notifications.php:165
msgid "Notifications"
msgstr ""
#: Code/Lib/Apps.php:387
msgid "OAuth Apps Manager"
msgstr ""
#: Code/Lib/Apps.php:388
msgid "OAuth2 Apps Manager"
msgstr ""
#: Code/Lib/Apps.php:389
msgid "Order Apps"
msgstr ""
#: Code/Lib/Apps.php:390
msgid "PDL Editor"
msgstr ""
#: Code/Lib/Apps.php:391 Code/Lib/Features.php:158
msgid "Permission Categories"
msgstr ""
#: Code/Lib/Apps.php:392 Code/Lib/Navbar.php:391 Code/Module/Fbrowser.php:37
msgid "Photos"
msgstr ""
#: Code/Lib/Apps.php:393
msgid "Photomap"
msgstr ""
#: Code/Lib/Apps.php:394
msgid "Poke"
msgstr ""
#: Code/Lib/Apps.php:395
msgid "Post"
msgstr ""
#: Code/Lib/Apps.php:396
msgid "Premium Channel"
msgstr ""
#: Code/Lib/Apps.php:397
msgid "Probe"
msgstr ""
#: Code/Lib/Apps.php:398 Code/Lib/Activity.php:2974 Code/Lib/Libprofile.php:753
#: Code/Module/Profperm.php:131
msgid "Profile"
msgstr ""
#: Code/Lib/Apps.php:399
msgid "Profile Photo"
msgstr ""
#: Code/Lib/Apps.php:400
msgid "Profiles"
msgstr ""
#: Code/Lib/Apps.php:401 Code/Module/Pubstream.php:97
#: Code/Widget/Notifications.php:147
msgid "Public Stream"
msgstr ""
#: Code/Lib/Apps.php:402
msgid "Random Channel"
msgstr ""
#: Code/Lib/Apps.php:403
msgid "Remote Diagnostics"
msgstr ""
#: Code/Lib/Apps.php:404
msgid "Report Bug"
msgstr ""
#: Code/Lib/Apps.php:405
msgid "Roles"
msgstr ""
#: Code/Lib/Apps.php:406 Code/Lib/Navbar.php:169 Code/Lib/Libacl.php:134
#: Code/Module/Connections.php:383 Code/Module/Search.php:120
#: Code/Widget/Sitesearch.php:35 include/misc.php:1023 include/misc.php:1035
msgid "Search"
msgstr ""
#: Code/Lib/Apps.php:407
msgid "Secrets"
msgstr ""
#: Code/Lib/Apps.php:408 Code/Module/Admin/Themes.php:128
#: Code/Module/Admin/Addons.php:344 Code/Widget/Newmember.php:57
#: Code/Widget/Settings_menu.php:124
msgid "Settings"
msgstr ""
#: Code/Lib/Apps.php:409
msgid "Sites"
msgstr ""
#: Code/Lib/Apps.php:410
msgid "Stream"
msgstr ""
#: Code/Lib/Apps.php:411 Code/Widget/Stream_order.php:154
msgid "Stream Order"
msgstr ""
#: Code/Lib/Apps.php:412
msgid "Suggest"
msgstr ""
#: Code/Lib/Apps.php:413 Code/Lib/Features.php:286
msgid "Suggest Channels"
msgstr ""
#: Code/Lib/Apps.php:414
msgid "Tagadelic"
msgstr ""
#: Code/Lib/Apps.php:415 Code/Widget/Tasklist.php:30
msgid "Tasks"
msgstr ""
#: Code/Lib/Apps.php:416
msgid "View Bookmarks"
msgstr ""
#: Code/Lib/Apps.php:417 Code/Lib/Navbar.php:122 Code/Module/Connedit.php:564
msgid "View Profile"
msgstr ""
#: Code/Lib/Apps.php:418 Code/Module/Webpages.php:266
msgid "Webpages"
msgstr ""
#: Code/Lib/Apps.php:419
msgid "Wiki"
msgstr ""
#: Code/Lib/Apps.php:420 extend/addon/a/zotpost/Mod_zotpost.php:56
msgid "ZotPost"
msgstr ""
#: Code/Lib/Apps.php:597
msgid "Installed"
msgstr ""
#: Code/Lib/Apps.php:597 Code/Module/Admin/Addons.php:425
msgid "Install"
msgstr ""
#: Code/Lib/Apps.php:621
msgid "Purchase"
msgstr ""
#: Code/Lib/Apps.php:624 Code/Lib/ThreadItem.php:149 Code/Lib/Menu.php:142
#: Code/Lib/Libprofile.php:203 Code/Module/Admin/Profs.php:192
#: Code/Module/Layouts.php:209 Code/Module/Connections.php:323
#: Code/Module/Connections.php:366 Code/Module/Connections.php:387
#: Code/Module/Editlayout.php:127 Code/Module/Editwebpage.php:160
#: Code/Module/Lists.php:343 Code/Module/Card_edit.php:110
#: Code/Module/Menu.php:182 Code/Module/Settings/Oauth2.php:213
#: Code/Module/Settings/Oauth.php:166 Code/Module/Settings/Identities.php:90
#: Code/Module/Editblock.php:129 Code/Module/Blocks.php:173
#: Code/Module/Thing.php:304 Code/Module/Webpages.php:269
#: Code/Widget/Cdav.php:149 Code/Widget/Cdav.php:184
#: Code/Storage/Browser.php:318
msgid "Edit"
msgstr ""
#: Code/Lib/Apps.php:625 Code/Lib/ThreadItem.php:186
#: Code/Module/Admin/Profs.php:193 Code/Module/Admin/Accounts.php:192
#: Code/Module/Admin/Channels.php:147 Code/Module/Connedit.php:632
#: Code/Module/Connedit.php:868 Code/Module/Cdav.php:1088
#: Code/Module/Cdav.php:1397 Code/Module/Connections.php:331
#: Code/Module/Editlayout.php:151 Code/Module/Editwebpage.php:185
#: Code/Module/Photos.php:1259 Code/Module/Card_edit.php:140
#: Code/Module/Settings/Oauth2.php:214 Code/Module/Settings/Oauth.php:167
#: Code/Module/Settings/Profile_edit.php:668 Code/Module/Editblock.php:154
#: Code/Module/Blocks.php:175 Code/Module/Thing.php:305
#: Code/Module/Webpages.php:271 Code/Storage/Browser.php:319
#: include/conversation.php:499 include/conversation.php:550
msgid "Delete"
msgstr ""
#: Code/Lib/Apps.php:626
msgid "Undelete"
msgstr ""
#: Code/Lib/Apps.php:636
msgid "Add to app-tray"
msgstr ""
#: Code/Lib/Apps.php:637
msgid "Remove from app-tray"
msgstr ""
#: Code/Lib/Apps.php:638
msgid "Pin to navbar"
msgstr ""
#: Code/Lib/Apps.php:639
msgid "Unpin from navbar"
msgstr ""
#: Code/Lib/Apps.php:1136 Code/Lib/Apps.php:1227 Code/Lib/Activity.php:2281
#: Code/Module/Cdav.php:886 Code/Module/Cdav.php:887 Code/Module/Cdav.php:893
#: Code/Module/Embedphotos.php:339 Code/Module/Photos.php:854
#: Code/Module/Photos.php:1322 Code/Widget/Album.php:100
#: Code/Widget/Portfolio.php:110 Code/Storage/Browser.php:182
#: include/attach.php:1384 include/conversation.php:963
msgid "Unknown"
msgstr ""
#: Code/Lib/Libsync.php:981
#, php-format
msgid "Unable to verify site signature for %s"
msgstr ""
#: Code/Lib/Libzot.php:774
msgid "Unable to verify channel signature"
msgstr ""
#: Code/Lib/Libzotdir.php:87
msgid "Directory Options"
msgstr ""
#: Code/Lib/Libzotdir.php:89 Code/Lib/Navbar.php:112
msgid "Safe Mode"
msgstr ""
#: Code/Lib/Libzotdir.php:89 Code/Lib/Libzotdir.php:90
#: Code/Lib/Libzotdir.php:93 Code/Lib/Libzotdir.php:94
#: Code/Lib/Libzotdir.php:95 Code/Module/Admin/Site.php:244
#: Code/Module/Admin/Site.php:295 Code/Module/Connedit.php:358
#: Code/Module/Connedit.php:722 Code/Module/Connedit.php:808
#: Code/Module/Defperms.php:189 Code/Module/Content_filter.php:56
#: Code/Module/Events.php:518 Code/Module/Events.php:519
#: Code/Module/Events.php:544 Code/Module/Filestorage.php:243
#: Code/Module/Filestorage.php:251 Code/Module/Import.php:726
#: Code/Module/Menu.php:169 Code/Module/Menu.php:227 Code/Module/Mitem.php:191
#: Code/Module/Mitem.php:192 Code/Module/Mitem.php:271
#: Code/Module/Mitem.php:272 Code/Module/Dev/Ap_probe.php:24
#: Code/Module/Dev/Zot_probe.php:23 Code/Module/Settings/Permcats.php:117
#: Code/Module/Settings/Multifactor.php:70 Code/Module/Settings/Display.php:121
#: Code/Module/Settings/Channel.php:249 Code/Storage/Browser.php:435
#: boot.php:1114 extend/addon/a/content_import/Mod_content_import.php:149
#: extend/addon/a/content_import/Mod_content_import.php:150
#: extend/addon/a/content_import/Mod_content_import.php:151
#: extend/addon/a/zotpost/Mod_zotpost.php:79 include/conversation.php:1306
#: include/conversation.php:1311 view/theme/redbasic/php/config.php:105
msgid "No"
msgstr ""
#: Code/Lib/Libzotdir.php:89 Code/Lib/Libzotdir.php:90
#: Code/Lib/Libzotdir.php:93 Code/Lib/Libzotdir.php:94
#: Code/Lib/Libzotdir.php:95 Code/Module/Admin/Site.php:246
#: Code/Module/Admin/Site.php:295 Code/Module/Connedit.php:358
#: Code/Module/Connedit.php:722 Code/Module/Connedit.php:808
#: Code/Module/Defperms.php:189 Code/Module/Content_filter.php:56
#: Code/Module/Events.php:518 Code/Module/Events.php:519
#: Code/Module/Events.php:544 Code/Module/Filestorage.php:243
#: Code/Module/Filestorage.php:251 Code/Module/Import.php:726
#: Code/Module/Menu.php:169 Code/Module/Menu.php:227 Code/Module/Mitem.php:191
#: Code/Module/Mitem.php:192 Code/Module/Mitem.php:271
#: Code/Module/Mitem.php:272 Code/Module/Dev/Ap_probe.php:24
#: Code/Module/Dev/Zot_probe.php:23 Code/Module/Settings/Permcats.php:117
#: Code/Module/Settings/Multifactor.php:70 Code/Module/Settings/Display.php:121
#: Code/Module/Settings/Channel.php:249 Code/Storage/Browser.php:435
#: boot.php:1114 extend/addon/a/content_import/Mod_content_import.php:149
#: extend/addon/a/content_import/Mod_content_import.php:150
#: extend/addon/a/content_import/Mod_content_import.php:151
#: extend/addon/a/zotpost/Mod_zotpost.php:79 include/conversation.php:1306
#: include/conversation.php:1311 view/theme/redbasic/php/config.php:105
msgid "Yes"
msgstr ""
#: Code/Lib/Libzotdir.php:90
msgid "Groups Only"
msgstr ""
#: Code/Lib/Libzotdir.php:93
msgid "This Website Only"
msgstr ""
#: Code/Lib/Libzotdir.php:94
msgid "Recently Updated"
msgstr ""
#: Code/Lib/Libzotdir.php:95
msgid "Show cover photos"
msgstr ""
#: Code/Lib/Libzotdir.php:95
msgid "May slow page loading"
msgstr ""
#: Code/Lib/Oembed.php:169
msgid "View PDF"
msgstr ""
#: Code/Lib/Oembed.php:386
msgid " by "
msgstr ""
#: Code/Lib/Oembed.php:389
msgid " on "
msgstr ""
#: Code/Lib/Oembed.php:420
msgid "Embedded content"
msgstr ""
#: Code/Lib/Account.php:31
msgid "Not a valid email address"
msgstr ""
#: Code/Lib/Account.php:33
msgid "Your email domain is not among those allowed on this site"
msgstr ""
#: Code/Lib/Account.php:40
msgid "Your email address is already registered at this site."
msgstr ""
#: Code/Lib/Account.php:75
msgid "An invitation is required."
msgstr ""
#: Code/Lib/Account.php:79
msgid "Invitation could not be verified."
msgstr ""
#: Code/Lib/Account.php:161
msgid "Please enter the required information."
msgstr ""
#: Code/Lib/Account.php:225
msgid "Failed to store account information."
msgstr ""
#: Code/Lib/Account.php:315
#, php-format
msgid "Registration confirmation for %s"
msgstr ""
#: Code/Lib/Account.php:390
#, php-format
msgid "Registration request at %s"
msgstr ""
#: Code/Lib/Account.php:414
msgid "your registration password"
msgstr ""
#: Code/Lib/Account.php:420 Code/Lib/Account.php:490
#, php-format
msgid "Registration details for %s"
msgstr ""
#: Code/Lib/Account.php:502
msgid "Account approved."
msgstr ""
#: Code/Lib/Account.php:549
#, php-format
msgid "Registration revoked for %s"
msgstr ""
#: Code/Lib/Account.php:688 Code/Module/Admin/Accounts.php:103
#, php-format
msgid "Account '%s' deleted"
msgstr ""
#: Code/Lib/Navbar.php:104
msgid "Remote authentication"
msgstr ""
#: Code/Lib/Navbar.php:104
msgid "Click to authenticate to your home hub"
msgstr ""
#: Code/Lib/Navbar.php:109 Code/Module/Admin/Channels.php:144
#: Code/Module/Admin.php:154 Code/Module/Manage.php:210
#: Code/Widget/Admin.php:29
msgid "Channels"
msgstr ""
#: Code/Lib/Navbar.php:109
msgid "Manage your channels"
msgstr ""
#: Code/Lib/Navbar.php:112
msgid "(is on)"
msgstr ""
#: Code/Lib/Navbar.php:112
msgid "(is off)"
msgstr ""
#: Code/Lib/Navbar.php:112
msgid "Content filtering"
msgstr ""
#: Code/Lib/Navbar.php:119 Code/Lib/Navbar.php:141 Code/Lib/Navbar.php:159
#: boot.php:1108
msgid "Logout"
msgstr ""
#: Code/Lib/Navbar.php:119 Code/Lib/Navbar.php:141
msgid "End this session"
msgstr ""
#: Code/Lib/Navbar.php:122
msgid "Your profile page"
msgstr ""
#: Code/Lib/Navbar.php:128 Code/Lib/Navbar.php:131
msgid "Sign in"
msgstr ""