dashboard.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 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('OGP_LANG_dashboard_ftp_text', "FTP میتواند فایل ها را Compress و از طریق پست الکترونیک آن ها را ارسال کند، همچنین امکان UnCompress، ویرایش و ... فایل ها برای شما وجود دارد.");
  25. define('OGP_LANG_dashboard_addons_manager_text', "Manage all different types of services with OGP. Choose from over 115 servers, which supplied directly by OGP.");
  26. define('OGP_LANG_dashboard_game_monitor_text', "Watch and monitor your traffic & logs quickly. You can see what servers are up and down.");
  27. define('OGP_LANG_dashboard_support_text', "Get support from the OGP Professional Team on the forum. Fast response and great attention.");
  28. define('OGP_LANG_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('OGP_LANG_any_server_is_online', "Any server is Online");
  30. define('OGP_LANG_current_map', "Map فعلی");
  31. define('OGP_LANG_server_ip_port', "IP:Port");
  32. define('OGP_LANG_statistics', "آمار");
  33. define('OGP_LANG_servers', "سرور ها");
  34. define('OGP_LANG_players', "بازیکنان");
  35. define('OGP_LANG_server_status', "وضعیت سرور");
  36. define('OGP_LANG_no_games_to_monitor', "درحال حاضر هیچ سرور Online یا Offline ای وجود ندارد");
  37. define('OGP_LANG_online_servers', "سرور های آنلاین");
  38. define('OGP_LANG_add_games_in', "اگر میخواهید بازی ای اضافه کنید، از طریق %s می توانید انجام دهید.");
  39. define('OGP_LANG_currently_online', "آنلاین");
  40. define('OGP_LANG_game_servers', "Game Server ها");
  41. define('OGP_LANG_select_remote_server', "Select Remote Server");
  42. ?>