Commit cfb689381ae804e0bc8f8ab9b09d0be1625abccf
1 parent
0944c1bb
imgs
Showing
5 changed files
with
5 additions
and
5 deletions
Show diff stats
common/messages/en/app.php
@@ -143,7 +143,7 @@ return [ | @@ -143,7 +143,7 @@ return [ | ||
143 | projects for achieving the UN sustainable development goals. | 143 | projects for achieving the UN sustainable development goals. |
144 | </p> | 144 | </p> |
145 | ', | 145 | ', |
146 | - | 146 | + 'studio-link' => 'created by ArtWeb', |
147 | 147 | ||
148 | ]; | 148 | ]; |
149 | ?> | 149 | ?> |
150 | \ No newline at end of file | 150 | \ No newline at end of file |
common/messages/fr/app.php
@@ -109,5 +109,5 @@ Ihor Nasalyk</b></p> | @@ -109,5 +109,5 @@ Ihor Nasalyk</b></p> | ||
109 | <p> | 109 | <p> |
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> | 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 | \ No newline at end of file | 114 | \ No newline at end of file |
common/messages/ru/app.php
@@ -116,7 +116,7 @@ return [ | @@ -116,7 +116,7 @@ return [ | ||
116 | Убежден, 9-й Международный форум по энергетике для устойчивого развития, станет основой развития более эффективного сотрудничества и реализации новых проектов для достижения Целей стабильного развития ООН. </p> | 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,6 +163,6 @@ return [ | ||
163 | для Досягнення Цілей сталого розвитку ООН. | 163 | для Досягнення Цілей сталого розвитку ООН. |
164 | </p>', | 164 | </p>', |
165 | 165 | ||
166 | - | 166 | + 'studio-link' => 'Створення сайтів', |
167 | 167 | ||
168 | ]; | 168 | ]; |
169 | \ No newline at end of file | 169 | \ No newline at end of file |
frontend/views/layouts/main.php
@@ -302,7 +302,7 @@ JS; | @@ -302,7 +302,7 @@ JS; | ||
302 | </div> | 302 | </div> |
303 | <div class="col-xs-12 col-sm-6"> | 303 | <div class="col-xs-12 col-sm-6"> |
304 | <div class="artweb-wr"> | 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 | <div class="artweb-img"> | 306 | <div class="artweb-img"> |
307 | <a target="_blank" href="http://artweb.ua/"> | 307 | <a target="_blank" href="http://artweb.ua/"> |
308 | <div class="ico-spr ico-artweb-logo"></div> | 308 | <div class="ico-spr ico-artweb-logo"></div> |