From 46c5cef5b3745759713740038dc17f127614931a Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 15 May 2017 14:11:58 +0300 Subject: [PATCH] Переводы --- common/messages/ru/app.php | 25 ++++++++++++++++++------- frontend/views/account/_menu.php | 2 +- frontend/views/account/_product.php | 6 +++--- frontend/views/account/order.php | 18 +++++++++--------- frontend/views/page/view.php | 2 +- frontend/views/product/view.php | 6 +++--- frontend/views/site/about.php | 24 ++++++++++++------------ frontend/views/site/contact.php | 8 ++++---- frontend/views/site/error.php | 6 +++--- 9 files changed, 54 insertions(+), 43 deletions(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index d8fb5ed..23ba83c 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -1,10 +1,21 @@ 'Вход для пользователей', - 'Login' => 'Войти', - 'Not registered yet?' => 'Не зарегистрированы?', - 'Register now!' => 'Зарегистрироваться', - 'Отправить' => ' Отправить', - 'Read more' => 'Читать далее', - 'Continue reading' => 'Продолжить чтение', + 'Customer login' => 'Вход для пользователей', + 'Login' => 'Войти', + 'Not registered yet?' => 'Не зарегистрированы?', + 'Register now!' => 'Зарегистрироваться', + 'Отправить' => ' Отправить', + 'Read more' => 'Читать далее', + 'Continue reading' => 'Продолжить чтение', + 'User section' => 'Раздел пользователя', + 'Product' => 'Товар', + 'Quantity' => 'Количество', + 'Unit price' => 'Цена за единицу', + 'Discount' => 'Скидка', + 'Total' => 'Всего', + 'Back to payment method' => 'Вернуться к спообу оплаты', + 'Please choose delivery method.' => 'Пожалуйста, выберите способ доставки.', + 'Please choose payment method.' => 'Пожалуйста, выберите способ оплаты.', + 'Home' => 'Главная', + 'Toggle navigation' => 'Переключатель навигации', ]; \ No newline at end of file diff --git a/frontend/views/account/_menu.php b/frontend/views/account/_menu.php index 58c3206..7618957 100644 --- a/frontend/views/account/_menu.php +++ b/frontend/views/account/_menu.php @@ -12,7 +12,7 @@