%PDF-1.7 GIF89;
Server IP : 5.161.254.237 / Your IP : 216.73.216.93 Web Server : Apache System : Linux diamond.sialwebvps.com 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64 User : stellasp ( 1131) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/stellasp/public_html/application/language/english/ |
Upload File : |
<?php /****************************************** US English Admin Product Language ******************************************/ $lang['products'] = 'Products'; $lang['product_form'] = 'Product Form'; $lang['sku'] = 'SKU'; $lang['value'] = 'Value'; $lang['limit'] = 'Limit'; $lang['seo_title'] = 'SEO Title'; $lang['meta'] = 'Meta Data'; $lang['name'] = 'Name'; $lang['slug'] = 'Slug'; $lang['description'] = 'Description'; $lang['excerpt'] = 'Excerpt'; $lang['price'] = 'Price'; $lang['saleprice'] = 'Sale Price'; $lang['weight'] = 'Weight'; $lang['attributes'] = 'Attributes'; $lang['categories'] = 'Categories'; $lang['seo'] = 'SEO'; $lang['options'] = 'Options'; $lang['related_products'] = 'Related Products'; $lang['images'] = 'Images'; $lang['meta_example'] = 'ex. <meta name="description" content="We sell products that help you" />'; $lang['bulk_save'] = 'Bulk Save'; $lang['add_new_product'] = 'Add New Product'; $lang['no_products'] = 'There are currently no products.'; $lang['track_stock'] = 'Track Stock'; $lang['do_not_track_stock'] = 'Do Not Track Stock'; $lang['out_of_stock'] = 'Out of Stock'; $lang['shippable'] = 'Shippable'; $lang['costpersqft'] = 'Enable Cost Per SqFt'; $lang['taxable'] = 'Taxable'; $lang['fixed_quantity'] = 'Fixed Quantity'; $lang['quantity'] = 'Available Quantity'; $lang['copy'] = 'Copy'; $lang['upload'] = 'Upload'; $lang['digital_content'] = 'Digital Content'; $lang['digital_products_desc'] = 'Downloadable content to associate with product purchase'; $lang['fixed_quantity_note'] = '(This restricts someone from adding multiple copies of the item to their cart.)'; $lang['quantity_in_stock_note'] = '(This figure will only be used if the product is marked "Track Stock")'; //option form elements $lang['checklist'] = 'Check list'; $lang['radiolist'] = 'Radio list'; $lang['droplist'] = 'Drop list'; $lang['textfield'] = 'Text field'; $lang['textarea'] = 'Text area'; //option form portion $lang['option_name'] = 'Option Name'; $lang['required'] = 'Required'; $lang['add_item'] = 'Add Item'; //related products $lang['select_a_product'] = 'Select a Product'; $lang['add_related_product'] = 'Add Related Product'; $lang['product_name'] = 'Product Name'; //product images $lang['primary'] = 'Primary'; $lang['remove'] = 'Remove'; $lang['alt_tag'] = 'Alt Tag'; $lang['caption'] = 'Caption'; //confirmations $lang['confirm_remove_image'] = 'Are you sure you want to remove this image?'; $lang['confirm_remove_value'] = 'Are you sure you want to remove this value?'; $lang['confirm_remove_option'] = 'Are you sure you want to remove this option?'; $lang['confirm_remove_related'] = 'Are you sure you want to remove this related item?'; $lang['confirm_delete_product'] = 'Are you sure you want to delete this product?'; //alerts $lang['alert_must_name_option'] = 'You must give this option a name.'; $lang['alert_product_related'] = 'This product is already related.'; $lang['alert_select_product'] = 'Please select a product to add first.'; //messages & errors $lang['message_saved_product'] = 'The product has been saved.'; $lang['message_bulk_update'] = 'Your products have been updated.'; $lang['message_deleted_product'] = 'The product has been deleted.'; $lang['error_not_found'] = 'The requested product could not be found.'; $lang['error_bulk_no_products'] = 'There are no products selected to bulk update';