openclassify/addons/default/visiosoft/profile-module/resources/lang/ru/button.php
2020-03-04 18:37:01 +03:00

16 lines
590 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'new_profile' => 'Новый профиль',
'new_adress' => 'Новый адрес',
'show' => 'Показать адрес',
'update_password' => 'Обновить пароль',
'update_profile' => 'Обновить профиль',
'delete' => 'удалять',
'extend' => 'простираться',
'extend_all' => 'Расширить все',
'edit' => 'редактировать',
'go_profile' => 'Перейти к профилю',
'go_user' => 'Перейти к информации о пользователе',
];