| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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_users_fname', "שם פרטי");
- define('OGP_LANG_users_lname', "שם משפחה");
- define('OGP_LANG_users_passwd', "סיסמה");
- define('OGP_LANG_users_cpasswd', "אמת סיסמה");
- define('OGP_LANG_passwd_len', "הסיסמה חייבת להיות ארוכה יותר מ6 תווים");
- define('OGP_LANG_err_password', "הסיסמה אינה יכולה להיות ריקה");
- define('OGP_LANG_err_confirm_password', "אימות הסיסמה אינה יכולה להיות ריקה");
- define('OGP_LANG_err_password_mismatch', "הסיסמאות לא תואמות");
- define('OGP_LANG_phone_number', "מספר פלאפון");
- define('OGP_LANG_users_email', "אימייל");
- define('OGP_LANG_register_a_new_user', "רשום משתמש חדש");
- define('OGP_LANG_password_mismatch', "אי התאמה בין סיסמאות");
- define('OGP_LANG_confirm_password', "אשר סיסמה");
- define('OGP_LANG_successfull', "הצלחה");
- define('OGP_LANG_click_here', "לחץ כאן");
- define('OGP_LANG_to_login', "כדי להתחבר");
- define('OGP_LANG_registered_on', "רשום ב:%s.");
- define('OGP_LANG_register_message', "שלום , <br><br> , חשבונך בפאנל נוצר וכעת תוכל/י <a href='%s' target='_blank'>להתחבר</a>.
- <br><br>שם משתמש : %s <br><br> זכור לשנות את סיסמתך לעיתים קרובות ובפעם הראשונה שאתה מתחבר<br><br> אנא ממך לא לצטט אימייל זה<br>______________________________<br>OPG Mailer");
- 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_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_account_created', "החשבון שלך נוצר");
- define('OGP_LANG_subject', "פרטי חשבון :: %s");
- ?>
|