bnbweb/languages/zh_tw/admin/flashplay.php
2022-11-14 23:49:28 +08:00

78 lines
3.4 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 程序?明
* ===========================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: flashplay.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_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'] = '上傳該廣告的圖片檔案,或者您也可以指定一個遠端網址為廣告的圖片';
$_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'] = '或者遠端網址:';
$_LANG['lable_content'] = '內容:';
/* ?? */
$_LANG['system_set'] = '系統預設';
$_LANG['custom_set'] = '自訂';
/* JS ?言? */
$_LANG['js_languages']['setupConfirm'] = '啟用新的 FLASH 樣式將覆寫原來的樣式。\n您確定要啟用選取的樣式嗎';
?>