| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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_login_name', "שם משתמש");
- define('OGP_LANG_first_name', "שם");
- define('OGP_LANG_last_name', "שם משפחה");
- define('OGP_LANG_phone_number', "מספר פלאפון");
- define('OGP_LANG_email_address', "אימייל");
- define('OGP_LANG_register_a_new_user', "הרשמת משתמש חדש");
- define('OGP_LANG_password_mismatch', "סיסמאות לא תואמות.");
- define('OGP_LANG_confirm_password', "אשר סיסמה");
- define('OGP_LANG_subuser_password', "סיסמת תת משתמש");
- define('OGP_LANG_subuser_man', "ניהול תת משתמש");
- define('OGP_LANG_successfull', "הצלחה");
- define('OGP_LANG_click_here', "לחץ כאן");
- define('OGP_LANG_to_login', "להתחבר.");
- define('OGP_LANG_registered_on', "רשום ב");
- define('OGP_LANG_register_message', "שלום, <br><br> חשבון ה Open Game Panel שלך נוצר ותוכל להתחבר אליו עכשיו באמצעות פרטי חשבון אלו: <br><br>שם משתמש: %s<br> ססמה: %s<br><br> זכור לשנות את הססמה שלך לעיתים קרובות ובהתחברות הראשונה שלך. <br><br>אנה אל תגיב לאימייל זה! <br><br> ______________________________<br> דואר OGP");
- define('OGP_LANG_err_password', "הסיסמה אינה יכולה להיות ריקה");
- define('OGP_LANG_err_confirm_password', "אימות הסיסמה אינה יכולה להיות ריקה");
- define('OGP_LANG_err_password_mismatch', "הסיסמאות לא תואמות");
- define('OGP_LANG_err_captcha', "קאפצ'ה לא תואמת.");
- define('OGP_LANG_err_login_name', "שם המשתמש ריק או בשימוש");
- define('OGP_LANG_err_first_name', "הכנס את שמך.");
- define('OGP_LANG_err_last_name', "שם המשפחה לא הוכנס.");
- define('OGP_LANG_err_phone_number', "מספר הפלאפון ריק.");
- define('OGP_LANG_err_email_address', "כתובת אימייל ריקה או שגויה. ");
- define('OGP_LANG_err_users_parent', "חשבונות תת משתמש לא יכולים ליצור משתמשים נוספים.");
- define('OGP_LANG_err_parent_user', "אב מזהה המשתמש חייב לייחס משתמש קיים תקין.");
- define('OGP_LANG_err_email_address_already_in_use_by', "כתובת דו\"אל זאת כבר נמצאת בשימוש על ידי <b>%s</b>.");
- define('OGP_LANG_user_registration', "רישום משתמש");
- define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "פרטי חשבונך נשלחו בדוא\"ל אל.<b>%s</b>");
- define('OGP_LANG_subject', "שלום %s, ברוך הבא אל %s!");
- define('OGP_LANG_sub_user', "תת משתמשים");
- define('OGP_LANG_create_sub_user', "הוסף תת משתמש");
- define('OGP_LANG_listdel_sub_user', "הצג, ערוך אינפורמציית חשבון תת משתמש, או מחק תת משתמש");
- define('OGP_LANG_delete_sub_user', "ערוך/מחק תת משתמש");
- define('OGP_LANG_del_subuser_conf', "האם אתה בטוח שאתה רוצה למחוק את החשבון הזה:");
- define('OGP_LANG_no_subusers', "לא נוצרו חשבונות תת משתמשים תחת החשבון שלך עדיין!");
- define('OGP_LANG_subuser_deleted', "חשבון תת משתמש %s נמחק בהצלחה ממאגר הנתונים!");
- define('OGP_LANG_subuser_added', "תת משתמש %s נוצר בהצלחה והוסף למאגר הנתונים!");
- define('OGP_LANG_your_subusers', "חשבונות תת משתמש בבעלות");
- ?>
|