25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array (
|
|
//============================== New strings to translate ==============================//
|
|
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Modals\\MessageAttendees.blade.php
|
|
'new_message' => 'New Message',
|
|
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Modals\\MessageAttendees.blade.php
|
|
'sent_messages' => 'Sent Messages',
|
|
//==================================== Translations ====================================//
|
|
'all_event_attendees' => 'All event attendees',
|
|
'attendees_with_ticket_type' => 'Attendees with ticket type',
|
|
'before_send_message' => 'The attendee will be instructed to send any reply to <b>:recipient</b>',
|
|
'content' => 'Message Content',
|
|
'date' => 'date',
|
|
'leave_blank_to_send_immediately' => 'Leave blank to send immediately',
|
|
'message' => 'Message',
|
|
'no_messages_for_event' => 'No messages for the event.',
|
|
'schedule_send_time' => 'Schedule send time',
|
|
'send_a_copy_to' => 'Send a copy to',
|
|
'send_message' => 'Send Message',
|
|
'send_to' => 'Send to',
|
|
'subject' => 'Message Subject',
|
|
'to' => 'To',
|
|
'unsent' => 'Unsent',
|
|
); |