register.php 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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_login_name', "שם משתמש");
  25. define('OGP_LANG_users_fname', "שם פרטי");
  26. define('OGP_LANG_users_lname', "שם משפחה");
  27. define('OGP_LANG_users_passwd', "סיסמה");
  28. define('OGP_LANG_users_cpasswd', "אמת סיסמה");
  29. define('OGP_LANG_passwd_len', "הסיסמה חייבת להיות ארוכה יותר מ6 תווים");
  30. define('OGP_LANG_err_password', "הסיסמה אינה יכולה להיות ריקה");
  31. define('OGP_LANG_err_confirm_password', "אימות הסיסמה אינה יכולה להיות ריקה");
  32. define('OGP_LANG_err_password_mismatch', "הסיסמאות לא תואמות");
  33. define('OGP_LANG_phone_number', "מספר פלאפון");
  34. define('OGP_LANG_users_email', "אימייל");
  35. define('OGP_LANG_register_a_new_user', "רשום משתמש חדש");
  36. define('OGP_LANG_password_mismatch', "אי התאמה בין סיסמאות");
  37. define('OGP_LANG_confirm_password', "אשר סיסמה");
  38. define('OGP_LANG_successfull', "הצלחה");
  39. define('OGP_LANG_click_here', "לחץ כאן");
  40. define('OGP_LANG_to_login', "כדי להתחבר");
  41. define('OGP_LANG_registered_on', "רשום ב:%s.");
  42. define('OGP_LANG_register_message', "שלום , <br><br> , חשבונך בפאנל נוצר וכעת תוכל/י <a href='%s' target='_blank'>להתחבר</a>.
  43. <br><br>שם משתמש : %s <br><br> זכור לשנות את סיסמתך לעיתים קרובות ובפעם הראשונה שאתה מתחבר<br><br> אנא ממך לא לצטט אימייל זה<br>______________________________<br>OPG Mailer");
  44. define('OGP_LANG_err_captcha', "קאפצ'ה לא מתאימה.");
  45. define('OGP_LANG_err_login_name', "שם המשתמש ריק או בשימוש");
  46. define('OGP_LANG_err_first_name', "הכנס את שמך");
  47. define('OGP_LANG_err_last_name', "שם המשפחה לא הוכנס.");
  48. define('OGP_LANG_err_phone_number', "מספר הפלאפון ריק.");
  49. define('OGP_LANG_err_email_address', "כתובת אימייל ריקה או שגויה. ");
  50. define('OGP_LANG_err_email_address_already_in_use_by', "כתובת דו\"אל זאת נמצאת בשימוש על ידי <b>%s</b>.");
  51. define('OGP_LANG_user_registration', "רישום משתמשים");
  52. define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "פרטי חשבונך נשלחו בדוא\"ל אל.<b>%s</b>");
  53. define('OGP_LANG_account_created', "החשבון שלך נוצר");
  54. define('OGP_LANG_subject', "פרטי חשבון :: %s");
  55. ?>