Commit df1cbe1740631489fcb49e2ed179b1f4fa5c99b2

Authored by alex
1 parent 8697f547

Поредактировал формы, сообщения при корректном/некорректном заполнении , вывод дат formatter-а

Showing 2 changed files with 44 additions and 44 deletions   Show diff stats
common/messages/en/app.php
... ... @@ -7,29 +7,29 @@ return [
7 7 'Company Blog' => 'Company Blog',
8 8 'Contacts' => 'Contacts',
9 9 'Categories' => 'Categories',
10   - 'Contact form' => "Contact form",
11   - 'Continue reading' => 'Continue reading',
12   - 'Contact us!' => 'Contact us!',
13   - 'Email' =>'Email',
14   - 'Gallery' =>'Gallery',
15   - 'Go to contact page' => 'Go to contact page',
16   - 'Our clients' =>'Our clients',
17   - 'No results found' =>'No results found',
18   - 'Home' =>'Home',
19   - 'Search' =>'Search',
20   - 'Search by tag' => 'Search by tag',
21   - "Search by article" =>'Search by article',
22   - 'Send' => 'Send',
23   - 'Send message' => 'Send message',
24   - 'Events' => 'Events',
25   - 'You question' => 'You question',
26   - 'News' => 'News',
27   - 'Media' => 'Media',
28   - 'More' => 'More',
29   - 'Form sends success' => 'Form sends success',
30   - 'Message' => 'Message',
31   - 'Name' => 'Name',
32   - 'Phone' => 'Phone',
  10 + 'Contact form' => "Contact form",
  11 + 'Continue reading' => 'Continue reading',
  12 + 'Contact us!' => 'Contact us!',
  13 + 'Email' =>'Email',
  14 + 'Gallery' =>'Gallery',
  15 + 'Go to contact page' => 'Go to contact page',
  16 + 'Our clients' =>'Our clients',
  17 + 'No results found' =>'No results found',
  18 + 'Home' =>'Home',
  19 + 'Search' =>'Search',
  20 + 'Search by tag' => 'Search by tag',
  21 + "Search by article" => 'Search by article',
  22 + 'Send' => 'Send',
  23 + 'Send message' => 'Send message',
  24 + 'Events' => 'Events',
  25 + 'You question' => 'You question',
  26 + 'News' => 'News',
  27 + 'Media' => 'Media',
  28 + 'More' => 'More',
  29 + 'Form sends success' => 'Form sends success',
  30 + 'Message' => 'Message',
  31 + 'Name' => 'Name',
  32 + 'Phone' => 'Phone',
33 33 'Form sends success Header' => 'Success',
34 34 'Empty field' => 'This field is required.Please fill it',
35 35 'Wrong email' => 'Field Email is not valid',
... ...
common/messages/ru/app.php
... ... @@ -3,27 +3,27 @@ return [
3 3 'Home' => 'Главная',
4 4 'Contacts' => 'Контакты',
5 5 'About' => 'О нас',
6   - 'Blog' => 'Блог',
7   - 'Events' => 'Мероприятия',
8   - 'You question' => 'Ваш вопрос',
9   - 'Contact us!' => 'Свяжитесь с нами',
10   - 'Go to contact page' => 'Перейти на страницу контактов',
11   - 'Send message' => 'Отправить сообщение',
12   - 'Contact form' => "Форма для связи",
13   - 'News' => 'Новости',
14   - 'Media' => 'Медиа',
15   - 'More' => 'Подробнее',
16   - 'Company Blog' => 'Блог компании',
17   - 'Message' => 'Сообщения',
18   - 'Name' => 'Имя',
19   - 'Phone' => 'Телефон',
20   - 'blog-txt' => ' Мы собираем полезные материалы по тематике бытовой техники и электроники',
21   - 'Continue reading' => 'Продолжить чтение',
22   - 'Address' => 'Адрес',
23   - 'phone' => 'Телефон',
24   - 'Form sends success' => 'Форма успешно отправлена',
25   - 'Gallery' =>'Галерея',
26   - 'Categories' => 'Категории',
  6 + 'Blog' => 'Блог',
  7 + 'Events' => 'Мероприятия',
  8 + 'You question' => 'Ваш вопрос',
  9 + 'Contact us!' => 'Свяжитесь с нами',
  10 + 'Go to contact page' => 'Перейти на страницу контактов',
  11 + 'Send message' => 'Отправить сообщение',
  12 + 'Contact form' => "Форма для связи",
  13 + 'News' => 'Новости',
  14 + 'Media' => 'Медиа',
  15 + 'More' => 'Подробнее',
  16 + 'Company Blog' => 'Блог компании',
  17 + 'Message' => 'Сообщения',
  18 + 'Name' => 'Имя',
  19 + 'Phone' => 'Телефон',
  20 + 'blog-txt' => ' Мы собираем полезные материалы по тематике бытовой техники и электроники',
  21 + 'Continue reading' => 'Продолжить чтение',
  22 + 'Address' => 'Адрес',
  23 + 'phone' => 'Телефон',
  24 + 'Form sends success' => 'Форма успешно отправлена',
  25 + 'Gallery' =>'Галерея',
  26 + 'Categories' => 'Категории',
27 27 'Without category' =>'Без категории',
28 28 'No results found' =>'Ничего не найдено',
29 29 'Form sends success Header' => 'Форма успешно отправлена ',
... ...