Commit 8ea9dba68c25676f2a9d1d8beee5f59832964c30
1 parent
883f14bb
translations 1
Showing
2 changed files
with
10 additions
and
5 deletions
Show diff stats
common/messages/ru/app.php
frontend/views/layouts/main.php
... | ... | @@ -338,7 +338,7 @@ _________________________________________________________ --> |
338 | 338 | 'visible' => !empty($about), |
339 | 339 | ], |
340 | 340 | [ |
341 | - 'label' => \Yii::t('app', 'Contatcs'), | |
341 | + 'label' => \Yii::t('app', 'Contacts'), | |
342 | 342 | 'url' => [ 'site/contact' ], |
343 | 343 | ], |
344 | 344 | ], |
... | ... | @@ -355,7 +355,7 @@ _________________________________________________________ --> |
355 | 355 | |
356 | 356 | <form class="navbar-form" role="search"> |
357 | 357 | <div class="input-group"> |
358 | - <input type="text" class="form-control" placeholder="Search"> | |
358 | + <input type="text" class="form-control" placeholder="Поиск"> | |
359 | 359 | <span class="input-group-btn"> |
360 | 360 | |
361 | 361 | <button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button> |
... | ... | @@ -388,13 +388,13 @@ _________________________________________________________ --> |
388 | 388 | <div class="modal-content"> |
389 | 389 | <div class="modal-header"> |
390 | 390 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> |
391 | - <h3 class="modal-title" id="Success">Success</h3> | |
391 | + <h3 class="modal-title" id="Success">Успех</h3> | |
392 | 392 | </div> |
393 | 393 | <div class="modal-body"> |
394 | 394 | |
395 | - <p>Thank for your reply, we will call you, maybe.</p> | |
395 | + <p>Спасибо за ваше сообщение.</p> | |
396 | 396 | <p class="text-center"> |
397 | - <button type="button" class="btn btn-template-primary" data-dismiss="modal">Close</button> | |
397 | + <button type="button" class="btn btn-template-primary" data-dismiss="modal">Закрыть</button> | |
398 | 398 | </p> |
399 | 399 | </div> |
400 | 400 | </div> | ... | ... |