simple-billing.php 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 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_currency', "מטבע");
  25. define('OGP_LANG_available_invoice_types', "סוכני חשבונית זמינים");
  26. define('OGP_LANG_hourly', "לפי שעה");
  27. define('OGP_LANG_monthly', "חודשי");
  28. define('OGP_LANG_annually', "שנתי");
  29. define('OGP_LANG_tax_amount', "כמות מס");
  30. define('OGP_LANG_paypal_email', "דוא\"ל פייפאל");
  31. define('OGP_LANG_update_settings', "עדכן הגדרות");
  32. define('OGP_LANG_settings_updated', "הגדרות עודכנו.");
  33. define('OGP_LANG_payment_gateway', "שער תשלום");
  34. define('OGP_LANG_paygol_service', "שרות פייגול");
  35. define('OGP_LANG_paygol_service_id', "מזהה שרות פייגול");
  36. define('OGP_LANG_paypal', "פייפאל");
  37. define('OGP_LANG_paygol', "פייגול");
  38. define('OGP_LANG_skrill', "סקריל");
  39. define('OGP_LANG_skrill_merchant_info', "מידע שוכר Skrill");
  40. define('OGP_LANG_skrill_merchant_id', "מזהה שוכר");
  41. define('OGP_LANG_skrill_email', "דוא\"ל סקריל");
  42. define('OGP_LANG_skrill_secret_word', "מילה סודית");
  43. define('OGP_LANG_skrill_secret_word_info', "הסיסמה חייבת להיקבע דרך חשבון שוכר ה Skrill שלך, <br> ב <b> הגדרות </b> לחץ על <b> הגדרות מפתח </b> . <br>אם האופציה הזאת לא ברשימה שלח אימייל אל <i>[email protected] </i>.");
  44. define('OGP_LANG_hash_stored_correctly', "Hash מאחסן כראוי");
  45. define('OGP_LANG_currency_not_available_at', "מטבע \"%s\" לא זמין ב %s.");
  46. define('OGP_LANG_robokassa', "רובוקסה");
  47. define('OGP_LANG_robokassa_service', "שרות רובוקסה");
  48. define('OGP_LANG_robokassa_merchant_login', "התחברות שוכר");
  49. define('OGP_LANG_robokassa_securepass1', "ססמה מאובטחת 1");
  50. define('OGP_LANG_robokassa_securepass2', "ססמה מאובטחת 2");
  51. define('OGP_LANG_your_cart', "העגלה שלך");
  52. define('OGP_LANG_starting_on', "מתחיל ב");
  53. define('OGP_LANG_slots', "סלוטים");
  54. define('OGP_LANG_hour', "שעה");
  55. define('OGP_LANG_month', "חודש");
  56. define('OGP_LANG_year', "שנה");
  57. define('OGP_LANG_hours', "שעות");
  58. define('OGP_LANG_months', "חודשים");
  59. define('OGP_LANG_years', "שנים");
  60. define('OGP_LANG_service_name', "שם שרות");
  61. define('OGP_LANG_rcon_pass', "ססמאת רקון");
  62. define('OGP_LANG_ftp_pass', "ססמאת FTP");
  63. define('OGP_LANG_available_ips', "אייפים זמינים");
  64. define('OGP_LANG_max_players', "מקסימום שחקנים");
  65. define('OGP_LANG_invoice_duration', "תקופת חשבונית");
  66. define('OGP_LANG_calculate_price', "חשב מחיר");
  67. define('OGP_LANG_buy', "רכוש");
  68. define('OGP_LANG_back_to_list', "בחזרה אל הרשימה");
  69. define('OGP_LANG_ip', "אייפי");
  70. define('OGP_LANG_subtotal', "סך הכל");
  71. define('OGP_LANG_rate', "שעור");
  72. define('OGP_LANG_total', "סך הכל");
  73. define('OGP_LANG_save', "שמור");
  74. define('OGP_LANG_you_need_to', "אתה צריך");
  75. define('OGP_LANG_register', "הרשם");
  76. define('OGP_LANG_and', "וגם");
  77. define('OGP_LANG_log_in', "התחבר");
  78. define('OGP_LANG_to_purchase_a_service', "כדי לרכוש שרות");
  79. define('OGP_LANG_available_services', "שרותים זמינים");
  80. define('OGP_LANG_payment_is_pending_of_approval', "התשלום ממתין לאישור.");
  81. define('OGP_LANG_back_to_your_cart', "חזור אל עגלת הקניות שלך.");
  82. define('OGP_LANG_expired', "פג");
  83. define('OGP_LANG_removed', "מוסר");
  84. define('OGP_LANG_extended', "מוארך");
  85. define('OGP_LANG_installation_and_expiration_date', "תאריך התקנה ותפוגה");
  86. define('OGP_LANG_expiration_date', "תאריך תפוגה");
  87. define('OGP_LANG_removal_date', "תאריך הסרה");
  88. define('OGP_LANG_installation_date', "תאריך התקנה");
  89. define('OGP_LANG_enable_server', "הפעל שרת");
  90. define('OGP_LANG_success', "הצלחה");
  91. define('OGP_LANG_redirecting_to_game_monitor', "מעביר אל צג המשחק...");
  92. define('OGP_LANG_starting_installations', "מתחיל את התקנה...");
  93. define('OGP_LANG_order_id', "מזהה הזמנה");
  94. define('OGP_LANG_home_name', "שם בית");
  95. define('OGP_LANG_tax', "מס");
  96. define('OGP_LANG_pay_from', "שלם מ %s");
  97. define('OGP_LANG_set_as_paid', "קבע כשולם");
  98. define('OGP_LANG_create_server', "צור שרת");
  99. define('OGP_LANG_see_invoice', "ראה חשבונית");
  100. define('OGP_LANG_paid', "שולם");
  101. define('OGP_LANG_not_paid', "לא שולם");
  102. define('OGP_LANG_procesing_payment', "מעבד תשלום");
  103. define('OGP_LANG_paid_and_installed', "שולם והותקן");
  104. define('OGP_LANG_add_to_cart', "הוסף לעגלה");
  105. define('OGP_LANG_cart_id', "מזהה עגלה");
  106. define('OGP_LANG_order_desc', "תיאור הזמנה");
  107. define('OGP_LANG_remove_from_cart', "הסר מהעגלה");
  108. define('OGP_LANG_remove_cart', "הסר עגלה");
  109. define('OGP_LANG_there_are_no_orders_in_cart', "אין הזמנות בעגלה זו.");
  110. define('OGP_LANG_redirecting_to', "מעביר אל %s...");
  111. define('OGP_LANG_id', "מזהה#");
  112. define('OGP_LANG_remote_server', "שרת מרוחק");
  113. define('OGP_LANG_price_hourly', "מחיר לפי שעה");
  114. define('OGP_LANG_price_monthly', "מחיר חודשי");
  115. define('OGP_LANG_price_year', "מחיר שנתי");
  116. define('OGP_LANG_service_image_url', "כתובת תמונת שרות");
  117. define('OGP_LANG_remove_service', "הסר שרות");
  118. define('OGP_LANG_add_service', "הוסף שרות");
  119. define('OGP_LANG_current_services', "שרותים נוכחיים");
  120. define('OGP_LANG_max_slot_qty', "כמות סלוטים מקסימלית");
  121. define('OGP_LANG_min_slot_qty', "כמות סלוטים מינימלית");
  122. define('OGP_LANG_ftp_account', "חשבון FTP");
  123. define('OGP_LANG_select_install_method', "בחר שיטת התקנה");
  124. define('OGP_LANG_url_for_manual_install', "קישור להתקנה ידנית");
  125. define('OGP_LANG_description', "תיאור");
  126. define('OGP_LANG_image_url', "כתובת תמונה");
  127. define('OGP_LANG_access_rights', "אישורי גישה");
  128. define('OGP_LANG_allow_update', "אפשר עדכון");
  129. define('OGP_LANG_allow_file_management', "אשר שליטת קבצים");
  130. define('OGP_LANG_allow_parameter_usage', "אשר שימוש פרמטרים");
  131. define('OGP_LANG_allow_extra_parameters_usage', "אשר שימוש בפרמטרים נוספים");
  132. define('OGP_LANG_allow_ftp_usage', "אשר שימוש ב FTP.");
  133. define('OGP_LANG_allow_custom_fields', "אפשר שדות מותאמים");
  134. define('OGP_LANG_enabled', "מופעל");
  135. define('OGP_LANG_disabled', "מושבת");
  136. define('OGP_LANG_steam', "סטים");
  137. define('OGP_LANG_rsync', "Rsync");
  138. define('OGP_LANG_manual_from_url', "ידני מקישור");
  139. define('OGP_LANG_business', "עסק");
  140. define('OGP_LANG_business_email', "דוא\"ל עסק");
  141. define('OGP_LANG_game_server_order', "הזמנת שרת משחק");
  142. define('OGP_LANG_item', "פריט");
  143. define('OGP_LANG_slot_cost', "מחיר סלוט");
  144. define('OGP_LANG_slot_quantity', "כמות סלוטים");
  145. define('OGP_LANG_order_price', "מחיר הזמנה");
  146. define('OGP_LANG_order', "הזמנה");
  147. define('OGP_LANG_date', "תאריך");
  148. define('OGP_LANG_price', "מחיר");
  149. define('OGP_LANG_invoice', "חשבונית");
  150. define('OGP_LANG_print_invoice', "הדפס חשבונית");
  151. define('OGP_LANG_extend', "הארך");
  152. ?>