categories.php
来自「this the oscommerce 3.0 aplha 4」· PHP 代码 · 共 48 行
PHP
48 行
# $Id: categories.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 = Categoriesoperation_title_search = Search:table_heading_categories = Categoriestable_heading_action = Actionaction_heading_new_category = New Categoryaction_heading_batch_delete_categories = Batch Delete Categoriesaction_heading_batch_move_categories = Batch Move Categoriesfield_parent_category = Parent Category:field_name = Name:field_image = Image:field_sort_order = Sort Order:top_category = -- Top --introduction_new_category = Please fill in the following information for the new category.introduction_edit_category = Please make the necessary changes for this category.introduction_move_category = Please select which parent this category should be moved to.introduction_delete_category = Please verify the removal of this category and its sub-categories.delete_warning_category_in_use_children = Warning: There are %s sub-categories assigned to this category that will also be removed.delete_warning_category_in_use_products = Warning: There are %s products assigned to this category that will have this category relationship removed.introduction_batch_delete_categories = Please verify the removal of the following categories and their sub-categories.introduction_batch_move_categories = Please select which parent the following categories should be moved to.ms_warning_category_name_empty = Warning: The category name for %s is empty. Please fill in a name for this language.ms_error_image_directory_not_writable = Error: The directory containing the category images is not writable: %sms_error_image_directory_non_existant = Error: The directory to store the category images does not exist: %s
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?