⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 media_types.php

📁 您上载的源码为何会被站长不采用或帐号被删除? 1.源码太简单 2.不是源码 3.缺少文件 4.所选类别和开发环境不对 5.乱写说明或说明不够认真 6.压缩文件有密码 7.源码重复或已经存
💻 PHP
字号:
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2004 The zen-cart developers                           |
// |                                                                      |   
// | http://www.zen-cart.com/index.php                                    |   
// |                                                                      |   
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
//  $Id: media_types.php 1105 2005-04-04 22:05:35Z birdbrain $
//

define('HEADING_TITLE', 'Media Types');

define('TABLE_HEADING_MEDIA_TYPE', 'Media Type');
define('TABLE_HEADING_MEDIA_TYPE_EXT', 'Extension');
define('TABLE_HEADING_ACTION', 'Action');

define('TEXT_HEADING_NEW_MEDIA_TYPE', 'New Media Type');
define('TEXT_HEADING_EDIT_MEDIA_TYPE', 'Edit Media Type');
define('TEXT_HEADING_DELETE_MEDIA_TYPES', 'Delete Media Type');

define('TEXT_MEDIA_TYPE_NAME', 'Media Type Name');
define('TEXT_MEDIA_TYPE_EXT', 'Media Type Extension');
define('TEXT_EXTENSION', 'Extension: ');

define('TEXT_NEW_INTRO', 'Please fill out the following information for the new media type');
define('TEXT_EDIT_INTRO', 'Please make any necessary changes');

define('TEXT_DELETE_INTRO', 'Are you sure you want to delete this media type?');
define('TEXT_DISPLAY_NUMBER_OF_MEDIA_TYPES', 'Displaying <strong>%d</strong> to <strong>%d</strong> (of <strong>%d</strong> Media Types)');
?>

⌨️ 快捷键说明

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