mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
New translations button.php (Russian)
This commit is contained in:
parent
54b98bf6c9
commit
5f6073d0cb
@ -2,10 +2,41 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'post_ad' => [
|
'post_ad' => [
|
||||||
'name' => 'Разместить объявление',
|
'name' => 'Post Free Ad*',
|
||||||
|
'footer' => 'Post Ad',
|
||||||
],
|
],
|
||||||
'login' => 'Авторизоваться',
|
'register' => [
|
||||||
'register' => 'регистр',
|
'name' => 'Sign Up',
|
||||||
'continue' => 'Продолжить',
|
],
|
||||||
'reset_password' => 'Сброс пароля',
|
'login' => [
|
||||||
|
'name' => 'Sign In',
|
||||||
|
],
|
||||||
|
'my_ads' => [
|
||||||
|
'name' => 'My Ads',
|
||||||
|
],
|
||||||
|
'my_account' => [
|
||||||
|
'name' => 'My Account',
|
||||||
|
],
|
||||||
|
'logout' => [
|
||||||
|
'name' => 'Logout',
|
||||||
|
],
|
||||||
|
'show_all' => 'Show All',
|
||||||
|
|
||||||
|
'close' => 'Close',
|
||||||
|
|
||||||
|
'hidden' => [
|
||||||
|
'name' => 'Hide',
|
||||||
|
],
|
||||||
|
'search' => [
|
||||||
|
'name' => 'Search',
|
||||||
|
],
|
||||||
|
'showcase' => [
|
||||||
|
'name' => 'Showcase',
|
||||||
|
],
|
||||||
|
'categories' => [
|
||||||
|
'name' => 'Categories',
|
||||||
|
],
|
||||||
|
'save_category' => 'Save Category',
|
||||||
|
'edit' => 'Edit',
|
||||||
|
'update_profile' => 'Update Profile',
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user