product_attributes.php
来自「this the oscommerce 3.0 aplha 4」· PHP 代码 · 共 49 行
PHP
49 行
# $Id: product_attributes.php 1498 2007-03-29 14:04:50Z 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 = Product Attributesaction_heading_new_attribute_group = New Attribute Groupaction_heading_batch_delete_attribute_groups = Batch Delete Attribute Groupsaction_heading_new_group_entry = New Group Entryaction_heading_batch_delete_group_entries = Batch Delete Group Entriestable_heading_attribute_groups = Attribute Groupstable_heading_total_entries = Total Entriestable_heading_action = Actiontable_heading_entries = Entriesfield_group_name = Name:field_group_entry_name = Name:total_entries = %s Entriesintroduction_new_attribute_group = Please fill in the following information for the new attribute group.introduction_edit_attribute_group = Please make the necessary changes for this attribute group.introduction_delete_attribute_group = Please verify the removal of this attribute group and its entries.delete_error_attribute_group_in_use = Error: This attribute group cannot be removed as it is currently assigned to %s products.introduction_batch_delete_attribute_groups = Please verify the removal of the following attribute groups and their entries.batch_delete_error_attribute_groups_in_use = Error: The following attribute groups cannot be removed as they are currently assigned to products.introduction_new_group_entry = Please fill in the following information for the new attribute group entry.introduction_edit_group_entry = Please make the necessary changes for this attribute group entry.introduction_delete_group_entry = Please verify the removal of this attribute group entry.delete_error_group_entry_in_use = Error: This attribute group entry cannot be removed as it is currently assigned to %s products.introduction_batch_delete_group_entries = Please verify the removal of the following attribute group entries.batch_delete_error_group_entries_in_use = Error: The following attribute group entries cannot be removed as they are currently assigned to products.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?