mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
351 lines
9.1 KiB
PHP
351 lines
9.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'Title'
|
|
],
|
|
'order' => [
|
|
'name' => 'Order'
|
|
],
|
|
'slug' => [
|
|
'name' => 'Slug'
|
|
],
|
|
'parent_category' => [
|
|
'name' => 'Parent'
|
|
],
|
|
'category' => [
|
|
'name' => 'Category Title'
|
|
],
|
|
'price' => [
|
|
'name' => 'Price'
|
|
],
|
|
'standard_price' => [
|
|
'name' => 'Standard Price'
|
|
],
|
|
'date' => [
|
|
'name' => 'Date'
|
|
],
|
|
'photo' => [
|
|
'name' => 'Photo'
|
|
],
|
|
'video' => [
|
|
'name' => 'Video'
|
|
],
|
|
'map' => [
|
|
'name' => 'Map'
|
|
],
|
|
'stock' => [
|
|
'name' => 'Stock'
|
|
],
|
|
'advs_desc' => [
|
|
'name' => 'Description'
|
|
],
|
|
'online_payment' => [
|
|
'name' => 'Online Payment'
|
|
],
|
|
'city' => [
|
|
'name' => 'City'
|
|
],
|
|
'country' => [
|
|
'name' => 'Country'
|
|
],
|
|
'district' => [
|
|
'name' => 'District'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => 'Neighborhood'
|
|
],
|
|
'village' => [
|
|
'name' => 'Village'
|
|
],
|
|
'files' => [
|
|
'name' => 'Images'
|
|
],
|
|
'cat1' => [
|
|
'name' => 'Main Category'
|
|
],
|
|
'cat2' => [
|
|
'name' => 'Sub Category 1'
|
|
],
|
|
'cat3' => [
|
|
'name' => 'Sub Category 2'
|
|
],
|
|
'cat4' => [
|
|
'name' => 'Sub Category 3'
|
|
],
|
|
'cat5' => [
|
|
'name' => 'Sub Category 4'
|
|
],
|
|
'cat6' => [
|
|
'name' => 'Sub Category 5'
|
|
],
|
|
'cat7' => [
|
|
'name' => 'Sub Category 6'
|
|
],
|
|
'cat8' => [
|
|
'name' => 'Sub Category 7'
|
|
],
|
|
'cat9' => [
|
|
'name' => 'Sub Category 8'
|
|
],
|
|
'cat10' => [
|
|
'name' => 'Sub Category 9'
|
|
],
|
|
'currency' => [
|
|
'name' => 'Currency'
|
|
],
|
|
'status' => [
|
|
'name' => 'Status',
|
|
'option' => [
|
|
'approved' => 'Approved',
|
|
'expired' => 'Expired',
|
|
'unpublished' => 'Unpublished',
|
|
'pending_admin' => 'Pending Admin',
|
|
'pending_user' => 'Pending User'
|
|
]
|
|
],
|
|
'pending_adv' => [
|
|
'name' => 'Unpublished'
|
|
],
|
|
'finish_at' => [
|
|
'name' => 'Finish At'
|
|
],
|
|
'cover_photo' => [
|
|
'name' => 'Cover Photo'
|
|
],
|
|
'favs_adv' => [
|
|
'name' => 'Fav Ads'
|
|
],
|
|
'my_adv' => [
|
|
'name' => 'ADVS'
|
|
],
|
|
'description' => 'Description',
|
|
'explanation' => 'Explanation',
|
|
'type' => [
|
|
'name' => 'Type'
|
|
],
|
|
'parent_adv' => [
|
|
'name' => 'Related Ad'
|
|
],
|
|
'value' => [
|
|
'name' => 'Value'
|
|
],
|
|
'list' => 'List',
|
|
'home' => 'Home',
|
|
'list-page' => 'List Page',
|
|
'search' => 'Search',
|
|
'recommended' => 'Recommended Ads for You',
|
|
'filter' => 'Filter',
|
|
'sort' => 'Sort',
|
|
'sort_by' => 'Sort By',
|
|
'pick_option' => 'Pick an option',
|
|
'pick_ordering' => 'Ordering',
|
|
'price_high' => 'Price High to Low',
|
|
'price_low' => 'Price Low to High',
|
|
'newest' => 'Newest',
|
|
'oldest' => 'Oldest',
|
|
'address_a_z' => 'Address (A to Z)',
|
|
'address_z_a' => 'Address (Z to A)',
|
|
'categories' => [
|
|
'name' => 'Categories'
|
|
],
|
|
'all_categories' => 'All Categories',
|
|
'location' => 'Location',
|
|
'send_message' => 'Send Message',
|
|
'phone_gsm' => 'Gsm Phone',
|
|
'phone_office' => 'Office Phone',
|
|
'add_to_favorites' => "Add to Favorites",
|
|
'send' => 'Send',
|
|
'search_name' => 'Search Name',
|
|
'my_favorite_searches' => 'Favorite Searches',
|
|
'search_desc' => 'You can add and manage your favorite search selections here.',
|
|
'complaint_placeholder' => 'Type your complaint details here.',
|
|
'show_details' => 'Show Details',
|
|
'ad_actions' => 'Ad Actions',
|
|
'edit' => 'Edit',
|
|
'approve' => 'Approve',
|
|
'passive' => "Passive",
|
|
'sold' => 'Sold',
|
|
'offered_by' => 'Offered By',
|
|
'more_ads_by' => 'More Ads By',
|
|
'click_phone' => 'Show phone number',
|
|
'share' => 'Share',
|
|
'report' => 'Report this ad',
|
|
'features' => 'Features',
|
|
"streetview" => "Street View",
|
|
'recommended_ads' => 'Recommended Ads for You',
|
|
'new' => 'New',
|
|
'short_info' => 'Short Info',
|
|
'secure_trading' => 'Secure Trading',
|
|
'24/7' => '24/7 Support',
|
|
'easy_trading' => 'Easy Trading',
|
|
'need_help' => 'Need help?',
|
|
'give_a_call' => 'Give a call on',
|
|
'message_sent' => 'Message Sent!',
|
|
'asap' => 'Message sent, seller will contact you asap.',
|
|
'ad_id' => 'Ad Id',
|
|
'contact_with' => 'Contact With',
|
|
'create_adv' => 'Create Ad',
|
|
'edit_adv' => 'Edit Ad',
|
|
'mandatory_fields' => 'Mandatory Fields',
|
|
'ad_post' => 'Ad Post',
|
|
'sell_item' => 'Sell an item or service',
|
|
'search_save' => 'Favorite search saved successfully',
|
|
'address' => 'Address',
|
|
'email' => 'E-Mail',
|
|
'phone' => 'Phone',
|
|
'send_us_your_feedback' => 'Send Us Your Feedback',
|
|
'online_shopping' => 'GET',
|
|
'approved' => 'Approved Successfully',
|
|
'extended' => 'Extended Successfully',
|
|
'declined' => 'Declined Successfully',
|
|
'search_on_map' => 'Search on Map',
|
|
'post_free_ad' => 'Post Free Ad',
|
|
'select_a_category' => 'Select a Category',
|
|
'select_a_sub_category' => 'Select a Sub Category',
|
|
'all_dopings_added' => 'All doping types are added for this ad.',
|
|
'is_get_adv' => [
|
|
'name' => 'GET'
|
|
],
|
|
'corporate_info' => 'Corporate Info',
|
|
'featured_ads' => "Featured Ads",
|
|
'trending_ads' => 'Trendind Ads',
|
|
'search_ad_result_prefix' => 'on',
|
|
'search_ads_result_message' => [
|
|
'name' => ':count ads found for :name search',
|
|
],
|
|
'total' => 'Total',
|
|
'quantity' => 'Quantity',
|
|
'view_cart' => 'View Cart',
|
|
'no_ads' => 'No Ads found.',
|
|
'show_display_mode' => [
|
|
'map' => 'Map',
|
|
'list' => 'List',
|
|
],
|
|
'advs_list_table_thead' => [
|
|
'name' => 'Ad Name',
|
|
'price' => 'Price',
|
|
'publish_at' => 'Ad Date',
|
|
'location_city' => 'City',
|
|
'location_country' => 'Country',
|
|
],
|
|
'show_list_view' => [
|
|
'name' => 'List',
|
|
],
|
|
'show_table_view' => [
|
|
'name' => 'Table',
|
|
],
|
|
'showcase' => [
|
|
'name' => 'Showcase',
|
|
],
|
|
'new_ad' => [
|
|
'name' => 'New Ad',
|
|
],
|
|
'profile' => [
|
|
'name' => 'Profile',
|
|
],
|
|
'my_ads' => [
|
|
'name' => 'My Ads',
|
|
],
|
|
'sold_out' => [
|
|
'name' => 'Sold out',
|
|
],
|
|
'edit_category' => 'Edit Category',
|
|
'set_category' => 'Set Category',
|
|
'max' => [
|
|
'name' => 'Max',
|
|
],
|
|
'min' => [
|
|
'name' => 'Min',
|
|
],
|
|
'in_the_last_24_hours' => [
|
|
'name' => 'In The Last 24 Hours'
|
|
],
|
|
'in_the_last_day' => [
|
|
'name' => 'In The Last 24 Hours'
|
|
],
|
|
'in_the_last_week' => [
|
|
'name' => 'In The Last Week'
|
|
],
|
|
'in_the_last_month' => [
|
|
'name' => 'In The Last Month'
|
|
],
|
|
'ads_with_photo' => [
|
|
'name' => 'Ads With Photo'
|
|
],
|
|
'ads_with_video' => [
|
|
'name' => 'Ads With Video'
|
|
],
|
|
'yes' => [
|
|
'name' => 'Yes'
|
|
],
|
|
"no_location" => "No location is selected.",
|
|
"continue" => 'Continue',
|
|
"gallery" => 'Gallery',
|
|
"ad" => 'Ad',
|
|
"ads" => 'Ads',
|
|
"were_found" => 'were found.',
|
|
|
|
// Pending screen
|
|
'pending_message_1' => 'The Ad is in the Approval Process',
|
|
'pending_message_2' => "Ad's Update Date",
|
|
'pending_message_3' => 'Estimated Waiting Time',
|
|
'pending_message_4' => 'The time spent in the approval process will be added to the doping time.',
|
|
'pending_message_5' => 'No transactions can be made from the call center regarding the ad in the approval process.',
|
|
'hours' => 'hours',
|
|
|
|
// Preview page
|
|
'preview_text' => [
|
|
'part_1' => 'If the following information about your ad is correct, click the "Continue" button and go to the next step.',
|
|
'part_2' => 'If not, click the "Edit" button.',
|
|
],
|
|
'views' => 'Views',
|
|
|
|
// Detail page
|
|
"no_street_view" => "No street view image in this location",
|
|
'edit_my_contact_info' => 'Edit My Contact Information',
|
|
'update_my_contact_info' => 'update my contact info',
|
|
'contact_info' => 'Contact information',
|
|
'ad_info' => 'Ad Information',
|
|
|
|
// Select cat
|
|
'select_category_step_by_step' => 'Select Category Step by Step',
|
|
|
|
// New create page
|
|
'options' => 'Options',
|
|
'category_selection' => 'Category Selection',
|
|
'listing_details' => 'Listing Details',
|
|
'preview' => 'Preview',
|
|
'congratulations' => 'Congratulations',
|
|
'ad_desc' => 'Ad Description',
|
|
'upload_photos' => 'Upload Photos',
|
|
'upload_files' => 'Upload Files',
|
|
'additional_fields' => 'Additional Fields',
|
|
'ad_location' => 'Ad Location',
|
|
'owner' => 'Owner',
|
|
'default_owner_instruction' => 'The owner will default to the current user if no user is selected',
|
|
|
|
'free' => 'Free',
|
|
'ad_date' => 'Ad Date',
|
|
'photo_video' => 'Photo, Video',
|
|
'and_above' => 'and above',
|
|
'and_below' => 'and below',
|
|
'clear_all' => 'Clear All',
|
|
'balances' => 'Balances',
|
|
'packages' => 'Packages',
|
|
'dopings' => 'Dopings',
|
|
'advs' => 'Advs',
|
|
'site' => 'Site',
|
|
'subscription' => 'Subscription',
|
|
'created' => 'Created',
|
|
'product_option' => [
|
|
'name' => 'Product Option'
|
|
],
|
|
'option_json' => [
|
|
'name' => 'Option'
|
|
],
|
|
'old_price' => [
|
|
'name' => 'Old Price'
|
|
],
|
|
];
|