orders_status.php

来自「this the oscommerce 3.0 aplha 4」· PHP 代码 · 共 36 行

PHP
36
字号
# $Id: orders_status.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 = Order Statusesaction_heading_new_order_status = New Order Statusaction_heading_batch_delete_order_statuses = Batch Delete Order Statusestable_heading_order_statuses = Order Statusestable_heading_action = Actionfield_name = Name:field_set_as_default = Set as Default?introduction_new_order_status = Please fill in the following information for the new order status.introduction_edit_order_status = Please make the necessary changes for this order status.introduction_delete_order_status = Please verify the removal of this order status.delete_error_order_status_prohibited = Error: The default order status cannot be removed. Please set another order status as the default status and try again.delete_error_order_status_in_use = Error: This order status is currently assigned to %s orders and cannot be removed.delete_error_order_status_used = Error: This order status has been used by %s orders and cannot be removed.introduction_batch_delete_order_statuses = Please verify the removal of the following order statuses.batch_delete_error_order_status_prohibited = Error: The default order status cannot be removed. Please set another order status as the default status and try again.batch_delete_error_order_status_in_use = Error: One or more order statuses are currently assigned to orders and cannot be removed.batch_delete_error_order_status_used = Error: One or more order statuses have been used in orders and cannot be removed.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?