Commit 8ea9dba68c25676f2a9d1d8beee5f59832964c30

Authored by Eugeny Galkovskiy
1 parent 883f14bb

translations 1

common/messages/ru/app.php
1 1 <?php
2 2 return [
3 3 'Home' => 'Главная',
  4 + 'Services' => 'Услуги',
  5 + 'Solutions' => 'Решения',
  6 + 'About' => 'О нас',
  7 + 'Contacts' => 'Контакты',
  8 + 'Contact' => 'Контакты',
4 9 ];
5 10 \ No newline at end of file
... ...
frontend/views/layouts/main.php
... ... @@ -338,7 +338,7 @@ _________________________________________________________ --&gt;
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 @@ _________________________________________________________ --&gt;
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 @@ _________________________________________________________ --&gt;
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">&times</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>
... ...