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.

42 lines
2.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: captcha_manage.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['captcha_manage'] = '驗證碼設置';
$_LANG['captcha_note'] = '開啟驗證碼需要服務GD庫支持而您的服務器不支持GD。';
$_LANG['captcha_setting'] = '驗證碼設置';
$_LANG['captcha_turn_on'] = '啟用驗證碼';
$_LANG['turn_on_note'] = '圖片驗證碼可以避免惡意批量評論或提交信息,推薦打開驗證碼功能。注意: 啟用驗證碼會使得部分操作變得繁瑣,建議僅在必需時打開';
$_LANG['captcha_register'] = '新用戶註冊';
$_LANG['captcha_login'] = '用戶登錄';
$_LANG['captcha_comment'] = '發表評論';
$_LANG['captcha_admin'] = '後台管理員登錄';
$_LANG['captcha_login_fail'] = '登錄失敗時顯示驗證碼';
$_LANG['login_fail_note'] = '選擇「是」將在用戶登錄失敗 3 次後才顯示驗證碼,選擇「否」將始終在登錄時顯示驗證碼。注意: 只有在啟用了用戶登錄驗證碼時本設置才有效';
$_LANG['captcha_width'] = '驗證碼圖片寬度';
$_LANG['width_note'] = '驗證碼圖片的寬度,範圍在 40145 之間';
$_LANG['captcha_height'] = '驗證碼圖片高度';
$_LANG['height_note'] = '驗證碼圖片的高度,範圍在 1550 之間';
$_LANG['js_languages']['width_number'] = '圖片寬度請輸入數字!';
$_LANG['js_languages']['proper_width'] = '圖片寬度要在40到145之間!';
$_LANG['js_languages']['height_number'] = '圖片高度請輸入數字!';
$_LANG['js_languages']['proper_height'] = '圖片高度要在15到50之間!';
$_LANG['save_ok'] = '設置保存成功';
$_LANG['captcha_message'] = '留言板留言';
?>