Blame view

common/messages/en/app.php 5.17 KB
182feb54   Anastasia   customer
1
2
  <?php
  
796ebd26   alex   full translate
3
4
  return [
  
83355b32   alex   Form changed 2
5
  	'Name'                              => 'Name (as it should appear in official listing)',
796ebd26   alex   full translate
6
7
8
9
  	'Secondname'                        => 'Surname',
  	'Dignity'                           => 'Title',
  	'Gender'                            => 'Gender',
  	'Birth'                             => 'Date of birth',
83355b32   alex   Form changed 2
10
  	'Citizenship'                       => 'Сountry/organization represented',
796ebd26   alex   full translate
11
  	'Passport'                          => 'Series and passport number',
83355b32   alex   Form changed 2
12
13
  	'Email'                             => 'Official mailing address (for dispatch of documents)',
  	'Organization'                      => 'Professional title',
796ebd26   alex   full translate
14
15
16
17
18
19
  
  	'Participation in events'           => 'Participation in events',
  	'mark required'                     => 'mark required',
  
  	'Conference'                        => 'Ministerial conference',
  	'Geee'                              => 'Group of Experts on Energy Efficiency (GEEE)',
f59b40c4   alex   translates
20
  	'Gere'                              => 'Group of Experts on Renewal Energetics (GERE)',
796ebd26   alex   full translate
21
22
  
  	'Register!'                         => 'REGISTRATION',
4d0ff842   alex   translates
23
  	'12-18'                             => 'November 12-15, 2018 Kyiv, Ukraine',
796ebd26   alex   full translate
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  	'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',
cb0a1280   alex   change success wi...
38
  	'Thanks for request'                => 'Thank you for registering! <br /><br /> A letter of confirmation of participationin the \"Ninth International Energy Forum for Sustainable Development\" will be sent to your e-mail address as soon as possible.',
036cc0c4   alex   изменил переводы ...
39
  	'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
  	'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',
30ffb43a   alex   little translate fix
56
  	'Main'                              => 'Main',
f59b40c4   alex   translates
57
58
59
60
  	'Generals'                          => 'General partners',
  	'Partners'                          => 'International partners',
  	'Male'                              => 'male',
  	'Female'                            => 'female',
796ebd26   alex   full translate
61
  
430a2a70   alex   translate breadcr...
62
  	'Signup'                            => 'Signup',
796ebd26   alex   full translate
63
  
5983654b   alex   ****WARNING ==> ...
64
65
66
67
  	'Special meal'                      => 'Special meal',
  	'Meal1'                             => 'Halal',
  	'Meal2'                             => 'Kashrut',
  	'Meal3'                             => 'Vegetarian',
796ebd26   alex   full translate
68
  
5983654b   alex   ****WARNING ==> ...
69
70
71
72
  	'Working language'                  => 'Working language',
  	'RusW'                              => 'Russian',
  	'EngW'                              => 'English',
  	'FrW'                               => 'French',
796ebd26   alex   full translate
73
  
5983654b   alex   ****WARNING ==> ...
74
75
76
77
78
79
80
81
82
83
84
85
  	'Need visa'                         => 'Do your need a visa to enter Ukraine?',
  	'Passport number'                   => 'Number ',
  	'Passport date'                     => 'Date of issue',
  	'Passport place'                    => 'Place of issue',
  	'Passport valid'                    => 'Valid untill',
  	'Passport details'                  => 'Passport details:',
  	'Phone own'                         => 'Telephone',
  	'Phone office'                      => 'Telephone (office)',
  	'Phone other'                       => 'Telephone (other)',
  	'fax'                               => 'Fax',
  	'Acceptance'                        => 'Acceptance',
  	'Acc text1'                         => 'I, the undersigned, hereby accept the invitation of the Government of Ukraine and the United Nations (UNECE) to participate in the 9th International Forum on energy for sustainable development, which will take place in Kyiv, Ukraine.',
83355b32   alex   Form changed 2
86
  	'Choose'                            => 'Choose',
796ebd26   alex   full translate
87
  
2ab4ee29   alex   Form changed 4
88
89
90
91
92
93
94
95
96
97
98
99
100
101
  
  	'yes'                               => 'Yes',
  
  
  
  
  
  
  
  
  
  
  
  
796ebd26   alex   full translate
102
  ];
182feb54   Anastasia   customer
103
  ?>