@@ -31,8 +31,8 @@ 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( 'Here\'s a summary of all the registrations recently made:', 'event_espresso' ); ?> |
|
| 34 | + <h1><?php printf(__('Hello, %s:', 'event_espresso'), '[PRIMARY_REGISTRANT_FNAME]'); ?></h1> |
|
| 35 | + <?php _e('Here\'s a summary of all the registrations recently made:', 'event_espresso'); ?> |
|
| 36 | 36 | <div> |
| 37 | 37 | [EVENT_LIST] |
| 38 | 38 | </div> |
@@ -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> |
@@ -2,6 +2,6 @@ |
||
| 2 | 2 | <strong>[TICKET_NAME]</strong> |
| 3 | 3 | </li> |
| 4 | 4 | <li> |
| 5 | - <?php _e( 'Dates/Times:', 'event_espresso' ); ?></br> |
|
| 5 | + <?php _e('Dates/Times:', 'event_espresso'); ?></br> |
|
| 6 | 6 | <ul>[DATETIME_LIST]</ul> |
| 7 | 7 | </li> |
| 8 | 8 | \ No newline at end of file |
@@ -23,14 +23,14 @@ discard block |
||
| 23 | 23 | </td> |
| 24 | 24 | <td> |
| 25 | 25 | <div id="invoice-info"> |
| 26 | - <h2 id="invoice-hdr"><?php _e( 'Invoice', 'event_espresso' ) ?></h2> |
|
| 26 | + <h2 id="invoice-hdr"><?php _e('Invoice', 'event_espresso') ?></h2> |
|
| 27 | 27 | <h3> |
| 28 | - <?php _e( 'Date:', 'event_espresso' ) ?> <span>[PRIMARY_REGISTRANT_REGISTRATION_DATE]</span> |
|
| 28 | + <?php _e('Date:', 'event_espresso') ?> <span>[PRIMARY_REGISTRANT_REGISTRATION_DATE]</span> |
|
| 29 | 29 | </h3> |
| 30 | - <h3><?php _e( 'Registration Code:', 'event_espresso' ) ?> |
|
| 30 | + <h3><?php _e('Registration Code:', 'event_espresso') ?> |
|
| 31 | 31 | <span>[PRIMARY_REGISTRANT_REGISTRATION_CODE]</span></h3> |
| 32 | 32 | |
| 33 | - <h3><?php _e( 'Transaction ID:', 'event_espresso' ) ?> <span>[TXN_ID]</span></h3> |
|
| 33 | + <h3><?php _e('Transaction ID:', 'event_espresso') ?> <span>[TXN_ID]</span></h3> |
|
| 34 | 34 | </div> |
| 35 | 35 | </td> |
| 36 | 36 | </tr> |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | </tr> |
| 42 | 42 | </table> |
| 43 | 43 | |
| 44 | - <h2><?php _e( 'Bill To:', 'event_espresso' ) ?></h2> |
|
| 44 | + <h2><?php _e('Bill To:', 'event_espresso') ?></h2> |
|
| 45 | 45 | <div class="vcard" id="client-details"> |
| 46 | 46 | <div class="fn">[PRIMARY_REGISTRANT_FNAME] [PRIMARY_REGISTRANT_LNAME]</div> |
| 47 | 47 | <div class="adr"> |
@@ -54,15 +54,15 @@ discard block |
||
| 54 | 54 | </div> |
| 55 | 55 | </div> |
| 56 | 56 | |
| 57 | - <h2><?php _e( "Purchases", 'event_espresso' ) ?></h2> |
|
| 57 | + <h2><?php _e("Purchases", 'event_espresso') ?></h2> |
|
| 58 | 58 | <table class="invoice-amount"> |
| 59 | 59 | <thead> |
| 60 | 60 | <tr class="header_row"> |
| 61 | - <th class="left ticket_th"><?php _e( 'Item', 'event_espresso' ); ?></th> |
|
| 62 | - <th class="left event_th"><?php _e( 'Description', 'event_espresso' ); ?></th> |
|
| 63 | - <th class="quantity_th"><?php _e( 'Qty', 'event_espresso' ); ?></th> |
|
| 64 | - <th class="left event_th"><?php _e( 'Price', 'event_espresso' ); ?></th> |
|
| 65 | - <th class="subtotal_th item_r"><?php _e( 'Total', 'event_espresso' ); ?></th> |
|
| 61 | + <th class="left ticket_th"><?php _e('Item', 'event_espresso'); ?></th> |
|
| 62 | + <th class="left event_th"><?php _e('Description', 'event_espresso'); ?></th> |
|
| 63 | + <th class="quantity_th"><?php _e('Qty', 'event_espresso'); ?></th> |
|
| 64 | + <th class="left event_th"><?php _e('Price', 'event_espresso'); ?></th> |
|
| 65 | + <th class="subtotal_th item_r"><?php _e('Total', 'event_espresso'); ?></th> |
|
| 66 | 66 | </tr> |
| 67 | 67 | </thead> |
| 68 | 68 | <tbody> |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | </tr> |
| 72 | 72 | <tr class="total_tr odd"> |
| 73 | 73 | <td colspan="2"> </td> |
| 74 | - <td colspan="2" class="total" id="total_currency"><?php _e( 'Sub-Total', 'event_espresso' ); ?></td> |
|
| 74 | + <td colspan="2" class="total" id="total_currency"><?php _e('Sub-Total', 'event_espresso'); ?></td> |
|
| 75 | 75 | <td class="total">[TXN_SUBTOTAL]</td> |
| 76 | 76 | </tr> |
| 77 | 77 | <tr> |
@@ -80,24 +80,24 @@ discard block |
||
| 80 | 80 | |
| 81 | 81 | <tr class="total_tr odd"> |
| 82 | 82 | <td colspan="2"> </td> |
| 83 | - <td colspan="2" class="total" id="total_currency"><?php _e( 'Total', 'event_espresso' ); ?></td> |
|
| 83 | + <td colspan="2" class="total" id="total_currency"><?php _e('Total', 'event_espresso'); ?></td> |
|
| 84 | 84 | <td class="total">[TOTAL_COST]</td> |
| 85 | 85 | </tr> |
| 86 | 86 | </tbody> |
| 87 | 87 | </table> |
| 88 | 88 | |
| 89 | - <p><?php _e( "* taxable items", "event_espresso" ); ?></p> |
|
| 89 | + <p><?php _e("* taxable items", "event_espresso"); ?></p> |
|
| 90 | 90 | |
| 91 | - <h2><?php _e( "Payments", 'event_espresso' ) ?></h2> |
|
| 91 | + <h2><?php _e("Payments", 'event_espresso') ?></h2> |
|
| 92 | 92 | <table class="invoice-amount"> |
| 93 | 93 | <thead> |
| 94 | 94 | <tr class="header_row"> |
| 95 | - <th><span class=""><?php _e( 'Payment Method', 'event_espresso' ); ?></span></th> |
|
| 96 | - <th class='left datetime_th'><?php _e( "Date", 'event_espresso' ) ?></th> |
|
| 97 | - <th><span class=""><?php _e( 'Transaction Id / Cheque #', 'event_espresso' ); ?></span></th> |
|
| 98 | - <th><span class=""><?php _e( 'P.O. / S.O.#', 'event_espresso' ); ?></span></th> |
|
| 99 | - <th><span class=""><?php _e( 'Status', 'event_espresso' ); ?></span></th> |
|
| 100 | - <th><?php _e( 'Amount', 'event_espresso' ); ?></th> |
|
| 95 | + <th><span class=""><?php _e('Payment Method', 'event_espresso'); ?></span></th> |
|
| 96 | + <th class='left datetime_th'><?php _e("Date", 'event_espresso') ?></th> |
|
| 97 | + <th><span class=""><?php _e('Transaction Id / Cheque #', 'event_espresso'); ?></span></th> |
|
| 98 | + <th><span class=""><?php _e('P.O. / S.O.#', 'event_espresso'); ?></span></th> |
|
| 99 | + <th><span class=""><?php _e('Status', 'event_espresso'); ?></span></th> |
|
| 100 | + <th><?php _e('Amount', 'event_espresso'); ?></th> |
|
| 101 | 101 | </tr> |
| 102 | 102 | </thead> |
| 103 | 103 | <tbody> |
@@ -108,12 +108,12 @@ discard block |
||
| 108 | 108 | <tfoot> |
| 109 | 109 | <tr class='total_tr'> |
| 110 | 110 | <td colspan="4"></td> |
| 111 | - <td class="item_r"><?php _e( 'Total Paid', 'event_espresso' ) ?></td> |
|
| 111 | + <td class="item_r"><?php _e('Total Paid', 'event_espresso') ?></td> |
|
| 112 | 112 | <td class="item_r">[TOTAL_AMOUNT_PAID]</td> |
| 113 | 113 | </tr> |
| 114 | 114 | <tr class="total_tr"> |
| 115 | 115 | <td colspan="4"></td> |
| 116 | - <td class="total" id="total_currency"><?php _e( 'Amount Owed', 'event_espresso' ); ?></td> |
|
| 116 | + <td class="total" id="total_currency"><?php _e('Amount Owed', 'event_espresso'); ?></td> |
|
| 117 | 117 | <td class="total">[TOTAL_OWING]</td> |
| 118 | 118 | </tr> |
| 119 | 119 | </tfoot> |
@@ -2,4 +2,4 @@ |
||
| 2 | 2 | /** |
| 3 | 3 | * This is the template for the html messenger and invoice message type page title field. |
| 4 | 4 | */ |
| 5 | -printf( __( '%s Invoice for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' ); |
|
| 6 | 5 | \ No newline at end of file |
| 6 | +printf(__('%s Invoice for Transaction: %s', 'event_espresso'), '[COMPANY]', '[TXN_ID]'); |
|
| 7 | 7 | \ No newline at end of file |
@@ -6,11 +6,11 @@ |
||
| 6 | 6 | <li class="ticket-registration"> |
| 7 | 7 | <table class="registration-details"> |
| 8 | 8 | <tr class="odd"> |
| 9 | - <th><?php _e('Attendee', 'event_espresso');?></th> |
|
| 9 | + <th><?php _e('Attendee', 'event_espresso'); ?></th> |
|
| 10 | 10 | <td>[FNAME] [LNAME] ([ATTENDEE_EMAIL])</td> |
| 11 | 11 | </tr> |
| 12 | 12 | <tr> |
| 13 | - <th><?php _e("Registration Code:", "event_espresso");?></th> |
|
| 13 | + <th><?php _e("Registration Code:", "event_espresso"); ?></th> |
|
| 14 | 14 | <td>[REGISTRATION_CODE] - <span class="[REGISTRATION_STATUS_ID]">[REGISTRATION_STATUS_LABEL]</span></td> |
| 15 | 15 | </tr> |
| 16 | 16 | </table> |
@@ -4,9 +4,9 @@ |
||
| 4 | 4 | */ |
| 5 | 5 | ?> |
| 6 | 6 | <h3 class="section-title event-name"> |
| 7 | - <img class="icon" src="<?php echo EE_IMAGES_URL . 'calendar_year-24x24.png'; ?>"><?php _e( "Event Name:", "event_espresso" ) ?> |
|
| 7 | + <img class="icon" src="<?php echo EE_IMAGES_URL.'calendar_year-24x24.png'; ?>"><?php _e("Event Name:", "event_espresso") ?> |
|
| 8 | 8 | <span class="plain-text">[EVENT_NAME]</span> |
| 9 | - <span class="small-text link">( <a href="[EVENT_URL]"><?php _e( 'view', 'event_espresso' ); ?></a> )</span> |
|
| 9 | + <span class="small-text link">( <a href="[EVENT_URL]"><?php _e('view', 'event_espresso'); ?></a> )</span> |
|
| 10 | 10 | </h3> |
| 11 | 11 | <p class="event-description"> |
| 12 | 12 | [EVENT_EXCERPT] |
@@ -2,5 +2,5 @@ |
||
| 2 | 2 | /** |
| 3 | 3 | * This is the template for the html messenger and receipt message type page title field. |
| 4 | 4 | */ |
| 5 | -printf( __( '%s Receipt for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' ); |
|
| 5 | +printf(__('%s Receipt for Transaction: %s', 'event_espresso'), '[COMPANY]', '[TXN_ID]'); |
|
| 6 | 6 | ?> |
| 7 | 7 | \ No newline at end of file |
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | <tr class="item"> |
| 7 | 7 | <td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
| 8 | 8 | <td colspan="2">[LINE_ITEM_DESCRIPTION] |
| 9 | - <p class="ticket-note"><?php echo sprintf( __( 'This ticket can be used once at %s of the dates/times below.', 'event_espresso' ), '[TKT_USES_* schema=' . __( 'any', 'event_espresso' ) . ']' ); ?></p> |
|
| 9 | + <p class="ticket-note"><?php echo sprintf(__('This ticket can be used once at %s of the dates/times below.', 'event_espresso'), '[TKT_USES_* schema='.__('any', 'event_espresso').']'); ?></p> |
|
| 10 | 10 | </td> |
| 11 | 11 | <td class="item_c">[LINE_ITEM_QUANTITY]</td> |
| 12 | 12 | <td class="item_c">[LINE_ITEM_AMOUNT]</td> |
@@ -6,7 +6,7 @@ discard block |
||
| 6 | 6 | <tr class="item"> |
| 7 | 7 | <td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td> |
| 8 | 8 | <td colspan="2">[LINE_ITEM_DESCRIPTION] |
| 9 | - <p class="ticket-note"><?php echo sprintf( __( 'This ticket can be used once at %s of the dates/times below.', 'event_espresso' ), '[TKT_USES_* schema=' . __( 'any', 'event_espresso' ) . ']' ); ?></p> |
|
| 9 | + <p class="ticket-note"><?php echo sprintf(__('This ticket can be used once at %s of the dates/times below.', 'event_espresso'), '[TKT_USES_* schema='.__('any', 'event_espresso').']'); ?></p> |
|
| 10 | 10 | </td> |
| 11 | 11 | <td class="item_c">[LINE_ITEM_QUANTITY]</td> |
| 12 | 12 | <td class="item_c">[LINE_ITEM_AMOUNT]</td> |
@@ -15,6 +15,6 @@ discard block |
||
| 15 | 15 | [PRICE_MODIFIER_LINE_ITEM_LIST] |
| 16 | 16 | <tr class="total_tr odd"> |
| 17 | 17 | <td colspan="4"></td> |
| 18 | - <td class="total" nowrap="nowrap"><?php _e( "Ticket Total:", "event_espresso" ); ?></td> |
|
| 18 | + <td class="total" nowrap="nowrap"><?php _e("Ticket Total:", "event_espresso"); ?></td> |
|
| 19 | 19 | <td class="item_r">[LINE_ITEM_TOTAL]</td> |
| 20 | 20 | </tr> |