Server : nginx/1.22.1 System : Linux iZwz9daxib3w3i063fw434Z 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 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/www.jkmold.com/phpcms/languages/zh-cn/ |
<?php /*Language Format: Add a new file(.lang.php) with your module name at /phpcms/languages/ translation save at the array:$LANG */ $LANG['announce'] = '公告'; $LANG['announce_manage'] = '公告管理'; $LANG['announce_list'] = '公告列表'; $LANG['announce_add'] = '添加公告'; $LANG['announce_title'] = '公告标题:'; $LANG['title_cannot_empty'] = '公告标题不能为空'; $LANG['announcements_cannot_be_empty'] = '公告内容不能为空'; $LANG['announcement_successful_added'] = '公告添加成功'; $LANG['announced_a'] = '公告修改成功'; $LANG['announce_passed'] = '公告批量通过完成!'; $LANG['announce_deleted'] = '公告批量删除完成!'; $LANG['startdate'] = '起始日期'; $LANG['enddate'] = '截止日期'; $LANG['announce_content'] = '公告内容:'; $LANG['announce_status'] = '公告状态:'; $LANG['edit_announce'] = '编辑公告'; $LANG['inputer'] = '录入者'; $LANG['check_annonuce'] = '审核公告'; $LANG['preview'] = '前台预览'; $LANG['index'] = '前台'; $LANG['cancel_all_selected'] = '取消批准选定的公告'; $LANG['pass_all_selected'] = '通过选定的公告'; $LANG['remove_all_selected'] = '删除选定的公告'; $LANG['overdue_announce'] = '过期公告'; $LANG['no_pass_announce'] = '未审核公告'; $LANG['no_exists'] = '此公告不存在或已删除!'; $LANG['affirm_delete'] = '您确定要删除吗?'; $LANG['input_announce_title'] = '请输入公告标题!'; $LANG['title_min_3_chars'] = '公告标题至少3个汉字以上'; $LANG['right'] = '输入正确!'; $LANG['server_no_data'] = '服务器没有返回数据,可能服务器忙,请重试'; $LANG['announce_exist'] = '该公告已存在'; $LANG['checking'] = '正进行合法性校验...'; $LANG['select_stardate'] = '请选择开始时间!'; $LANG['right_all'] = '正确!'; $LANG['select_downdate'] = '请选择下线时间!'; $LANG['select_style'] = '请选择风格!'; $LANG['available_style'] = '可用风格'; $LANG['lists'] = '列表'; $LANG['sitename'] = '站点'; ?>