| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 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('dashboard_ftp_text', "FTP клиент может архивировать и разахрхивировать, отправлять файлы по email, редактировать текстовые файлы, и многое другое...");
- define('dashboard_addons_manager_text', "Менеджер аддонов от DieFeM");
- define('dashboard_game_monitor_text', "Наблюдайте и контролируйте свои серверы. Также вы можете просматривать консоль сервера и логи.");
- define('dashboard_support_text', "Получите поддержку от профессиональной команды OGP на форуме. Большое внимание к проблемам и их оперативное решение.");
- define('welcome_text', "Добро пожаловать в панель управления игровыми серверами Open Game Panel!");
- define('any_server_is_online', "Любой Online сервер");
- define('current_map', "Текущая карта");
- define('server_ip_port', "IP:Port");
- define('statistics', "Статистика");
- define('servers', "Серверы");
- define('players', "Игроки");
- define('server_status', "Статус сервера");
- define('no_games_to_monitor', "Сейчас нет ни одного online/offline игрового сервера");
- define('online_servers', "Online серверы");
- define('add_games_in', "Добавить новые сервера можно здесь: %s");
- define('currently_online', "Пользователей online");
- define('game_servers', "игровые серверы");
- define('select_remote_server', "Select remote server");
- ?>
|