Commit 98ffad5d055d34d86072ef53d4d5119f86af132d

Authored by alex
1 parent e353b86d

site index add greetings text translates

common/config/params.php
... ... @@ -16,27 +16,27 @@ return [
16 16 'variants' =>[
17 17 [
18 18 'name' => 'room1', // \Yii('app''name')
19   - 'price' => '160 ',
  19 + 'price' => '160 ',
20 20 ],
21 21 [
22 22 'name' => 'room2',
23   - 'price' => '220 ',
  23 + 'price' => '220 ',
24 24 ],
25 25 [
26 26 'name' => 'room3',
27   - 'price' => '250 ',
  27 + 'price' => '250 ',
28 28 ],
29 29 [
30 30 'name' => 'room4',
31   - 'price' => '310 ',
  31 + 'price' => '310 ',
32 32 ],
33 33 [
34 34 'name' => 'room5',
35   - 'price' => '370 ',
  35 + 'price' => '370 ',
36 36 ],
37 37 [
38 38 'name' => 'room6',
39   - 'price' => '480 ',
  39 + 'price' => '480 ',
40 40 ],
41 41  
42 42  
... ... @@ -47,15 +47,15 @@ return [
47 47 'variants' =>[
48 48 [
49 49 'name' => 'room7',
50   - 'price' => '80 ',
  50 + 'price' => '80 ',
51 51 ],
52 52 [
53 53 'name' => 'room8',
54   - 'price' => '132 ',
  54 + 'price' => '132 ',
55 55 ],
56 56 [
57 57 'name' => 'room9',
58   - 'price' => '260 ',
  58 + 'price' => '260 ',
59 59 ],
60 60 ]
61 61 ], 'hotel3' => [
... ... @@ -63,11 +63,11 @@ return [
63 63 'variants' =>[
64 64 [
65 65 'name' => 'room7',
66   - 'price' => '80 ',
  66 + 'price' => '80 ',
67 67 ],
68 68 [
69 69 'name' => 'room9',
70   - 'price' => '260 ',
  70 + 'price' => '260 ',
71 71 ],
72 72 ]
73 73 ], 'hotel4' => [
... ...
common/messages/en/app.php
... ... @@ -163,10 +163,10 @@ All information about to the Ninth International Forum on Energy for Sustainable
163 163 is available on the offcial WEBSITE: <a href="www.energyforum.org.ua" target="_blank" style="text-decoration: none; color: #0288d1;">www.energyforum.org.ua</a> 
164 164 </p>
165 165 <p style="padding-top: 20px;">
166   -<b>
  166 +
167 167 If you indicated in the registration form that you need an entry visa to Ukraine,
168 168 Visa Support Letter will be sent to your email additionally.
169   -</b> <br>
  169 + <br>
170 170  
171 171  
172 172 On arrival day there will work Information desks at airports and at official hotels.  Accreditation
... ...
common/messages/fr/app.php
... ... @@ -136,10 +136,10 @@ Toutes les informations sur le Forum international de l&amp;#39;énergie pour le dé
136 136 disponible sur le offciel SITE INTERNET: <a href="www.energyforum.org.ua" target="_blank" style="text-decoration: none; color: #0288d1;">www.energyforum.org.ua</a> 
137 137 </p>
138 138 <p style="padding-top: 20px;">
139   -<b>
  139 +
140 140 Si vous avez indiqué dans le formulaire d\'inscription que vous avez besoin d\'un visa d\'entrée en Ukraine,
141 141 une lettre d\'assistance Visa sera envoyée à votre adresse électronique en plus.
142   -</b>
  142 +
143 143 <br>
144 144  
145 145 Le jour de l&#39;arrivée, il y aura des bureaux d&#39;information dans les aéroports et dans les hôtels
... ...
common/messages/ru/app.php
... ... @@ -131,10 +131,10 @@ return [
131 131 доступна на официальном веб-сайте: <a href="www.energyforum.org.ua" target="_blank" style="text-decoration: none; color: #0288d1;">www.energyforum.org.ua</a> 
132 132 </p>
133 133 <p style="padding-top: 20px;">
134   -<b>
  134 +
135 135 Если в регистрационной форме Вы указали, что для въезда на территорию Украины Вам необходима виза,
136 136 письмо о визовой поддержке будет направлено на Вашу электронную почту дополнительно.
137   -</b><br>
  137 +<br>
138 138  
139 139  
140 140 В день прибытия в аэропортах и официальных отелях будут работать информационные
... ...
common/messages/ua/app.php
... ... @@ -104,8 +104,8 @@ return [
104 104 на офіційному вебсайті: <a href="www.energyforum.org.ua" target="_blank" style="text-decoration: none; color: #0288d1;">www.energyforum.org.ua</a> 
105 105 </p>
106 106 <p style="padding-top: 20px;">
107   -<b>Якщо у реєстраційній формі Ви вказали, що Вам необхідна віза для в\'їзду в Україну, лист про
108   -візову підтримку буде відправлений на Вашу електронну пошту додатково.</b> <br>
  107 +Якщо у реєстраційній формі Ви вказали, що Вам необхідна віза для в\'їзду в Україну, лист про
  108 +візову підтримку буде відправлений на Вашу електронну пошту додатково. <br>
109 109 У день прибуття в аеропортах та офіційних готелях працюватимуть інформаційні стійки.
110 110 Акредитація та інші матеріали про Форум буде надана Вам під час реєстрації в готелі в
111 111 інформаційному пункті.
... ...