products.php
来自「this the oscommerce 3.0 aplha 4」· PHP 代码 · 共 96 行
PHP
96 行
# $Id: products.php 1544 2007-03-31 00:12:02Z hpdl $## osCommerce, Open Source E-Commerce Solutions# http://www.oscommerce.com## Copyright (c) 2007 osCommerce## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License v2 (1991)# as published by the Free Software Foundation.heading_title = Productsheading_title_new_product = New Productoperation_title_search = Search:table_heading_products = Productstable_heading_price = Pricetable_heading_quantity = Quantitytable_heading_action = Actiontable_heading_categories = Categoriesaction_heading_delete_image = Delete Imageaction_heading_batch_copy_products = Batch Copy Productsaction_heading_batch_delete_products = Batch Delete Productssection_general = Generalsection_data = Datasection_images = Imagessection_attributes = Attributessection_categories = Categoriessubsection_price = Pricesubsection_data = Datasubsection_status = Statussubsection_information = Informationsubsection_new_image = New Imagesubsection_original_images = Original Imagessubsection_images = Imagessubsection_assigned_attributes = Assigned Attributesfield_name = Name:field_description = Description:field_model = Model:field_keyword = Keyword:field_tags = Tags:field_url = URL:field_tax_class = Tax Class:field_price_net = Net Price:field_price_gross = Gross Price:field_manufacturer = Manufacturer:field_quantity = Quantity:field_weight = Weight:field_date_available = Date Available:field_current_categories = Current Categories:field_categories = Categories:field_copy_method = Copy Method:none = -- None --top_category = -- Top Category --more_product_information = For more information please visit this products <a href="http://%s" target="_blank">website</a>.product_date_added = This product was added to our catalog on %s.product_date_available = This product will be available for order on %s.status_enabled = Enabledstatus_disabled = Disabledimage_remote_upload = Remote File Uploadimage_local_files = Local Filesimage_upload_progress = Uploading image to server..image_retrieving_local_files = Retrieving local images..image_multiple_upload_progress = Uploading images to server..images_loading_from_server = Loading images from server..copy_method_link = Link Productcopy_method_duplicate = Duplicate Producttoggle_html_editor = Toggle HTML Editorintroduction_select_local_images = The following images are available on the server where additional images can be uploaded via FTP. The listing can be refreshed by clicking on the Local Files link.<br /><br />Please select from the following listing which images to assign to this product.introduction_delete_image = Please verify the removal of the product image.introduction_copy_product = Please select a category this product should be copied to.introduction_delete_product = Please verify the removal of this product.introduction_batch_copy_products = Please select a category the following products should be copied to.introduction_batch_delete_products = Please verify the removal of the following products.ms_warning_image_processor_not_available = Warning: An image processor is not available. Please install and check the location of ImageMagicks "convert" program in the Configuration -> Configuration -> Program Locations section.ms_error_image_directory_not_writable = Error: The product images directory is not writable: %sms_error_image_directory_non_existant = Error: The product images directory does not exist: %sms_error_product_keyword_empty = Error: This product has an empty product key which needs to be defined. Please use a unique keyword to publicly identify this product.ms_error_product_keyword_exists = Error: This product keyword is already in use: %s. Please use another unique keyword for this product.ms_error_product_keyword_invalid = Error: This product keyword is invalid: %s. Product keywords must be one word containing letters and numbers (a-zA-Z0-9), and can be separated by underscores (_) and minus symbols (-) only.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?