You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.8 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 程序說明
* ===========================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ==========================================================
* $Author: testyang $
* $Id: fckfile_manage.php 14481 2008-04-18 11:23:01Z testyang $
*/
$_LANG['fckfile_manage'] = 'Fck上傳文件管理';
$_LANG['file_manage'] = '文件目錄管理';
$_LANG['image_manage'] = '圖片目錄管理';
$_LANG['flash_manage'] = 'FLASH目錄管理';
$_LANG['media_manage'] = '多媒體目錄管理';
$_LANG['fck_file_list'] = 'FCK目錄列表';
$_LANG['file_id'] = '編號';
$_LANG['button_remove'] = '批量刪除';
$_LANG['no_select_file'] = '您沒有選擇任何文件';
$_LANG['back_list'] = '返回文件列表';
$_LANG['batch_remove_succeed'] = '您已經成功刪除 %d 個文件';
$_LANG['edit'] = '編輯';
$_LANG['item_url'] = '鏈接地址';
$_LANG['item_vieworder'] = '排序';
$_LANG['top'] = '頂部';
$_LANG['middle'] = '中間';
$_LANG['bottom'] = '底部 ';
$_LANG['edit_ok'] = '操作成功';
$_LANG['go_list'] = '返回列表';
$_LANG['ckdel'] = '確定刪除?';
$_LANG['namecannotnull'] = '請輸入導航欄名稱!';
$_LANG['linkcannotnull'] = '請輸入鏈接地址!';
$_LANG['notice_url'] = '如果是本站的網址可縮寫為與商城根目錄相對地址如index.php<br>其他情況都應該輸入完整的網址如http://www.shop.com/';
?>