Blame view

thread/modules/faq/messages/ru/app.php 1.18 KB
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?php
  
  /**
   * @author FilamentV <vortex.filament@gmail.com>
   * @copyright (c), Thread
   */
  return [
      //module name
      'faq' => 'ЧАВО',
      'Faq' => 'ЧАВО',
      'Article' => 'Статья',
      'Articles' => 'Статьи',
      'Groups' => 'Группы',
      'Question' => 'Вопрос',
      //
      'Frequently Asked Questions' => 'Часто задаваемые вопросы',
      'Submit Your Question' => 'Отправьте свой вопрос',
      'We have received your message, we will contact you very soon' => 'Мы получили ваше сообщение, мы свяжемся с вами очень скоро',
      'Oops! Something went wrong please refresh the page and try again.' => 'Ой! Что-то пошло не так, пожалуйста, обновите страницу и повторите попытку.',
      'Enter your name' => 'Введите свое имя',
      'Enter your email' => 'Введите адрес электронной почты',
      'Enter your question' => 'Введите свой вопрос',
      //
      'User' => 'Имя',
      'Email' => 'Адрес электронной почты',
      'Message' => 'Сообщение'
  ];