simple-billing.php 7.2 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', "Currency");
  25. define('OGP_LANG_available_invoice_types', "Available Invoice Types");
  26. define('OGP_LANG_hourly', "Hourly");
  27. define('OGP_LANG_monthly', "Monthly");
  28. define('OGP_LANG_annually', "Annually");
  29. define('OGP_LANG_tax_amount', "Tax Amount");
  30. define('OGP_LANG_paypal_email', "PayPal E-mail");
  31. define('OGP_LANG_update_settings', "Update Settings");
  32. define('OGP_LANG_settings_updated', "Settings Updated.");
  33. define('OGP_LANG_payment_gateway', "Payment Gateway");
  34. define('OGP_LANG_paygol_service', "PayGol Service");
  35. define('OGP_LANG_paygol_service_id', "PayGol Service ID");
  36. define('OGP_LANG_paypal', "PayPal");
  37. define('OGP_LANG_paygol', "PayGol");
  38. define('OGP_LANG_skrill', "Skrill");
  39. define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
  40. define('OGP_LANG_skrill_merchant_id', "Merchant ID");
  41. define('OGP_LANG_skrill_email', "Skrill Email");
  42. define('OGP_LANG_skrill_secret_word', "Secret word");
  43. define('OGP_LANG_skrill_secret_word_info', "The password must be set from your Skrill merchant account,<br>at <b>Settings</b> click on <b>Developer Settings</b>.<br>If this option is not listed send an email to <i>[email protected]</i>.");
  44. define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
  45. define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
  46. define('OGP_LANG_robokassa', "Robokassa");
  47. define('OGP_LANG_robokassa_service', "Robokassa service");
  48. define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
  49. define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
  50. define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
  51. define('OGP_LANG_your_cart', "Your Cart");
  52. define('OGP_LANG_starting_on', "Starting on");
  53. define('OGP_LANG_slots', "Slots");
  54. define('OGP_LANG_hour', "Hour");
  55. define('OGP_LANG_month', "Month");
  56. define('OGP_LANG_year', "Year");
  57. define('OGP_LANG_hours', "Hours");
  58. define('OGP_LANG_months', "Months");
  59. define('OGP_LANG_years', "Years");
  60. define('OGP_LANG_service_name', "Service Name");
  61. define('OGP_LANG_rcon_pass', "RCON Password");
  62. define('OGP_LANG_ftp_pass', "FTP Password");
  63. define('OGP_LANG_available_ips', "Available IPs");
  64. define('OGP_LANG_max_players', "Max. Players");
  65. define('OGP_LANG_invoice_duration', "Invoice Duration");
  66. define('OGP_LANG_calculate_price', "Calculate Price");
  67. define('OGP_LANG_buy', "BUY");
  68. define('OGP_LANG_back_to_list', "Back to the list");
  69. define('OGP_LANG_ip', "IP");
  70. define('OGP_LANG_subtotal', "Subtotal");
  71. define('OGP_LANG_rate', "Rate");
  72. define('OGP_LANG_total', "Total");
  73. define('OGP_LANG_save', "Save");
  74. define('OGP_LANG_you_need_to', "You need to");
  75. define('OGP_LANG_register', "Register");
  76. define('OGP_LANG_and', "and");
  77. define('OGP_LANG_log_in', "Log In");
  78. define('OGP_LANG_to_purchase_a_service', "to purchase a service");
  79. define('OGP_LANG_available_services', "Available Services");
  80. define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
  81. define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
  82. define('OGP_LANG_expired', "Expired");
  83. define('OGP_LANG_removed', "Removed");
  84. define('OGP_LANG_extended', "Extended");
  85. define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
  86. define('OGP_LANG_expiration_date', "Expiration date");
  87. define('OGP_LANG_removal_date', "Removal date");
  88. define('OGP_LANG_installation_date', "Installation date");
  89. define('OGP_LANG_enable_server', "Enable server");
  90. define('OGP_LANG_success', "SUCCESS");
  91. define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
  92. define('OGP_LANG_starting_installations', "Starting the installation...");
  93. define('OGP_LANG_order_id', "Order ID");
  94. define('OGP_LANG_home_name', "Home Name");
  95. define('OGP_LANG_tax', "Tax");
  96. define('OGP_LANG_pay_from', "Pay From %s");
  97. define('OGP_LANG_set_as_paid', "Set As Paid");
  98. define('OGP_LANG_create_server', "Create Server");
  99. define('OGP_LANG_see_invoice', "See Invoice");
  100. define('OGP_LANG_paid', "Paid");
  101. define('OGP_LANG_not_paid', "Not Paid");
  102. define('OGP_LANG_procesing_payment', "Processing Payment");
  103. define('OGP_LANG_paid_and_installed', "Paid And Installed");
  104. define('OGP_LANG_add_to_cart', "Add To Cart");
  105. define('OGP_LANG_cart_id', "Cart ID");
  106. define('OGP_LANG_order_desc', "Order Description");
  107. define('OGP_LANG_remove_from_cart', "Remove From Cart");
  108. define('OGP_LANG_remove_cart', "Remove Cart");
  109. define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
  110. define('OGP_LANG_redirecting_to', "Redirecting to %s...");
  111. define('OGP_LANG_id', "ID#");
  112. define('OGP_LANG_remote_server', "Fjern Server");
  113. define('OGP_LANG_price_hourly', "Price Hourly");
  114. define('OGP_LANG_price_monthly', "Price Monthly");
  115. define('OGP_LANG_price_year', "Price Year");
  116. define('OGP_LANG_service_image_url', "Service Image URL");
  117. define('OGP_LANG_remove_service', "Remove Service");
  118. define('OGP_LANG_add_service', "Add Service");
  119. define('OGP_LANG_current_services', "Current Services");
  120. define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
  121. define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
  122. define('OGP_LANG_ftp_account', "FTP Account");
  123. define('OGP_LANG_select_install_method', "Select install method");
  124. define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
  125. define('OGP_LANG_description', "Description");
  126. define('OGP_LANG_image_url', "Image URL");
  127. define('OGP_LANG_access_rights', "Adgangs Rettigheder");
  128. define('OGP_LANG_allow_update', "Allow Update");
  129. define('OGP_LANG_allow_file_management', "Filhåndtering");
  130. define('OGP_LANG_allow_parameter_usage', "Tillad Parameter brug");
  131. define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
  132. define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
  133. define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
  134. define('OGP_LANG_enabled', "Enabled");
  135. define('OGP_LANG_disabled', "Slået fra ");
  136. define('OGP_LANG_steam', "Steam");
  137. define('OGP_LANG_rsync', "Rsync");
  138. define('OGP_LANG_manual_from_url', "Manual From URL");
  139. define('OGP_LANG_business', "Business");
  140. define('OGP_LANG_business_email', "Business Email");
  141. define('OGP_LANG_game_server_order', "Game Server Order");
  142. define('OGP_LANG_item', "Item");
  143. define('OGP_LANG_slot_cost', "Slot Cost");
  144. define('OGP_LANG_slot_quantity', "Slot Quantity");
  145. define('OGP_LANG_order_price', "Order Price");
  146. define('OGP_LANG_order', "Order");
  147. define('OGP_LANG_date', "Date");
  148. define('OGP_LANG_price', "Price");
  149. define('OGP_LANG_invoice', "Invoice");
  150. define('OGP_LANG_print_invoice', "Print Invoice");
  151. define('OGP_LANG_extend', "Extend");
  152. ?>