mysql.php 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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_configured_mysql_hosts', "מארחי MySQL מוגדרים");
  25. define('OGP_LANG_add_new_mysql_host', "הוסף מארח MySQL");
  26. define('OGP_LANG_enter_mysql_ip', "הכנס כתובת אייפי MySQL.");
  27. define('OGP_LANG_enter_valid_port', "הכנס פורט תקף.");
  28. define('OGP_LANG_enter_mysql_root_password', "הכנס סיסמת שורש MySQL.");
  29. define('OGP_LANG_enter_mysql_name', "הכנס שם MySQL.");
  30. define('OGP_LANG_could_not_add_mysql_server', "לא יכול להוסיף שרת MySQL.");
  31. define('OGP_LANG_game_server_name_info', "שם שרת עוזר למשתמשים לזהות את השרת שלהם.");
  32. define('OGP_LANG_note_mysql_host', "לתשומת לבך: שימוש ב 'חיבור ישיר' השרת חייב לאשר חיבורים חיצוניים בכדי שהשרת יוכלו להתחבר מרחוק, ואילו התחברות משרת מרוחק ישומש כמו חיבור מקומי.");
  33. define('OGP_LANG_direct_connection', "חיבור ישיר");
  34. define('OGP_LANG_connection_through_remote_server_named', "חיבור דרך שרת מרוחק בשם %s");
  35. define('OGP_LANG_add_mysql_server', "הוסף שרת MySQL");
  36. define('OGP_LANG_mysql_online', "MySQL מקוון");
  37. define('OGP_LANG_mysql_offline', "MySQL במצב לא מכוון");
  38. define('OGP_LANG_encryption_key_mismatch', "מפתח הצפנה לא תואם");
  39. define('OGP_LANG_unknown_error', "שגיאה לא ידועה");
  40. define('OGP_LANG_remove', "מחק");
  41. define('OGP_LANG_assign_db', "הקצה מאגר נתונים");
  42. define('OGP_LANG_mysql_server_name', "שם שרת MySQL");
  43. define('OGP_LANG_server_status', "מצב השרת");
  44. define('OGP_LANG_mysql_ip_port', "אייפי:ופורט MySQL");
  45. define('OGP_LANG_mysql_root_passwd', "סיסמת שורש MySQL");
  46. define('OGP_LANG_connection_method', "שיטת חיבור");
  47. define('OGP_LANG_user_privilegies', "הרשאות משתמש");
  48. define('OGP_LANG_current_dbs', "מאגר נתונים נוכחי");
  49. define('OGP_LANG_mysql_name', "שם שרת MySQL");
  50. define('OGP_LANG_mysql_ip', "אייפי MySQL");
  51. define('OGP_LANG_mysql_port', "פורט MySQL");
  52. define('OGP_LANG_privilegies', "הרשאות");
  53. define('OGP_LANG_all', "הכל");
  54. define('OGP_LANG_custom', "מותאם אישית");
  55. define('OGP_LANG_server_added', "שרתים הוספו.");
  56. define('OGP_LANG_sql_alter', "שנה");
  57. define('OGP_LANG_sql_create', "צור");
  58. define('OGP_LANG_sql_create_temporary_tables', "צור טבלאות זמניות");
  59. define('OGP_LANG_sql_drop', "זרוק");
  60. define('OGP_LANG_sql_index', "אינדקס");
  61. define('OGP_LANG_sql_insert', "הכנס");
  62. define('OGP_LANG_sql_lock_tables', "נעל טבלאות");
  63. define('OGP_LANG_sql_select', "בחר");
  64. define('OGP_LANG_sql_grant_option', "אפשרות מענק");
  65. define('OGP_LANG_sql_update', "עדכן");
  66. define('OGP_LANG_sql_delete', "מחק");
  67. define('OGP_LANG_sql_alter_info', "<b> מאפשר שימוש בשינוי טבלה.</b>");
  68. define('OGP_LANG_sql_create_info', "<b> מאפשר שימוש ביצירת טבלה.</b>");
  69. define('OGP_LANG_sql_create_temporary_tables_info', "<b> מאפשר שימוש ביצירת טבלה זמנית.</b>");
  70. define('OGP_LANG_sql_delete_info', "<b> מאפשר שימוש במחיקה.</b>");
  71. define('OGP_LANG_sql_drop_info', "<b> מאפשר שימוש בזריקת טבלה.</b>");
  72. define('OGP_LANG_sql_index_info', "<b> מאפשר שימוש ביצירת אינדקס וזריקת אינדקס.</b>");
  73. define('OGP_LANG_sql_insert_info', "<b> מאפשר שימוש בהוספה.</b>");
  74. define('OGP_LANG_sql_lock_tables_info', "<b> מאפשר שימוש בנעילת טבלאות בטבלאות שיש לך אישור להם.</b>");
  75. define('OGP_LANG_sql_select_info', "<b>מאפשר שימוש ב בחירה.</b>");
  76. define('OGP_LANG_sql_update_info', "<b>מאפשר שימוש בעדכון.</b>");
  77. define('OGP_LANG_sql_grant_option_info', "<b> מאפשר שימוש במתן הרשאות.</b>");
  78. define('OGP_LANG_select_game_server', "בחר שרת משחק");
  79. define('OGP_LANG_invalid_mysql_server_id', "מזהה שרת MySQL לא חוקי.");
  80. define('OGP_LANG_there_is_another_db_named_or_user_named', "יש אותו מאגר נתונים בשם <b>%s</b> או עוד משתמש בשם <b>%s</b>.");
  81. define('OGP_LANG_db_added_for_home_id', "הוסף מאגר נתונים למזהה בית <b>%s</b>.");
  82. define('OGP_LANG_could_not_remove_db', "המאגר נתונים הנבחר לא יכול להמחק.");
  83. define('OGP_LANG_db_removed_successfully_from_mysql_server_named', "מאגר הנתונים הוסר מהשרת %s.");
  84. define('OGP_LANG_areyousure_remove_mysql_server', "האם אתה בטוח שאתה רוצה למחוק את שרת ה MySQL בשם <b>%s</b>?");
  85. define('OGP_LANG_db_changed_successfully', "מאגר הנתונים בשם %s שונה בהצלחה.");
  86. define('OGP_LANG_error_while_remove', "שגיאה בעת הסרה.");
  87. define('OGP_LANG_mysql_server_removed', "שרת MySQL בשם <b>%s</b> נמחק בהצלחה.");
  88. define('OGP_LANG_unable_to_set_changes_to', "לא יכול להכיל שינויים לשרת MySQL בשם <b>%s</b>.");
  89. define('OGP_LANG_mysql_server_settings_changed', "שרת MySQL בשם <b>%s</b>שונה בהצלחה.");
  90. define('OGP_LANG_editing_mysql_server', "עורך שרת MySQL בשם <b>%s</b>.");
  91. define('OGP_LANG_save_settings', "שמור הגדרות");
  92. define('OGP_LANG_mysql_dbs_for', "מאגר נתונים עבור שרת %s");
  93. define('OGP_LANG_edit_dbs', "ערוך מאגר נתונים");
  94. define('OGP_LANG_edit_db_settings', "ערוך הגדרות מאגר נתונים");
  95. define('OGP_LANG_remove_db', "מחק מאגר נתונים");
  96. define('OGP_LANG_save_db_changes', "שמור שינויים במאגר נתונים.");
  97. define('OGP_LANG_add_db', "הוסף מאגר נתונים");
  98. define('OGP_LANG_select_db', "בחר מאגר נתונים");
  99. define('OGP_LANG_db_user', "משתמש מאגר נתונים");
  100. define('OGP_LANG_db_passwd', "סיסמת מאגר נתונים");
  101. define('OGP_LANG_db_name', "שם מאגר נתונים");
  102. define('OGP_LANG_enabled', "מופעל");
  103. define('OGP_LANG_game_server', "שרת משחק");
  104. define('OGP_LANG_there_are_no_databases_assigned_for', "אין מאגרי נתונים מקושרים עבור <b>%s</b>.");
  105. define('OGP_LANG_unable_to_connect_to_mysql_server_as', "לא ניתן להתחבר לשרת MySQL כ %s.");
  106. define('OGP_LANG_unable_to_create_db', "לא ניתן ליצור מאגר נתונים.");
  107. define('OGP_LANG_unable_to_select_db', "לא ניתן לבחור ממאגר הנתונים%s.");
  108. define('OGP_LANG_db_info', "מידע מאגר נתונים");
  109. define('OGP_LANG_db_tables', "טבלאות מאגר נתונים");
  110. define('OGP_LANG_db_backup', "גיבוי מאגר נתונים");
  111. define('OGP_LANG_download_db_backup', "הורד גיבוי מאגר נתונים");
  112. define('OGP_LANG_restore_db_backup', "שחזר גיבוי מאגר נתונים");
  113. define('OGP_LANG_sql_file', "קובץ (sql.)");
  114. ?>