diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php
index ab4f10f..343e1c4 100644
--- a/common/messages/ua/app.php
+++ b/common/messages/ua/app.php
@@ -66,4 +66,14 @@
'Офис {office}' => 'Офіс {office}',
'На страницу контактов' => 'На сторінку контактів',
'Создание сайтов' => 'Створення сайтів',
+ "Записаться на приём" => 'Записатися на прийом',
+ 'Ждем Вас в нашей клинике!' => 'Чекаємо на Вас у нашій клініці!',
+ 'Стоматология' => 'Стоматологія',
+ 'Косметология' => 'Косметологія',
+ 'ОШИБКА 404' => 'ПОМИЛКА 404',
+ 'Похоже, мы не можем найти нужную вам страницу.' => 'Схоже, що ми не можемо знайти потрібну вам сторінку.',
+ 'Попробуйте ещё раз' => 'Спробуйте ще раз',
+ 'На главную' => 'На головну',
+ 'Адрес' => 'Адреса',
+ "Оставить отзыв" => 'Залишити відгук',
];
\ No newline at end of file
diff --git a/frontend/views/page/view.php b/frontend/views/page/view.php
index 7a6bc28..5d406ac 100755
--- a/frontend/views/page/view.php
+++ b/frontend/views/page/view.php
@@ -130,7 +130,7 @@ _________________________________________________________ -->
\ No newline at end of file
diff --git a/frontend/views/persone/index.php b/frontend/views/persone/index.php
index 1d51b61..1e001f9 100644
--- a/frontend/views/persone/index.php
+++ b/frontend/views/persone/index.php
@@ -21,7 +21,7 @@
-
Персонал
+ =\Yii::t('app', 'Персонал')?>
@@ -62,7 +62,7 @@
\ No newline at end of file
diff --git a/frontend/views/persone/view.php b/frontend/views/persone/view.php
index c299e72..374ea62 100644
--- a/frontend/views/persone/view.php
+++ b/frontend/views/persone/view.php
@@ -67,7 +67,7 @@
\ No newline at end of file
diff --git a/frontend/views/site/about.php b/frontend/views/site/about.php
index c741d83..251b18f 100755
--- a/frontend/views/site/about.php
+++ b/frontend/views/site/about.php
@@ -32,7 +32,7 @@
diff --git a/frontend/views/site/appment.php b/frontend/views/site/appment.php
index d9a2381..9571c27 100755
--- a/frontend/views/site/appment.php
+++ b/frontend/views/site/appment.php
@@ -25,21 +25,21 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
diff --git a/frontend/views/site/comments.php b/frontend/views/site/comments.php
index 78aa72e..c3fdc4a 100755
--- a/frontend/views/site/comments.php
+++ b/frontend/views/site/comments.php
@@ -21,7 +21,7 @@
'display_name' => 'name',
'entityIdAttribute' => 'id',
'reply' => true,
- 'layout' => "{list} {reply_form}{form}",
+ 'layout' => "{list} {reply_form}{form}",
'delete' => false,
'more' => [
'show_' => true,
diff --git a/frontend/views/site/contact.php b/frontend/views/site/contact.php
index 0b7c840..b3dae73 100755
--- a/frontend/views/site/contact.php
+++ b/frontend/views/site/contact.php
@@ -63,7 +63,7 @@ JS;
- Адрес
+ =\Yii::t('app', 'Адрес')?>
street )) {
@@ -151,7 +151,7 @@ JS;
-
Связаться с нами
+ =\Yii::t('app', 'Связаться с нами')?>
@@ -170,7 +170,7 @@ JS;
= $form->field($contact, 'name')
->textInput()
- ->label('Имя'); ?>
+ ->label(\Yii::t('app', 'Имя')); ?>
@@ -190,12 +190,12 @@ JS;
'rows' => 3,
]
)
- ->label('Сообщение'); ?>
+ ->label(\Yii::t('app', 'Сообщение')); ?>
= Html::submitButton(
- '
Отправить',
+ '
'.\Yii::t('app', 'Сообщение'),
[
'class' => 'btn btn-template-main',
]
diff --git a/frontend/views/site/error.php b/frontend/views/site/error.php
index f5cc84e..c488ac3 100755
--- a/frontend/views/site/error.php
+++ b/frontend/views/site/error.php
@@ -19,11 +19,11 @@ $this->title = $name;
-
ОШИБКА 404
-
Похоже, мы не можем найти нужную вам страницу.
-
Попробуйте ещё раз
+
=\Yii::t('app', 'ОШИБКА 404')?>
+
=\Yii::t('app', 'Похоже, мы не можем найти нужную вам страницу.')?>
+
=\Yii::t('app', 'Попробуйте ещё раз')?>
-
На главную
+
=\Yii::t('app', 'На главную')?>
diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php
index 182d98f..c328873 100755
--- a/frontend/views/site/index.php
+++ b/frontend/views/site/index.php
@@ -204,10 +204,10 @@ _________________________________________________________ -->
-
Ждем Вас в нашей клинике!
+ =\Yii::t('app', 'Ждем Вас в нашей клинике!')?>
\ No newline at end of file
diff --git a/frontend/views/site/price.php b/frontend/views/site/price.php
index c35dabd..adde728 100755
--- a/frontend/views/site/price.php
+++ b/frontend/views/site/price.php
@@ -27,9 +27,9 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
@@ -67,7 +67,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
\ No newline at end of file
--
libgit2 0.21.4