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

38 lines
1.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: shopinfo.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['id'] = '編號';
$_LANG['title'] = '文章標題';
$_LANG['add_time'] = '加入時間';
$_LANG['shopinfo_add'] = '加入新文章';
$_LANG['shopinfo_list'] = '文章清單';
$_LANG['back_list'] = '返回清單';
$_LANG['continue_add'] = '繼續加入';
$_LANG['articleadd_succeed']= '加入成功';
/* 提示信息 */
$_LANG['title_exist'] = '文章名 %s 已經存在';
$_LANG['articleedit_succeed'] = '文章 %s 更新成功';
$_LANG['back_list'] = '返回商店資訊清單';
$_LANG['edit_fail'] = '編輯名稱失敗';
$_LANG['remove_fail'] = '刪除失敗';
$_LANG['title_empty'] = '文章標題不能留空!';
/*JS ?言?*/
$_LANG['js_languages']['no_title'] = '沒有文章標題';
$_LANG['js_languages']['remove_confirm'] = '您確定要刪除這筆記錄嗎?';
?>