mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-17 04:32:09 -05:00
91 lines
2.1 KiB
PHP
91 lines
2.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Custom Field Title'
|
|
],
|
|
'parent_category' => [
|
|
'name' => 'Category'
|
|
],
|
|
'custom_field' => [
|
|
'name' => 'Custom Field Title',
|
|
],
|
|
'custom_field_value' => [
|
|
'name' => 'Custom Field Value'
|
|
],
|
|
'cf_value_icon' => [
|
|
'name' => 'Custom Field Icon'
|
|
],
|
|
'custom_field_image' => [
|
|
'name' => 'Custom Field Image'
|
|
],
|
|
'category' => [
|
|
'name' => 'Category',
|
|
],
|
|
'sub_category' => [
|
|
'name' => 'Sub Category',
|
|
],
|
|
'description' => [
|
|
'name' => 'Description',
|
|
],
|
|
'type' => [
|
|
'name' => 'Custom Field Type',
|
|
],
|
|
'category_name' => [
|
|
'name' => 'Category Name',
|
|
],
|
|
'selecttopall' => 'All',
|
|
'seenList' => [
|
|
'name' => 'Seen list view'
|
|
],
|
|
'show_filter' => [
|
|
'name' => 'Show Filter in Ads List',
|
|
],
|
|
'slug' => [
|
|
'name' => 'Slug'
|
|
],
|
|
'all_categories' => [
|
|
'name' => 'All Categories'
|
|
],
|
|
'features' => [
|
|
'name' => 'Features'
|
|
],
|
|
'select' => [
|
|
'name' => 'Select Option'
|
|
],
|
|
'required' => [
|
|
'name' => 'Required'
|
|
],
|
|
'all' => 'All',
|
|
'choose_an_option' => 'Choose an option...',
|
|
'text_input' => 'Text input',
|
|
'choosing_options' => 'Choosing options',
|
|
'values' => 'Values',
|
|
'other' => 'Other',
|
|
|
|
"checkboxes_type" => "Checkboxes Field",
|
|
"decimal_type" => "Decimal Field",
|
|
"integer_type" => "Integer Field",
|
|
"radio_type" => "Radio Field",
|
|
"range_type" => "Range Field",
|
|
"select_type" => "Select Field",
|
|
"selectdropdown_type" => "Select Dropdown Field",
|
|
"selecttop_type" => "Select Top Field",
|
|
"selectrange_type" => "Select Range Field",
|
|
"selectimage_type" => "Select Image Field",
|
|
"text_type" => "Text Field",
|
|
"datetime_type" => "Date Field",
|
|
|
|
// Listing Page
|
|
'from' => 'From',
|
|
'to' => 'To',
|
|
'and_above' => 'and above',
|
|
'and_below' => 'and below',
|
|
'min' => 'Min',
|
|
'max' => 'Max',
|
|
'show_list' => 'Show List',
|
|
'hide_addetail' => [
|
|
'name' => 'Hide Customfield on Adv Detail'
|
|
]
|
|
];
|