add lang string

This commit is contained in:
arlemp@selectel.ru
2021-12-10 21:41:57 +03:00
parent aa2d2284d8
commit 59422e2499
2 changed files with 19 additions and 7 deletions

View File

@@ -13,7 +13,8 @@ function vij_lang($name, $lan){
'email_title' => 'Подпишитесь на нашу рассылку и будьте в курсе всех новостей',
'your_mail' => 'Ваша почта',
'gazeta' => 'Читать газету<br>«Ветеринария и Жизнь»',
'up_bth' => 'наверх'
'up_bth' => 'наверх',
'qrtitle' => 'Важно'
];
@@ -28,7 +29,8 @@ function vij_lang($name, $lan){
'email_title' => 'Sign up to our newsletters to get the latest on your favourite topics from the Veterinary Medicine and Life',
'your_mail' => 'Your email',
'gazeta' => 'Veterinary Medicine and Life newspaper',
'up_bth' => 'UP'
'up_bth' => 'UP',
'qrtitle' => 'important'
];
if ($lan == 'ru' and isset($lang_ru[$name])){