forked from the-events-calendar/gigpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgigpress-en_US.pot
1197 lines (932 loc) · 22.4 KB
/
gigpress-en_US.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
msgid ""
msgstr ""
"Project-Id-Version: GigPress 2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-02-10 07:03-0600\n"
"PO-Revision-Date: \n"
"Last-Translator: Derek Hogue <[email protected]>\n"
"Language-Team: <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: English\n"
"X-Poedit-Country: CANADA\n"
"X-Poedit-SourceCharset: utf-8\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-KeywordsList: _e;__\n"
"X-Poedit-SearchPath-0: ..\n"
#: ../gigpress.php:65
#: ../admin/new.php:199
msgid "Add a show"
msgstr ""
#: ../gigpress.php:66
#: ../admin/shows.php:126
msgid "Shows"
msgstr ""
#: ../gigpress.php:67
#: ../admin/artists.php:34
msgid "Artists"
msgstr ""
#: ../gigpress.php:68
#: ../admin/venues.php:29
msgid "Venues"
msgstr ""
#: ../gigpress.php:69
#: ../admin/tours.php:34
msgid "Tours"
msgstr ""
#: ../gigpress.php:70
#: ../admin/settings.php:15
msgid "Settings"
msgstr ""
#: ../gigpress.php:71
#: ../admin/import-export.php:12
msgid "Import/Export"
msgstr ""
#: ../gigpress.php:104
msgid "You're using"
msgstr ""
#: ../gigpress.php:104
msgid "Like it?"
msgstr ""
#: ../gigpress.php:104
msgid "Make a donation"
msgstr ""
#: ../gigpress.php:241
#: ../admin/handlers.php:914
#: ../admin/handlers.php:923
#: ../admin/handlers.php:932
#: ../admin/new.php:241
msgid "at"
msgstr ""
#: ../gigpress.php:245
#: ../admin/new.php:496
#: ../admin/shows.php:270
msgid "Price"
msgstr ""
#: ../gigpress.php:246
#: ../admin/shows.php:274
#: ../output/feed.php:74
msgid "Box office"
msgstr ""
#: ../gigpress.php:247
#: ../admin/new.php:462
#: ../admin/venues.php:139
#: ../output/feed.php:60
msgid "Venue phone"
msgstr ""
#: ../gigpress.php:248
#: ../admin/new.php:512
#: ../admin/settings.php:142
#: ../output/feed.php:84
msgid "Notes"
msgstr ""
#: ../gigpress.php:270
msgid "Download iCal"
msgstr ""
#: ../gigpress.php:285
#: ../admin/new.php:473
msgid "Sold Out"
msgstr ""
#: ../gigpress.php:287
#: ../admin/new.php:474
msgid "Cancelled"
msgstr ""
#: ../gigpress.php:308
msgid "Add to Google Calendar"
msgstr ""
#: ../gigpress.php:398
#, php-format
msgid "Displaying %s–%s of %s"
msgstr ""
#: ../gigpress.php:497
msgid "Artist order updated."
msgstr ""
#: ../gigpress.php:548
msgid "Nothing to export."
msgstr ""
#: ../gigpress.php:555
msgid "You are not authorized to do that. Try logging-in first."
msgstr ""
#: ../admin/artists.php:44
msgid "Update artist"
msgstr ""
#: ../admin/artists.php:44
#: ../admin/new.php:596
#: ../admin/tours.php:49
#: ../admin/venues.php:147
msgid "or"
msgstr ""
#: ../admin/artists.php:44
#: ../admin/new.php:596
#: ../admin/tours.php:49
#: ../admin/venues.php:147
msgid "cancel"
msgstr ""
#: ../admin/artists.php:46
msgid "Edit this artist"
msgstr ""
#: ../admin/artists.php:56
msgid "Sorry, but we had trouble loading that artist for editing."
msgstr ""
#: ../admin/artists.php:58
#: ../admin/artists.php:68
msgid "Add an artist"
msgstr ""
#: ../admin/artists.php:66
msgid "Add artist"
msgstr ""
#: ../admin/artists.php:79
#: ../admin/artists.php:124
#: ../admin/artists.php:169
#: ../admin/new.php:383
msgid "Artist name"
msgstr ""
#: ../admin/artists.php:85
#: ../admin/new.php:387
msgid "Artist URL"
msgstr ""
#: ../admin/artists.php:100
msgid "All artists"
msgstr ""
#: ../admin/artists.php:103
msgid "Note that you cannot delete an artist while they have shows in the database."
msgstr ""
#: ../admin/artists.php:125
#: ../admin/artists.php:170
#: ../admin/tours.php:113
#: ../admin/tours.php:151
#: ../admin/venues.php:187
#: ../admin/venues.php:240
msgid "Number of shows"
msgstr ""
#: ../admin/artists.php:126
#: ../admin/artists.php:171
#: ../admin/shows.php:227
#: ../admin/shows.php:239
#: ../admin/tours.php:114
#: ../admin/tours.php:152
#: ../admin/venues.php:188
#: ../admin/venues.php:241
msgid "Actions"
msgstr ""
#: ../admin/artists.php:153
#: ../admin/shows.php:263
#: ../admin/tours.php:136
#: ../admin/venues.php:220
msgid "Edit"
msgstr ""
#: ../admin/artists.php:154
#: ../admin/tours.php:136
#: ../admin/venues.php:221
msgid "Delete"
msgstr ""
#: ../admin/artists.php:162
#: ../admin/import-export.php:64
#: ../admin/new.php:372
#: ../admin/shows.php:159
msgid "No artists in the database"
msgstr ""
#: ../admin/handlers.php:52
msgid "We had trouble creating your new artist. Sorry."
msgstr ""
#: ../admin/handlers.php:67
msgid "We had trouble creating your new venue. Sorry."
msgstr ""
#: ../admin/handlers.php:84
msgid "We had trouble creating your new tour. Sorry."
msgstr ""
#: ../admin/handlers.php:123
msgid "We had trouble creating your Related Post. Sorry."
msgstr ""
#: ../admin/handlers.php:180
msgid "You must select a venue."
msgstr ""
#: ../admin/handlers.php:182
msgid "You must select an artist."
msgstr ""
#: ../admin/handlers.php:184
#: ../admin/handlers.php:198
msgid "You must enter an artist name."
msgstr ""
#: ../admin/handlers.php:186
#: ../admin/handlers.php:206
msgid "You must enter a venue name."
msgstr ""
#: ../admin/handlers.php:188
#: ../admin/handlers.php:208
msgid "You must enter a city."
msgstr ""
#: ../admin/handlers.php:190
#: ../admin/handlers.php:202
msgid "You must enter a tour name."
msgstr ""
#: ../admin/handlers.php:192
msgid "That's not a valid date."
msgstr ""
#: ../admin/handlers.php:194
msgid "That's not a valid end date."
msgstr ""
#: ../admin/handlers.php:248
#: ../admin/handlers.php:309
msgid "Your show on"
msgstr ""
#: ../admin/handlers.php:248
msgid "was successfully added."
msgstr ""
#: ../admin/handlers.php:249
msgid "Add a similar show"
msgstr ""
#: ../admin/handlers.php:250
#: ../admin/handlers.php:309
msgid "Edit the related post"
msgstr ""
#: ../admin/handlers.php:264
#: ../admin/handlers.php:320
#: ../admin/handlers.php:408
#: ../admin/handlers.php:450
#: ../admin/handlers.php:512
#: ../admin/handlers.php:552
#: ../admin/handlers.php:640
#: ../admin/handlers.php:685
msgid "Something ain't right - try again?"
msgstr ""
#: ../admin/handlers.php:309
#: ../admin/handlers.php:448
msgid "was successfully updated."
msgstr ""
#: ../admin/handlers.php:359
msgid "Show(s) successfully deleted."
msgstr ""
#: ../admin/handlers.php:360
#: ../admin/handlers.php:593
msgid "Undo"
msgstr ""
#: ../admin/handlers.php:366
msgid "We ran into some trouble deleting the show(s). Sorry."
msgstr ""
#: ../admin/handlers.php:406
#: ../admin/handlers.php:510
#: ../admin/handlers.php:638
msgid "was successfully added to the database."
msgstr ""
#: ../admin/handlers.php:472
msgid "Venue successfully deleted."
msgstr ""
#: ../admin/handlers.php:474
msgid "We ran into some trouble deleting the venue. Sorry."
msgstr ""
#: ../admin/handlers.php:550
msgid "Tour name successfully changed to"
msgstr ""
#: ../admin/handlers.php:593
msgid "Tour successfully deleted."
msgstr ""
#: ../admin/handlers.php:597
msgid "We ran into some trouble deleting the tour. Sorry."
msgstr ""
#: ../admin/handlers.php:683
msgid "successfully updated."
msgstr ""
#: ../admin/handlers.php:708
msgid "Artist successfully deleted."
msgstr ""
#: ../admin/handlers.php:711
msgid "We ran into some trouble deleting the artist. Sorry."
msgstr ""
#: ../admin/handlers.php:748
msgid "Show(s) successfully restored."
msgstr ""
#: ../admin/handlers.php:752
msgid "We ran into some trouble restoring your show(s). Sorry."
msgstr ""
#: ../admin/handlers.php:770
msgid "Tour successfully restored from the database."
msgstr ""
#: ../admin/handlers.php:772
msgid "We ran into some trouble restoring the tour. Sorry."
msgstr ""
#: ../admin/handlers.php:911
msgid "shows were skipped due to errors"
msgstr ""
#: ../admin/handlers.php:914
#: ../admin/handlers.php:923
#: ../admin/handlers.php:932
#: ../output/feed.php:36
msgid "in"
msgstr ""
#: ../admin/handlers.php:914
#: ../admin/handlers.php:923
#: ../admin/handlers.php:932
#: ../output/feed.php:36
msgid "on"
msgstr ""
#: ../admin/handlers.php:920
msgid "shows were skipped as they were deemed duplicates"
msgstr ""
#: ../admin/handlers.php:929
msgid "shows were successfully imported"
msgstr ""
#: ../admin/handlers.php:939
msgid "Sorry, but there was an error parsing your file. Maybe double-check your formatting and file type?"
msgstr ""
#: ../admin/handlers.php:948
msgid "Sorry, but there was an error uploading"
msgstr ""
#: ../admin/handlers.php:967
msgid "All shows and tours in the trash have been permanently deleted."
msgstr ""
#: ../admin/handlers.php:969
msgid "We ran into some trouble emptying the trash. Sorry."
msgstr ""
#: ../admin/handlers.php:991
msgid "All tours have been migrated into artists."
msgstr ""
#: ../admin/handlers.php:993
msgid "There was an error migrating tours to artists. Sorry."
msgstr ""
#: ../admin/handlers.php:997
msgid "There were no tours to migrate."
msgstr ""
#: ../admin/import-export.php:18
msgid "Upload a CSV (comma-separated values) file to import into your GigPress database."
msgstr ""
#: ../admin/import-export.php:18
msgid "Please review the formatting specifications to save yourself headaches!"
msgstr ""
#: ../admin/import-export.php:27
msgid "Include Related Post associations?"
msgstr ""
#: ../admin/import-export.php:29
msgid "Upload CSV"
msgstr ""
#: ../admin/import-export.php:48
msgid "Download your complete show database as a CSV (comma-separated values) file, compatible with programs such as Microsoft Excel. This file is also suitable to import into another GigPress installation."
msgstr ""
#: ../admin/import-export.php:57
msgid "Export all artists"
msgstr ""
#: ../admin/import-export.php:71
msgid "Export all tours"
msgstr ""
#: ../admin/import-export.php:78
#: ../admin/new.php:535
#: ../admin/shows.php:173
#: ../admin/tours.php:144
msgid "No tours in the database"
msgstr ""
#: ../admin/import-export.php:85
msgid "Export all dates"
msgstr ""
#: ../admin/import-export.php:86
msgid "Export upcoming dates"
msgstr ""
#: ../admin/import-export.php:87
msgid "Export past dates"
msgstr ""
#: ../admin/import-export.php:91
msgid "Download CSV"
msgstr ""
#: ../admin/new.php:32
msgid "<strong>Welcome to GigPress!</strong> Get started by adding your first show below. To display your shows, simply add the"
msgstr ""
#: ../admin/new.php:32
msgid "shortcode to any page or post."
msgstr ""
#: ../admin/new.php:33
msgid "Questions? Please check out the"
msgstr ""
#: ../admin/new.php:33
msgid "documentation"
msgstr ""
#: ../admin/new.php:33
#: ../admin/shows.php:303
msgid "and"
msgstr ""
#: ../admin/new.php:33
msgid "FAQ"
msgstr ""
#: ../admin/new.php:33
msgid "on the GigPress website. Enjoy!"
msgstr ""
#: ../admin/new.php:33
msgid "Don't show this again"
msgstr ""
#: ../admin/new.php:146
msgid "Sorry, but we had trouble loading that show for editing."
msgstr ""
#: ../admin/new.php:190
msgid "Edit this show"
msgstr ""
#: ../admin/new.php:213
#: ../admin/settings.php:140
#: ../admin/shows.php:221
#: ../admin/shows.php:233
#: ../output/feed.php:43
msgid "Date"
msgstr ""
#: ../admin/new.php:273
#: ../admin/new.php:555
msgid "None"
msgstr ""
#: ../admin/new.php:322
msgid "This is a multi-day event"
msgstr ""
#: ../admin/new.php:327
msgid "End date"
msgstr ""
#: ../admin/new.php:358
#: ../admin/shows.php:222
#: ../admin/shows.php:234
msgid "Artist"
msgstr ""
#: ../admin/new.php:361
msgid "Add a new artist"
msgstr ""
#: ../admin/new.php:396
#: ../admin/shows.php:223
#: ../admin/shows.php:235
#: ../output/feed.php:53
msgid "Venue"
msgstr ""
#: ../admin/new.php:399
msgid "Add a new venue"
msgstr ""
#: ../admin/new.php:401
msgid "Select a venue"
msgstr ""
#: ../admin/new.php:414
#: ../admin/shows.php:187
#: ../admin/venues.php:229
msgid "No venues in the database"
msgstr ""
#: ../admin/new.php:424
#: ../admin/venues.php:103
msgid "Venue name"
msgstr ""
#: ../admin/new.php:429
#: ../admin/venues.php:107
msgid "Venue address"
msgstr ""
#: ../admin/new.php:433
#: ../admin/venues.php:111
msgid "Venue city"
msgstr ""
#: ../admin/new.php:437
#: ../admin/venues.php:115
msgid "Venue state/province"
msgstr ""
#: ../admin/new.php:441
#: ../admin/venues.php:119
msgid "Venue postal code"
msgstr ""
#: ../admin/new.php:445
#: ../admin/venues.php:123
msgid "Venue country"
msgstr ""
#: ../admin/new.php:458
#: ../admin/venues.php:135
msgid "Venue website"
msgstr ""
#: ../admin/new.php:470
msgid "Status"
msgstr ""
#: ../admin/new.php:472
msgid "Active"
msgstr ""
#: ../admin/new.php:480
msgid "Admittance"
msgstr ""
#: ../admin/new.php:482
msgid "Not sure"
msgstr ""
#: ../admin/new.php:497
msgid "include currency symbol"
msgstr ""
#: ../admin/new.php:500
msgid "Ticket URL"
msgstr ""
#: ../admin/new.php:504
msgid "Ticket phone"
msgstr ""
#: ../admin/new.php:508
msgid "External URL"
msgstr ""
#: ../admin/new.php:515
msgid "Use this space to list other bands, 'presented by' info, etc"
msgstr ""
#: ../admin/new.php:519
msgid "Part of a tour?"
msgstr ""
#: ../admin/new.php:522
#: ../admin/settings.php:194
msgid "No"
msgstr ""
#: ../admin/new.php:524
msgid "Add a new tour"
msgstr ""
#: ../admin/new.php:545
#: ../admin/tours.php:82
#: ../admin/tours.php:112
#: ../admin/tours.php:150
msgid "Tour name"
msgstr ""
#: ../admin/new.php:552
msgid "Related post"
msgstr ""
#: ../admin/new.php:557
msgid "Add a new post"
msgstr ""
#: ../admin/new.php:583
msgid "Related post title"
msgstr ""
#: ../admin/new.php:585
msgid "Available placeholders:"
msgstr ""
#: ../admin/new.php:586
msgid "Publish now"
msgstr ""
#: ../admin/new.php:587
msgid "Publish on show date"
msgstr ""
#: ../admin/new.php:596
msgid "Update show"
msgstr ""
#: ../admin/new.php:600
msgid "Add show"
msgstr ""
#: ../admin/settings.php:22
msgid "Full URL to your 'Upcoming Shows' page"
msgstr ""
#: ../admin/settings.php:27
msgid "No upcoming shows message"
msgstr ""
#: ../admin/settings.php:33
msgid "No past shows message"
msgstr ""
#: ../admin/settings.php:40
msgid "User level required to use GigPress"
msgstr ""
#: ../admin/settings.php:43
msgid "Administrator"
msgstr ""
#: ../admin/settings.php:44
msgid "Editor"
msgstr ""
#: ../admin/settings.php:45
msgid "Author"
msgstr ""
#: ../admin/settings.php:46
msgid "Contributor"
msgstr ""
#: ../admin/settings.php:52
msgid "Short date format"
msgstr ""
#: ../admin/settings.php:55
#: ../admin/settings.php:62
#: ../admin/settings.php:69
msgid "Output"
msgstr ""
#: ../admin/settings.php:59
msgid "Long date format"
msgstr ""
#: ../admin/settings.php:66
msgid "Time format"
msgstr ""
#: ../admin/settings.php:70
msgid "Here's some documentation on date and time formatting"
msgstr ""
#: ../admin/settings.php:71
msgid "I use a 24 hour clock"
msgstr ""
#: ../admin/settings.php:75
msgid "Artist label"
msgstr ""
#: ../admin/settings.php:81
msgid "Tour label"
msgstr ""
#: ../admin/settings.php:87
msgid "External link label"
msgstr ""
#: ../admin/settings.php:93
msgid "Buy tickets label"
msgstr ""
#: ../admin/settings.php:99
#: ../output/feed.php:70
msgid "Age restrictions"
msgstr ""
#: ../admin/settings.php:101
msgid "A pipe-separated list of available age restrictions."
msgstr ""
#: ../admin/settings.php:104
msgid "Related posts"
msgstr ""
#: ../admin/settings.php:106
msgid "Display gig info in related posts"
msgstr ""
#: ../admin/settings.php:107
msgid "before the post content"
msgstr ""
#: ../admin/settings.php:108
msgid "after the post content"
msgstr ""
#: ../admin/settings.php:109
msgid "using <code>[gigpress_related_shows]</code>"
msgstr ""
#: ../admin/settings.php:110
msgid "If a gig has a related post, that gig's details will appear at the specified position in that post."
msgstr ""
#: ../admin/settings.php:114
msgid "Related show heading"
msgstr ""
#: ../admin/settings.php:117
msgid "This appears before the gig details in your related post."
msgstr ""
#: ../admin/settings.php:121
msgid "Related posts category"
msgstr ""
#: ../admin/settings.php:123
msgid "Automatically create a related post for every new show I enter."
msgstr ""
#: ../admin/settings.php:124
msgid "When creating related posts, put them in this category"
msgstr ""
#: ../admin/settings.php:132
msgid "Exclude this category from my normal post listings."
msgstr ""
#: ../admin/settings.php:137
msgid "Related posts linking"
msgstr ""
#: ../admin/settings.php:139
msgid "Place a link to each show's related post in the following fields"
msgstr ""
#: ../admin/settings.php:141
#: ../admin/shows.php:224
#: ../admin/shows.php:236
#: ../admin/venues.php:183
#: ../admin/venues.php:236
#: ../output/feed.php:51
msgid "City"
msgstr ""
#: ../admin/settings.php:146
msgid "Related post phrase"
msgstr ""
#: ../admin/settings.php:149
msgid "This appears in your shows listing."
msgstr ""
#: ../admin/settings.php:153
msgid "Artist URLs"
msgstr ""
#: ../admin/settings.php:154
msgid "Link artist names to their URLs."
msgstr ""
#: ../admin/settings.php:158
msgid "RSS/iCal"
msgstr ""
#: ../admin/settings.php:160
msgid "Make the GigPress RSS feed auto-discoverable."
msgstr ""
#: ../admin/settings.php:161
msgid "Show RSS and iCal subscription links."
msgstr ""
#: ../admin/settings.php:162
msgid "Note that the FeedBurner FeedSmith plugin will kill your GigPress RSS and iCal feeds, but the FD FeedBurner plugin will not."
msgstr ""
#: ../admin/settings.php:166
msgid "RSS/iCal feed title"
msgstr ""
#: ../admin/settings.php:172
msgid "RSS/iCal feed limit"
msgstr ""
#: ../admin/settings.php:178
msgid "Country display"
msgstr ""
#: ../admin/settings.php:180
msgid "Display country column."
msgstr ""
#: ../admin/settings.php:180
msgid "Use full country names."
msgstr ""
#: ../admin/settings.php:184
msgid "Link behaviour"
msgstr ""
#: ../admin/settings.php:185
msgid "Open external links in new windows."
msgstr ""
#: ../admin/settings.php:189
msgid "Microdata"
msgstr ""
#: ../admin/settings.php:191
msgid "Include Schema.org/Event structured data as JSON-LD"
msgstr ""
#: ../admin/settings.php:193
msgid "Yes"
msgstr ""
#: ../admin/settings.php:199
msgid "jQuery"
msgstr ""
#: ../admin/settings.php:201
msgid "Load jQuery into my theme."
msgstr ""
#: ../admin/settings.php:202
msgid "Uncheck this if you have a hard-coded link to the jQuery library in your theme."
msgstr ""
#: ../admin/settings.php:207
msgid "Advanced"
msgstr ""
#: ../admin/settings.php:209
msgid "Disable the default GigPress CSS."
msgstr ""
#: ../admin/settings.php:209
msgid "Disable the default GigPress JavaScript."
msgstr ""
#: ../admin/settings.php:228
msgid "Save Changes"
msgstr ""
#: ../admin/shows.php:135
msgid "All"
msgstr ""
#: ../admin/shows.php:138
msgid "Upcoming"
msgstr ""
#: ../admin/shows.php:141
msgid "Past"
msgstr ""
#: ../admin/shows.php:151
msgid "View all artists"
msgstr ""
#: ../admin/shows.php:165
msgid "View all tours"
msgstr ""
#: ../admin/shows.php:179
msgid "View all venues"
msgstr ""
#: ../admin/shows.php:193
msgid "Descending"
msgstr ""
#: ../admin/shows.php:194
msgid "Ascending"
msgstr ""
#: ../admin/shows.php:225
#: ../admin/shows.php:237
#: ../admin/venues.php:185
#: ../admin/venues.php:238
#: ../output/feed.php:63
msgid "Country"
msgstr ""
#: ../admin/shows.php:226
#: ../admin/shows.php:238
msgid "Tour"
msgstr ""
#: ../admin/shows.php:263
msgid "Copy"
msgstr ""