mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
45 lines
1.5 KiB
PHP
45 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'new_adv' => 'New classified',
|
|
'new_classified' => 'New classified',
|
|
'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',
|
|
'export' => 'Export',
|
|
'new_productoption' => 'New Productoption',
|
|
'new_productoptions_value' => 'New Product option value',
|
|
'new_options_configuration' => 'New Option configuration',
|
|
'new_option_configuration' => 'New Option configuration',
|
|
'create_configurations' => 'Create Configurations',
|
|
'replicate' => 'Replicate',
|
|
'fast_create' => 'Fast create',
|
|
];
|