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

45 lines
2.1 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: picture_batch.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['notes'] = "圖片批次處理允許您重新產生商品的縮圖以及重新加入浮水印。<br />該處理過程可能會比較慢,請您耐心等候。";
$_LANG['change_link'] = '為處理後圖片產生新連結';
$_LANG['yes_change'] = '新產生圖片使用新名稱,並刪除舊圖片';
$_LANG['do_album'] = '處理商品相簿';
$_LANG['do_icon'] = '處理商品圖片';
$_LANG['all_goods'] = '所有商品';
$_LANG['action_notice'] = '請選上「處理商品相簿」或「處理商品圖片」';
$_LANG['no_change'] = '新產生圖片覆寫舊圖片';
$_LANG['thumb'] = '重新產生縮圖';
$_LANG['watermark'] = '重新產生商品詳情圖';
$_LANG['page'] = '頁數';
$_LANG['total'] = '總頁數';
$_LANG['time'] = '處理時間';
$_LANG['wait'] = '正在處理.....';
$_LANG['page_format'] = '第 %d 頁';
$_LANG['total_format'] = '共 %d 頁';
$_LANG['time_format'] = '耗時 %s 秒';
$_LANG['goods_format'] = '商品圖片共 %d 張,每頁處理 %d 張';
$_LANG['gallery_format'] = '商品相簿圖片共 %d 張,每頁處理 %d 張';
$_LANG['done'] = '圖片批次處理成功';
$_LANG['error_pos'] = '在處理商品 I D為 %s 的商品圖片時發生以下錯誤:';
$_LANG['error_rename'] = '無法將檔案 %s 更名為 %s';
$_LANG['js_languages']['no_action'] = '您沒選擇任何操作';
$_LANG['silent'] = '發生錯誤時忽略,繼續執行程式';
$_LANG['no_silent'] = '發生錯誤時立即提示,並中止程式';
?>