bnbweb/languages/zh_tw/admin/sql.php
2022-11-15 01:31:15 +08:00

27 lines
1.0 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 SQL查??言?
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: sql.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['title'] = '執行 SQL 查詢';
$_LANG['error'] = '發生錯誤了';
$_LANG['succeed'] = 'SQL 語句已成功執行';
$_LANG['no_data'] = '返回結果為空';
$_LANG['note'] = '執行 SQL 將直接操作資料庫,請謹慎使用';
$_LANG['query'] = '送出查詢';
$_LANG['no_data'] = '返回結果為空';
/*JS ?言?*/
$_LANG['js_languages']['sql_not_null'] = 'SQL 語句為空';
?>