| 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_dashboard_ftp_text', "FTP клиент может архивировать и разахрхивировать, отправлять файлы по email, редактировать текстовые файлы, и многое другое...");
- define('OGP_LANG_dashboard_addons_manager_text', "Управляйте различными видами услуг с помощью OGP. Выбирайте из более чем 115 серверов, которые поставляются в OGP.");
- define('OGP_LANG_dashboard_game_monitor_text', "Наблюдайте и контролируйте свои серверы. Также вы можете просматривать консоль сервера и логи.");
- define('OGP_LANG_dashboard_support_text', "Получите поддержку от профессиональной команды OGP на форуме. Большое внимание к проблемам и их оперативное решение.");
- define('OGP_LANG_welcome_text', "Добро пожаловать в панель управления игровыми серверами Open Game Panel!");
- define('OGP_LANG_any_server_is_online', "Любой Online сервер");
- define('OGP_LANG_current_map', "Текущая карта");
- define('OGP_LANG_server_ip_port', "IP:port");
- define('OGP_LANG_statistics', "Статистика");
- define('OGP_LANG_servers', "Серверы");
- define('OGP_LANG_players', "Игроки");
- define('OGP_LANG_server_status', "Статус сервера");
- define('OGP_LANG_no_games_to_monitor', "Сейчас нет ни одного online/offline игрового сервера");
- define('OGP_LANG_online_servers', "Online серверы");
- define('OGP_LANG_add_games_in', "Добавить новые сервера можно здесь: %s");
- define('OGP_LANG_currently_online', "Пользователей в сети");
- define('OGP_LANG_game_servers', "Игровые Сервера");
- define('OGP_LANG_select_remote_server', "Выбрать сервер");
- ?>
|