From e0ecaf70ce5c2a79d9183a40d487749ec9c01e38 Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Sat, 18 Sep 2021 07:35:40 +0300 Subject: [PATCH] Locales: Added string forgot_password --- Web/Presenters/templates/@layout.xml | 8 ++++---- locales/en.strings | 1 + locales/ru.strings | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml index f7cab036..0de88aa0 100644 --- a/Web/Presenters/templates/@layout.xml +++ b/Web/Presenters/templates/@layout.xml @@ -109,13 +109,13 @@ {else} {/ifset} @@ -191,7 +191,7 @@ {_registration}

- Забыли пароль? + {_"forgot_password"} {/ifset} diff --git a/locales/en.strings b/locales/en.strings index a22c1863..4fda7939 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -12,6 +12,7 @@ "log_in" = "Log in"; "password" = "Password"; "registration" = "Registration"; +"forgot_password" = "Forgot your password?"; /* Profile information */ diff --git a/locales/ru.strings b/locales/ru.strings index 5b14478b..17dcb22c 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -13,6 +13,7 @@ "log_in" = "Вход"; "password" = "Пароль"; "registration" = "Регистрация"; +"forgot_password" = "Забыли пароль?"; /* Profile information */ @@ -264,9 +265,8 @@ "header_log_out" = "выйти"; "header_search" = "Поиск"; -"header_login" = "Вход"; -"header_registration" = "Регистрация"; -"header_help" = "Помощь"; +"header_login" = "вход"; +"header_registration" = "регистрация"; "footer_blog" = "блог"; "footer_help" = "помощь";