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.

78 lines
3.4 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: wayne $
* $Id: flashplay.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['schp_imgsrc'] = '輪播圖片地址';
$_LANG['schp_imgurl'] = '輪播圖片鏈接';
$_LANG['schp_imgdesc'] = '圖片說明';
$_LANG['schp_sort'] = '排序';
$_LANG['trash_img_confirm'] = '您要刪除這張輪播圖片麼?';
$_LANG['custom_del_confirm'] = '您確定刪除此廣告嗎?';
$_LANG['tab_change_alert'] = '請先將自定義廣告全部「關閉」,\n\n然後才可以點擊系統默認。';
$_LANG['trash_img'] = '刪除這張輪播圖片';
$_LANG['custom_drop_img'] = '刪除此廣告';
$_LANG['custom_change_img'] = '修改狀態';
$_LANG['add_new'] = '添加圖片';
$_LANG['add_flash'] = '添加播放器';
$_LANG['add_ad'] = '自定義添加廣告';
$_LANG['add_picad'] = '添加圖片廣告';
$_LANG['edit_picad'] = '編輯圖片廣告';
$_LANG['edit_ad'] = '自定義編輯廣告';
$_LANG['title_flash_name'] = '廣告名稱';
$_LANG['title_flash_type'] = '廣告類型';
$_LANG['title_flash_time'] = '添加時間';
$_LANG['title_flash_status'] = '狀態';
$_LANG['title_upload_notice'] = '上傳該廣告的圖片文件,或者你也可以指定一個遠程URL地址為廣告的圖片';
$_LANG['img_src'] = '圖片地址';
$_LANG['img_url'] = '圖片鏈接';
$_LANG['form_none'] = '表單信息不全,添加失敗';
$_LANG['web_url_no'] = '遠程地址錯誤。請填寫完整的 URL 地址!';
$_LANG['src_empty'] = '地址錯誤。';
$_LANG['back_custom_set'] = '返回自定義設置頁';
$_LANG['edit_ok'] = '操作成功';
$_LANG['edit_no'] = '操作失敗';
$_LANG['id_error'] = '沒有指定的輪播圖片!';
$_LANG['src_empty'] = '請填寫輪播圖片地址';
$_LANG['link_empty'] = '請填寫鏈接地址';
$_LANG['go_url'] = '輪播圖片列表';
$_LANG['ad_play_url'] = '廣告輪播列表';
$_LANG['return_edit'] = '返回編輯頁';
$_LANG['width_height'] = '此模板的圖片標準寬度為:%s 標準高度為:%s';
$_LANG['invalid_type'] = '您上傳的圖片格式不正確!';
$_LANG['flash_template'] = '可用Flash輪播圖片樣式';
$_LANG['current_theme'] = '當前樣式';
$_LANG['install_success'] = '啟用Flash樣式成功。';
$_LANG['ad_img'] = '圖片';
$_LANG['ad_flash'] = 'Flash';
$_LANG['ad_html'] = '代碼';
$_LANG['ad_text'] = '文字';
/* 內容頁標籤 */
$_LANG['lable_flash_name'] = '廣告名稱:';
$_LANG['lable_flash_type'] = '廣告類型:';
$_LANG['lable_flash_status'] = '狀態:';
$_LANG['lable_upload'] = '上傳:';
$_LANG['lable_url'] = '鏈接地址:';
$_LANG['lable_from_web'] = '或者遠程URL地址';
$_LANG['lable_content'] = '內容:';
/* 標籤 */
$_LANG['system_set'] = '系統默認';
$_LANG['custom_set'] = '自定義';
/* JS 語言項 */
$_LANG['js_languages']['setupConfirm'] = '啟用新的Flash樣式將覆蓋原來的樣式。\n您確定要啟用選定的樣式嗎';
?>