Attendize/resources/lang/ru/Message.php

21 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array (
'new_message' => 'Новое сообщение',
'sent_messages' => 'Отправленные сообщения',
'all_event_attendees' => 'Все участники мероприятия',
'attendees_with_ticket_type' => 'Участники с типом билета',
'before_send_message' => 'Участнику будет предложено отправить любой ответ :organiser',
'content' => 'Содержание сообщения',
'date' => 'Дата',
'leave_blank_to_send_immediately' => 'Оставьте пустым, чтобы отправить немедленно',
'message' => 'Сообщение',
'no_messages_for_event' => 'Нет сообщений для события.',
'schedule_send_time' => 'Расписание отправьте время',
'send_a_copy_to' => 'Отправить копию на :organiser',
'send_message' => 'Отправить сообщение',
'send_to' => 'Отправить',
'subject' => 'Тема сообщения',
'to' => 'к',
'unsent' => 'неотправленные',
);