mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations button.php (Russian)
This commit is contained in:
parent
64c5063972
commit
42cc76f2db
@ -1,7 +1,15 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_profile" =>"Новый профиль",
|
||||
"new_adress" =>"Новый адрес",
|
||||
"show" =>"Показать адрес"
|
||||
];
|
||||
return [
|
||||
'new_profile' => 'Новый профиль',
|
||||
'new_adress' => 'Новый адрес',
|
||||
'show' => 'Показать адрес',
|
||||
'update_password' => 'Обновить пароль',
|
||||
'update_profile' => 'Обновить профиль',
|
||||
'delete' => 'удалять',
|
||||
'extend' => 'простираться',
|
||||
'extend_all' => 'Расширить все',
|
||||
'edit' => 'редактировать',
|
||||
'go_profile' => 'Перейти к профилю',
|
||||
'go_user' => 'Перейти к информации о пользователе',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user