mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-13 08:46:06 -06:00
New translations button.php (Russian)
This commit is contained in:
parent
71da8f7d45
commit
4b8267acb1
@ -1,7 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"new_profile" =>"Новый профиль",
|
'new_profile' => 'Новый профиль',
|
||||||
"new_adress" =>"Новый адрес",
|
'new_adress' => 'Новый адрес',
|
||||||
"show" =>"Показать адрес"
|
'show' => 'Показать адрес',
|
||||||
];
|
'update_password' => 'Update Password',
|
||||||
|
'update_profile' => 'Update Profile',
|
||||||
|
'delete' => 'Delete',
|
||||||
|
'extend' => 'Extend',
|
||||||
|
'extend_all' => 'Extend All',
|
||||||
|
'edit' => 'Edit',
|
||||||
|
'go_profile' => 'Go to Profile Detail',
|
||||||
|
'go_user' => 'Go to User Detail',
|
||||||
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user