| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2018 The OGP Development Team
- *
- * http://www.opengamepanel.org/
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
- */
- define('OGP_LANG_resetting_configs', "重置所有配置");
- define('OGP_LANG_updating_configs', "更新旧配置");
- define('OGP_LANG_configs_updated_ok', "配置重新读取成功。");
- define('OGP_LANG_reset_old_configs', "重置旧配置");
- define('OGP_LANG_update_configs', "更新配置");
- define('OGP_LANG_game_config_setup', "设置游戏配置");
- define('OGP_LANG_config_reset_warning', "当您清除旧配置时,可能会对分配的游戏服务器造成问题,因为识别号可能与新配置不匹配。");
- define('OGP_LANG_modify_configs_info', "如果您想修改游戏配置,您可以修改位于 %s 的文件。");
- define('OGP_LANG_updating_config_from_file', "从 %s 文件更新配置。");
- define('OGP_LANG_error_when_handling_file', "处理文件 %s 时发生错误。");
- define('OGP_LANG_error_while_adding_cfg_to_db', "将数据从 %s 添加到数据库时发生错误。");
- define('OGP_LANG_no_configs_found', "从 %s 文件未找到配置。");
- define('OGP_LANG_select_game', "选择游戏");
- define('OGP_LANG_create_xml_configs', "创建 XML 配置");
- define('OGP_LANG_failed_to_delete_config_from_db', "从数据库删除 %s 配置失败");
- define('OGP_LANG_failed_removing_file', "移除文件 %s 失败。");
- define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "从存储和数据库中移除了 %s 的配置。");
- define('OGP_LANG_delete_game_config_for', "从磁盘和数据库中删除 %s 的游戏配置。");
- ?>
|