@@ -1,8 +1,8 @@ |
||
| 1 | 1 | <ul> |
| 2 | 2 | <li class="ticket-name"> |
| 3 | - <strong><?php _e( 'Ticket Name:', 'event_espresso' ); ?></strong> [TICKET_NAME]<br><em>[TICKET_DESCRIPTION]</em> |
|
| 3 | + <strong><?php _e('Ticket Name:', 'event_espresso'); ?></strong> [TICKET_NAME]<br><em>[TICKET_DESCRIPTION]</em> |
|
| 4 | 4 | </li> |
| 5 | - <li><strong><?php _e( 'Price:', 'event_espresso' ); ?></strong> [TICKET_PRICE]</li> |
|
| 6 | - <li><strong><?php _e( 'Quantity Purchased:', 'event_espresso' ); ?></strong> [TKT_QTY_PURCHASED]</li> |
|
| 5 | + <li><strong><?php _e('Price:', 'event_espresso'); ?></strong> [TICKET_PRICE]</li> |
|
| 6 | + <li><strong><?php _e('Quantity Purchased:', 'event_espresso'); ?></strong> [TKT_QTY_PURCHASED]</li> |
|
| 7 | 7 | </ul> |
| 8 | 8 | <hr/> |
| 9 | 9 | \ No newline at end of file |
@@ -31,12 +31,12 @@ discard block |
||
| 31 | 31 | <tbody> |
| 32 | 32 | <tr> |
| 33 | 33 | <td> |
| 34 | - <h1><?php printf( __( 'Hello, %s:', 'event_espresso' ), '[PRIMARY_REGISTRANT_FNAME]' ); ?></h1> |
|
| 35 | - <?php _e( 'Your registration(s) is/are pending payment for the following events:', 'event_espresso' ); ?> |
|
| 34 | + <h1><?php printf(__('Hello, %s:', 'event_espresso'), '[PRIMARY_REGISTRANT_FNAME]'); ?></h1> |
|
| 35 | + <?php _e('Your registration(s) is/are pending payment for the following events:', 'event_espresso'); ?> |
|
| 36 | 36 | <div> |
| 37 | 37 | [EVENT_LIST] |
| 38 | 38 | </div> |
| 39 | - <p class="callout"><?php printf( __( 'You can %smake a payment here »%s', 'event_espresso' ), '<a href="[PAYMENT_URL]">', '</a>' ); ?>.</p> |
|
| 39 | + <p class="callout"><?php printf(__('You can %smake a payment here »%s', 'event_espresso'), '<a href="[PAYMENT_URL]">', '</a>'); ?>.</p> |
|
| 40 | 40 | </td> |
| 41 | 41 | </tr> |
| 42 | 42 | </tbody> |
@@ -61,10 +61,10 @@ discard block |
||
| 61 | 61 | <tbody> |
| 62 | 62 | <tr> |
| 63 | 63 | <td> |
| 64 | - <h5><?php _e( 'Connect with Us:', 'event_espresso' ); ?></h5> |
|
| 65 | - <a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a> |
|
| 66 | - <a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a> |
|
| 67 | - <a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e( 'Google+', 'event_espresso' ); ?></a> |
|
| 64 | + <h5><?php _e('Connect with Us:', 'event_espresso'); ?></h5> |
|
| 65 | + <a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a> |
|
| 66 | + <a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a> |
|
| 67 | + <a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e('Google+', 'event_espresso'); ?></a> |
|
| 68 | 68 | </td> |
| 69 | 69 | </tr> |
| 70 | 70 | </tbody> |
@@ -74,9 +74,9 @@ discard block |
||
| 74 | 74 | <tbody> |
| 75 | 75 | <tr> |
| 76 | 76 | <td> |
| 77 | - <h5><?php _e( 'Contact Info:', 'event_espresso' ); ?></h5> |
|
| 78 | - <?php _e( 'Phone:', 'event_espresso' ); ?> <strong>[CO_PHONE]</strong> |
|
| 79 | - <?php _e( 'Email:', 'event_espresso' ); ?> |
|
| 77 | + <h5><?php _e('Contact Info:', 'event_espresso'); ?></h5> |
|
| 78 | + <?php _e('Phone:', 'event_espresso'); ?> <strong>[CO_PHONE]</strong> |
|
| 79 | + <?php _e('Email:', 'event_espresso'); ?> |
|
| 80 | 80 | <strong><a href="mailto:[CO_EMAIL]" target="_blank">[CO_EMAIL]</a></strong> |
| 81 | 81 | </td> |
| 82 | 82 | </tr> |
@@ -3,7 +3,7 @@ discard block |
||
| 3 | 3 | <tbody> |
| 4 | 4 | <tr> |
| 5 | 5 | <td> |
| 6 | - <p class="callout"><strong><?php _e( 'Event:', 'event_espresso' ); ?> [EVENT_LINK]</strong></p> |
|
| 6 | + <p class="callout"><strong><?php _e('Event:', 'event_espresso'); ?> [EVENT_LINK]</strong></p> |
|
| 7 | 7 | </td> |
| 8 | 8 | </tr> |
| 9 | 9 | </tbody> |
@@ -16,7 +16,7 @@ discard block |
||
| 16 | 16 | <tbody> |
| 17 | 17 | <tr> |
| 18 | 18 | <td> |
| 19 | - <h3><?php _e( 'Registrant(s):', 'event_espresso' ); ?></h3> |
|
| 19 | + <h3><?php _e('Registrant(s):', 'event_espresso'); ?></h3> |
|
| 20 | 20 | [ATTENDEE_LIST] |
| 21 | 21 | </td> |
| 22 | 22 | </tr> |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <h4><a href="[EDIT_ATTENDEE_LINK]">[FNAME] [LNAME]</a></h4> |
| 2 | 2 | <ul> |
| 3 | 3 | <li> |
| 4 | - <strong><?php _e( 'Registration Code:', 'event_espresso' ); ?></strong> |
|
| 4 | + <strong><?php _e('Registration Code:', 'event_espresso'); ?></strong> |
|
| 5 | 5 | <a href="[EDIT_ATTENDEE_LINK]">[REGISTRATION_CODE]</a> |
| 6 | 6 | </li> |
| 7 | 7 | <li> |
| 8 | - <strong><?php _e( 'Tickets:', 'event_espresso' ); ?></strong> |
|
| 8 | + <strong><?php _e('Tickets:', 'event_espresso'); ?></strong> |
|
| 9 | 9 | <ul>[TICKET_LIST]</ul> |
| 10 | 10 | </li> |
| 11 | 11 | </ul> |
@@ -31,8 +31,8 @@ discard block |
||
| 31 | 31 | <tbody> |
| 32 | 32 | <tr> |
| 33 | 33 | <td> |
| 34 | - <h2><?php printf( __( 'Hello, %s:', 'event_espresso' ), '[RECIPIENT_FNAME]' ); ?></h2> |
|
| 35 | - <p class="lead"><?php _e( "Here's a copy of your registration details!", 'event_espresso' ); ?></p> |
|
| 34 | + <h2><?php printf(__('Hello, %s:', 'event_espresso'), '[RECIPIENT_FNAME]'); ?></h2> |
|
| 35 | + <p class="lead"><?php _e("Here's a copy of your registration details!", 'event_espresso'); ?></p> |
|
| 36 | 36 | </td> |
| 37 | 37 | </tr> |
| 38 | 38 | </tbody> |
@@ -60,10 +60,10 @@ discard block |
||
| 60 | 60 | <tbody> |
| 61 | 61 | <tr> |
| 62 | 62 | <td> |
| 63 | - <h5><?php _e( 'Connect with Us:', 'event_espresso' ); ?></h5> |
|
| 64 | - <a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a> |
|
| 65 | - <a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a> |
|
| 66 | - <a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e( 'Google+', 'event_espresso' ); ?></a> |
|
| 63 | + <h5><?php _e('Connect with Us:', 'event_espresso'); ?></h5> |
|
| 64 | + <a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a> |
|
| 65 | + <a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a> |
|
| 66 | + <a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e('Google+', 'event_espresso'); ?></a> |
|
| 67 | 67 | </td> |
| 68 | 68 | </tr> |
| 69 | 69 | </tbody> |
@@ -73,9 +73,9 @@ discard block |
||
| 73 | 73 | <tbody> |
| 74 | 74 | <tr> |
| 75 | 75 | <td> |
| 76 | - <h5><?php _e( 'Contact Info:', 'event_espresso' ); ?></h5> |
|
| 77 | - <?php _e( 'Phone:', 'event_espresso' ); ?> <strong>[CO_PHONE]</strong> |
|
| 78 | - <?php _e( 'Email:', 'event_espresso' ); ?> |
|
| 76 | + <h5><?php _e('Contact Info:', 'event_espresso'); ?></h5> |
|
| 77 | + <?php _e('Phone:', 'event_espresso'); ?> <strong>[CO_PHONE]</strong> |
|
| 78 | + <?php _e('Email:', 'event_espresso'); ?> |
|
| 79 | 79 | <strong><a href="mailto:[CO_EMAIL]" target="_blank">[CO_EMAIL]</a></strong> |
| 80 | 80 | </td> |
| 81 | 81 | </tr> |
@@ -27,8 +27,8 @@ |
||
| 27 | 27 | <td></td> |
| 28 | 28 | <td class="container" bgcolor="#FFFFFF"> |
| 29 | 29 | <div class="content"> |
| 30 | - <h1><?php _e( 'Registration Notification', 'event_espresso' ); ?></h1> |
|
| 31 | - <?php _e( 'The following attendee(s) have registered for the following event:', 'event_espresso' ); ?> |
|
| 30 | + <h1><?php _e('Registration Notification', 'event_espresso'); ?></h1> |
|
| 31 | + <?php _e('The following attendee(s) have registered for the following event:', 'event_espresso'); ?> |
|
| 32 | 32 | <table> |
| 33 | 33 | <tbody> |
| 34 | 34 | <tr> |
@@ -31,8 +31,8 @@ discard block |
||
| 31 | 31 | <tbody> |
| 32 | 32 | <tr> |
| 33 | 33 | <td> |
| 34 | - <h2><?php printf( __( 'Hello, %s:', 'event_espresso' ), '[PRIMARY_REGISTRANT_FNAME]' ); ?></h2> |
|
| 35 | - <p class="lead"><?php _e( 'This is a copy of your registration details!', 'event_espresso' ); ?></p> |
|
| 34 | + <h2><?php printf(__('Hello, %s:', 'event_espresso'), '[PRIMARY_REGISTRANT_FNAME]'); ?></h2> |
|
| 35 | + <p class="lead"><?php _e('This is a copy of your registration details!', 'event_espresso'); ?></p> |
|
| 36 | 36 | </td> |
| 37 | 37 | </tr> |
| 38 | 38 | </tbody> |
@@ -60,10 +60,10 @@ discard block |
||
| 60 | 60 | <tbody> |
| 61 | 61 | <tr> |
| 62 | 62 | <td> |
| 63 | - <h5><?php _e( 'Connect with Us:', 'event_espresso' ); ?></h5> |
|
| 64 | - <a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a> |
|
| 65 | - <a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a> |
|
| 66 | - <a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e( 'Google+', 'event_espresso' ); ?></a> |
|
| 63 | + <h5><?php _e('Connect with Us:', 'event_espresso'); ?></h5> |
|
| 64 | + <a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a> |
|
| 65 | + <a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a> |
|
| 66 | + <a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e('Google+', 'event_espresso'); ?></a> |
|
| 67 | 67 | </td> |
| 68 | 68 | </tr> |
| 69 | 69 | </tbody> |
@@ -73,9 +73,9 @@ discard block |
||
| 73 | 73 | <tbody> |
| 74 | 74 | <tr> |
| 75 | 75 | <td> |
| 76 | - <h5><?php _e( 'Contact Info:', 'event_espresso' ); ?></h5> |
|
| 77 | - <?php _e( 'Phone:', 'event_espresso' ); ?> <strong>[CO_PHONE]</strong> |
|
| 78 | - <?php _e( 'Email:', 'event_espresso' ); ?> |
|
| 76 | + <h5><?php _e('Contact Info:', 'event_espresso'); ?></h5> |
|
| 77 | + <?php _e('Phone:', 'event_espresso'); ?> <strong>[CO_PHONE]</strong> |
|
| 78 | + <?php _e('Email:', 'event_espresso'); ?> |
|
| 79 | 79 | <strong><a href="mailto:[CO_EMAIL]" target="_blank">[CO_EMAIL]</a></strong> |
| 80 | 80 | </td> |
| 81 | 81 | </tr> |
@@ -3,8 +3,8 @@ discard block |
||
| 3 | 3 | <tbody> |
| 4 | 4 | <tr> |
| 5 | 5 | <td> |
| 6 | - <p class="callout"><strong><?php _e( 'Event:', 'event_espresso' ); ?> [EVENT_LINK] |
|
| 7 | - <?php _e( 'Venue:', 'event_espresso' ); ?> |
|
| 6 | + <p class="callout"><strong><?php _e('Event:', 'event_espresso'); ?> [EVENT_LINK] |
|
| 7 | + <?php _e('Venue:', 'event_espresso'); ?> |
|
| 8 | 8 | <a href="[VENUE_URL]" target="_blank">[VENUE_TITLE]</a> ([VENUE_CITY], [VENUE_STATE])</strong> |
| 9 | 9 | </p> |
| 10 | 10 | </td> |
@@ -19,13 +19,13 @@ discard block |
||
| 19 | 19 | <tbody> |
| 20 | 20 | <tr> |
| 21 | 21 | <td> |
| 22 | - <h3><?php _e( 'Registration:', 'event_espresso' ); ?></h3> |
|
| 22 | + <h3><?php _e('Registration:', 'event_espresso'); ?></h3> |
|
| 23 | 23 | <h4>[RECIPIENT_FNAME] [RECIPIENT_LNAME]</h4> |
| 24 | 24 | <ul> |
| 25 | 25 | <li> |
| 26 | - <strong><?php _e( 'Registration Code:', 'event_espresso' ); ?></strong> [RECIPIENT_REGISTRATION_CODE] |
|
| 26 | + <strong><?php _e('Registration Code:', 'event_espresso'); ?></strong> [RECIPIENT_REGISTRATION_CODE] |
|
| 27 | 27 | </li> |
| 28 | - <li><strong><?php _e( 'Tickets:', 'event_espresso' ); ?></strong></li> |
|
| 28 | + <li><strong><?php _e('Tickets:', 'event_espresso'); ?></strong></li> |
|
| 29 | 29 | <li> |
| 30 | 30 | <ul>[RECIPIENT_TICKET_LIST]</ul> |
| 31 | 31 | </li> |
@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | <tr> |
| 43 | 43 | <td> |
| 44 | 44 | <ul class="sidebar"> |
| 45 | - <li><h5><?php _e( 'Venue', 'event_espresso' ); ?> »</h5></li> |
|
| 45 | + <li><h5><?php _e('Venue', 'event_espresso'); ?> »</h5></li> |
|
| 46 | 46 | <li>[VENUE_IMAGE]</li> |
| 47 | 47 | <li>[VENUE_TITLE]</li> |
| 48 | 48 | <li>[VENUE_ADDRESS]</li> |
@@ -58,13 +58,13 @@ discard block |
||
| 58 | 58 | <tbody> |
| 59 | 59 | <tr> |
| 60 | 60 | <td> |
| 61 | - <h6><?php _e( 'Connect with this Event:', 'event_espresso' ); ?></h6> |
|
| 62 | - <a class="soc-btn fb" href="[EVENT_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a> |
|
| 63 | - <a class="soc-btn tw" href="[EVENT_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a> |
|
| 64 | - <h6><?php _e( 'Contact Info:', 'event_espresso' ); ?></h6> |
|
| 65 | - <?php _e( 'Phone:', 'event_espresso' ); ?> |
|
| 61 | + <h6><?php _e('Connect with this Event:', 'event_espresso'); ?></h6> |
|
| 62 | + <a class="soc-btn fb" href="[EVENT_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a> |
|
| 63 | + <a class="soc-btn tw" href="[EVENT_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a> |
|
| 64 | + <h6><?php _e('Contact Info:', 'event_espresso'); ?></h6> |
|
| 65 | + <?php _e('Phone:', 'event_espresso'); ?> |
|
| 66 | 66 | <strong>[EVENT_PHONE]</strong> |
| 67 | - <?php _e( 'Email:', 'event_espresso' ); ?> |
|
| 67 | + <?php _e('Email:', 'event_espresso'); ?> |
|
| 68 | 68 | <strong><a href="mailto:[EVENT_AUTHOR_EMAIL]">[EVENT_AUTHOR_EMAIL]</a></strong> |
| 69 | 69 | </td> |
| 70 | 70 | </tr> |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <p class="callout"> |
| 2 | 2 | <strong> |
| 3 | - <?php _e( 'Event:', 'event_espresso' ); ?> [EVENT_LINK] |
|
| 4 | - <?php _e( 'Venue:', 'event_espresso' ); ?> |
|
| 3 | + <?php _e('Event:', 'event_espresso'); ?> [EVENT_LINK] |
|
| 4 | + <?php _e('Venue:', 'event_espresso'); ?> |
|
| 5 | 5 | <a href="[VENUE_URL]" target="_blank">[VENUE_TITLE]</a> ([VENUE_CITY], [VENUE_STATE]) |
| 6 | 6 | </strong> |
| 7 | 7 | </p> |
| 8 | -<h2><?php _e( 'Registrant Details:', 'event_espresso' ); ?></h2> |
|
| 8 | +<h2><?php _e('Registrant Details:', 'event_espresso'); ?></h2> |
|
| 9 | 9 | [ATTENDEE_LIST] |
| 10 | 10 | \ No newline at end of file |