Commit cfb689381ae804e0bc8f8ab9b09d0be1625abccf

Authored by Виталий
1 parent 0944c1bb

imgs

common/messages/en/app.php
... ... @@ -143,7 +143,7 @@ return [
143 143 projects for achieving the UN sustainable development goals.
144 144 </p>
145 145 ',
146   -
  146 + 'studio-link' => 'created by ArtWeb',
147 147  
148 148 ];
149 149 ?>
150 150 \ No newline at end of file
... ...
common/messages/fr/app.php
... ... @@ -109,5 +109,5 @@ Ihor Nasalyk&lt;/b&gt;&lt;/p&gt;
109 109 <p>
110 110 Je suis convaincu que le 9ème Forum international sur l\'énergie pour le développement durable sera la base d\'une coopération et d\'une mise en œuvre plus approfondies et plus efficaces de nouveaux projets pour atteindre les objectifs de développement durable des Nations Unies. </p>
111 111 ',
112   -
  112 + 'studio-link' => 'Créé par ArtWeb',
113 113 ];
114 114 \ No newline at end of file
... ...
common/messages/ru/app.php
... ... @@ -116,7 +116,7 @@ return [
116 116 Убежден, 9-й Международный форум по энергетике для устойчивого развития, станет основой развития более эффективного сотрудничества и реализации новых проектов для достижения Целей стабильного развития ООН. </p>
117 117 ',
118 118  
119   -
  119 +'studio-link' => 'Создание сайтов',
120 120  
121 121  
122 122  
... ...
common/messages/ua/app.php
... ... @@ -163,6 +163,6 @@ return [
163 163 для Досягнення Цілей сталого розвитку ООН.
164 164 </p>',
165 165  
166   -
  166 + 'studio-link' => 'Створення сайтів',
167 167  
168 168 ];
169 169 \ No newline at end of file
... ...
frontend/views/layouts/main.php
... ... @@ -302,7 +302,7 @@ JS;
302 302 </div>
303 303 <div class="col-xs-12 col-sm-6">
304 304 <div class="artweb-wr">
305   - <a target="_blank" href="http://artweb.ua/">Создание сайтов</a>
  305 + <a target="_blank" href="http://artweb.ua/"><?=\Yii::t('app','studio-link')?></a>
306 306 <div class="artweb-img">
307 307 <a target="_blank" href="http://artweb.ua/">
308 308 <div class="ico-spr ico-artweb-logo"></div>
... ...