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.
47 lines
2.2 KiB
47 lines
2.2 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Image batch processing program language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.com
|
|
* ----------------------------------------------------------------------------
|
|
* This is a free/open source software;it mean that you can modify, use and
|
|
* republish the program code, on the premise of that your behavior is not for
|
|
* commercial purposes.
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: picture_batch.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['notes'] = "Image batch processing allow you to re-create thumbnail and watermark.<br/> Please wait for processing.";
|
|
$_LANG['change_link'] = 'After the picture for the deal to generate a new link';
|
|
$_LANG['yes_change'] = 'New image new name and delete old image';
|
|
$_LANG['do_album'] = 'Merchandise album deal';
|
|
$_LANG['do_icon'] = 'Handle merchandise picture';
|
|
$_LANG['all_goods'] = 'All merchandise';
|
|
$_LANG['action_notice'] = 'Please select the "merchandise album deal" or "deal with merchandise picture"';
|
|
$_LANG['no_change'] = 'New iamge replace old image';
|
|
$_LANG['thumb'] = 'Re-create thumbnail';
|
|
$_LANG['watermark'] = 'Re-create big photo';
|
|
$_LANG['page'] = 'Page';
|
|
$_LANG['total'] = 'Totle pages';
|
|
$_LANG['time'] = 'Process time';
|
|
$_LANG['wait'] = 'Waiting...';
|
|
$_LANG['page_format'] = 'The %d page';
|
|
$_LANG['total_format'] = 'Totle %d page';
|
|
$_LANG['time_format'] = 'Spend %s second';
|
|
$_LANG['goods_format'] = 'Product image totle %d, every page process %d.';
|
|
$_LANG['gallery_format'] = 'Prodict gallery image totle %d, every page process %d.';
|
|
|
|
$_LANG['done'] = 'Image batch processing successfully. Totle process %d pages.';
|
|
$_LANG['error_pos'] = 'There is an error, while processing the picture of product that ID is %s:';
|
|
$_LANG['error_rename'] = 'Error: rename %s to %s';
|
|
|
|
$_LANG['js_languages']['no_action'] = 'Please select operation.';
|
|
|
|
$_LANG['silent'] = 'Error when ignoring the error, continue to implement procedures';
|
|
$_LANG['no_silent'] = 'Immediately prompted an error and stay of proceedings';
|
|
|
|
?>
|