Server : Apache System : Linux iZ2vcgyutqttsd1p850kl8Z 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64 User : www ( 1000) PHP Version : 5.6.40 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/saimikebio.com/languages/zh_cn/admin/ |
<?php /** * ECSHOP * ============================================================================ * * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。 * 网站地址: http://www.ecshop.com; * ---------------------------------------------------------------------------- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和 * 使用;不允许对程序代码以任何形式任何目的的再发布。 * ============================================================================ * $Author: liubo $ * $Id: captcha_manage.php 17217 2011-01-19 06:29:08Z liubo $ */ $_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'] = '验证码图片的宽度,范围在 40~145 之间'; $_LANG['captcha_height'] = '验证码图片高度'; $_LANG['height_note'] = '验证码图片的高度,范围在 15~50 之间'; $_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'] = '留言板留言'; ?>