dashboard.php 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 יכול לדחוס קבצים ולשלוח אותם באמצעות דואר אלקטרוני, יכול גם לבטל דחיסה, לערוך קבצי טקסט ועוד ועוד.");
  25. define('OGP_LANG_dashboard_addons_manager_text', "נהל את כל סוגי השירותים השונים באמצעות OGP. בחר מתוך יותר מ 115 שרתים, המסופקים ישירות על ידי OGP.");
  26. define('OGP_LANG_dashboard_game_monitor_text', "צפה ופקח במהירות על התעבורה והיומנים שלך. אתה יכול לראות אילו שרתים למעלה ולמטה.");
  27. define('OGP_LANG_dashboard_support_text', "קבל תמיכה מהצוות המקצועי של OPG דרך הפורום.
  28. תגובה מהירה ותשומת לב.");
  29. define('OGP_LANG_welcome_text', "ברוך הבא אל פאנל ניהול שרתי משחק פתוח , (OPG)
  30. OPG היא תוכנת קוד פתוח , המאפשרת להתקין , להפעיל ולעקוב אחרי מגוון שרתי משחק.");
  31. define('OGP_LANG_any_server_is_online', "כל שרת פעיל");
  32. define('OGP_LANG_current_map', "מפה נוכחית");
  33. define('OGP_LANG_server_ip_port', "IP:Port");
  34. define('OGP_LANG_statistics', "סטטיסטיקה");
  35. define('OGP_LANG_servers', "שרתים");
  36. define('OGP_LANG_players', "שחקנים");
  37. define('OGP_LANG_server_status', "מצב השרת");
  38. define('OGP_LANG_no_games_to_monitor', "כרגע אין שרתי משחק פעילים / מכובים");
  39. define('OGP_LANG_online_servers', "שרתים פעילים");
  40. define('OGP_LANG_add_games_in', "אם אתה רוצה להוסיף משחקים אתה יכול לעשות את זה בתוך %s");
  41. define('OGP_LANG_currently_online', "מחוברים כעת");
  42. define('OGP_LANG_game_servers', "שרתי משחק");
  43. define('OGP_LANG_select_remote_server', "בחר שרת מרוחק");
  44. ?>