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.
29 lines
1.1 KiB
29 lines
1.1 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP SQL query language item
|
|
* ============================================================================
|
|
* 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 means 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: sql.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['title'] = 'Run the SQL query';
|
|
$_LANG['error'] = 'Error';
|
|
$_LANG['succeed'] = 'Successfully';
|
|
$_LANG['no_data'] = 'Return a null value';
|
|
$_LANG['note'] = 'Run the SQL query will operate the database directly, please operate with caution.';
|
|
$_LANG['query'] = 'Query';
|
|
$_LANG['no_data'] = 'Return a null value';
|
|
/*JS language item*/
|
|
|
|
$_LANG['js_languages']['sql_not_null'] = 'SQL is blank';
|
|
|
|
?>
|