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'] = '留言板留言';
?>