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 | 296 | ]; |
| 297 | 297 | } |
| 298 | 298 | $items[] = [ |
| 299 | - 'label' => \Yii::t('app', 'Contatcs'), | |
| 299 | + 'label' => \Yii::t('app', 'Контакты'), | |
| 300 | 300 | 'url' => [ 'site/contact' ], |
| 301 | 301 | ]; |
| 302 | 302 | $items[] = [ |
| 303 | - 'label' => \Yii::t('app', 'About'), | |
| 303 | + 'label' => \Yii::t('app', 'О нас'), | |
| 304 | 304 | 'url' => [ 'site/about' ], |
| 305 | 305 | ]; |
| 306 | 306 | echo Nav::widget( |
| ... | ... | @@ -379,7 +379,7 @@ _________________________________________________________ --> |
| 379 | 379 | |
| 380 | 380 | <p class="text-center"> |
| 381 | 381 | <?= Html::submitButton( |
| 382 | - 'Send', | |
| 382 | + 'Отправить', | |
| 383 | 383 | [ |
| 384 | 384 | 'class' => 'send-form btn btn-lg btn-template-primary', |
| 385 | 385 | ] |
| ... | ... | @@ -401,13 +401,13 @@ _________________________________________________________ --> |
| 401 | 401 | <div class="forms_wr_"> |
| 402 | 402 | <div class="modal-header"> |
| 403 | 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 | 405 | </div> |
| 406 | 406 | <div class="modal-body"> |
| 407 | 407 | |
| 408 | 408 | <p>Thank for your reply, we will call you, maybe.</p> |
| 409 | 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 | 411 | </p> |
| 412 | 412 | </div> |
| 413 | 413 | </div> |
| ... | ... | @@ -457,19 +457,19 @@ _________________________________________________________ --> |
| 457 | 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 | 461 | </div> |
| 462 | 462 | |
| 463 | 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 | 467 | <p> |
| 468 | 468 | <?php |
| 469 | 469 | if (!empty($settings->office)) { |
| 470 | 470 | echo \Yii::t( |
| 471 | 471 | 'app', |
| 472 | - 'Office {office}', | |
| 472 | + 'Офис {office}', | |
| 473 | 473 | [ |
| 474 | 474 | 'office' => $settings->office, |
| 475 | 475 | ] |
| ... | ... | @@ -493,7 +493,7 @@ _________________________________________________________ --> |
| 493 | 493 | </p> |
| 494 | 494 | |
| 495 | 495 | <?= Html::a( |
| 496 | - 'Go to contact page', | |
| 496 | + 'На страницу контактов', | |
| 497 | 497 | [ 'site/contact' ], |
| 498 | 498 | [ |
| 499 | 499 | 'class' => 'btn btn-small btn-template-transparent-primary', | ... | ... |
frontend/views/site/index.php
| ... | ... | @@ -209,7 +209,7 @@ _________________________________________________________ --> |
| 209 | 209 | <h3>Ждем Вас в нашей клинике!</h3> |
| 210 | 210 | </div> |
| 211 | 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 | 213 | </div> |
| 214 | 214 | </div> |
| 215 | 215 | </div> |
| 216 | 216 | \ No newline at end of file | ... | ... |
frontend/web/img/customer-1.png