From 7e059d5c76aa26367c7bb6dacdd1d56f364a7a1a Mon Sep 17 00:00:00 2001 From: Charles Scott Date: Wed, 26 Aug 2015 01:41:50 -0400 Subject: [PATCH] Added new config options for future Event management changes - Manifests --- config/applications/EventManagement.ini | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/config/applications/EventManagement.ini b/config/applications/EventManagement.ini index c4f23c7..43c7348 100644 --- a/config/applications/EventManagement.ini +++ b/config/applications/EventManagement.ini @@ -76,6 +76,16 @@ image_style.medium = "ticketsMedium" image_style.small = "ticketsSmall" image_style.thumb = "ticketsThumb" +; Coupon Positions +coupon_position.1 = "Ad #1 - 5.0 W x 2.0 H - Top row left" +coupon_position.2 = "Ad #2 - 2.25 W x 2.0 H - Top row right" +coupon_position.3 = "Ad #3 - 2.25 W x 2.0 H - Middle row left" +coupon_position.4 = "Ad #4 - 5.0 W x 2.0 H - Middle row right" +coupon_position.5 = "Coupon #1 - 1.8 W x 1.6 H - Bottom row" +coupon_position.6 = "Coupon #2 - 1.8 W x 1.6 H - Bottom row" +coupon_position.7 = "Coupon #3 - 1.8 W x 1.6 H - Bottom row" +coupon_position.8 = "Coupon #4 - 1.8 W x 1.6 H - Bottom row" + ; Terms used to refer to events/conventions term.event.norm = "event" term.event.cap = "Event" @@ -148,6 +158,48 @@ term.promo.cap = "Promo Code" term.promo.plur = "promo codes" term.promo.plur_cap = "Promo Codes" +; Terms used to refer to an attendance +term.attendance.norm = "passenger list" +term.attendance.cap = "Passenger List" +term.attendance.plur = "passenger list" +term.attendance.plur_cap = "Passenger List" + +; Terms used to refer to an attendee +term.attendee.norm = "passenger" +term.attendee.cap = "Passenger" +term.attendee.plur = "passengers" +term.attendee.plur_cap = "Passengers" + +; Terms used to refer to an attendace log +term.attendance_log.norm = "manifest" +term.attendance_log.cap = "Manifest" +term.attendance_log.plur = "manifests" +term.attendance_log.plur_cap = "Manifests" + +; Terms used to refer to entering (attendance) +term.attendance_entering.norm = "boarding" +term.attendance_entering.cap = "Boarding" +term.attendance_entering.plur = "boardings" +term.attendance_entering.plur_cap = "Boardings" + +; Terms used to refer to the start of a performance (event) +term.performance_start.norm = "departure" +term.performance_start.cap = "Departure" +term.performance_start.plur = "departures" +term.performance_start.plur_cap = "Departures" + +; Terms used to refer to the end of a performance (event) +term.performance_end.norm = "arrival" +term.performance_end.cap = "Arrival" +term.performance_end.plur = "arrivals" +term.performance_end.plur_cap = "Arrivals" + +; Terms used to refer to Coupons (advertisements) for vouchers +term.coupon.norm = "voucher coupon" +term.coupon.cap = "Voucher Coupon" +term.coupon.plur = "voucher coupons" +term.coupon.plur_cap = "Voucher Coupons" + ; Terms used for front-end shop navigation buttons ;term.nav.show_selected = "Show Cart" term.nav.show_selected = "Cart" -- 2.17.1