Attendize/resources/lang/ru/Surveys.php

19 lines
1018 B
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 strings to translate ==============================//
// Defined in file C:\\wamp\\www\\attendize\\resources\\views\\ManageEvent\\Surveys.blade.php
'question_delete' => 'Вопрос Удалить',
//==================================== Translations ====================================//
'add_question' => 'Добавить вопрос',
'answers' => 'ответы',
'event_surveys' => 'Опросник события',
'export_answers' => 'Экспорт ответов',
'num_responses' => '# Ответы',
'question_delete_title' => 'Все ответы также будут удалены. Если вы хотите сохранить ответы участников, вы должны вместо этого деактивировать вопрос.',
'question_title' => 'Название вопроса',
'required' => 'необходимые',
'status' => 'Статус',
'tickets_list' => 'Tickets: :list',
);