shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

marketplace.php (3173B)


      1 <?php
      2 // Heading
      3 $_['heading_title']      = 'Extension Marketplace';
      4 
      5 // Text
      6 $_['text_success']       = 'Success: You have modified extensions!';
      7 $_['text_list']          = 'Extension List';
      8 $_['text_filter']        = 'Filter';
      9 $_['text_search']        = 'Search for extensions and themes';
     10 $_['text_category']      = 'Categories';
     11 $_['text_all']           = 'All';
     12 $_['text_theme']         = 'Themes';
     13 $_['text_marketplace']   = 'Marketplaces';
     14 $_['text_language']      = 'Languages';
     15 $_['text_payment']       = 'Payment';
     16 $_['text_shipping']      = 'Shipping';
     17 $_['text_module']        = 'Modules';
     18 $_['text_total']         = 'Order Totals';
     19 $_['text_feed']          = 'Feeds';
     20 $_['text_report']        = 'Reports';
     21 $_['text_other']         = 'Other';
     22 $_['text_free']          = 'Free';
     23 $_['text_paid']          = 'Paid';
     24 $_['text_purchased']     = 'Purchased';
     25 $_['text_date_modified'] = 'Date Modified';
     26 $_['text_date_added']    = 'Date Added';
     27 $_['text_rating']        = 'Rating';
     28 $_['text_reviews']       = 'reviews';
     29 $_['text_compatibility'] = 'Compatibility';
     30 $_['text_downloaded']    = 'Downloaded';
     31 $_['text_member_since']  = 'Member since:';
     32 $_['text_price']         = 'Price';
     33 $_['text_partner']       = 'Developed by OpenCart Partner';
     34 $_['text_support']       = '12 Months free support';
     35 $_['text_documentation'] = 'Documentation Included';
     36 $_['text_sales']         = 'Sales';
     37 $_['text_comment']       = 'Comments';
     38 $_['text_download']      = 'Downloading';
     39 $_['text_install']       = 'Installing';
     40 $_['text_comment_add']   = 'Leave your comment';
     41 $_['text_write']         = 'Write your comment here..';
     42 $_['text_purchase']      = 'Please confirm who you are!';
     43 $_['text_pin']           = 'Please enter your 4 digit PIN number. This PIN number is to protect your account.';
     44 $_['text_secure']        = 'Do not give your PIN to any one including developers. If you require an extension seller to install an extension for you then you should email them the required extension.';
     45 $_['text_name']          = 'Download Name';
     46 $_['text_progress']      = 'Progress';
     47 $_['text_available']     = 'Available Installs';
     48 $_['text_action']        = 'Action';
     49 
     50 // Entry
     51 $_['entry_pin']          = 'PIN';
     52 
     53 // Tab
     54 $_['tab_description']    = 'Description';
     55 $_['tab_documentation']  = 'Documentation';
     56 $_['tab_download']       = 'Download';
     57 $_['tab_comment']        = 'Comment';
     58 
     59 // Button
     60 $_['button_opencart']    = 'Marketplace API';
     61 $_['button_purchase']    = 'Purchase';
     62 $_['button_view_all']    = 'View all extensions';
     63 $_['button_get_support'] = 'Get Support';
     64 $_['button_comment']     = 'Comment';
     65 $_['button_reply']       = 'Reply';
     66 
     67 // Error
     68 $_['error_permission']   = 'Warning: You do not have permission to modify extensions!';
     69 $_['error_opencart']     = 'Warning: You must enter your OpenCart API information before you can make any purchases!';
     70 $_['error_install']      = 'Extension installation taking place please wait a few seconds before trying to install!';
     71 $_['error_purchase']     = 'Extension could not be purchased!';
     72 $_['error_download']     = 'Extension could not be downloaded!';