subusers.php 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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_first_name', "שם");
  26. define('OGP_LANG_last_name', "שם משפחה");
  27. define('OGP_LANG_phone_number', "מספר פלאפון");
  28. define('OGP_LANG_email_address', "אימייל");
  29. define('OGP_LANG_register_a_new_user', "הרשמת משתמש חדש");
  30. define('OGP_LANG_password_mismatch', "סיסמאות לא תואמות.");
  31. define('OGP_LANG_confirm_password', "אשר סיסמה");
  32. define('OGP_LANG_subuser_password', "סיסמת תת משתמש");
  33. define('OGP_LANG_subuser_man', "ניהול תת משתמש");
  34. define('OGP_LANG_successfull', "הצלחה");
  35. define('OGP_LANG_click_here', "לחץ כאן");
  36. define('OGP_LANG_to_login', "להתחבר.");
  37. define('OGP_LANG_registered_on', "רשום ב");
  38. define('OGP_LANG_register_message', "שלום, <br><br> חשבון ה Open Game Panel שלך נוצר ותוכל להתחבר אליו עכשיו באמצעות פרטי חשבון אלו: <br><br>שם משתמש: %s<br> ססמה: %s<br><br> זכור לשנות את הססמה שלך לעיתים קרובות ובהתחברות הראשונה שלך. <br><br>אנה אל תגיב לאימייל זה! <br><br> ______________________________<br> דואר OGP");
  39. define('OGP_LANG_err_password', "הסיסמה אינה יכולה להיות ריקה");
  40. define('OGP_LANG_err_confirm_password', "אימות הסיסמה אינה יכולה להיות ריקה");
  41. define('OGP_LANG_err_password_mismatch', "הסיסמאות לא תואמות");
  42. define('OGP_LANG_err_captcha', "קאפצ'ה לא תואמת.");
  43. define('OGP_LANG_err_login_name', "שם המשתמש ריק או בשימוש");
  44. define('OGP_LANG_err_first_name', "הכנס את שמך.");
  45. define('OGP_LANG_err_last_name', "שם המשפחה לא הוכנס.");
  46. define('OGP_LANG_err_phone_number', "מספר הפלאפון ריק.");
  47. define('OGP_LANG_err_email_address', "כתובת אימייל ריקה או שגויה. ");
  48. define('OGP_LANG_err_users_parent', "חשבונות תת משתמש לא יכולים ליצור משתמשים נוספים.");
  49. define('OGP_LANG_err_parent_user', "אב מזהה המשתמש חייב לייחס משתמש קיים תקין.");
  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_subject', "שלום %s, ברוך הבא אל %s!");
  54. define('OGP_LANG_sub_user', "תת משתמשים");
  55. define('OGP_LANG_create_sub_user', "הוסף תת משתמש");
  56. define('OGP_LANG_listdel_sub_user', "הצג, ערוך אינפורמציית חשבון תת משתמש, או מחק תת משתמש");
  57. define('OGP_LANG_delete_sub_user', "ערוך/מחק תת משתמש");
  58. define('OGP_LANG_del_subuser_conf', "האם אתה בטוח שאתה רוצה למחוק את החשבון הזה:");
  59. define('OGP_LANG_no_subusers', "לא נוצרו חשבונות תת משתמשים תחת החשבון שלך עדיין!");
  60. define('OGP_LANG_subuser_deleted', "חשבון תת משתמש %s נמחק בהצלחה ממאגר הנתונים!");
  61. define('OGP_LANG_subuser_added', "תת משתמש %s נוצר בהצלחה והוסף למאגר הנתונים!");
  62. define('OGP_LANG_your_subusers', "חשבונות תת משתמש בבעלות");
  63. ?>