| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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_install_lang', "בחר את השפה המועדפת עליך");
- define('OGP_LANG_install_welcome', "ברוך הבא אל התקנת OpenGame Panel");
- define('OGP_LANG_file_permission_check', "בודק הרשיות קובץ נחוץ");
- define('OGP_LANG_OK', "בסדר");
- define('OGP_LANG_write_permission_required', "רצויות הרשאות כתיבה");
- define('OGP_LANG_execute_permission_required', "רצויות הרשאות ביצוע");
- define('OGP_LANG_create_an_empty_file', "צור קובץ ריק");
- define('OGP_LANG_found', "נמצא");
- define('OGP_LANG_not_found', "לא נמצא");
- define('OGP_LANG_pear_xxtea_info', "Pear Crypt_XXTEA דרוש לצורך שימוש ב OGP. ברוב גרסאות לינקוס אפשר להתקין את המודול הזה בעזרת פקודת Pear 'pear install Crypt_XXTEA-beta'.");
- define('OGP_LANG_refresh', "רענן");
- define('OGP_LANG_checking_required_modules', "בודק מודולים דרושים");
- define('OGP_LANG_checking_optional_modules', "בודק מודולים אופציונלים");
- define('OGP_LANG_database_type', "סוג מאגר מידע");
- define('OGP_LANG_database_settings', "הגדרות גישה של מאגר מידע");
- define('OGP_LANG_database_hostname', "שם מארח מאגר מידע");
- define('OGP_LANG_database_username', "שם משתמש מאגר מידע");
- define('OGP_LANG_database_password', "סיסמת מאגר מידע");
- define('OGP_LANG_database_name', "שם מאגר מידע");
- define('OGP_LANG_database_prefix', "שם קידומת מאגר מידע");
- define('OGP_LANG_next', "הבא");
- define('OGP_LANG_encryption_key', "מפתח הצפנה (סוכן)");
- define('OGP_LANG_agent_port', "פורט (סוכן)");
- define('OGP_LANG_unable_to_write_config', "לא מסוגל לכתוב לקובץ ההגדרה. בדוק בבקשה בשנית את אישורי הכתיבה.");
- define('OGP_LANG_admin_login_details', "פרטי התחברות אדמין");
- define('OGP_LANG_config_written', "קבצי ההגדרה נוצרו בהצלחה.");
- define('OGP_LANG_database_created', "טבלאות מאגר המידע נוצרו בהצלחה.");
- define('OGP_LANG_admin_login_details_info', "עכשיו אנחנו יוצרים משתמש מנהל בשביל פאנל הניהול שלך.");
- define('OGP_LANG_username', "שם משתמש");
- define('OGP_LANG_repeat_password', "חזור על הסיסמה");
- define('OGP_LANG_email', "כתובת אימייל");
- define('OGP_LANG_back', "אחורה");
- define('OGP_LANG_database_setup_failure', "ההתקנה לא יכלה ליצור מאגר נתונים בדוק בשנית את הגדרות מאגר הנתונים שלך בבקשה.");
- define('OGP_LANG_php_version_check', "בודק את גרסאת PHP");
- define('OGP_LANG_invalid_username', "הכנסת שם משתמש שגוי.");
- define('OGP_LANG_password_too_short', "הסיסמה שלך קצרה מדי, היא צריכה להיות לפחות באורך של '1%d' תווים");
- define('OGP_LANG_password_contains_invalid_characters', "הסיסמה שלך כוללת תווים שגויים.");
- define('OGP_LANG_invalid_email_address', "הכנסת כתובת אימייל שגוייה.");
- define('OGP_LANG_setup_complete', "ההתקנה סוימה בהצלחה. Open Game Panel מוכן עכשיו לשימוש");
- define('OGP_LANG_remove_install_and_secure_config', "אתה צריך למחוק את install.php מהשרת שלך ומ chmod שלך includes/config.inc.php בחזרה ל 644 מטעמי אבטחה.");
- define('OGP_LANG_go_to_panel', "לחץ כאן כדי להתחבר אל ה OGP שלך.");
- define('OGP_LANG_unable_to_resolve', "אם אינך יכול לפתור בעיה זו אנה פנה אל האתר של OGP");
- define('OGP_LANG_slogan', "קוד מקור פתוח!");
- define('OGP_LANG_default_welcome_title_message', "ברוך הבא! <b style='font-size:12px; font-weight:normal;'> אתה יכול לשנות כותרת זו ב' <a href='?m=settings&p=themes'> הגדרות נושא </a> ' תחת ה ' <a href='?m=administration&p=main'> ניהול </a> ' תווית. </b>");
- ?>
|