Blame view

common/messages/en/app.php 8.6 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',
9d70b8a6   alex   1) добавил новые ...
12
13
  	'Post address'                             => 'Official mailing address (for dispatch of documents)',
  	'Email'                      => 'E-mail',
83355b32   alex   Form changed 2
14
  	'Organization'                      => 'Professional title',
796ebd26   alex   full translate
15
16
17
18
19
20
  
  	'Participation in events'           => 'Participation in events',
  	'mark required'                     => 'mark required',
  
  	'Conference'                        => 'Ministerial conference',
  	'Geee'                              => 'Group of Experts on Energy Efficiency (GEEE)',
f59b40c4   alex   translates
21
  	'Gere'                              => 'Group of Experts on Renewal Energetics (GERE)',
796ebd26   alex   full translate
22
23
  
  	'Register!'                         => 'REGISTRATION',
6465b905   Виталий   update.... img
24
  	'12-18'                             => '12-15 November 2018 Kyiv, Ukraine',
796ebd26   alex   full translate
25
26
27
  	'About'                             => 'About the event',
  
  	'Orgs'                              => 'Organizers',
d0b1a1ca   alex   translates
28
  	'Prog z'                            => 'PROGRAMME OF THE EVENT',
796ebd26   alex   full translate
29
30
31
32
33
34
35
36
37
38
  	'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...
39
  	'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   изменил переводы ...
40
  	'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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  	'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
57
  	'Main'                              => 'Main',
f59b40c4   alex   translates
58
59
60
61
  	'Generals'                          => 'General partners',
  	'Partners'                          => 'International partners',
  	'Male'                              => 'male',
  	'Female'                            => 'female',
796ebd26   alex   full translate
62
  
430a2a70   alex   translate breadcr...
63
  	'Signup'                            => 'Signup',
796ebd26   alex   full translate
64
  
5983654b   alex   ****WARNING ==> ...
65
66
67
68
  	'Special meal'                      => 'Special meal',
  	'Meal1'                             => 'Halal',
  	'Meal2'                             => 'Kashrut',
  	'Meal3'                             => 'Vegetarian',
796ebd26   alex   full translate
69
  
5983654b   alex   ****WARNING ==> ...
70
71
72
73
  	'Working language'                  => 'Working language',
  	'RusW'                              => 'Russian',
  	'EngW'                              => 'English',
  	'FrW'                               => 'French',
796ebd26   alex   full translate
74
  
5983654b   alex   ****WARNING ==> ...
75
76
77
78
79
80
81
82
83
84
85
86
  	'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
87
  	'Choose'                            => 'Choose',
796ebd26   alex   full translate
88
  
2ab4ee29   alex   Form changed 4
89
90
  
  	'yes'                               => 'Yes',
e3f07d67   alex   need visa теперь ...
91
  	'No'                                => 'No',
2ab4ee29   alex   Form changed 4
92
93
94
95
96
97
98
99
  
  
  
  
  
  
  
  
010ae16f   alex   change translates 2
100
101
  	'site/index text1'                  => '     <p class="text_upper" style="text-align: center"><b>Welcome Message from the Minister of Energy and Coal Industry of Ukraine Ihor Nasalyk</b></p>
            <p  align="center"><b><br/>Dear colleagues, guests, participants of the Forum!</b></p>
6ee0b6e5   alex   change translates...
102
            <img class="section-second-img" src="/img/nasalik1.JPG"  alt="">
8c3f42b3   alex   add welcome text ...
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
          <p>
              The Ninth International Energy Forum for Sustainable Development in Ukraine is of
              landmark nature, as Ukraine demonstrates clear commitment to becoming a member of
              the European market, promoting economic reforms, in particular in the energy sector,
              and adhering to the values that the UN member states adhere to.
          </p>
          <p>Achieving the UN Sustainable Development Goals, desire for an open dialogue, a closer
              cooperation, is what unites the world leading countries, therefore an International
              Forum of this scale serves as a platform and an effective tool for establishing
              partnerships, discussing investment projects and identifying common priorities in the
              energy sphere.</p>
          <p>
              Ukraine is implementing energy sector reforms in line with the EU acquis, requirements
              of the international community. Integration of Ukraine’s energy market into the EU
              energy market is a key priority today. Therefore, Ukraine\'s efforts are aimed at the
              implementation of the European legislation. Approval of the Energy Strategy of
              Ukraine until 2035 was an impetus to intensifying the reform, shaping up full-fledged
              gas and electricity markets. We have essentially completed developing a legislative
              framework in the energy sector, which will provide the basis for the investor security
              and confidence and capturing opportunities in the energy sector of Ukraine.
          </p>
          <p>
              One of today’s pressing challenges is the issue of energy security. In this regard, we are
              taking measures to diversify energy sources, reduce dependence in terms of nuclear fuel
              supply. A successful step was the construction of the Centralised storage facility for
              spent nuclear fuel. Investors already present in the Ukrainian market are fully aware of
              the changes that have been taking place in Ukraine and are ongoing. We are open to
              cooperation and work on creating comfortable business conditions.
          </p>
          <p>
              Ukraine supports the requirements regarding openness and transparency, compliance
              with the Paris Agreement, and increasing the share of renewable energy sources. Having
              developed a number of strategies for the development of key energy sectors, the
              necessary plans and programs, Ukraine has a roadmap and is open for dialogue and
              cooperation with partner countries and financial institutions to implement joint
              investment projects.
          </p>
          <p>
              I am convinced that 9th International Forum on Energy for Sustainable Development,
              will be the basis for a deeper and more effective cooperation and implementation of new
              projects for achieving the UN sustainable development goals.
          </p>
  ',
cfb68938   Виталий   imgs
146
  	'studio-link' => 'created by ArtWeb',
2ab4ee29   alex   Form changed 4
147
  
796ebd26   alex   full translate
148
  ];
182feb54   Anastasia   customer
149
  ?>