mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-12 08:16:06 -06:00
New translations button.php (Russian)
This commit is contained in:
parent
4cb0a0f9fd
commit
29c4462e99
@ -1,7 +1,11 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_profile" =>"Новый профиль",
|
||||
"new_adress" =>"Новый адрес",
|
||||
"show" =>"Показать адрес"
|
||||
];
|
||||
return [
|
||||
'new_profile' => 'New Profile',
|
||||
'new_adress' => 'New Adress',
|
||||
'show' => 'Show Adress',
|
||||
'update_password' => 'Update Password',
|
||||
'update_profile' => 'Update Profile',
|
||||
'delete' => 'Delete',
|
||||
'edit' => 'Edit',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user