Commit 110f7c2a140462a2fad038ec67a3496577f3c101
1 parent
04436925
Главная
Showing
3 changed files
with
10 additions
and
10 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -296,11 +296,11 @@ _________________________________________________________ --> | @@ -296,11 +296,11 @@ _________________________________________________________ --> | ||
| 296 | ]; | 296 | ]; |
| 297 | } | 297 | } |
| 298 | $items[] = [ | 298 | $items[] = [ |
| 299 | - 'label' => \Yii::t('app', 'Contatcs'), | 299 | + 'label' => \Yii::t('app', 'Контакты'), |
| 300 | 'url' => [ 'site/contact' ], | 300 | 'url' => [ 'site/contact' ], |
| 301 | ]; | 301 | ]; |
| 302 | $items[] = [ | 302 | $items[] = [ |
| 303 | - 'label' => \Yii::t('app', 'About'), | 303 | + 'label' => \Yii::t('app', 'О нас'), |
| 304 | 'url' => [ 'site/about' ], | 304 | 'url' => [ 'site/about' ], |
| 305 | ]; | 305 | ]; |
| 306 | echo Nav::widget( | 306 | echo Nav::widget( |
| @@ -379,7 +379,7 @@ _________________________________________________________ --> | @@ -379,7 +379,7 @@ _________________________________________________________ --> | ||
| 379 | 379 | ||
| 380 | <p class="text-center"> | 380 | <p class="text-center"> |
| 381 | <?= Html::submitButton( | 381 | <?= Html::submitButton( |
| 382 | - 'Send', | 382 | + 'Отправить', |
| 383 | [ | 383 | [ |
| 384 | 'class' => 'send-form btn btn-lg btn-template-primary', | 384 | 'class' => 'send-form btn btn-lg btn-template-primary', |
| 385 | ] | 385 | ] |
| @@ -401,13 +401,13 @@ _________________________________________________________ --> | @@ -401,13 +401,13 @@ _________________________________________________________ --> | ||
| 401 | <div class="forms_wr_"> | 401 | <div class="forms_wr_"> |
| 402 | <div class="modal-header"> | 402 | <div class="modal-header"> |
| 403 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | 403 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
| 404 | - <h3 class="modal-title" id="Success">Success</h3> | 404 | + <h3 class="modal-title" id="Success">Отправлено</h3> |
| 405 | </div> | 405 | </div> |
| 406 | <div class="modal-body"> | 406 | <div class="modal-body"> |
| 407 | 407 | ||
| 408 | <p>Thank for your reply, we will call you, maybe.</p> | 408 | <p>Thank for your reply, we will call you, maybe.</p> |
| 409 | <p class="text-center"> | 409 | <p class="text-center"> |
| 410 | - <button type="button" class="btn btn-template-primary" data-dismiss="modal">Close</button> | 410 | + <button type="button" class="btn btn-template-primary" data-dismiss="modal">Закрыть</button> |
| 411 | </p> | 411 | </p> |
| 412 | </div> | 412 | </div> |
| 413 | </div> | 413 | </div> |
| @@ -457,19 +457,19 @@ _________________________________________________________ --> | @@ -457,19 +457,19 @@ _________________________________________________________ --> | ||
| 457 | <?php | 457 | <?php |
| 458 | } | 458 | } |
| 459 | ?> | 459 | ?> |
| 460 | - <a href="#" class="btn btn-template-transparent-primary modal-link" data-form="feedback-modal">Contact us!</a> | 460 | + <a href="#" class="btn btn-template-transparent-primary modal-link" data-form="feedback-modal">Написать нам</a> |
| 461 | </div> | 461 | </div> |
| 462 | 462 | ||
| 463 | <div class="col-md-4 col-sm-12 col-md-offset-2"> | 463 | <div class="col-md-4 col-sm-12 col-md-offset-2"> |
| 464 | 464 | ||
| 465 | - <h4><?php echo \Yii::t('app', 'Contact'); ?></h4> | 465 | + <h4><?php echo \Yii::t('app', 'Контакты'); ?></h4> |
| 466 | 466 | ||
| 467 | <p> | 467 | <p> |
| 468 | <?php | 468 | <?php |
| 469 | if (!empty($settings->office)) { | 469 | if (!empty($settings->office)) { |
| 470 | echo \Yii::t( | 470 | echo \Yii::t( |
| 471 | 'app', | 471 | 'app', |
| 472 | - 'Office {office}', | 472 | + 'Офис {office}', |
| 473 | [ | 473 | [ |
| 474 | 'office' => $settings->office, | 474 | 'office' => $settings->office, |
| 475 | ] | 475 | ] |
| @@ -493,7 +493,7 @@ _________________________________________________________ --> | @@ -493,7 +493,7 @@ _________________________________________________________ --> | ||
| 493 | </p> | 493 | </p> |
| 494 | 494 | ||
| 495 | <?= Html::a( | 495 | <?= Html::a( |
| 496 | - 'Go to contact page', | 496 | + 'На страницу контактов', |
| 497 | [ 'site/contact' ], | 497 | [ 'site/contact' ], |
| 498 | [ | 498 | [ |
| 499 | 'class' => 'btn btn-small btn-template-transparent-primary', | 499 | 'class' => 'btn btn-small btn-template-transparent-primary', |
frontend/views/site/index.php
| @@ -209,7 +209,7 @@ _________________________________________________________ --> | @@ -209,7 +209,7 @@ _________________________________________________________ --> | ||
| 209 | <h3>Ждем Вас в нашей клинике!</h3> | 209 | <h3>Ждем Вас в нашей клинике!</h3> |
| 210 | </div> | 210 | </div> |
| 211 | <div class="col-md-4 col-sm-12"> | 211 | <div class="col-md-4 col-sm-12"> |
| 212 | - <a href="#" class="btn btn-template-transparent-primary">Записаться на прием</a> | 212 | + <a href="#" class="btn btn-template-transparent-primary modal-link" data-form="feedback-modal">Записаться на прием</a> |
| 213 | </div> | 213 | </div> |
| 214 | </div> | 214 | </div> |
| 215 | </div> | 215 | </div> |
| 216 | \ No newline at end of file | 216 | \ No newline at end of file |
frontend/web/img/customer-1.png