template.lang.php 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?php
  2. $LANG['template_directory_not_write'] = '模板目录不可写';
  3. $LANG['only_allowed_to_upload_txt_files'] = '只允许上传txt类型文件。';
  4. $LANG['mode'] = '导入方式';
  5. $LANG['upload_file'] = '上传文件';
  6. $LANG['enter_coad'] = '输入代码';
  7. $LANG['export'] = '导出';
  8. $LANG['disable'] = '停用';
  9. $LANG['enable'] = '启用';
  10. $LANG['style_identity'] = '风格标识';
  11. $LANG['style_chinese_name'] = '风格中文名';
  12. $LANG['author'] = '风格作者';
  13. $LANG['detail'] = '详情列表';
  14. $LANG['style_version'] = '风格版本';
  15. $LANG['returns_list_style'] = '返回风格列表';
  16. $LANG['new'] = '新建';
  17. $LANG['local_dir'] = '当前目录';
  18. $LANG['parent_directory'] = '上一层目录';
  19. $LANG['dir'] = '目录列表';
  20. $LANG['can_edit_html_files'] = '只能编辑html文件';
  21. $LANG['find_code'] = '查找节点';
  22. $LANG['file'] = '文件';
  23. $LANG['name'] = '名称';
  24. $LANG['dirs'] = '目录';
  25. $LANG['name_datatype_error'] = '只能为数字、字母、下划线。';
  26. $LANG['without_the_input_name_extension'] = ',无需输入扩展名。';
  27. $LANG['dir_not_writable'] = '目录不可写';
  28. $LANG['visualization'] = '可视化';
  29. $LANG['click_edit'] = '点击编辑';
  30. $LANG['pc_tag'] = 'PC标签';
  31. $LANG['should'] = '应该';
  32. $LANG['is_greater_than'] = '大于';
  33. $LANG['less_than'] = '小于';
  34. $LANG['lambda'] = '位';
  35. $LANG['inputerror'] = '输入错误';
  36. $LANG['toolbox_type'] = '工具箱类型';
  37. $LANG['data_address'] = '数据地址';
  38. $LANG['buffer_time'] = '缓存时间';
  39. $LANG['unit_second'] = '(单位:秒)';
  40. $LANG['data_address_reg_sg'] = '地址格式不对,应该以\"http:\/\/\"开头';
  41. $LANG['cache_time_can_only_be_positive'] = '缓存时间只能正数。';
  42. $LANG['failure_the_document_may_not_to_write'] = '编辑失败,文件可能不可写。';
  43. $LANG['the_module_will_not_support_the_operation'] = '该模块不支持,本次操作!';
  44. $LANG['module_configuration'] = '模块配置';
  45. $LANG['operation'] = '操作';
  46. $LANG['vlan'] = '公共配置';
  47. $LANG['public_allowpageing'] = '是否分页';
  48. $LANG['num'] = '显示条数';
  49. $LANG['check'] = '数据返回值';
  50. $LANG['enter_the_cache_input_will_not_be_cached'] = '请输入缓存时间,不输入则不进行缓存。';
  51. $LANG['cache_time_can_only_be_positive'] = '缓存时间只能正数。';
  52. $LANG['that_shows_only_positive_numbers'] = '显示条数只能正数。';
  53. $LANG['please_enter_the_data_returned_value_by_default'] = '请输入数据返回值,默认为';
  54. $LANG['histroy'] = '历史版本';
  55. $LANG['restore'] = '还原';
  56. $LANG['not_exist_versioning'] = '不存在历史版本';
  57. $LANG['are_you_sure_you_want_to_restore'] = '您确定要还原吗?';
  58. $LANG['time'] = '时间';
  59. $LANG['who'] = '操作人';
  60. $LANG['dbsource'] = '数据源';
  61. $LANG['tpl_edit'] = '根据系统配置不允许在线编辑模板。';
  62. $LANG['desc'] = '说明';
  63. $LANG['operation'] = '操作';
  64. $LANG['update'] = '更新';
  65. $LANG['select_tag'] = '选择标签';
  66. $LANG['create_tag'] = '创建标签';
  67. $LANG['click_into'] = '点击插入';
  68. $LANG['link_url'] = '点击插入链接地址';
  69. $LANG['pic_url'] = '图片地址';
  70. $LANG['description'] = '简介';
  71. $LANG['tag_list'] = '标签向导列表';
  72. $LANG['seo_title'] = 'SEO标题';
  73. $LANG['site_title'] = '站点标题';
  74. $LANG['seo_keyword'] = 'SEO关键字';
  75. $LANG['seo_des'] = 'SEO简介';
  76. $LANG['cat_id'] = '栏目ID';
  77. $LANG['cat_name'] = '栏目名称';
  78. $LANG['cat_url'] = '栏目地址';
  79. $LANG['cats'] = '总栏目数组';
  80. $LANG['title'] = '标题';
  81. $LANG['inputtime'] = '添加时间';
  82. $LANG['comeform'] = '来源';
  83. $LANG['content'] = '内容';
  84. $LANG['pre_url'] = '上一篇地址';
  85. $LANG['pre_title'] = '上一篇标题';
  86. $LANG['next_url'] = '下一篇地址';
  87. $LANG['next_title'] = '下一篇标题';
  88. $LANG['common_variables'] = '常用变量列表';