dbsource.lang.php 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. $LANG['added_external_data_source'] = '添加外部数据源';
  3. $LANG['configure_the_external_data_source'] = '外部数据源配置';
  4. $LANG['dbsource_name'] = '数据源名';
  5. $LANG['edit_dbsource'] = '编辑数据源';
  6. $LANG['server_address'] = '服务器地址';
  7. $LANG['server_port'] = '服务器端口';
  8. $LANG['password'] = '密码';
  9. $LANG['database'] = '数据库名';
  10. $LANG['dbtablepre'] = '数据表前缀';
  11. $LANG['charset'] = '字符集';
  12. $LANG['test_connections'] = '测试连接';
  13. $LANG['connect_success'] = '连接成功!';
  14. $LANG['connect_failed'] = '连接失败!';
  15. $LANG['input_dbsource_name'] = '请输入数据源名,数据源应该由字母和数字组成。';
  16. $LANG['data_source_of_the_letters_and_figures'] = '数据源应该由字母和数字组成。';
  17. $LANG['server_ports_must_be_positive_integers'] = '服务器端口必须为正整数';
  18. $LANG['adding_data_source_call'] = '添加数据源调用';
  19. $LANG['the_module_will_not_support_the_operation'] = '该模块不支持,本次操作!';
  20. $LANG['enter_the_cache_input_will_not_be_cached'] = '请输入缓存时间,不输入则不进行缓存。';
  21. $LANG['cache_time_can_only_be_positive'] = '缓存时间只能正数。';
  22. $LANG['that_shows_only_positive_numbers'] = '显示条数只能正数。';
  23. $LANG['tip_pre'] = '填写后可用dggcms_代替get标签中的数据表前缀。';
  24. $LANG['num'] = '调用数量';
  25. $LANG['name'] = '名称';
  26. $LANG['should'] = '应该';
  27. $LANG['is_greater_than'] = '大于';
  28. $LANG['less_than'] = '小于';
  29. $LANG['lambda'] = '位';
  30. $LANG['sure_deleted'] = '您确定删除所有选中的项目吗?';
  31. $LANG['the_configuration_data_source'] = '数据源调用配置';
  32. $LANG['stdcall'] = '调用方式';
  33. $LANG['model_configuration'] = '模型配置';
  34. $LANG['custom_sql'] = '自定义SQL';
  35. $LANG['select_model'] = '选择模型';
  36. $LANG['please_select_model'] = '请选择模型。';
  37. $LANG['selectingoperation'] = '选择操作';
  38. $LANG['please_select_action'] = '请选择操作';
  39. $LANG['please_enter_a_sql'] = '请输入SQL。';
  40. $LANG['vlan'] = '公共配置';
  41. $LANG['output_mode'] = '输出方式';
  42. $LANG['template'] = '模板';
  43. $LANG['buffer_time'] = '缓存时间';
  44. $LANG['editing_data_sources_call'] = '编辑数据源调用';
  45. $LANG['valgrind'] = '你的代码';
  46. $LANG['data_call'] = '调用代码';
  47. $LANG['copy_code'] = '复制成功!';
  48. ?>