Blame view

common/messages/en/app.php 3.16 KB
182feb54   Anastasia   customer
1
2
  <?php
  
796ebd26   alex   full translate
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
28
29
30
31
32
33
34
35
36
37
  return [
  
  	'Name'                              => 'Name',
  	'Secondname'                        => 'Surname',
  	'Dignity'                           => 'Title',
  	'Gender'                            => 'Gender',
  	'Birth'                             => 'Date of birth',
  	'Citizenship'                       => 'Nationality',
  	'Passport'                          => 'Series and passport number',
  	'Email'                             => 'E-mail',
  	'Organization'                      => 'Place of work, position',
  
  	'Participation in events'           => 'Participation in events',
  	'mark required'                     => 'mark required',
  
  	'Conference'                        => 'Ministerial conference',
  	'Geee'                              => 'Group of Experts on Energy Efficiency (GEEE)',
  	'Gere'                              => 'Group of Experts on Renewal Energetics(GERE)',
  
  	'Register!'                         => 'REGISTRATION',
  	'12-18'                             => 'November 12-18, 2018 Kiev, Ukraine',
  	'About'                             => 'About the event',
  
  	'Orgs'                              => 'Organizers',
  	'Prog z'                            => 'PROGRAM OF THE EVENT',
  	'Planning'                          => 'PLAN YOUR TRIP ',
  	'9F'                                => 'Ninth International Forum <br /> on Energy for Sustainable Development',
  	'Contacts'                          => 'CONTACTS',
  	'Speakers'                          => 'Speakers',
  	"We in socials"                     => 'We are in social networks',
  	'All rights reserved'               => 'All rights reserved',
  	'Callback'                          => 'Back call',
  	'Phone'                             => 'Phone number',
  	'Message'                           => 'Message',
  	'Send'                              => 'Send',
036cc0c4   alex   изменил переводы ...
38
39
  	'Thanks for request'                => 'Thank you for registering!',
  	'We call you later'                 => 'A letter of confirmation of participation in the "Ninth International Energy Forum for Sustainable Development" will be sent to your e-mail address as soon as possible.',
796ebd26   alex   full translate
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
  	'Without category'                  => 'Unassigned',
  	'Continue reading'                  => 'Continue reading',
  	'Blog'                              => 'Blog',
  	'Company blog'                      => 'Company Blog',
  	'Categories'                        => 'Categories',
  	'Search by tags'                    => 'Поиск по тегам',
  	'Sorry1'                            => 'We are sorry - this page is not here anymore',
  	'404'                               => 'Error 404 - Page not found',
  	'Go to Homepage'                    => 'Go to Homepage',
  	'Fill1'                             => 'Please fill out the following fields to login:',
  	'Forgot1'                           => 'If you forgot your password you can ',
  	'reset it'                          => 'reset it',
  	'Fill2'                             => 'Please fill out your email. A link to reset password will be sent there.',
  	'Choose new pass'                   => 'Please choose your new password:',
  	'Add photo'                         => 'attach photo',
  	'Reqs1'                             => 'images in jpeg, gif, png format size not more than 2Mb',
  
  
  
  
  
  
  
  
  
  
  
  ];
182feb54   Anastasia   customer
68
  ?>