-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
messages.po
1461 lines (1108 loc) · 26.4 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
# PHP-Calendar.
# Copyright (C) 2022 Sean Proctor
# This file is distributed under the same license as the PHP-Calendar package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PHP-Calendar 2.0.13\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2022-01-28 09:19-0500\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"
#: src/admin.php:31 src/cadmin.php:30
msgid "You must be logged in as an admin."
msgstr ""
#: src/admin.php:36
msgid "Calendars"
msgstr ""
#: src/admin.php:38 src/cadmin.php:37
msgid "Users"
msgstr ""
#: src/admin.php:40
msgid "Import"
msgstr ""
#: src/admin.php:42 src/translate.php:41
msgid "Translate"
msgstr ""
#: src/admin.php:45
msgid "Version"
msgstr ""
#: src/admin.php:61
msgid "Calendar"
msgstr ""
#: src/admin.php:62 src/admin.php:100
msgid "Action"
msgstr ""
#: src/admin.php:69 src/cadmin.php:161 src/cadmin.php:208
#: src/display_event.php:205
msgid "Edit"
msgstr ""
#: src/admin.php:71 src/admin.php:112 src/cadmin.php:166 src/cadmin.php:212
#: src/display_event.php:85 src/display_event.php:178
msgid "Delete"
msgstr ""
#: src/admin.php:76 src/calendar_form.php:92
msgid "Create Calendar"
msgstr ""
#: src/admin.php:80
msgid "Calendar List"
msgstr ""
#: src/admin.php:97 src/login.php:82
msgid "Username"
msgstr ""
#: src/admin.php:98 src/cadmin.php:41 src/cadmin.php:135 src/user_create.php:79
msgid "Groups"
msgstr ""
#: src/admin.php:99 src/admin.php:110 src/cadmin.php:109 src/cadmin.php:136
msgid "Edit Groups"
msgstr ""
#: src/admin.php:117 src/user_create.php:57
msgid "Create User"
msgstr ""
#: src/admin.php:121
msgid "User List"
msgstr ""
#: src/admin.php:135
msgid "Import Form"
msgstr ""
#: src/admin.php:136
msgid "MySQL Host Name"
msgstr ""
#: src/admin.php:137
msgid "MySQL Database Name"
msgstr ""
#: src/admin.php:138
msgid "MySQL Port Number"
msgstr ""
#: src/admin.php:138
msgid "Leave blank for default"
msgstr ""
#: src/admin.php:139
msgid "MySQL User Name"
msgstr ""
#: src/admin.php:140
msgid "MySQL User Password"
msgstr ""
#: src/admin.php:143
msgid "PHP-Calendar Table Prefix"
msgstr ""
#: src/admin.php:148
msgid "Import Calendar"
msgstr ""
#: src/admin.php:167
msgid ""
"This script needs read access to your calendar directory in order to write "
"the translation files. Alternatively, you could run translate.php from the "
"command line or use msgfmt or any other gettext tool that can generate .mo "
"files from .po files."
msgstr ""
#: src/admin.php:170
msgid "Generate Translations"
msgstr ""
#: src/cadmin.php:35
msgid "Calendar Configuration"
msgstr ""
#: src/cadmin.php:39
msgid "Categories"
msgstr ""
#: src/cadmin.php:73
msgid "Options"
msgstr ""
#: src/cadmin.php:77 src/cadmin.php:126 src/calendar_form.php:99
#: src/settings.php:65 src/settings.php:108 src/user_create.php:64
#: src/user_groups.php:76
msgid "Submit"
msgstr ""
#: src/cadmin.php:103 src/cadmin.php:130
msgid "Read"
msgstr ""
#: src/cadmin.php:104 src/cadmin.php:131
msgid "Write"
msgstr ""
#: src/cadmin.php:105 src/event_form.php:117
msgid "Read-only"
msgstr ""
#: src/cadmin.php:106 src/cadmin.php:133 src/display_day.php:88
#: src/display_event.php:83 src/display_event.php:174
msgid "Modify"
msgstr ""
#: src/cadmin.php:107 src/cadmin.php:134 src/calendar.php:646
#: src/user_create.php:77
msgid "Admin"
msgstr ""
#: src/cadmin.php:122
msgid "User Permissions"
msgstr ""
#: src/cadmin.php:129 src/user_create.php:67
msgid "User Name"
msgstr ""
#: src/cadmin.php:132
msgid "Can Create Read-Only"
msgstr ""
#: src/cadmin.php:151 src/cadmin.php:203
msgid "No Name"
msgstr ""
#: src/cadmin.php:154 src/category_form.php:47 src/event_form.php:120
msgid "None"
msgstr ""
#: src/cadmin.php:173
msgid "Create category"
msgstr ""
#: src/cadmin.php:176
msgid "Calendar Categories"
msgstr ""
#: src/cadmin.php:179 src/cadmin.php:224 src/category_form.php:31
#: src/group_form.php:31
msgid "Name"
msgstr ""
#: src/cadmin.php:180 src/category_form.php:43
msgid "Text Color"
msgstr ""
#: src/cadmin.php:181 src/category_form.php:44
msgid "Background Color"
msgstr ""
#: src/cadmin.php:182
msgid "Visible to User Group"
msgstr ""
#: src/cadmin.php:183 src/cadmin.php:225
msgid "Actions"
msgstr ""
#: src/cadmin.php:218
msgid "Create group"
msgstr ""
#: src/cadmin.php:221
msgid "Calendar Groups"
msgstr ""
#: src/cadmin_submit.php:29 src/calendar_form.php:30 src/user_create.php:29
#: src/user_groups.php:29 src/user_permissions_submit.php:30
msgid "Permission denied"
msgstr ""
#: src/cadmin_submit.php:42
msgid " was not set."
msgstr ""
#: src/cadmin_submit.php:49
msgid "Updated options"
msgstr ""
#: src/calendar.php:147 src/settings.php:114
msgid "Language"
msgstr ""
#: src/calendar.php:148 src/settings.php:111
msgid "Timezone"
msgstr ""
#: src/calendar.php:590
msgid "Welcome"
msgstr ""
#: src/calendar.php:597 src/settings.php:35 src/settings.php:101
msgid "Settings"
msgstr ""
#: src/calendar.php:600
msgid "Log out"
msgstr ""
#: src/calendar.php:604 src/login.php:62 src/login.php:73
msgid "Log in"
msgstr ""
#: src/calendar.php:625
msgid "Add Event"
msgstr ""
#: src/calendar.php:629 src/search.php:110 src/search.php:125
msgid "Search"
msgstr ""
#: src/calendar.php:633
msgid "View Month"
msgstr ""
#: src/calendar.php:638
msgid "View date"
msgstr ""
#: src/calendar.php:642
msgid "Calendar Admin"
msgstr ""
#: src/calendar.php:690 src/calendar.php:754 src/calendar.php:766
#: src/settings.php:91
msgid "Default"
msgstr ""
#: src/calendar.php:696
msgid "Week Start"
msgstr ""
#: src/calendar.php:698 src/globals.php:38
msgid "Sunday"
msgstr ""
#: src/calendar.php:699 src/globals.php:39
msgid "Monday"
msgstr ""
#: src/calendar.php:700 src/globals.php:44
msgid "Saturday"
msgstr ""
#: src/calendar.php:702
msgid "24 Hour Time"
msgstr ""
#: src/calendar.php:703
msgid "Calendar Title"
msgstr ""
#: src/calendar.php:704
msgid "Maximum Subject Length"
msgstr ""
#: src/calendar.php:705
msgid "Events Display Daily Maximum"
msgstr ""
#: src/calendar.php:706
msgid "Public Permissions"
msgstr ""
#: src/calendar.php:708
msgid "Cannot read nor write events"
msgstr ""
#: src/calendar.php:709
msgid "Can read but not write events"
msgstr ""
#: src/calendar.php:710
msgid "Can create but not modify events"
msgstr ""
#: src/calendar.php:711
msgid "Can create and modify events"
msgstr ""
#: src/calendar.php:714
msgid "Default Timezone"
msgstr ""
#: src/calendar.php:715
msgid "Default Language"
msgstr ""
#: src/calendar.php:717
msgid "Date Format"
msgstr ""
#: src/calendar.php:719
msgid "Theme"
msgstr ""
#: src/calendar.php:787
msgid "Month Day Year"
msgstr ""
#: src/calendar.php:788
msgid "Year Month Day"
msgstr ""
#: src/calendar.php:789
msgid "Day Month Year"
msgstr ""
#: src/calendar.php:837
msgid "You do not have permission to do that: "
msgstr ""
#: src/calendar.php:850 src/util.php:229
msgid "Error"
msgstr ""
#: src/calendar.php:852 src/util.php:233
msgid "Backtrace"
msgstr ""
#: src/calendar.php:868
msgid "Invalid action"
msgstr ""
#: src/calendar.php:925
msgid "Secret token mismatch. Possible request forgery attempt."
msgstr ""
#: src/calendar.php:1009
msgid "Unsupported config type"
msgstr ""
#: src/calendar.php:1030
#, php-format
msgid "Required field \"%s\" was not set."
msgstr ""
#: src/calendar.php:1036
#, php-format
msgid "Malformed \"%s\" time: \"%s\""
msgstr ""
#: src/calendar.php:1051
msgid "Unrecognized period: "
msgstr ""
#: src/calendar.php:1059
#, php-format
msgid "Malformed \"%s\" date: \"%s\""
msgstr ""
#: src/calendar.php:1080
msgid "Invalid date_format."
msgstr ""
#: src/calendar_delete.php:32
msgid "No calendar selected."
msgstr ""
#: src/calendar_delete.php:40 src/setup.php:95
msgid "Invalid calendar ID."
msgstr ""
#: src/calendar_delete.php:43
msgid "Confirm you want to delete calendar:"
msgstr ""
#: src/calendar_delete.php:44 src/category_delete.php:54
#: src/event_delete.php:51 src/group_delete.php:54 src/occurrence_delete.php:53
#: src/user_delete.php:55
msgid "Confirm"
msgstr ""
#: src/calendar_delete.php:47 src/category_delete.php:57
#: src/event_delete.php:54 src/group_delete.php:57 src/occurrence_delete.php:56
#: src/user_delete.php:58
msgid "Deny"
msgstr ""
#: src/calendar_delete.php:53
msgid "You do not have permission to remove calendar"
msgstr ""
#: src/calendar_delete.php:58
msgid "Removed calendar"
msgstr ""
#: src/calendar_delete.php:60
msgid "Could not remove calendar"
msgstr ""
#: src/calendar_form.php:68
msgid "Calendar created."
msgstr ""
#: src/category_delete.php:32
msgid "No category selected."
msgstr ""
#: src/category_delete.php:52 src/event_delete.php:49 src/group_delete.php:52
#: src/occurrence_delete.php:51 src/user_delete.php:53
msgid "Confirm you want to delete:"
msgstr ""
#: src/category_delete.php:66
msgid "You do not have permission to delete category: "
msgstr ""
#: src/category_delete.php:71
msgid "Removed category: "
msgstr ""
#: src/category_delete.php:74
msgid "Could not remove category: "
msgstr ""
#: src/category_form.php:30
msgid "Category Form"
msgstr ""
#: src/category_form.php:46
msgid "Visible to groups"
msgstr ""
#: src/category_form.php:52
msgid "Submit Category"
msgstr ""
#: src/category_submit.php:36
msgid "Color not specified."
msgstr ""
#: src/category_submit.php:50 src/category_submit.php:53
msgid "Invalid color: "
msgstr ""
#: src/category_submit.php:62
msgid "You do not have permission to add categories to all calendars."
msgstr ""
#: src/category_submit.php:67
msgid "You do not have permission to add categories to this calendar."
msgstr ""
#: src/category_submit.php:80
msgid "You do not have permission to modify this category."
msgstr ""
#: src/category_submit.php:89
msgid "Modified category: "
msgstr ""
#: src/category_submit.php:93
msgid "Created category: "
msgstr ""
#: src/category_submit.php:97
msgid "Error submitting category."
msgstr ""
#: src/display_day.php:44
msgid "Title"
msgstr ""
#: src/display_day.php:45 src/form.php:365
msgid "Time"
msgstr ""
#: src/display_day.php:46 src/display_event.php:134 src/display_event.php:183
#: src/event_form.php:51 src/search.php:94
msgid "Description"
msgstr ""
#: src/display_day.php:57
msgid "Delete Selected"
msgstr ""
#: src/display_day.php:110
msgid "No events on this day."
msgstr ""
#: src/display_event.php:44
msgid "Invalid arguments."
msgstr ""
#: src/display_event.php:60 src/display_event.php:154
msgid "You do not have permission to read this event."
msgstr ""
#: src/display_event.php:64 src/display_event.php:158 src/display_event.php:233
msgid "by"
msgstr ""
#: src/display_event.php:69 src/display_event.php:168 src/display_event.php:241
#: src/event_form.php:119
msgid "Category"
msgstr ""
#: src/display_event.php:73 src/event_form.php:53 src/occur_form.php:48
msgid "When"
msgstr ""
#: src/display_event.php:75 src/display_event.php:161
msgid "Created at: "
msgstr ""
#: src/display_event.php:77 src/display_event.php:163
msgid "Last modified at: "
msgstr ""
#: src/display_event.php:87
msgid "Modify Occurrence"
msgstr ""
#: src/display_event.php:89
msgid "Remove Occurrence"
msgstr ""
#: src/display_event.php:108
msgid "Previous occurrence on"
msgstr ""
#: src/display_event.php:118
msgid "Next occurrence on"
msgstr ""
#: src/display_event.php:124
msgid "View All Occurrences"
msgstr ""
#: src/display_event.php:176
msgid "Add Occurrence"
msgstr ""
#: src/display_event.php:199 src/occurrence_delete.php:48
#: src/phpcoccurrence.class.php:249 src/phpcoccurrence.class.php:258
#: src/phpcoccurrence.class.php:260 src/util.php:152
msgid "at"
msgstr ""
#: src/display_event.php:206
msgid "Remove"
msgstr ""
#: src/display_event.php:213
msgid "Occurrences"
msgstr ""
#: src/display_event.php:243
msgid "from"
msgstr ""
#: src/display_month.php:35 src/display_week.php:35
msgctxt "Week"
msgid "W"
msgstr ""
#: src/display_month.php:251 src/display_week.php:236
msgid "View Additional Events"
msgstr ""
#: src/display_month.php:265 src/display_week.php:250
msgid "continued"
msgstr ""
#: src/display_week.php:42
msgid "Invalid date."
msgstr ""
#: src/event_delete.php:32
msgid "No event selected."
msgstr ""
#: src/event_delete.php:78
msgid "Removed event"
msgstr ""
#: src/event_delete.php:80
msgid "Removed events"
msgstr ""
#: src/event_delete.php:87
msgid "Could not remove event"
msgstr ""
#: src/event_delete.php:89
msgid "Could not remove events"
msgstr ""
#: src/event_delete.php:96
msgid "You do not have permission to remove event"
msgstr ""
#: src/event_delete.php:98
msgid "You do not have permission to remove events"
msgstr ""
#: src/event_form.php:47
msgid "Event Form"
msgstr ""
#: src/event_form.php:48 src/globals.php:70 src/search.php:92
msgid "Subject"
msgstr ""
#: src/event_form.php:57
msgid "Change the event date and time"
msgstr ""
#: src/event_form.php:60 src/occur_form.php:50 src/phpcoccurrence.class.php:257
#: src/search.php:115
msgid "From"
msgstr ""
#: src/event_form.php:61 src/occur_form.php:51 src/search.php:117
msgid "To"
msgstr ""
#: src/event_form.php:64 src/occur_form.php:54
msgid "Time Type"
msgstr ""
#: src/event_form.php:65 src/occur_form.php:55
msgid "Normal"
msgstr ""
#: src/event_form.php:66 src/occur_form.php:56
msgid "Full Day"
msgstr ""
#: src/event_form.php:67 src/occur_form.php:57
msgid "To Be Announced"
msgstr ""
#: src/event_form.php:73
msgid "Repeats"
msgstr ""
#: src/event_form.php:75
msgid "Never"
msgstr ""
#: src/event_form.php:77
msgid "Daily"
msgstr ""
#: src/event_form.php:79
msgid "Weekly"
msgstr ""
#: src/event_form.php:81
msgid "Monthly"
msgstr ""
#: src/event_form.php:83
msgid "Yearly"
msgstr ""
#: src/event_form.php:85 src/event_form.php:92 src/event_form.php:99
#: src/event_form.php:106
msgid "Every"
msgstr ""
#: src/event_form.php:86
msgid "Repeat every how many days?"
msgstr ""
#: src/event_form.php:89 src/event_form.php:97 src/event_form.php:104
#: src/event_form.php:111
msgid "Until"
msgstr ""
#: src/event_form.php:93
msgid "Repeat every how many weeks?"
msgstr ""
#: src/event_form.php:100
msgid "Repeat every how many months?"
msgstr ""
#: src/event_form.php:107
msgid "Repeat every how many years?"
msgstr ""
#: src/event_form.php:136
msgid "Submit Event"
msgstr ""
#: src/event_form.php:315 src/occur_form.php:146
msgid "Unrecognized Time Type."
msgstr ""
#: src/event_form.php:320 src/occur_form.php:151
msgid "An event cannot have an end earlier than its start."
msgstr ""
#: src/event_form.php:328 src/occur_form.php:156
msgid "You do not have permission to write to this calendar."
msgstr ""
#: src/event_form.php:361
msgid "Required field \"every-day\" is not set."
msgstr ""
#: src/event_form.php:364
msgid "every-day must be greater than 1"
msgstr ""
#: src/event_form.php:380
msgid "Required field \"every-week\" is not set."
msgstr ""
#: src/event_form.php:382
msgid "every-week must be greater than 1"
msgstr ""
#: src/event_form.php:399
msgid "Required field \"every-month\" is not set."
msgstr ""
#: src/event_form.php:401 src/event_form.php:420
msgid "every-month must be greater than 1"
msgstr ""
#: src/event_form.php:418
msgid "Required field \"every-year\" is not set."
msgstr ""
#: src/event_form.php:436
msgid "Invalid event type."
msgstr ""
#: src/event_form.php:442
msgid "Modified event: "
msgstr ""
#: src/event_form.php:444
msgid "Created event: "
msgstr ""
#: src/event_form.php:451
msgid "Error submitting event."
msgstr ""
#: src/form.php:287 src/form.php:362
msgid "Date"
msgstr ""
#: src/globals.php:23
msgid "January"
msgstr ""
#: src/globals.php:24
msgid "February"
msgstr ""
#: src/globals.php:25
msgid "March"
msgstr ""
#: src/globals.php:26
msgid "April"
msgstr ""
#: src/globals.php:27 src/globals.php:52
msgid "May"
msgstr ""
#: src/globals.php:28
msgid "June"
msgstr ""
#: src/globals.php:29
msgid "July"
msgstr ""
#: src/globals.php:30
msgid "August"
msgstr ""
#: src/globals.php:31
msgid "September"
msgstr ""
#: src/globals.php:32
msgid "October"
msgstr ""
#: src/globals.php:33
msgid "November"
msgstr ""
#: src/globals.php:34
msgid "December"
msgstr ""
#: src/globals.php:40
msgid "Tuesday"
msgstr ""
#: src/globals.php:41
msgid "Wednesday"
msgstr ""
#: src/globals.php:42
msgid "Thursday"
msgstr ""
#: src/globals.php:43
msgid "Friday"
msgstr ""
#: src/globals.php:48
msgid "Jan"
msgstr ""
#: src/globals.php:49
msgid "Feb"
msgstr ""
#: src/globals.php:50
msgid "Mar"
msgstr ""
#: src/globals.php:51
msgid "Apr"
msgstr ""
#: src/globals.php:53
msgid "Jun"
msgstr ""
#: src/globals.php:54
msgid "Jul"
msgstr ""
#: src/globals.php:55
msgid "Aug"
msgstr ""
#: src/globals.php:56
msgid "Sep"
msgstr ""
#: src/globals.php:57
msgid "Oct"
msgstr ""
#: src/globals.php:58
msgid "Nov"
msgstr ""
#: src/globals.php:59
msgid "Dec"
msgstr ""
#: src/globals.php:69
msgid "Start Date"
msgstr ""
#: src/globals.php:74
msgid "Ascending"
msgstr ""
#: src/globals.php:75
msgid "Descending"
msgstr ""
#: src/group_delete.php:32
msgid "No group selected."
msgstr ""
#: src/group_delete.php:66
msgid "You do not have permission to delete group: "
msgstr ""
#: src/group_delete.php:71
msgid "Removed group: "
msgstr ""
#: src/group_delete.php:74
msgid "Could not remove group: "
msgstr ""
#: src/group_form.php:30
msgid "Group Form"
msgstr ""
#: src/group_form.php:37
msgid "Submit Group"
msgstr ""
#: src/group_submit.php:35
msgid "You do not have permission to add a global group."
msgstr ""
#: src/group_submit.php:40
msgid "You do not have permission to add a group to this calendar."
msgstr ""
#: src/group_submit.php:52
msgid "You do not have permission to modify this group."
msgstr ""
#: src/group_submit.php:60
msgid "Modified group: "
msgstr ""
#: src/group_submit.php:64
msgid "Created group: "
msgstr ""
#: src/group_submit.php:68
msgid "Error submitting group."
msgstr ""
#: src/import.php:29 src/translate.php:31
msgid "Need to be admin"
msgstr ""
#: src/import.php:72
msgid "Error selecting events in import"
msgstr ""
#: src/import.php:157
#, php-format
msgid "Created %s events with %s occurences"
msgstr ""
#: src/login.php:42
msgid "Logged in."
msgstr ""