dashboard.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('dashboard_ftp_text', "The FTP client can compress files and send them via email, can uncompress too, edit text files and much more.");
  25. define('dashboard_addons_manager_text', "Manage all different types of services with OGP. Choose from over 70 servers supplied directly by OGP.");
  26. define('dashboard_game_monitor_text', "Watch and monitor your traffic & logs quickly. You can see what servers are up and down.");
  27. define('dashboard_support_text', "Get support from the OGP Professional Team on the forum. Fast response and great attention.");
  28. define('welcome_text', "Welcome to the Open Game Panel (OGP). OGP is an open-source software, that allows you to install, start and monitor different game servers.");
  29. define('any_server_is_online', "Any server is Online");
  30. define('current_map', "Current Map");
  31. define('server_ip_port', "IP:Port");
  32. define('statistics', "Statistics");
  33. define('servers', "Servers");
  34. define('players', "Players");
  35. define('server_status', "Server Status");
  36. define('no_games_to_monitor', "There are currently no online/offline game servers");
  37. define('online_servers', "Online Servers");
  38. define('add_games_in', "If you want to add games you can do it in %s");
  39. define('currently_online', "Currently Online");
  40. define('game_servers', "Game Servers");
  41. define('select_remote_server', "Select remote server");
  42. ?>