openclassify/addons/default/visiosoft/advs-module/resources/lang/en/button.php

36 lines
1.1 KiB
PHP

<?php
return [
'new_adv' => 'New Adv',
'new_category' => 'New Category',
'new_country' => 'New Country',
'new_city' => 'New City',
'new_district' => 'New District',
'new_neighborhood' => 'New Neighborhood',
'new_village' => 'New Village',
'edit' => "Edit",
'approve' => "Approve",
'decline' => 'Decline',
'extend' => 'Extend',
'extend_all' => 'Extend All',
'convert_currency' => 'Convert Currency',
'categories' => 'Categories',
'sub_category' => 'Sub Categories',
'add_sub_category' => 'Add Sub Category',
'sub_cities' => 'Sub Cities',
'add_sub_cities' => 'Add Sub City',
'add_sub_districts' => 'Add Sub District',
'add_sub_neighborhoods' => 'Add Sub Neighborhood',
'add_sub_village' => 'Add Sub Village',
'sub_districts' => 'Sub Districts',
'sub_neighborhoods' => 'Sub Neighborhoods',
'sub_village' => 'Sub Village',
'general_settings' => 'General Settings',
'save_category' => 'Save Category',
'change_owner' => 'Change Owner',
'update_category' => [
'name' => 'Update Category'
],
'new_option' => 'New Option',
];