openclassify/addons/default/visiosoft/advs-module/resources/lang/en/field.php
2019-06-22 13:59:18 +03:00

205 lines
5.3 KiB
PHP

<?php
return [
'name' => [
'name' => 'Title'
],
'order' => [
'name' => 'Order'
],
'slug' => [
'name' => 'Slug'
],
'parent_category' => [
'name' => 'Parent'
],
'category' => [
'name' => 'Category Title'
],
'price' => [
'name' => 'Price'
],
'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'
],
'currency' => [
'name' => 'Currency'
],
'status' => [
'name' => 'Status'
],
'next_add_advs_title' => [
'name' => 'Post an Ad in just 30 seconds'
],
'next_add_advs_msg' => [
'name' => 'Please DO NOT post multiple ads for the same items or service. All duplicate, spam and wrongly categorized ads will be deleted.'
],
'next_add_advs_btn' => [
'name' => 'Next'
],
'cancel_add_advs_btn' => [
'name' => 'or Cancel'
],
'pending_adv' => [
'name' => 'Pending Advs'
],
'archived_adv' => [
'name' => 'Archived Advs'
],
'favs_adv' => [
'name' => 'Fav Advs'
],
'my_adv' => [
'name' => 'ADVS'
],
'description' => [
'name' => 'Description'
],
'type' => [
'name' => 'Type'
],
'parent_adv' => [
'name' => 'Related Ad'
],
'value' => [
'name' => 'Value'
],
'home' => 'Home',
'list-page' => 'List Page',
'search' => 'Search',
'recommended' => 'Recommended Ads for You',
'sort_by' => 'Sort By',
'pick_option' => 'Pick an option',
'price_high' => 'Price High to Low',
'price-low' => 'Price Low to High',
'newest' => 'Newest',
'categories' => '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',
'edit' => 'Edit',
'approve' => 'Approve',
'passive' => "Passive",
'offered_by' => 'Offered By',
'more_ads_by' => 'More Ads By',
'click_phone' => 'Show phone number',
'share' => 'Share this ad',
'report' => 'Report this ad',
'features' => 'Features',
'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 Adv',
'edit_adv' => 'Edit Adv',
'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',
'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_ads_result_message' => [
'name' => ':count ads found for :name search',
],
'total' => 'Total',
'quantity' => 'Quantity',
'view_cart' => 'View Cart',
'no_ads' => 'No Ads!',
'show_display_mode' => [
'map' => 'Map',
'list' => 'List',
],
'streetview' => 'Street View',
'advs_list_table_thead' => [
'name' => 'Adv Name',
'price' => 'Price',
'publish_at' => 'Ad Date',
'location_city' => 'City',
'location_country' => 'Country',
],
'show_list_view' => [
'name' => 'List',
],
'show_table_view' => [
'name' => 'Table',
]
];