| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?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 יכול לדחוס קבצים ולשלוח אותם באמצעות דואר אלקטרוני, יכול גם לבטל דחיסה, לערוך קבצי טקסט ועוד ועוד.");
- define('OGP_LANG_dashboard_addons_manager_text', "נהל את כל סוגי השירותים השונים באמצעות OGP. בחר מתוך יותר מ 115 שרתים, המסופקים ישירות על ידי OGP.");
- define('OGP_LANG_dashboard_game_monitor_text', "צפה ופקח במהירות על התעבורה והיומנים שלך. אתה יכול לראות אילו שרתים למעלה ולמטה.");
- define('OGP_LANG_dashboard_support_text', "קבל תמיכה מהצוות המקצועי של OPG דרך הפורום.
- תגובה מהירה ותשומת לב.");
- define('OGP_LANG_welcome_text', "ברוך הבא אל פאנל ניהול שרתי משחק פתוח , (OPG)
- OPG היא תוכנת קוד פתוח , המאפשרת להתקין , להפעיל ולעקוב אחרי מגוון שרתי משחק.");
- define('OGP_LANG_any_server_is_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', "כרגע אין שרתי משחק פעילים / מכובים");
- define('OGP_LANG_online_servers', "שרתים פעילים");
- define('OGP_LANG_add_games_in', "אם אתה רוצה להוסיף משחקים אתה יכול לעשות את זה בתוך %s");
- define('OGP_LANG_currently_online', "מחוברים כעת");
- define('OGP_LANG_game_servers', "שרתי משחק");
- define('OGP_LANG_select_remote_server', "בחר שרת מרוחק");
- ?>
|