editconfigfiles.php 729 B

1234567891011121314151617
  1. <?php
  2. define('OGP_LANG_configuration_files', "配置文件");
  3. define('OGP_LANG_editing_file', "编辑文件");
  4. define('OGP_LANG_no_server_specfied', "未指定服务器");
  5. define('OGP_LANG_no_home', "没有主目录");
  6. define('OGP_LANG_no_configs_for_game', "此游戏无配置文件");
  7. define('OGP_LANG_name', "名称");
  8. define('OGP_LANG_no_description', "无描述");
  9. define('OGP_LANG_description', "描述");
  10. define('OGP_LANG_invalid_file', "无效文件");
  11. define('OGP_LANG_wrote_changes', "写入更改成功");
  12. define('OGP_LANG_failed_write', "写入失败");
  13. define('OGP_LANG_failed_read', "读取失败");
  14. define('OGP_LANG_save', "保存");
  15. define('OGP_LANG_go_back', "返回");
  16. define('OGP_LANG_new_file', "新文件");