55 lines
2.6 KiB
PHP
55 lines
2.6 KiB
PHP
<?php
|
|
/*************************************************************************
|
|
Generated via "php artisan localization:missing" at 2018/04/25 15:38:13
|
|
*************************************************************************/
|
|
|
|
return array (
|
|
//============================== New strings to translate ==============================//
|
|
// Defined in file C:\\wamp\\www\\attendize\\app\\Http\\Controllers\\EventOrdersController.php
|
|
'amount_refunded' => 'amount_refunded',
|
|
// Defined in file C:\\wamp\\www\\attendize\\app\\Http\\Controllers\\EventOrdersController.php
|
|
'fully_refunded' => 'fully_refunded',
|
|
// Defined in file C:\\wamp\\www\\attendize\\app\\Http\\Controllers\\EventOrdersController.php
|
|
'partially_refunded' => 'partially_refunded',
|
|
//==================================== Translations ====================================//
|
|
'after_order' => 'Message to display to attendees after they have completed their order.',
|
|
'after_order_help' => 'This message will be displayed to attendees once they have successfully completed the checkout process.',
|
|
'amount' => 'Amount',
|
|
'arrived' => 'Arrived',
|
|
'attendee_cancelled' => 'Cancelled',
|
|
'attendee_refunded' => 'Refunded',
|
|
'awaiting_payment' => 'Awaiting Payment',
|
|
'before_order' => 'Message to display to attendees before they complete their order.',
|
|
'before_order_help' => 'This message will be displayed to attendees immediately before they finalize their order.',
|
|
'booking_fee' => 'Booking Fee',
|
|
'cancel_order' => 'Cancel Order',
|
|
'date' => 'Date',
|
|
'details' => 'Details',
|
|
'edit' => 'Edit',
|
|
'email' => 'Email',
|
|
'enable_offline_payments' => 'Enable Offline Payments',
|
|
'free' => 'FREE',
|
|
'no_recent_orders' => 'Looks like there are no recent orders.',
|
|
'offline_payment_instructions' => 'Enter instructions on how attendees can make payment offline.',
|
|
'offline_payment_settings' => 'Offline Payment Settings',
|
|
'order_attendees' => 'Order Attendees',
|
|
'order_date' => 'Order Date',
|
|
'order_page_settings' => 'Order Page Settings',
|
|
'order_ref' => 'Reference',
|
|
'organiser_booking_fees' => 'Organiser Booking Fees',
|
|
'payment_gateway' => 'Payment Gateway',
|
|
'price' => 'Price',
|
|
'purchase_date' => 'Purchase Date',
|
|
'quantity' => 'Quantity',
|
|
'recent_orders' => 'Recent Orders',
|
|
'reference' => 'Reference',
|
|
'refund/cancel' => 'Refund / Cancel',
|
|
'status' => 'Status',
|
|
'sub_total' => 'Sub Total',
|
|
'ticket' => 'Ticket',
|
|
'total' => 'Total',
|
|
'transaction_id' => 'Transaction ID',
|
|
'user_registered_n_tickets' => '<a href=":url">:name</a> registered :n ticket(s).',
|
|
'view_order' => 'View Order',
|
|
'view_order_num' => 'View Order #:num',
|
|
); |