12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?php
- $LANG['template_directory_not_write'] = '模板目录不可写';
- $LANG['only_allowed_to_upload_txt_files'] = '只允许上传txt类型文件。';
- $LANG['mode'] = '导入方式';
- $LANG['upload_file'] = '上传文件';
- $LANG['enter_coad'] = '输入代码';
- $LANG['export'] = '导出';
- $LANG['disable'] = '停用';
- $LANG['enable'] = '启用';
- $LANG['style_identity'] = '风格标识';
- $LANG['style_chinese_name'] = '风格中文名';
- $LANG['author'] = '风格作者';
- $LANG['detail'] = '详情列表';
- $LANG['style_version'] = '风格版本';
- $LANG['returns_list_style'] = '返回风格列表';
- $LANG['new'] = '新建';
- $LANG['local_dir'] = '当前目录';
- $LANG['parent_directory'] = '上一层目录';
- $LANG['dir'] = '目录列表';
- $LANG['can_edit_html_files'] = '只能编辑html文件';
- $LANG['find_code'] = '查找节点';
- $LANG['file'] = '文件';
- $LANG['name'] = '名称';
- $LANG['dirs'] = '目录';
- $LANG['name_datatype_error'] = '只能为数字、字母、下划线。';
- $LANG['without_the_input_name_extension'] = ',无需输入扩展名。';
- $LANG['dir_not_writable'] = '目录不可写';
- $LANG['visualization'] = '可视化';
- $LANG['click_edit'] = '点击编辑';
- $LANG['pc_tag'] = 'PC标签';
- $LANG['should'] = '应该';
- $LANG['is_greater_than'] = '大于';
- $LANG['less_than'] = '小于';
- $LANG['lambda'] = '位';
- $LANG['inputerror'] = '输入错误';
- $LANG['toolbox_type'] = '工具箱类型';
- $LANG['data_address'] = '数据地址';
- $LANG['buffer_time'] = '缓存时间';
- $LANG['unit_second'] = '(单位:秒)';
- $LANG['data_address_reg_sg'] = '地址格式不对,应该以\"http:\/\/\"开头';
- $LANG['cache_time_can_only_be_positive'] = '缓存时间只能正数。';
- $LANG['failure_the_document_may_not_to_write'] = '编辑失败,文件可能不可写。';
- $LANG['the_module_will_not_support_the_operation'] = '该模块不支持,本次操作!';
- $LANG['module_configuration'] = '模块配置';
- $LANG['operation'] = '操作';
- $LANG['vlan'] = '公共配置';
- $LANG['public_allowpageing'] = '是否分页';
- $LANG['num'] = '显示条数';
- $LANG['check'] = '数据返回值';
- $LANG['enter_the_cache_input_will_not_be_cached'] = '请输入缓存时间,不输入则不进行缓存。';
- $LANG['cache_time_can_only_be_positive'] = '缓存时间只能正数。';
- $LANG['that_shows_only_positive_numbers'] = '显示条数只能正数。';
- $LANG['please_enter_the_data_returned_value_by_default'] = '请输入数据返回值,默认为';
- $LANG['histroy'] = '历史版本';
- $LANG['restore'] = '还原';
- $LANG['not_exist_versioning'] = '不存在历史版本';
- $LANG['are_you_sure_you_want_to_restore'] = '您确定要还原吗?';
- $LANG['time'] = '时间';
- $LANG['who'] = '操作人';
- $LANG['dbsource'] = '数据源';
- $LANG['tpl_edit'] = '根据系统配置不允许在线编辑模板。';
- $LANG['desc'] = '说明';
- $LANG['operation'] = '操作';
- $LANG['update'] = '更新';
- $LANG['select_tag'] = '选择标签';
- $LANG['create_tag'] = '创建标签';
- $LANG['click_into'] = '点击插入';
- $LANG['link_url'] = '点击插入链接地址';
- $LANG['pic_url'] = '图片地址';
- $LANG['description'] = '简介';
- $LANG['tag_list'] = '标签向导列表';
- $LANG['seo_title'] = 'SEO标题';
- $LANG['site_title'] = '站点标题';
- $LANG['seo_keyword'] = 'SEO关键字';
- $LANG['seo_des'] = 'SEO简介';
- $LANG['cat_id'] = '栏目ID';
- $LANG['cat_name'] = '栏目名称';
- $LANG['cat_url'] = '栏目地址';
- $LANG['cats'] = '总栏目数组';
- $LANG['title'] = '标题';
- $LANG['inputtime'] = '添加时间';
- $LANG['comeform'] = '来源';
- $LANG['content'] = '内容';
- $LANG['pre_url'] = '上一篇地址';
- $LANG['pre_title'] = '上一篇标题';
- $LANG['next_url'] = '下一篇地址';
- $LANG['next_title'] = '下一篇标题';
- $LANG['common_variables'] = '常用变量列表';
|