Blame view

common/messages/en/app.php 1.11 KB
0d556e29   Anastasia   translations
1
2
  <?php
  return [
cfc1b89a   alex   123
3
4
      'Address' => 'Address',
      'About' => 'About',
724d0056   Виталий   forms-reduction
5
      'blog-txt' => 'We collect useful materials on household appliances and electronics',
cfc1b89a   alex   123
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
      'Blog'=>'Blog',
      'Company Blog' => 'Company Blog',
      'Contacts' => 'Contacts',
      'Categories' => 'Categories',
      'Contact form' => "Contact form",
      'Continue reading' => 'Continue reading',
      'Contact us!' => 'Contact us!',
      'Email'=>'Email',
      'Gallery'=>'Gallery',
      'Go to contact page' => 'Go to contact page',
      'Our clients'=>'Our clients',
      'No results found'=>'No results found',
      'Home'=>'Home',
      'Search'=>'Search',
      'Search by tag' => 'Search by tag',
      "Search by article"=>'Search by article',
      'Send' => 'Send',
      'Send message' => 'Send message',
      'Events' => 'Events',
      'You question' => 'You question',
      'News' => 'News',
      'Media' => 'Media',
      'More' => 'More',
57b600d7   alex   123
29
  
cfc1b89a   alex   123
30
31
32
      'Message' => 'Message',
      'Name' => 'Name',
      'Phone' => 'Phone',
57b600d7   alex   123
33
34
35
36
37
  
  
  
  
  
cfc1b89a   alex   123
38
39
40
41
      'phone' => 'phone',
      'Without category'=>'Without category',
      'Our advantages' => 'Our advantages',
      'Читать далее' => 'Read more',
724d0056   Виталий   forms-reduction
42
43
  
  
0d556e29   Anastasia   translations
44
  ];