Эх сурвалжийг харах

Merge pull request #1 from OpenGamePanel/master

Updating...
rocco27 8 жил өмнө
parent
commit
9fb4b66df8
34 өөрчлөгдсөн 2622 нэмэгдсэн , 1550 устгасан
  1. 130 130
      lang/Arabic/modules/simple-billing.php
  2. 153 0
      lang/Czech(CzechRepublic)/modules/simple-billing.php
  3. 130 130
      lang/Danish/modules/simple-billing.php
  4. 128 128
      lang/English/modules/simple-billing.php
  5. 130 130
      lang/French/modules/simple-billing.php
  6. 130 130
      lang/German/modules/simple-billing.php
  7. 130 130
      lang/Hungarian/modules/simple-billing.php
  8. 130 130
      lang/Italian/modules/simple-billing.php
  9. 153 0
      lang/Persian/modules/simple-billing.php
  10. 130 130
      lang/Polish/modules/simple-billing.php
  11. 153 0
      lang/Portuguese(Brazil)/modules/simple-billing.php
  12. 130 130
      lang/Portuguese/modules/simple-billing.php
  13. 153 0
      lang/Romanian(Romania)/modules/simple-billing.php
  14. 130 130
      lang/Russian/modules/simple-billing.php
  15. 130 130
      lang/Spanish/modules/simple-billing.php
  16. 153 0
      lang/Swedish(Sweden)/modules/simple-billing.php
  17. 153 0
      lang/Turkish(Turkey)/modules/simple-billing.php
  18. 153 0
      lang/Turkish/modules/simple-billing.php
  19. 2 2
      modules/simple-billing/add_to_cart.php
  20. 5 4
      modules/simple-billing/bill.php
  21. 8 8
      modules/simple-billing/cart.php
  22. 18 18
      modules/simple-billing/create_servers.php
  23. 4 4
      modules/simple-billing/cron-shop.php
  24. 5 5
      modules/simple-billing/orders.php
  25. 12 12
      modules/simple-billing/paid-ipn.php
  26. 10 10
      modules/simple-billing/paygol-ipn.php
  27. 2 2
      modules/simple-billing/paygol.php
  28. 2 2
      modules/simple-billing/paypal.php
  29. 10 10
      modules/simple-billing/robokassa-ipn.php
  30. 2 2
      modules/simple-billing/robokassa.php
  31. 29 29
      modules/simple-billing/services.php
  32. 3 3
      modules/simple-billing/shop.php
  33. 9 9
      modules/simple-billing/skrill-ipn.php
  34. 2 2
      modules/simple-billing/skrill.php

+ 130 - 130
lang/Arabic/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Currency");
-define('available_invoice_types', "Available Invoice Types");
-define('hourly', "Hourly");
-define('monthly', "Monthly");
-define('annually', "Annually");
-define('tax_amount', "Tax Amount");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Settings Updated.");
-define('payment_gateway', "Payment Gateway");
-define('paygol_service', "PayGol Service");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill merchant information");
-define('skrill_merchant_id', "Merchant ID.");
-define('skrill_email', "Skrill Email");
-define('skrill_secret_word', "Secret word");
-define('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>.");
-define('hash_stored_correctly', "Hash stored correctly");
-define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service");
-define('robokassa_merchant_login', "Merchant Login");
-define('robokassa_securepass1', "Secure Password 1");
-define('robokassa_securepass2', "Secure Password 2");
-define('your_cart', "Your Cart");
-define('starting_on', "Starting on");
-define('slots', "Slots");
-define('hour', "Hour");
-define('month', "Month");
-define('year', "Year");
-define('hours', "Hours");
-define('months', "Months");
-define('years', "Years");
-define('service_name', "Service name");
-define('rcon_pass', "RCON password");
-define('ftp_pass', "FTP password");
-define('available_ips', "Available IPs");
-define('max_players', "Max Players");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "BUY");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Rate");
-define('total', "Total");
-define('save', "Save");
-define('you_need_to', "You need to");
-define('register', "Register");
-define('and', "and");
-define('log_in', "Log In");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Expired");
-define('removed', "Removed");
-define('extended', "Extended");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installation date");
-define('enable_server', "Enable server");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
-define('order_id', "Order ID");
-define('home_name', "Home Name");
-define('tax', "Tax");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "See Invoice");
-define('paid', "Paid");
-define('not_paid', "Not Paid");
-define('procesing_payment', "Processing Payment");
-define('paid_and_installed', "Paid And Installed");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Cart ID");
-define('order_desc', "Order Description");
-define('remove_from_cart', "Remove From Cart");
-define('remove_cart', "Remove Cart");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Remote Server");
-define('price_hourly', "Price Hourly");
-define('price_monthly', "Price Monthly");
-define('price_year', "Price Year");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Current Services");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
-define('description', "Description");
-define('image_url', "Image URL");
-define('access_rights', "Access Rights");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Allow File Management");
-define('allow_parameter_usage', "Allow Parameter Usage");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Enabled");
-define('disabled', "Disabled");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Business");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Item");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Order Price");
-define('order', "Order");
-define('date', "Date");
-define('price', "Price");
-define('invoice', "Invoice");
-define('print_invoice', "Print Invoice");
-define('extend', "Extend");
-?>
+define('OGP_LANG_currency', "العملة");
+define('OGP_LANG_available_invoice_types', "أنواع الفواتير المتاحة");
+define('OGP_LANG_hourly', "كل ساعة");
+define('OGP_LANG_monthly', "شهريا");
+define('OGP_LANG_annually', "سنويا");
+define('OGP_LANG_tax_amount', "قيمة الضريبة");
+define('OGP_LANG_paypal_email', "بريد باي بال");
+define('OGP_LANG_update_settings', "تحديث الإعدادات");
+define('OGP_LANG_settings_updated', "تم تحديث الإعدادات.");
+define('OGP_LANG_payment_gateway', "بوابة الدفع");
+define('OGP_LANG_paygol_service', "خدمة بايغول");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "باي بال");
+define('OGP_LANG_paygol', "بايغول");
+define('OGP_LANG_skrill', "سكريل");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "بريد سكريل");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "ساعة");
+define('OGP_LANG_month', "شهر");
+define('OGP_LANG_year', "سنة");
+define('OGP_LANG_hours', "ساعات");
+define('OGP_LANG_months', "أشهر");
+define('OGP_LANG_years', "سنوات");
+define('OGP_LANG_service_name', "اسم الخدمة");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "أكثر. لاعبين");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "شراء");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "تقييم");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "حفظ");
+define('OGP_LANG_you_need_to', "أنت بحاجه إلى");
+define('OGP_LANG_register', "تسجيل");
+define('OGP_LANG_and', "و");
+define('OGP_LANG_log_in', "تسجيل الدخول");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "إنتهت الصلاحية");
+define('OGP_LANG_removed', "إنحذف");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "الضريبة");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "مدفوع");
+define('OGP_LANG_not_paid', "غير مدفوع");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "أضف إلى السلة");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "إعادة التوجيه إلى %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "السعر");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 153 - 0
lang/Czech(CzechRepublic)/modules/simple-billing.php

@@ -0,0 +1,153 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 130 - 130
lang/Danish/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Currency");
-define('available_invoice_types', "Available Invoice Types");
-define('hourly', "Hourly");
-define('monthly', "Monthly");
-define('annually', "Annually");
-define('tax_amount', "Tax Amount");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Settings Updated.");
-define('payment_gateway', "Payment Gateway");
-define('paygol_service', "PayGol Service");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill merchant information");
-define('skrill_merchant_id', "Merchant ID.");
-define('skrill_email', "Skrill Email");
-define('skrill_secret_word', "Secret word");
-define('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>.");
-define('hash_stored_correctly', "Hash stored correctly");
-define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service");
-define('robokassa_merchant_login', "Merchant Login");
-define('robokassa_securepass1', "Secure Password 1");
-define('robokassa_securepass2', "Secure Password 2");
-define('your_cart', "Your Cart");
-define('starting_on', "Starting on");
-define('slots', "Slots");
-define('hour', "Hour");
-define('month', "Month");
-define('year', "Year");
-define('hours', "Hours");
-define('months', "Months");
-define('years', "Years");
-define('service_name', "Service name");
-define('rcon_pass', "RCON password");
-define('ftp_pass', "FTP password");
-define('available_ips', "Available IPs");
-define('max_players', "Max Spillere");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "BUY");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Rate");
-define('total', "Total");
-define('save', "Save");
-define('you_need_to', "You need to");
-define('register', "Register");
-define('and', "and");
-define('log_in', "Log In");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Expired");
-define('removed', "Removed");
-define('extended', "Extended");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installation date");
-define('enable_server', "Enable server");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
-define('order_id', "Order ID");
-define('home_name', "Home Name");
-define('tax', "Tax");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "See Invoice");
-define('paid', "Paid");
-define('not_paid', "Not Paid");
-define('procesing_payment', "Processing Payment");
-define('paid_and_installed', "Paid And Installed");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Cart ID");
-define('order_desc', "Order Description");
-define('remove_from_cart', "Remove From Cart");
-define('remove_cart', "Remove Cart");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Fjern Server");
-define('price_hourly', "Price Hourly");
-define('price_monthly', "Price Monthly");
-define('price_year', "Price Year");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Current Services");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
-define('description', "Description");
-define('image_url', "Image URL");
-define('access_rights', "Adgangs Rettigheder");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Filhåndtering");
-define('allow_parameter_usage', "Tillad Parameter brug");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Enabled");
-define('disabled', "Slået fra ");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Business");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Item");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Order Price");
-define('order', "Order");
-define('date', "Date");
-define('price', "Price");
-define('invoice', "Invoice");
-define('print_invoice', "Print Invoice");
-define('extend', "Extend");
-?>
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Fjern Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Adgangs Rettigheder");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Filhåndtering");
+define('OGP_LANG_allow_parameter_usage', "Tillad Parameter brug");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Slået fra ");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 128 - 128
lang/English/modules/simple-billing.php

@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Currency");
-define('available_invoice_types', "Available Invoice Types");
-define('hourly', "Hourly");
-define('monthly', "Monthly");
-define('annually', "Annually");
-define('tax_amount', "Tax Amount");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Settings Updated.");
-define('payment_gateway', "Payment Gateway");
-define('paygol_service', "PayGol Service");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill merchant information");
-define('skrill_merchant_id', "Merchant ID");
-define('skrill_email', "Skrill Email");
-define('skrill_secret_word', "Secret word");
-define('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>.");
-define('hash_stored_correctly', "Hash stored correctly");
-define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service");
-define('robokassa_merchant_login', "Merchant Login");
-define('robokassa_securepass1', "Secure Password 1");
-define('robokassa_securepass2', "Secure Password 2");
-define('your_cart', "Your Cart");
-define('starting_on', "Starting on");
-define('slots', "Slots");
-define('hour', "Hour");
-define('month', "Month");
-define('year', "Year");
-define('hours', "Hours");
-define('months', "Months");
-define('years', "Years");
-define('service_name', "Service Name");
-define('rcon_pass', "RCON Password");
-define('ftp_pass', "FTP Password");
-define('available_ips', "Available IPs");
-define('max_players', "Max. Players");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "BUY");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Rate");
-define('total', "Total");
-define('save', "Save");
-define('you_need_to', "You need to");
-define('register', "Register");
-define('and', "and");
-define('log_in', "Log In");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Expired");
-define('removed', "Removed");
-define('extended', "Extended");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installation date");
-define('enable_server', "Enable server");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting the installation...");
-define('order_id', "Order ID");
-define('home_name', "Home Name");
-define('tax', "Tax");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "See Invoice");
-define('paid', "Paid");
-define('not_paid', "Not Paid");
-define('procesing_payment', "Processing Payment");
-define('paid_and_installed', "Paid And Installed");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Cart ID");
-define('order_desc', "Order Description");
-define('remove_from_cart', "Remove From Cart");
-define('remove_cart', "Remove Cart");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Remote Server");
-define('price_hourly', "Price Hourly");
-define('price_monthly', "Price Monthly");
-define('price_year', "Price Year");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Current Services");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL for Manual Installation");
-define('description', "Description");
-define('image_url', "Image URL");
-define('access_rights', "Access Rights");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Allow File Management");
-define('allow_parameter_usage', "Allow Parameter Usage");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Enabled");
-define('disabled', "Disabled");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Business");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Item");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Order Price");
-define('order', "Order");
-define('date', "Date");
-define('price', "Price");
-define('invoice', "Invoice");
-define('print_invoice', "Print Invoice");
-define('extend', "Extend");
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
 ?>

+ 130 - 130
lang/French/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Devise");
-define('available_invoice_types', "Types de Facturation disponibles");
-define('hourly', "Par heure");
-define('monthly', "Par mois");
-define('annually', "Par an");
-define('tax_amount', "Montant de la Taxe");
-define('paypal_email', "E-mail Paypal");
-define('update_settings', "Mise à jour des paramètres");
-define('settings_updated', "Paramètres mis à jour.");
-define('payment_gateway', "Moyen de paiement");
-define('paygol_service', "Service PayGol");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Information Marchand Skrill");
-define('skrill_merchant_id', "ID Marchand.");
-define('skrill_email', "E-mail Skrill");
-define('skrill_secret_word', "Mot secret");
-define('skrill_secret_word_info', "Le mot de passe doit être défini à partir de votre compte marchand Skrill,<br>à <b>Paramètres</b>, cliquez sur <b>Paramètres Développeur</b>,<br>Si cette option n'est pas listée, veuillez contacter par e-mail <i>[email protected]</i>.");
-define('hash_stored_correctly', "Hash correctement stocké");
-define('currency_not_available_at', "La devise \"%s\" n'est pas disponible pour %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Service Robokassa");
-define('robokassa_merchant_login', "Login Marchand");
-define('robokassa_securepass1', "Mot de passe sécurisé 1");
-define('robokassa_securepass2', "Mot de passe sécurisé 2");
-define('your_cart', "Votre panier");
-define('starting_on', "Dès");
-define('slots', "Slots");
-define('hour', "Heure");
-define('month', "Mois");
-define('year', "Année");
-define('hours', "Heures");
-define('months', "Mois");
-define('years', "Années");
-define('service_name', "Nom du service");
-define('rcon_pass', "Mot de passe RCON");
-define('ftp_pass', "Mot de passe FTP");
-define('available_ips', "IPs disponibles");
-define('max_players', "Joueurs max");
-define('invoice_duration', "Durée");
-define('calculate_price', "Calculer le Prix");
-define('buy', "ACHETER");
-define('back_to_list', "Retourner à la liste");
-define('ip', "IP");
-define('subtotal', "Sous-total");
-define('rate', "Taux");
-define('total', "Total");
-define('save', "Enregistrer");
-define('you_need_to', "Vous devez vous");
-define('register', "enregistrer");
-define('and', "et vous");
-define('log_in', "connecter");
-define('to_purchase_a_service', "pour acheter un service");
-define('available_services', "Services disponibles");
-define('payment_is_pending_of_approval', "Le paiement est en attente d'approbation.");
-define('back_to_your_cart', "Retourner au panier.");
-define('expired', "Expiré");
-define('removed', "Supprimé");
-define('extended', "Prolongé");
-define('installation_and_expiration_date', "Installation et date d'expiration");
-define('expiration_date', "Date d'expiration");
-define('removal_date', "Date de suppresion");
-define('installation_date', "Date d'installation");
-define('enable_server', "Activer le serveur");
-define('success', "Succès");
-define('redirecting_to_game_monitor', "Redirection vers le Gestionnaire de Serveurs");
-define('starting_installations', "Démarrage de l'installation...");
-define('order_id', "ID de Commande");
-define('home_name', "Nom du Service");
-define('tax', "Taxe");
-define('pay_from', "Payer à partir de %s");
-define('set_as_paid', "Définir comme payé");
-define('create_server', "Créer le Serveur");
-define('see_invoice', "Voir la Facture");
-define('paid', "Payé");
-define('not_paid', "Non payé");
-define('procesing_payment', "Paiement en cours");
-define('paid_and_installed', "Payé et installé");
-define('add_to_cart', "Ajouter au panier");
-define('cart_id', "ID du panier");
-define('order_desc', "Description de la Commande");
-define('remove_from_cart', "Supprimer du panier");
-define('remove_cart', "Supprimer le panier");
-define('there_are_no_orders_in_cart', "Il n'y a pas de commande dans ce panier.");
-define('redirecting_to', "Redirection vers %s...");
-define('id', "ID#");
-define('remote_server', "Serveur Distant");
-define('price_hourly', "Prix / heure");
-define('price_monthly', "Prix / mois");
-define('price_year', "Prix / année");
-define('service_image_url', "URL de Service d'Image");
-define('remove_service', "Supprimer le service");
-define('add_service', "Ajouter un service");
-define('current_services', "Services existants");
-define('max_slot_qty', "Quantité de Slots max.");
-define('min_slot_qty', "Quantité de Slots min.");
-define('ftp_account', "Compte FTP");
-define('select_install_method', "Choisir la méthode d'installation");
-define('url_for_manual_install', "URL pour installation manuelle");
-define('description', "Description");
-define('image_url', "URL de l'image");
-define('access_rights', "Droits d'accès");
-define('allow_update', "Autoriser la Mise à Jour");
-define('allow_file_management', "Autoriser la Gestion des Fichiers");
-define('allow_parameter_usage', "Autoriser l'usage des Paramètres");
-define('allow_extra_parameters_usage', "Autoriser les Paramètres Personnalisés");
-define('allow_ftp_usage', "Autoriser le FTP");
-define('allow_custom_fields', "Autoriser les Champs Personnalisés");
-define('enabled', "Activé");
-define('disabled', "Désactivé ");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manuelle depuis une URL");
-define('business', "Entreprise");
-define('business_email', "E-mail d'entreprise");
-define('game_server_order', "Commande Serveur de Jeu");
-define('item', "Objet");
-define('slot_cost', "Coût du Slot");
-define('slot_quantity', "Quantité de Slots");
-define('order_price', "Prix de la Commande");
-define('order', "Commande");
-define('date', "Date");
-define('price', "Prix");
-define('invoice', "Facture");
-define('print_invoice', "Imprimer la facture");
-define('extend', "Etendre");
-?>
+define('OGP_LANG_currency', "Devise");
+define('OGP_LANG_available_invoice_types', "Types de Facturation disponibles");
+define('OGP_LANG_hourly', "Par heure");
+define('OGP_LANG_monthly', "Par mois");
+define('OGP_LANG_annually', "Par an");
+define('OGP_LANG_tax_amount', "Montant de la Taxe");
+define('OGP_LANG_paypal_email', "E-mail PayPal");
+define('OGP_LANG_update_settings', "Mise à jour des paramètres");
+define('OGP_LANG_settings_updated', "Paramètres mis à jour.");
+define('OGP_LANG_payment_gateway', "Moyen de paiement");
+define('OGP_LANG_paygol_service', "Service PayGol");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Information Marchand Skrill");
+define('OGP_LANG_skrill_merchant_id', "ID Marchand");
+define('OGP_LANG_skrill_email', "E-mail Skrill");
+define('OGP_LANG_skrill_secret_word', "Mot secret");
+define('OGP_LANG_skrill_secret_word_info', "Le mot de passe doit être défini à partir de votre compte marchand Skrill,<br>à <b>Paramètres</b>, cliquez sur <b>Paramètres Développeur</b>,<br>Si cette option n'est pas listée, veuillez contacter par e-mail <i>[email protected]</i>.");
+define('OGP_LANG_hash_stored_correctly', "Hash correctement stocké");
+define('OGP_LANG_currency_not_available_at', "La devise \"%s\" n'est pas disponible pour %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Service Robokassa");
+define('OGP_LANG_robokassa_merchant_login', "Login Marchand");
+define('OGP_LANG_robokassa_securepass1', "Mot de passe sécurisé 1");
+define('OGP_LANG_robokassa_securepass2', "Mot de passe sécurisé 2");
+define('OGP_LANG_your_cart', "Votre panier");
+define('OGP_LANG_starting_on', "Dès");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Heure");
+define('OGP_LANG_month', "Mois");
+define('OGP_LANG_year', "Année");
+define('OGP_LANG_hours', "Heures");
+define('OGP_LANG_months', "Mois");
+define('OGP_LANG_years', "Années");
+define('OGP_LANG_service_name', "Nom du service");
+define('OGP_LANG_rcon_pass', "Mot de passe RCON");
+define('OGP_LANG_ftp_pass', "Mot de passe FTP");
+define('OGP_LANG_available_ips', "IPs disponibles");
+define('OGP_LANG_max_players', "Joueurs max");
+define('OGP_LANG_invoice_duration', "Durée");
+define('OGP_LANG_calculate_price', "Calculer le Prix");
+define('OGP_LANG_buy', "ACHETER");
+define('OGP_LANG_back_to_list', "Retourner à la liste");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Sous-total");
+define('OGP_LANG_rate', "Taux");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Enregistrer");
+define('OGP_LANG_you_need_to', "Vous devez vous");
+define('OGP_LANG_register', "enregistrer");
+define('OGP_LANG_and', "et vous");
+define('OGP_LANG_log_in', "connecter");
+define('OGP_LANG_to_purchase_a_service', "pour acheter un service");
+define('OGP_LANG_available_services', "Services disponibles");
+define('OGP_LANG_payment_is_pending_of_approval', "Le paiement est en attente d'approbation.");
+define('OGP_LANG_back_to_your_cart', "Retourner au panier.");
+define('OGP_LANG_expired', "Expiré");
+define('OGP_LANG_removed', "Supprimé");
+define('OGP_LANG_extended', "Prolongé");
+define('OGP_LANG_installation_and_expiration_date', "Installation et date d'expiration");
+define('OGP_LANG_expiration_date', "Date d'expiration");
+define('OGP_LANG_removal_date', "Date de suppresion");
+define('OGP_LANG_installation_date', "Date d'installation");
+define('OGP_LANG_enable_server', "Activer le serveur");
+define('OGP_LANG_success', "Succès");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirection vers le Gestionnaire de Serveurs");
+define('OGP_LANG_starting_installations', "Démarrage de l'installation...");
+define('OGP_LANG_order_id', "ID de Commande");
+define('OGP_LANG_home_name', "Nom du Service");
+define('OGP_LANG_tax', "Taxe");
+define('OGP_LANG_pay_from', "Payer à partir de %s");
+define('OGP_LANG_set_as_paid', "Définir comme payé");
+define('OGP_LANG_create_server', "Créer le Serveur");
+define('OGP_LANG_see_invoice', "Voir la Facture");
+define('OGP_LANG_paid', "Payé");
+define('OGP_LANG_not_paid', "Non payé");
+define('OGP_LANG_procesing_payment', "Paiement en cours");
+define('OGP_LANG_paid_and_installed', "Payé et installé");
+define('OGP_LANG_add_to_cart', "Ajouter au panier");
+define('OGP_LANG_cart_id', "ID du panier");
+define('OGP_LANG_order_desc', "Description de la Commande");
+define('OGP_LANG_remove_from_cart', "Supprimer du panier");
+define('OGP_LANG_remove_cart', "Supprimer le panier");
+define('OGP_LANG_there_are_no_orders_in_cart', "Il n'y a pas de commande dans ce panier.");
+define('OGP_LANG_redirecting_to', "Redirection vers %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Serveur Distant");
+define('OGP_LANG_price_hourly', "Prix / heure");
+define('OGP_LANG_price_monthly', "Prix / mois");
+define('OGP_LANG_price_year', "Prix / année");
+define('OGP_LANG_service_image_url', "URL de Service d'Image");
+define('OGP_LANG_remove_service', "Supprimer le service");
+define('OGP_LANG_add_service', "Ajouter un service");
+define('OGP_LANG_current_services', "Services existants");
+define('OGP_LANG_max_slot_qty', "Quantité de Slots max.");
+define('OGP_LANG_min_slot_qty', "Quantité de Slots min.");
+define('OGP_LANG_ftp_account', "Compte FTP");
+define('OGP_LANG_select_install_method', "Choisir la méthode d'installation");
+define('OGP_LANG_url_for_manual_install', "URL pour installation manuelle");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "URL de l'image");
+define('OGP_LANG_access_rights', "Droits d'accès");
+define('OGP_LANG_allow_update', "Autoriser la Mise à Jour");
+define('OGP_LANG_allow_file_management', "Autoriser la Gestion des Fichiers");
+define('OGP_LANG_allow_parameter_usage', "Autoriser l'usage des Paramètres");
+define('OGP_LANG_allow_extra_parameters_usage', "Autoriser les Paramètres Personnalisés");
+define('OGP_LANG_allow_ftp_usage', "Autoriser le FTP");
+define('OGP_LANG_allow_custom_fields', "Autoriser les Champs Personnalisés");
+define('OGP_LANG_enabled', "Activé");
+define('OGP_LANG_disabled', "Désactivé ");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manuelle depuis une URL");
+define('OGP_LANG_business', "Entreprise");
+define('OGP_LANG_business_email', "E-mail d'entreprise");
+define('OGP_LANG_game_server_order', "Commande Serveur de Jeu");
+define('OGP_LANG_item', "Objet");
+define('OGP_LANG_slot_cost', "Coût du Slot");
+define('OGP_LANG_slot_quantity', "Quantité de Slots");
+define('OGP_LANG_order_price', "Prix de la Commande");
+define('OGP_LANG_order', "Commande");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Prix");
+define('OGP_LANG_invoice', "Facture");
+define('OGP_LANG_print_invoice', "Imprimer la facture");
+define('OGP_LANG_extend', "Etendre");
+?>

+ 130 - 130
lang/German/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,133 +22,133 @@
  *
  */
 
-define('currency', "Währung");
-define('available_invoice_types', "Verfügbare Rechnungsarten");
-define('hourly', "Pro Stunde");
-define('monthly', "Monatlich");
-define('annually', "Jährlich");
-define('tax_amount', "Steuerbetrag");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Einstellungen aktualisiert.");
-define('payment_gateway', "Zahlungs-Gateway");
-define('paygol_service', "PayGol Dienst ");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill Händlerinformationen");
-define('skrill_merchant_id', "Händler ID.");
-define('skrill_email', "Skrill Email
+define('OGP_LANG_currency', "Währung");
+define('OGP_LANG_available_invoice_types', "Verfügbare Rechnungsarten");
+define('OGP_LANG_hourly', "Pro Stunde");
+define('OGP_LANG_monthly', "Monatlich");
+define('OGP_LANG_annually', "Jährlich");
+define('OGP_LANG_tax_amount', "Steuerbetrag");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Einstellungen aktualisieren");
+define('OGP_LANG_settings_updated', "Einstellungen aktualisiert.");
+define('OGP_LANG_payment_gateway', "Zahlungs-Gateway");
+define('OGP_LANG_paygol_service', "PayGol Dienst ");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill Händlerinformationen");
+define('OGP_LANG_skrill_merchant_id', "Händler-ID");
+define('OGP_LANG_skrill_email', "Skrill Email
 ");
-define('skrill_secret_word', "Geheimwort");
-define('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>.");
-define('hash_stored_correctly', "Hash richtig gespeichert");
-define('currency_not_available_at', "Die Währung \"%s\" ist bei %s nicht verfügbar.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service ");
-define('robokassa_merchant_login', "Händler Login");
-define('robokassa_securepass1', "Sicheres Kennwort 1");
-define('robokassa_securepass2', "Sicheres Kennwort 2");
-define('your_cart', "Ihr Warenkorb");
-define('starting_on', "Ab");
-define('slots', "Slots");
-define('hour', "Stunde");
-define('month', "Monat");
-define('year', "Jahr");
-define('hours', "Stunden");
-define('months', "Monate");
-define('years', "Jahre");
-define('service_name', "Dienst name");
-define('rcon_pass', "RCON passwort");
-define('ftp_pass', "FTP passwort");
-define('available_ips', "Available IPs");
-define('max_players', "Max Spieler");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "KAUFEN");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Preis");
-define('total', "Insgesamt");
-define('save', "Speichern");
-define('you_need_to', "Sie müssen");
-define('register', "Registrieren Sie sich");
-define('and', "und");
-define('log_in', "Anmelden");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Abgelaufen");
-define('removed', "Entfernt");
-define('extended', "Verlängert");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installationsdatum");
-define('enable_server', "Server aktivieren");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
-define('order_id', "Bestell-Nr.");
-define('home_name', "Home Name");
-define('tax', "Steuer");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "Siehe Rechnung");
-define('paid', "Bezahlt");
-define('not_paid', "Nicht Bezahlt");
-define('procesing_payment', "Zahlung bearbeiten");
-define('paid_and_installed', "Bezahlt und installiert");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Warenkorb-ID");
-define('order_desc', "Bestellbezeichnung");
-define('remove_from_cart', "Aus dem Warenkorb entfernen");
-define('remove_cart', "Warenkorb entfernen");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Remote Server");
-define('price_hourly', "Preis Stündlich");
-define('price_monthly', "Preis monatlich");
-define('price_year', "Preis jährlich");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Aktuelle Dienste");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
-define('description', "Beschreibung");
-define('image_url', "Image URL");
-define('access_rights', "Rechte");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Allow File Management");
-define('allow_parameter_usage', "Allow Parameter Usage");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Aktiviert");
-define('disabled', "Deaktiviert");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Geschäft");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Artikel");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Bestellpreis");
-define('order', "Bestellpreis");
-define('date', "Datum");
-define('price', "Preis");
-define('invoice', "Rechnung");
-define('print_invoice', "Rechnung ausdrucken");
-define('extend', "Verlängern");
-?>
+define('OGP_LANG_skrill_secret_word', "Geheimwort");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash richtig gespeichert");
+define('OGP_LANG_currency_not_available_at', "Die Währung \"%s\" ist bei %s nicht verfügbar.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service ");
+define('OGP_LANG_robokassa_merchant_login', "Händler Login");
+define('OGP_LANG_robokassa_securepass1', "Sicheres Kennwort 1");
+define('OGP_LANG_robokassa_securepass2', "Sicheres Kennwort 2");
+define('OGP_LANG_your_cart', "Ihr Warenkorb");
+define('OGP_LANG_starting_on', "Ab");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Stunde");
+define('OGP_LANG_month', "Monat");
+define('OGP_LANG_year', "Jahr");
+define('OGP_LANG_hours', "Stunden");
+define('OGP_LANG_months', "Monate");
+define('OGP_LANG_years', "Jahre");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Passwort");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Verfügbare IPs");
+define('OGP_LANG_max_players', "Max. Spieler");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Preis berechnen");
+define('OGP_LANG_buy', "KAUFEN");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Zwischensumme");
+define('OGP_LANG_rate', "Preis");
+define('OGP_LANG_total', "Insgesamt");
+define('OGP_LANG_save', "Speichern");
+define('OGP_LANG_you_need_to', "Sie müssen");
+define('OGP_LANG_register', "Registrieren Sie sich");
+define('OGP_LANG_and', "und");
+define('OGP_LANG_log_in', "Anmelden");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Abgelaufen");
+define('OGP_LANG_removed', "Entfernt");
+define('OGP_LANG_extended', "Verlängert");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Verfallsdatum");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installationsdatum");
+define('OGP_LANG_enable_server', "Server aktivieren");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Bestell-Nr.");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Steuer");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "Siehe Rechnung");
+define('OGP_LANG_paid', "Bezahlt");
+define('OGP_LANG_not_paid', "Nicht Bezahlt");
+define('OGP_LANG_procesing_payment', "Zahlung bearbeiten");
+define('OGP_LANG_paid_and_installed', "Bezahlt und installiert");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Warenkorb-ID");
+define('OGP_LANG_order_desc', "Bestellbezeichnung");
+define('OGP_LANG_remove_from_cart', "Aus dem Warenkorb entfernen");
+define('OGP_LANG_remove_cart', "Warenkorb entfernen");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Preis Stündlich");
+define('OGP_LANG_price_monthly', "Preis monatlich");
+define('OGP_LANG_price_year', "Preis jährlich");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Aktuelle Dienste");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Beschreibung");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Rechte");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Aktiviert");
+define('OGP_LANG_disabled', "Deaktiviert");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Geschäft");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Artikel");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Bestellpreis");
+define('OGP_LANG_order', "Bestellpreis");
+define('OGP_LANG_date', "Datum");
+define('OGP_LANG_price', "Preis");
+define('OGP_LANG_invoice', "Rechnung");
+define('OGP_LANG_print_invoice', "Rechnung ausdrucken");
+define('OGP_LANG_extend', "Verlängern");
+?>

+ 130 - 130
lang/Hungarian/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Valuta");
-define('available_invoice_types', "Elérhető számla típusok");
-define('hourly', "Óránkénti");
-define('monthly', "Havi");
-define('annually', "Évente");
-define('tax_amount', "Adó összege");
-define('paypal_email', "PayPal e-mail");
-define('update_settings', "Beállítások frissítése");
-define('settings_updated', "Beállítások frissítve.");
-define('payment_gateway', "Fizetési átjáró");
-define('paygol_service', "PayGol szolgáltatás");
-define('paygol_service_id', "PayGol szolgáltatás ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill kereskedő információ");
-define('skrill_merchant_id', "Merchant ID");
-define('skrill_email', "Skrill e-mail");
-define('skrill_secret_word', "Titkos szó");
-define('skrill_secret_word_info', "A jelszót mezőt kötelező kitölteni a Skrill piac felhasználónévvel <br>a <b>Beállítások</b> <b>Fejlesztői beállítások</b> menüben. <br> Ha ez az opció nem található, küldj egy e-mail-t a <i>[email protected]</i>-ra.");
-define('hash_stored_correctly', "Hash helyesen tárolva");
-define('currency_not_available_at', "A valuta \"%s\" nem áll rendelkezésre %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa szolgáltatás");
-define('robokassa_merchant_login', "Merchant bejelentkezés");
-define('robokassa_securepass1', "Biztonságos jelszó 1");
-define('robokassa_securepass2', "Biztonságos jelszó 2");
-define('your_cart', "Kosarad");
-define('starting_on', "Induló ár");
-define('slots', "Férőhelyek");
-define('hour', "Óra");
-define('month', "Hónap");
-define('year', "Év");
-define('hours', "Órák");
-define('months', "Hónapok");
-define('years', "Évek");
-define('service_name', "Szolgáltatás neve");
-define('rcon_pass', "RCON jelszó");
-define('ftp_pass', "FTP jelszó");
-define('available_ips', "Elérhető IP-k");
-define('max_players', "Max. játékosok");
-define('invoice_duration', "Számla Időtartam");
-define('calculate_price', "Ár kiszámítása");
-define('buy', "MEGVESZ");
-define('back_to_list', "Vissza a listához");
-define('ip', "IP");
-define('subtotal', "Részösszeg");
-define('rate', "Arány");
-define('total', "Összes");
-define('save', "Mentés");
-define('you_need_to', "Neked kell");
-define('register', "Regisztráció");
-define('and', "és");
-define('log_in', "Belépés");
-define('to_purchase_a_service', "a szolgáltatás megvásárlásához");
-define('available_services', "Elérhető szolgáltatások");
-define('payment_is_pending_of_approval', "A fizetés függőben jóváhagyásig.");
-define('back_to_your_cart', "Menj vissza a kosaradhoz.");
-define('expired', "Lejárt");
-define('removed', "Eltávolítva");
-define('extended', "Kiterjesztve");
-define('installation_and_expiration_date', "Telepítési és lejárati dátum");
-define('expiration_date', "Lejárati dátum");
-define('removal_date', "Eltávolítási dátum");
-define('installation_date', "Telepítési dátum");
-define('enable_server', "Szerver engedélyezve");
-define('success', "SIKERES");
-define('redirecting_to_game_monitor', "Átirányítás a Szerver felügyeletbe...");
-define('starting_installations', "A telepítés elkezdése...");
-define('order_id', "Rendelés ID");
-define('home_name', "Home név");
-define('tax', "Adó");
-define('pay_from', "Fizetés erről %s");
-define('set_as_paid', "Megjelölés fizetettnek");
-define('create_server', "Szerver létrehozása");
-define('see_invoice', "Számla megtekintése");
-define('paid', "Fizetett");
-define('not_paid', "Nem fizetett");
-define('procesing_payment', "Fizetés feldolgozása");
-define('paid_and_installed', "Fizetve és telepítve");
-define('add_to_cart', "Hozzáadás a kosárhoz");
-define('cart_id', "Kosár ID");
-define('order_desc', "Rendelés leírása");
-define('remove_from_cart', "Eltávolítás a kosárból");
-define('remove_cart', "Kosár eltávolítása");
-define('there_are_no_orders_in_cart', "Nincsenek megrendelések a kosárban.");
-define('redirecting_to', "Átirányítás ide %s...");
-define('id', "ID#");
-define('remote_server', "Távoli szerver");
-define('price_hourly', "Órankénti ár");
-define('price_monthly', "Havi ár");
-define('price_year', "Éves ár");
-define('service_image_url', "Szolgáltatás kép link");
-define('remove_service', "Távoli szolgáltatás");
-define('add_service', "Szolgáltatások hozzáadása");
-define('current_services', "Aktuális szolgáltatások");
-define('max_slot_qty', "Max. férőhely mennyiség");
-define('min_slot_qty', "Min. férőhely mennyiség");
-define('ftp_account', "FTP fiók");
-define('select_install_method', "Válassz telepítési módszert");
-define('url_for_manual_install', "URL a manuális telepítéshez");
-define('description', "Leírás");
-define('image_url', "Kép link");
-define('access_rights', "Hozzáférési jogok");
-define('allow_update', "Frissítés engedélyezése");
-define('allow_file_management', "Fájlkezelés engedélyezése");
-define('allow_parameter_usage', "Paraméter használat engedélyezése");
-define('allow_extra_parameters_usage', "Extra paraméterek használatának engedélyezése");
-define('allow_ftp_usage', "FTP használatának engedélyezése");
-define('allow_custom_fields', "Egyéni mezők engedélyezése");
-define('enabled', "Engedélyezve");
-define('disabled', "Letiltva");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manuális linkről");
-define('business', "Üzlet");
-define('business_email', "Üzleti e-mail");
-define('game_server_order', "Játék szerver rendelés");
-define('item', "Tétel");
-define('slot_cost', "Férőhely ára");
-define('slot_quantity', "Slot mennyiség");
-define('order_price', "Rendelési ár");
-define('order', "Rendelés");
-define('date', "Dátum");
-define('price', "Ár");
-define('invoice', "Számla");
-define('print_invoice', "Számla nyomtatása");
-define('extend', "Kiterjeszt");
-?>
+define('OGP_LANG_currency', "Valuta");
+define('OGP_LANG_available_invoice_types', "Elérhető számla típusok");
+define('OGP_LANG_hourly', "Óránkénti");
+define('OGP_LANG_monthly', "Havi");
+define('OGP_LANG_annually', "Évente");
+define('OGP_LANG_tax_amount', "Adó összege");
+define('OGP_LANG_paypal_email', "PayPal e-mail");
+define('OGP_LANG_update_settings', "Beállítások frissítése");
+define('OGP_LANG_settings_updated', "Beállítások frissítve.");
+define('OGP_LANG_payment_gateway', "Fizetési átjáró");
+define('OGP_LANG_paygol_service', "PayGol szolgáltatás");
+define('OGP_LANG_paygol_service_id', "PayGol szolgáltatás ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill kereskedő információ");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill e-mail");
+define('OGP_LANG_skrill_secret_word', "Titkos szó");
+define('OGP_LANG_skrill_secret_word_info', "A jelszót mezőt kötelező kitölteni a Skrill piac felhasználónévvel <br>a <b>Beállítások</b> <b>Fejlesztői beállítások</b> menüben. <br> Ha ez az opció nem található, küldj egy e-mail-t a <i>[email protected]</i>-ra.");
+define('OGP_LANG_hash_stored_correctly', "Hash helyesen tárolva");
+define('OGP_LANG_currency_not_available_at', "A valuta \"%s\" nem áll rendelkezésre %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa szolgáltatás");
+define('OGP_LANG_robokassa_merchant_login', "Merchant bejelentkezés");
+define('OGP_LANG_robokassa_securepass1', "Biztonságos jelszó 1");
+define('OGP_LANG_robokassa_securepass2', "Biztonságos jelszó 2");
+define('OGP_LANG_your_cart', "Kosarad");
+define('OGP_LANG_starting_on', "Induló ár");
+define('OGP_LANG_slots', "Férőhelyek");
+define('OGP_LANG_hour', "Óra");
+define('OGP_LANG_month', "Hónap");
+define('OGP_LANG_year', "Év");
+define('OGP_LANG_hours', "Órák");
+define('OGP_LANG_months', "Hónapok");
+define('OGP_LANG_years', "Évek");
+define('OGP_LANG_service_name', "Szolgáltatás neve");
+define('OGP_LANG_rcon_pass', "RCON jelszó");
+define('OGP_LANG_ftp_pass', "FTP jelszó");
+define('OGP_LANG_available_ips', "Elérhető IP-k");
+define('OGP_LANG_max_players', "Max. játékosok");
+define('OGP_LANG_invoice_duration', "Számla időtartama");
+define('OGP_LANG_calculate_price', "Ár kiszámítása");
+define('OGP_LANG_buy', "MEGVESZ");
+define('OGP_LANG_back_to_list', "Vissza a listához");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Részösszeg");
+define('OGP_LANG_rate', "Arány");
+define('OGP_LANG_total', "Összes");
+define('OGP_LANG_save', "Mentés");
+define('OGP_LANG_you_need_to', "Neked kell");
+define('OGP_LANG_register', "Regisztráció");
+define('OGP_LANG_and', "és");
+define('OGP_LANG_log_in', "Belépés");
+define('OGP_LANG_to_purchase_a_service', "a szolgáltatás megvásárlásához");
+define('OGP_LANG_available_services', "Elérhető szolgáltatások");
+define('OGP_LANG_payment_is_pending_of_approval', "A fizetés függőben jóváhagyásig.");
+define('OGP_LANG_back_to_your_cart', "Menj vissza a kosaradhoz.");
+define('OGP_LANG_expired', "Lejárt");
+define('OGP_LANG_removed', "Eltávolítva");
+define('OGP_LANG_extended', "Kiterjesztve");
+define('OGP_LANG_installation_and_expiration_date', "Telepítési és lejárati dátum");
+define('OGP_LANG_expiration_date', "Lejárati dátum");
+define('OGP_LANG_removal_date', "Eltávolítási dátum");
+define('OGP_LANG_installation_date', "Telepítési dátum");
+define('OGP_LANG_enable_server', "Szerver engedélyezve");
+define('OGP_LANG_success', "SIKERES");
+define('OGP_LANG_redirecting_to_game_monitor', "Átirányítás a Játékfigyelőbe...");
+define('OGP_LANG_starting_installations', "A telepítés indítása...");
+define('OGP_LANG_order_id', "Rendelés ID");
+define('OGP_LANG_home_name', "Szerver név");
+define('OGP_LANG_tax', "Adó");
+define('OGP_LANG_pay_from', "Fizetés erről %s");
+define('OGP_LANG_set_as_paid', "Megjelölés fizetettnek");
+define('OGP_LANG_create_server', "Szerver létrehozása");
+define('OGP_LANG_see_invoice', "Számla megtekintése");
+define('OGP_LANG_paid', "Fizetett");
+define('OGP_LANG_not_paid', "Nem fizetett");
+define('OGP_LANG_procesing_payment', "Fizetés feldolgozása");
+define('OGP_LANG_paid_and_installed', "Fizetve és telepítve");
+define('OGP_LANG_add_to_cart', "Hozzáadás a kosárhoz");
+define('OGP_LANG_cart_id', "Kosár ID");
+define('OGP_LANG_order_desc', "Rendelés leírása");
+define('OGP_LANG_remove_from_cart', "Eltávolítás a kosárból");
+define('OGP_LANG_remove_cart', "Kosár eltávolítása");
+define('OGP_LANG_there_are_no_orders_in_cart', "Nincsenek megrendelések a kosárban.");
+define('OGP_LANG_redirecting_to', "Átirányítás ide %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Távoli szerver");
+define('OGP_LANG_price_hourly', "Órankénti ár");
+define('OGP_LANG_price_monthly', "Havi ár");
+define('OGP_LANG_price_year', "Éves ár");
+define('OGP_LANG_service_image_url', "Szolgáltatás kép link");
+define('OGP_LANG_remove_service', "Távoli szolgáltatás");
+define('OGP_LANG_add_service', "Szolgáltatások hozzáadása");
+define('OGP_LANG_current_services', "Aktuális szolgáltatások");
+define('OGP_LANG_max_slot_qty', "Max. férőhely mennyiség");
+define('OGP_LANG_min_slot_qty', "Min. férőhely mennyiség");
+define('OGP_LANG_ftp_account', "FTP fiók");
+define('OGP_LANG_select_install_method', "Válassz telepítési módszert");
+define('OGP_LANG_url_for_manual_install', "URL a kézi telepítéshez");
+define('OGP_LANG_description', "Leírás");
+define('OGP_LANG_image_url', "Kép URL");
+define('OGP_LANG_access_rights', "Hozzáférési jogok");
+define('OGP_LANG_allow_update', "Frissítés engedélyezése");
+define('OGP_LANG_allow_file_management', "Fájlkezelés engedélyezése");
+define('OGP_LANG_allow_parameter_usage', "Paraméter használat engedélyezése");
+define('OGP_LANG_allow_extra_parameters_usage', "Extra paraméterek használatának engedélyezése");
+define('OGP_LANG_allow_ftp_usage', "FTP használatának engedélyezése");
+define('OGP_LANG_allow_custom_fields', "Egyéni mezők engedélyezése");
+define('OGP_LANG_enabled', "Engedélyezve");
+define('OGP_LANG_disabled', "Letiltva");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manuális linkről");
+define('OGP_LANG_business', "Üzlet");
+define('OGP_LANG_business_email', "Üzleti e-mail");
+define('OGP_LANG_game_server_order', "Játék szerver rendelés");
+define('OGP_LANG_item', "Tétel");
+define('OGP_LANG_slot_cost', "Férőhely ára");
+define('OGP_LANG_slot_quantity', "Slot mennyiség");
+define('OGP_LANG_order_price', "Rendelési ár");
+define('OGP_LANG_order', "Rendelés");
+define('OGP_LANG_date', "Dátum");
+define('OGP_LANG_price', "Ár");
+define('OGP_LANG_invoice', "Számla");
+define('OGP_LANG_print_invoice', "Számla nyomtatása");
+define('OGP_LANG_extend', "Kiterjeszt");
+?>

+ 130 - 130
lang/Italian/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Currency");
-define('available_invoice_types', "Available Invoice Types");
-define('hourly', "Hourly");
-define('monthly', "Monthly");
-define('annually', "Annually");
-define('tax_amount', "Tax Amount");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Settings Updated.");
-define('payment_gateway', "Payment Gateway");
-define('paygol_service', "PayGol Service");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill merchant information");
-define('skrill_merchant_id', "Merchant ID.");
-define('skrill_email', "Skrill Email");
-define('skrill_secret_word', "Secret word");
-define('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>.");
-define('hash_stored_correctly', "Hash stored correctly");
-define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service");
-define('robokassa_merchant_login', "Merchant Login");
-define('robokassa_securepass1', "Secure Password 1");
-define('robokassa_securepass2', "Secure Password 2");
-define('your_cart', "Your Cart");
-define('starting_on', "Starting on");
-define('slots', "Slots");
-define('hour', "Hour");
-define('month', "Month");
-define('year', "Year");
-define('hours', "Hours");
-define('months', "Months");
-define('years', "Years");
-define('service_name', "Service name");
-define('rcon_pass', "RCON password");
-define('ftp_pass', "FTP password");
-define('available_ips', "Available IPs");
-define('max_players', "Max Players");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "BUY");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Rate");
-define('total', "Total");
-define('save', "Save");
-define('you_need_to', "You need to");
-define('register', "Register");
-define('and', "and");
-define('log_in', "Log In");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Expired");
-define('removed', "Removed");
-define('extended', "Extended");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installation date");
-define('enable_server', "Enable server");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
-define('order_id', "Order ID");
-define('home_name', "Home Name");
-define('tax', "Tax");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "See Invoice");
-define('paid', "Paid");
-define('not_paid', "Not Paid");
-define('procesing_payment', "Processing Payment");
-define('paid_and_installed', "Paid And Installed");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Cart ID");
-define('order_desc', "Order Description");
-define('remove_from_cart', "Remove From Cart");
-define('remove_cart', "Remove Cart");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Remote Server");
-define('price_hourly', "Price Hourly");
-define('price_monthly', "Price Monthly");
-define('price_year', "Price Year");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Current Services");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
-define('description', "Description");
-define('image_url', "Image URL");
-define('access_rights', "Access Rights");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Allow File Management");
-define('allow_parameter_usage', "Allow Parameter Usage");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Enabled");
-define('disabled', "Disabled");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Business");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Item");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Order Price");
-define('order', "Order");
-define('date', "Date");
-define('price', "Price");
-define('invoice', "Invoice");
-define('print_invoice', "Print Invoice");
-define('extend', "Extend");
-?>
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 153 - 0
lang/Persian/modules/simple-billing.php

@@ -0,0 +1,153 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 130 - 130
lang/Polish/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Currency");
-define('available_invoice_types', "Available Invoice Types");
-define('hourly', "Hourly");
-define('monthly', "Monthly");
-define('annually', "Annually");
-define('tax_amount', "Tax Amount");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Settings Updated.");
-define('payment_gateway', "Payment Gateway");
-define('paygol_service', "PayGol Service");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill merchant information");
-define('skrill_merchant_id', "Merchant ID.");
-define('skrill_email', "Skrill Email");
-define('skrill_secret_word', "Secret word");
-define('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>.");
-define('hash_stored_correctly', "Hash stored correctly");
-define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service");
-define('robokassa_merchant_login', "Merchant Login");
-define('robokassa_securepass1', "Secure Password 1");
-define('robokassa_securepass2', "Secure Password 2");
-define('your_cart', "Your Cart");
-define('starting_on', "Starting on");
-define('slots', "Slots");
-define('hour', "Hour");
-define('month', "Month");
-define('year', "Year");
-define('hours', "Hours");
-define('months', "Months");
-define('years', "Years");
-define('service_name', "Service name");
-define('rcon_pass', "RCON password");
-define('ftp_pass', "FTP password");
-define('available_ips', "Available IPs");
-define('max_players', "Max Players");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "BUY");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Rate");
-define('total', "Total");
-define('save', "Save");
-define('you_need_to', "You need to");
-define('register', "Register");
-define('and', "and");
-define('log_in', "Log In");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Expired");
-define('removed', "Removed");
-define('extended', "Extended");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installation date");
-define('enable_server', "Enable server");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
-define('order_id', "Order ID");
-define('home_name', "Home Name");
-define('tax', "Tax");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "See Invoice");
-define('paid', "Paid");
-define('not_paid', "Not Paid");
-define('procesing_payment', "Processing Payment");
-define('paid_and_installed', "Paid And Installed");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Cart ID");
-define('order_desc', "Order Description");
-define('remove_from_cart', "Remove From Cart");
-define('remove_cart', "Remove Cart");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Serwer Zdalny");
-define('price_hourly', "Price Hourly");
-define('price_monthly', "Price Monthly");
-define('price_year', "Price Year");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Current Services");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
-define('description', "Description");
-define('image_url', "Image URL");
-define('access_rights', "Access Rights");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Allow File Management");
-define('allow_parameter_usage', "Pozwól Użycie parametru");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Enabled");
-define('disabled', "Disabled");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Business");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Item");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Order Price");
-define('order', "Order");
-define('date', "Date");
-define('price', "Price");
-define('invoice', "Invoice");
-define('print_invoice', "Print Invoice");
-define('extend', "Extend");
-?>
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Serwer Zdalny");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Pozwól Użycie parametru");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 153 - 0
lang/Portuguese(Brazil)/modules/simple-billing.php

@@ -0,0 +1,153 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_currency', "Moeda");
+define('OGP_LANG_available_invoice_types', "Tipos de fatura disponíveis");
+define('OGP_LANG_hourly', "Por hora");
+define('OGP_LANG_monthly', "Por mês");
+define('OGP_LANG_annually', "Anualmente");
+define('OGP_LANG_tax_amount', "Montante do Imposto");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Atualizar configurações");
+define('OGP_LANG_settings_updated', "Configurações atualizadas.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol ervice");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Informação comercial da Skrill");
+define('OGP_LANG_skrill_merchant_id', "ID do comerciante");
+define('OGP_LANG_skrill_email', "Email Skrill");
+define('OGP_LANG_skrill_secret_word', "Palavra secreta");
+define('OGP_LANG_skrill_secret_word_info', "A senha deve ser definida a partir da sua conta comercial Skrill,<br>em<b>configurações</b> clique em <b>Configurações do Desenvolvedor</b>.<br>Se esta opção não estiver listada, envie um email para <i>[email protected]</i>.");
+define('OGP_LANG_hash_stored_correctly', "Hash armazenado corretamente");
+define('OGP_LANG_currency_not_available_at', "A moeda \"%s\" não está disponível em %s.");
+define('OGP_LANG_robokassa', "Robokass");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Login do comerciante");
+define('OGP_LANG_robokassa_securepass1', "Senha segura 1");
+define('OGP_LANG_robokassa_securepass2', "Senha segura 2");
+define('OGP_LANG_your_cart', "Seu carrinho");
+define('OGP_LANG_starting_on', "Começando");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hora");
+define('OGP_LANG_month', "Mês");
+define('OGP_LANG_year', "Ano");
+define('OGP_LANG_hours', "Horas");
+define('OGP_LANG_months', "Meses");
+define('OGP_LANG_years', "Anos");
+define('OGP_LANG_service_name', "Nome do Serviço");
+define('OGP_LANG_rcon_pass', "Senha do RCON");
+define('OGP_LANG_ftp_pass', "Senha de FTP");
+define('OGP_LANG_available_ips', "IPs disponíveis");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Duração da fatura");
+define('OGP_LANG_calculate_price', "Calcule o preço");
+define('OGP_LANG_buy', "COMPRAR");
+define('OGP_LANG_back_to_list', "Voltar à lista");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Taxa");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "guardar");
+define('OGP_LANG_you_need_to', "Você precisa");
+define('OGP_LANG_register', "Registar");
+define('OGP_LANG_and', "e");
+define('OGP_LANG_log_in', "Entrar");
+define('OGP_LANG_to_purchase_a_service', "para comprar um serviço");
+define('OGP_LANG_available_services', "Serviços Disponíveis");
+define('OGP_LANG_payment_is_pending_of_approval', "O pagamento está pendente de aprovação.");
+define('OGP_LANG_back_to_your_cart', "Volte para o seu carrinho.");
+define('OGP_LANG_expired', "Expirado");
+define('OGP_LANG_removed', "Removido");
+define('OGP_LANG_extended', "Estendido");
+define('OGP_LANG_installation_and_expiration_date', "Data de instalação e expiração");
+define('OGP_LANG_expiration_date', "Data de validade");
+define('OGP_LANG_removal_date', "Data de remoção");
+define('OGP_LANG_installation_date', "Data de instalação");
+define('OGP_LANG_enable_server', "Ativar servidor");
+define('OGP_LANG_success', "SUCESSO");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecionando para Game Monitor ...");
+define('OGP_LANG_starting_installations', "Iniciando a instalação ...");
+define('OGP_LANG_order_id', "ID da encomenda");
+define('OGP_LANG_home_name', "Nome de diretório");
+define('OGP_LANG_tax', "Imposto");
+define('OGP_LANG_pay_from', "Pagar de %s");
+define('OGP_LANG_set_as_paid', "Definir como pago");
+define('OGP_LANG_create_server', "Criar Servidor");
+define('OGP_LANG_see_invoice', "Ver Fatura");
+define('OGP_LANG_paid', "Pago");
+define('OGP_LANG_not_paid', "Não pago");
+define('OGP_LANG_procesing_payment', "Processamento de Pagamento");
+define('OGP_LANG_paid_and_installed', "Pago e instalado");
+define('OGP_LANG_add_to_cart', "Adicionar ao carrinho");
+define('OGP_LANG_cart_id', "ID do carrinho");
+define('OGP_LANG_order_desc', "Descrição do pedido");
+define('OGP_LANG_remove_from_cart', "Remover do carrinho");
+define('OGP_LANG_remove_cart', "Remover carrinho");
+define('OGP_LANG_there_are_no_orders_in_cart', "Não há pedidos neste carrinho.");
+define('OGP_LANG_redirecting_to', "Redirecionando para %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Servidor remoto");
+define('OGP_LANG_price_hourly', "Preço hora");
+define('OGP_LANG_price_monthly', "Preço mês");
+define('OGP_LANG_price_year', "Preço ano");
+define('OGP_LANG_service_image_url', "URL da imagem do serviço");
+define('OGP_LANG_remove_service', "Remover o serviço");
+define('OGP_LANG_add_service', "Adicionar serviço");
+define('OGP_LANG_current_services', "Serviços atuais");
+define('OGP_LANG_max_slot_qty', "Max. Quantidade de slots");
+define('OGP_LANG_min_slot_qty', "Min. Quantidade de slots");
+define('OGP_LANG_ftp_account', "Conta FTP");
+define('OGP_LANG_select_install_method', "Selecione o método de instalação");
+define('OGP_LANG_url_for_manual_install', "URL para Instalação Manual");
+define('OGP_LANG_description', "Descrição");
+define('OGP_LANG_image_url', "imagem URL");
+define('OGP_LANG_access_rights', "Direitos de acesso");
+define('OGP_LANG_allow_update', "Permitir atualização");
+define('OGP_LANG_allow_file_management', "Permitir gerenciamento de arquivos");
+define('OGP_LANG_allow_parameter_usage', "Permitir o uso de parâmetros");
+define('OGP_LANG_allow_extra_parameters_usage', "Permitir uso de parâmetros extras");
+define('OGP_LANG_allow_ftp_usage', "Permitir uso de FTP");
+define('OGP_LANG_allow_custom_fields', "Permitir campos personalizados");
+define('OGP_LANG_enabled', "Ativado");
+define('OGP_LANG_disabled', "Desativado");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual de URL");
+define('OGP_LANG_business', "O negócio");
+define('OGP_LANG_business_email', "Email Comercial");
+define('OGP_LANG_game_server_order', "Ordem do servidor de jogos");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Custo do slot");
+define('OGP_LANG_slot_quantity', "Quantidade de slots");
+define('OGP_LANG_order_price', "Preço da ordem");
+define('OGP_LANG_order', "Ordem");
+define('OGP_LANG_date', "Data");
+define('OGP_LANG_price', "Preço");
+define('OGP_LANG_invoice', "Fatura");
+define('OGP_LANG_print_invoice', "Imprimir fatura");
+define('OGP_LANG_extend', "Estender");
+?>

+ 130 - 130
lang/Portuguese/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Currency");
-define('available_invoice_types', "Available Invoice Types");
-define('hourly', "Hourly");
-define('monthly', "Monthly");
-define('annually', "Annually");
-define('tax_amount', "Tax Amount");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Settings Updated.");
-define('payment_gateway', "Payment Gateway");
-define('paygol_service', "PayGol Service");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill merchant information");
-define('skrill_merchant_id', "Merchant ID.");
-define('skrill_email', "Skrill Email");
-define('skrill_secret_word', "Secret word");
-define('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>.");
-define('hash_stored_correctly', "Hash stored correctly");
-define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service");
-define('robokassa_merchant_login', "Merchant Login");
-define('robokassa_securepass1', "Secure Password 1");
-define('robokassa_securepass2', "Secure Password 2");
-define('your_cart', "Your Cart");
-define('starting_on', "Starting on");
-define('slots', "Slots");
-define('hour', "Hour");
-define('month', "Month");
-define('year', "Year");
-define('hours', "Hours");
-define('months', "Months");
-define('years', "Years");
-define('service_name', "Service name");
-define('rcon_pass', "RCON password");
-define('ftp_pass', "FTP password");
-define('available_ips', "Available IPs");
-define('max_players', "Max Players");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "BUY");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Rate");
-define('total', "Total");
-define('save', "Save");
-define('you_need_to', "You need to");
-define('register', "Register");
-define('and', "and");
-define('log_in', "Log In");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Expired");
-define('removed', "Removed");
-define('extended', "Extended");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installation date");
-define('enable_server', "Enable server");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
-define('order_id', "Order ID");
-define('home_name', "Home Name");
-define('tax', "Tax");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "See Invoice");
-define('paid', "Paid");
-define('not_paid', "Not Paid");
-define('procesing_payment', "Processing Payment");
-define('paid_and_installed', "Paid And Installed");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Cart ID");
-define('order_desc', "Order Description");
-define('remove_from_cart', "Remove From Cart");
-define('remove_cart', "Remove Cart");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Remote Server");
-define('price_hourly', "Price Hourly");
-define('price_monthly', "Price Monthly");
-define('price_year', "Price Year");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Current Services");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
-define('description', "Description");
-define('image_url', "Image URL");
-define('access_rights', "Access Rights");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Allow File Management");
-define('allow_parameter_usage', "Allow Parameter Usage");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Enabled");
-define('disabled', "Disabled");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Business");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Item");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Order Price");
-define('order', "Order");
-define('date', "Date");
-define('price', "Price");
-define('invoice', "Invoice");
-define('print_invoice', "Print Invoice");
-define('extend', "Extend");
-?>
+define('OGP_LANG_currency', "Moeda");
+define('OGP_LANG_available_invoice_types', "Tipos de fatura disponíveis");
+define('OGP_LANG_hourly', "Por hora");
+define('OGP_LANG_monthly', "Por mês");
+define('OGP_LANG_annually', "Anualmente");
+define('OGP_LANG_tax_amount', "Montante do Imposto");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Atualizar configurações");
+define('OGP_LANG_settings_updated', "Configurações actualizadas com sucesso.");
+define('OGP_LANG_payment_gateway', "Tipologias de pagamentos");
+define('OGP_LANG_paygol_service', "Serviços via PayGol");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Informação comercial da Skrill");
+define('OGP_LANG_skrill_merchant_id', "ID do comerciante");
+define('OGP_LANG_skrill_email', "Email Skrill");
+define('OGP_LANG_skrill_secret_word', "Palavra secreta");
+define('OGP_LANG_skrill_secret_word_info', "A senha deve ser definida a partir da sua conta comercial Skrill,<br>em<b>configurações</b> clique em <b>Configurações do Desenvolvedor</b>.<br>Se esta opção não estiver listada, envie um email para <i>[email protected]</i>.");
+define('OGP_LANG_hash_stored_correctly', "Hash armazenado corretamente");
+define('OGP_LANG_currency_not_available_at', "A moeda \"%s\" não está disponível em %s.");
+define('OGP_LANG_robokassa', "Robokass");
+define('OGP_LANG_robokassa_service', "Serviço Robokassa");
+define('OGP_LANG_robokassa_merchant_login', "Login do comerciante");
+define('OGP_LANG_robokassa_securepass1', "Password segura 1");
+define('OGP_LANG_robokassa_securepass2', "Password segura 2");
+define('OGP_LANG_your_cart', "O seu carrinho de compras");
+define('OGP_LANG_starting_on', "A começar em");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hora");
+define('OGP_LANG_month', "Mês");
+define('OGP_LANG_year', "Ano");
+define('OGP_LANG_hours', "Horas");
+define('OGP_LANG_months', "Meses");
+define('OGP_LANG_years', "Anos");
+define('OGP_LANG_service_name', "Nome do Serviço");
+define('OGP_LANG_rcon_pass', "Senha do RCON");
+define('OGP_LANG_ftp_pass', "Senha de FTP");
+define('OGP_LANG_available_ips', "IPs disponíveis");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Duração do artigo");
+define('OGP_LANG_calculate_price', "Calcule o preço");
+define('OGP_LANG_buy', "COMPRAR");
+define('OGP_LANG_back_to_list', "Voltar à lista");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Sub-total");
+define('OGP_LANG_rate', "Classificar");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Guardar");
+define('OGP_LANG_you_need_to', "Você precisa de");
+define('OGP_LANG_register', "Registar");
+define('OGP_LANG_and', "e");
+define('OGP_LANG_log_in', "Entrar");
+define('OGP_LANG_to_purchase_a_service', "para comprar um serviço");
+define('OGP_LANG_available_services', "Serviços Disponíveis");
+define('OGP_LANG_payment_is_pending_of_approval', "O pagamento está pendente de aprovação.");
+define('OGP_LANG_back_to_your_cart', "Volte para o seu carrinho.");
+define('OGP_LANG_expired', "Expirado");
+define('OGP_LANG_removed', "Removido");
+define('OGP_LANG_extended', "Estendido");
+define('OGP_LANG_installation_and_expiration_date', "Data de instalação e expiração");
+define('OGP_LANG_expiration_date', "Data de validade");
+define('OGP_LANG_removal_date', "Data de remoção");
+define('OGP_LANG_installation_date', "Data de instalação");
+define('OGP_LANG_enable_server', "Ativar servidor");
+define('OGP_LANG_success', "SUCESSO");
+define('OGP_LANG_redirecting_to_game_monitor', "A redireccionar para o Monitor de Jogos...");
+define('OGP_LANG_starting_installations', "A iniciar a instalação...");
+define('OGP_LANG_order_id', "ID da encomenda");
+define('OGP_LANG_home_name', "Nome de diretório");
+define('OGP_LANG_tax', "Imposto");
+define('OGP_LANG_pay_from', "Pagar de %s");
+define('OGP_LANG_set_as_paid', "Definir como pago");
+define('OGP_LANG_create_server', "Criar Servidor");
+define('OGP_LANG_see_invoice', "Ver Fatura");
+define('OGP_LANG_paid', "Pago");
+define('OGP_LANG_not_paid', "Não pago");
+define('OGP_LANG_procesing_payment', "A processar o pagamento");
+define('OGP_LANG_paid_and_installed', "Pago e instalado com sucesso");
+define('OGP_LANG_add_to_cart', "Adicionar ao carrinho");
+define('OGP_LANG_cart_id', "ID do carrinho");
+define('OGP_LANG_order_desc', "Descrição do pedido");
+define('OGP_LANG_remove_from_cart', "Remover do carrinho");
+define('OGP_LANG_remove_cart', "Remover carrinho");
+define('OGP_LANG_there_are_no_orders_in_cart', "Não há pedidos neste carrinho.");
+define('OGP_LANG_redirecting_to', "Redirecionando para %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Servidor remoto");
+define('OGP_LANG_price_hourly', "Preço hora");
+define('OGP_LANG_price_monthly', "Preço mês");
+define('OGP_LANG_price_year', "Preço ano");
+define('OGP_LANG_service_image_url', "URL da imagem do serviço");
+define('OGP_LANG_remove_service', "Remover o serviço");
+define('OGP_LANG_add_service', "Adicionar serviço");
+define('OGP_LANG_current_services', "Serviços atuais");
+define('OGP_LANG_max_slot_qty', "Max. Quantidade de slots");
+define('OGP_LANG_min_slot_qty', "Min. Quantidade de slots");
+define('OGP_LANG_ftp_account', "Conta FTP");
+define('OGP_LANG_select_install_method', "Selecione o método de instalação");
+define('OGP_LANG_url_for_manual_install', "URL para Instalação Manual");
+define('OGP_LANG_description', "Descrição");
+define('OGP_LANG_image_url', "Link/URL da Imagem");
+define('OGP_LANG_access_rights', "Direitos de acesso");
+define('OGP_LANG_allow_update', "Permitir atualização");
+define('OGP_LANG_allow_file_management', "Permitir gerenciamento de arquivos");
+define('OGP_LANG_allow_parameter_usage', "Permitir o uso de parâmetros");
+define('OGP_LANG_allow_extra_parameters_usage', "Permitir uso de parâmetros extras");
+define('OGP_LANG_allow_ftp_usage', "Permitir uso de FTP");
+define('OGP_LANG_allow_custom_fields', "Permitir campos personalizados");
+define('OGP_LANG_enabled', "Ativado");
+define('OGP_LANG_disabled', "Desativado");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual de URL");
+define('OGP_LANG_business', "O negócio");
+define('OGP_LANG_business_email', "Email Comercial");
+define('OGP_LANG_game_server_order', "Pedido para o servidor de jogos");
+define('OGP_LANG_item', "Artigo");
+define('OGP_LANG_slot_cost', "Custo do slot");
+define('OGP_LANG_slot_quantity', "Quantidade de slots");
+define('OGP_LANG_order_price', "Preço da ordem");
+define('OGP_LANG_order', "Ordem");
+define('OGP_LANG_date', "Data");
+define('OGP_LANG_price', "Preço");
+define('OGP_LANG_invoice', "Fatura");
+define('OGP_LANG_print_invoice', "Imprimir fatura");
+define('OGP_LANG_extend', "Estender");
+?>

+ 153 - 0
lang/Romanian(Romania)/modules/simple-billing.php

@@ -0,0 +1,153 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 130 - 130
lang/Russian/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Currency");
-define('available_invoice_types', "Available Invoice Types");
-define('hourly', "Hourly");
-define('monthly', "Monthly");
-define('annually', "Annually");
-define('tax_amount', "Tax Amount");
-define('paypal_email', "PayPal E-mail");
-define('update_settings', "Update Settings");
-define('settings_updated', "Settings Updated.");
-define('payment_gateway', "Payment Gateway");
-define('paygol_service', "PayGol Service");
-define('paygol_service_id', "PayGol Service ID");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Skrill merchant information");
-define('skrill_merchant_id', "Merchant ID.");
-define('skrill_email', "Skrill Email");
-define('skrill_secret_word', "Secret word");
-define('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>.");
-define('hash_stored_correctly', "Hash stored correctly");
-define('currency_not_available_at', "The currency \"%s\" is not available at %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Robokassa service");
-define('robokassa_merchant_login', "Merchant Login");
-define('robokassa_securepass1', "Secure Password 1");
-define('robokassa_securepass2', "Secure Password 2");
-define('your_cart', "Your Cart");
-define('starting_on', "Starting on");
-define('slots', "Slots");
-define('hour', "Hour");
-define('month', "Month");
-define('year', "Year");
-define('hours', "Hours");
-define('months', "Months");
-define('years', "Years");
-define('service_name', "Service name");
-define('rcon_pass', "RCON password");
-define('ftp_pass', "FTP password");
-define('available_ips', "Available IPs");
-define('max_players', "Лимит игроков");
-define('invoice_duration', "Invoice Duration");
-define('calculate_price', "Calculate Price");
-define('buy', "BUY");
-define('back_to_list', "Back to the list");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Rate");
-define('total', "Total");
-define('save', "сохранить");
-define('you_need_to', "You need to");
-define('register', "Register");
-define('and', "and");
-define('log_in', "Log In");
-define('to_purchase_a_service', "to purchase a service");
-define('available_services', "Available Services");
-define('payment_is_pending_of_approval', "The payment is pending of approval.");
-define('back_to_your_cart', "Go back to your cart.");
-define('expired', "Expired");
-define('removed', "Removed");
-define('extended', "Extended");
-define('installation_and_expiration_date', "Installation and expiration date");
-define('expiration_date', "Expiration date");
-define('removal_date', "Removal date");
-define('installation_date', "Installation date");
-define('enable_server', "Enable server");
-define('success', "SUCCESS");
-define('redirecting_to_game_monitor', "Redirecting to Game Monitor...");
-define('starting_installations', "Starting installations...");
-define('order_id', "Order ID");
-define('home_name', "Home Name");
-define('tax', "Tax");
-define('pay_from', "Pay From %s");
-define('set_as_paid', "Set As Paid");
-define('create_server', "Create Server");
-define('see_invoice', "See Invoice");
-define('paid', "Paid");
-define('not_paid', "Not Paid");
-define('procesing_payment', "Processing Payment");
-define('paid_and_installed', "Paid And Installed");
-define('add_to_cart', "Add To Cart");
-define('cart_id', "Cart ID");
-define('order_desc', "Order Description");
-define('remove_from_cart', "Remove From Cart");
-define('remove_cart', "Remove Cart");
-define('there_are_no_orders_in_cart', "There are no orders in this cart.");
-define('redirecting_to', "Redirecting to %s...");
-define('id', "ID#");
-define('remote_server', "Удалённый сервер");
-define('price_hourly', "Price Hourly");
-define('price_monthly', "Price Monthly");
-define('price_year', "Price Year");
-define('service_image_url', "Service Image URL");
-define('remove_service', "Remove Service");
-define('add_service', "Add Service");
-define('current_services', "Current Services");
-define('max_slot_qty', "Max. Slot Quantity");
-define('min_slot_qty', "Min. Slot Quantity");
-define('ftp_account', "FTP Account");
-define('select_install_method', "Select install method");
-define('url_for_manual_install', "URL For Manual Install");
-define('description', "Description");
-define('image_url', "Image URL");
-define('access_rights', "Права доступа");
-define('allow_update', "Allow Update");
-define('allow_file_management', "Доступ к файлам");
-define('allow_parameter_usage', "Разрешить использование параметров запуска");
-define('allow_extra_parameters_usage', "Allow Extra Parameters Usage");
-define('allow_ftp_usage', "Allow FTP Usage");
-define('allow_custom_fields', "Allow Custom Fields");
-define('enabled', "Enabled");
-define('disabled', "отключён");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual From URL");
-define('business', "Business");
-define('business_email', "Business Email");
-define('game_server_order', "Game Server Order");
-define('item', "Item");
-define('slot_cost', "Slot Cost");
-define('slot_quantity', "Slot Quantity");
-define('order_price', "Order Price");
-define('order', "Order");
-define('date', "Date");
-define('price', "Price");
-define('invoice', "Invoice");
-define('print_invoice', "Print Invoice");
-define('extend', "Extend");
-?>
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "сохранить");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Удалённый сервер");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Права доступа");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Доступ к файлам");
+define('OGP_LANG_allow_parameter_usage', "Разрешить использование параметров запуска");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "отключён");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 130 - 130
lang/Spanish/modules/simple-billing.php

@@ -2,7 +2,7 @@
 /*
  *
  * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 The OGP Development Team
+ * Copyright (C) 2008 - 2017 The OGP Development Team
  *
  * http://www.opengamepanel.org/
  *
@@ -22,132 +22,132 @@
  *
  */
 
-define('currency', "Moneda");
-define('available_invoice_types', "Tipo de facturación");
-define('hourly', "Por horas");
-define('monthly', "Mensual");
-define('annually', "Anual");
-define('tax_amount', "Cantidad de IVA");
-define('paypal_email', "Email de PayPal");
-define('update_settings', "Actualizar configuración");
-define('settings_updated', "Configuración actualizada.");
-define('payment_gateway', "Pasarela de pago");
-define('paygol_service', "Servicio PayGol");
-define('paygol_service_id', "ID de PayGol");
-define('paypal', "PayPal");
-define('paygol', "PayGol");
-define('skrill', "Skrill");
-define('skrill_merchant_info', "Información de cuenta Skrill");
-define('skrill_merchant_id', "ID de Negocio.");
-define('skrill_email', "Email de Skrill");
-define('skrill_secret_word', "Palabra secreta");
-define('skrill_secret_word_info', "La palabra secreta se configura desde su cuenta de negocio de Skrill,<br>en <b>Ajustes</b> pulse sobre <b>Ajustes del desarrollador</b>,<br>si esta opción no aparece envie un email a <i>[email protected]</i>.");
-define('hash_stored_correctly', "Hash guardado correctamente");
-define('currency_not_available_at', "La divisa \"%s\" no esta disponible en %s.");
-define('robokassa', "Robokassa");
-define('robokassa_service', "Servicio Robokassa");
-define('robokassa_merchant_login', "Ususrio Robokassa");
-define('robokassa_securepass1', "Contraseña Segura 1");
-define('robokassa_securepass2', "Contraseña Segura 2");
-define('your_cart', "Su Carro");
-define('starting_on', "Desde");
-define('slots', "Slots");
-define('hour', "Hora");
-define('month', "Mes");
-define('year', "Año");
-define('hours', "Horas");
-define('months', "Meses");
-define('years', "Años");
-define('service_name', "Nombre del servicio");
-define('rcon_pass', "Contraseña RCON");
-define('ftp_pass', "Contraseña FTP");
-define('available_ips', "IP disponibles");
-define('max_players', "Jugadores máximos");
-define('invoice_duration', "Duración");
-define('calculate_price', "Calcular Precio");
-define('buy', "Comprar");
-define('back_to_list', "Volver a la lista");
-define('ip', "IP");
-define('subtotal', "Subtotal");
-define('rate', "Impuesto");
-define('total', "Total");
-define('save', "Guardar");
-define('you_need_to', "Necesitas");
-define('register', "Registrarte");
-define('and', "y");
-define('log_in', "Loguearte");
-define('to_purchase_a_service', "para comprar un servicio");
-define('available_services', "Servicios disponibles");
-define('payment_is_pending_of_approval', "El pago está pendiente de aprovacion.");
-define('back_to_your_cart', "Vuelve a tu carro.");
-define('expired', "Caducado");
-define('removed', "Eliminado");
-define('extended', "Extendido");
-define('installation_and_expiration_date', "Fecha de instalación y caducidad");
-define('expiration_date', "Fecha de caducidad");
-define('removal_date', "Fecha de eliminación");
-define('installation_date', "Fecha de instalación");
-define('enable_server', "Reactivar servicio");
-define('success', "Exito");
-define('redirecting_to_game_monitor', "Redireccionando al monitor...");
-define('starting_installations', "Iniciando instalaciones...");
-define('order_id', "ID de pedido");
-define('home_name', "Nombre Principal");
-define('tax', "Impuesto");
-define('pay_from', "Pagar desde %s");
-define('set_as_paid', "Marcar como pagado");
-define('create_server', "Crear el Servidor");
-define('see_invoice', "Ver Factura");
-define('paid', "Pagado");
-define('not_paid', "No Pagado");
-define('procesing_payment', "Procesando Pago");
-define('paid_and_installed', "Pagado e instalado");
-define('add_to_cart', "Añadir Al Carro");
-define('cart_id', "ID De carro");
-define('order_desc', "Descripcion Del Pedido");
-define('remove_from_cart', "Quitar Del Carro");
-define('remove_cart', "Eliminar El Carro");
-define('there_are_no_orders_in_cart', "No hay ningún pedido en su carro.");
-define('redirecting_to', "Redirigiendo a %s...");
-define('id', "ID#");
-define('remote_server', "Servidor Remoto");
-define('price_hourly', "Precio por hora");
-define('price_monthly', "Precio mensual");
-define('price_year', "Precio anual");
-define('service_image_url', "URL de la imagen");
-define('remove_service', "Eliminar Servicio");
-define('add_service', "Añadir Servicio");
-define('current_services', "Servicios Actuales");
-define('max_slot_qty', "Cantidad Maxima de Slots");
-define('min_slot_qty', "Cantidad Minima de Slots");
-define('ftp_account', "Cuenta FTP");
-define('select_install_method', "Metodo de instalación");
-define('url_for_manual_install', "URL para instalación manual");
-define('description', "Descripción");
-define('image_url', "URL de la imagen");
-define('access_rights', "Derechos de acceso");
-define('allow_update', "Habilitar Actualizaciones");
-define('allow_file_management', "Permitir explorar archivos");
-define('allow_parameter_usage', "Permitir comandos personalizados");
-define('allow_extra_parameters_usage', "Habilitar Parametros Extra");
-define('allow_ftp_usage', "Habilitar FTP");
-define('allow_custom_fields', "Permite campos personalizados");
-define('enabled', "Activado");
-define('disabled', "Deshabilitado");
-define('steam', "Steam");
-define('rsync', "Rsync");
-define('manual_from_url', "Manual desde URL");
-define('business', "Negocio");
-define('business_email', "Email del Negocio");
-define('game_server_order', "Pedido De Servidor De Juegos");
-define('item', "Objeto");
-define('slot_cost', "Coste por Slot");
-define('slot_quantity', "Cantidad de Slots");
-define('order_price', "Precio del Pedido");
-define('order', "Pedido");
-define('date', "Fecha");
-define('price', "Precio");
-define('invoice', "Factura");
-define('print_invoice', "Imprimir Factura");
-define('extend', "Extender");
-?>
+define('OGP_LANG_currency', "Moneda");
+define('OGP_LANG_available_invoice_types', "Tipo de facturación");
+define('OGP_LANG_hourly', "Por horas");
+define('OGP_LANG_monthly', "Mensual");
+define('OGP_LANG_annually', "Anual");
+define('OGP_LANG_tax_amount', "Cantidad de IVA");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Actualizar configuración");
+define('OGP_LANG_settings_updated', "Configuración actualizada.");
+define('OGP_LANG_payment_gateway', "Pasarela de pago");
+define('OGP_LANG_paygol_service', "Servicio PayGol");
+define('OGP_LANG_paygol_service_id', "ID de PayGol");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Información de cuenta Skrill");
+define('OGP_LANG_skrill_merchant_id', "Identificación del comerciante");
+define('OGP_LANG_skrill_email', "Email de Skrill");
+define('OGP_LANG_skrill_secret_word', "Palabra secreta");
+define('OGP_LANG_skrill_secret_word_info', "La palabra secreta se configura desde su cuenta de negocio de Skrill,<br>en <b>Ajustes</b> pulse sobre <b>Ajustes del desarrollador</b>,<br>si esta opción no aparece envie un email a <i>[email protected]</i>.");
+define('OGP_LANG_hash_stored_correctly', "Hash guardado correctamente");
+define('OGP_LANG_currency_not_available_at', "La divisa \"%s\" no esta disponible en %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Servicio Robokassa");
+define('OGP_LANG_robokassa_merchant_login', "Ususrio Robokassa");
+define('OGP_LANG_robokassa_securepass1', "Contraseña Segura 1");
+define('OGP_LANG_robokassa_securepass2', "Contraseña Segura 2");
+define('OGP_LANG_your_cart', "Su Carro");
+define('OGP_LANG_starting_on', "Desde");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hora");
+define('OGP_LANG_month', "Mes");
+define('OGP_LANG_year', "Año");
+define('OGP_LANG_hours', "Horas");
+define('OGP_LANG_months', "Meses");
+define('OGP_LANG_years', "Años");
+define('OGP_LANG_service_name', "Nombre del Servicio");
+define('OGP_LANG_rcon_pass', "Contraseña RCON");
+define('OGP_LANG_ftp_pass', "Contraseña FTP");
+define('OGP_LANG_available_ips', "IP disponibles");
+define('OGP_LANG_max_players', "Max. Jugadores");
+define('OGP_LANG_invoice_duration', "Duración");
+define('OGP_LANG_calculate_price', "Calcular Precio");
+define('OGP_LANG_buy', "Comprar");
+define('OGP_LANG_back_to_list', "Volver a la lista");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Impuesto");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Guardar");
+define('OGP_LANG_you_need_to', "Necesitas");
+define('OGP_LANG_register', "Registrarte");
+define('OGP_LANG_and', "y");
+define('OGP_LANG_log_in', "Loguearte");
+define('OGP_LANG_to_purchase_a_service', "para comprar un servicio");
+define('OGP_LANG_available_services', "Servicios disponibles");
+define('OGP_LANG_payment_is_pending_of_approval', "El pago está pendiente de aprovacion.");
+define('OGP_LANG_back_to_your_cart', "Vuelve a tu carro.");
+define('OGP_LANG_expired', "Caducado");
+define('OGP_LANG_removed', "Eliminado");
+define('OGP_LANG_extended', "Extendido");
+define('OGP_LANG_installation_and_expiration_date', "Fecha de instalación y caducidad");
+define('OGP_LANG_expiration_date', "Fecha de caducidad");
+define('OGP_LANG_removal_date', "Fecha de eliminación");
+define('OGP_LANG_installation_date', "Fecha de instalación");
+define('OGP_LANG_enable_server', "Reactivar servicio");
+define('OGP_LANG_success', "Exito");
+define('OGP_LANG_redirecting_to_game_monitor', "Redireccionando al monitor...");
+define('OGP_LANG_starting_installations', "Inicio de la instalación...");
+define('OGP_LANG_order_id', "ID de pedido");
+define('OGP_LANG_home_name', "Nombre Principal");
+define('OGP_LANG_tax', "Impuesto");
+define('OGP_LANG_pay_from', "Pagar desde %s");
+define('OGP_LANG_set_as_paid', "Marcar como pagado");
+define('OGP_LANG_create_server', "Crear el Servidor");
+define('OGP_LANG_see_invoice', "Ver Factura");
+define('OGP_LANG_paid', "Pagado");
+define('OGP_LANG_not_paid', "No Pagado");
+define('OGP_LANG_procesing_payment', "Procesando Pago");
+define('OGP_LANG_paid_and_installed', "Pagado e instalado");
+define('OGP_LANG_add_to_cart', "Añadir Al Carro");
+define('OGP_LANG_cart_id', "ID De carro");
+define('OGP_LANG_order_desc', "Descripcion Del Pedido");
+define('OGP_LANG_remove_from_cart', "Quitar Del Carro");
+define('OGP_LANG_remove_cart', "Eliminar El Carro");
+define('OGP_LANG_there_are_no_orders_in_cart', "No hay ningún pedido en su carro.");
+define('OGP_LANG_redirecting_to', "Redirigiendo a %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Servidor Remoto");
+define('OGP_LANG_price_hourly', "Precio por hora");
+define('OGP_LANG_price_monthly', "Precio mensual");
+define('OGP_LANG_price_year', "Precio anual");
+define('OGP_LANG_service_image_url', "URL de la imagen");
+define('OGP_LANG_remove_service', "Eliminar Servicio");
+define('OGP_LANG_add_service', "Añadir Servicio");
+define('OGP_LANG_current_services', "Servicios Actuales");
+define('OGP_LANG_max_slot_qty', "Cantidad Maxima de Slots");
+define('OGP_LANG_min_slot_qty', "Cantidad Minima de Slots");
+define('OGP_LANG_ftp_account', "Cuenta FTP");
+define('OGP_LANG_select_install_method', "Metodo de instalación");
+define('OGP_LANG_url_for_manual_install', "URL para la instalación manual");
+define('OGP_LANG_description', "Descripción");
+define('OGP_LANG_image_url', "URL de la imagen");
+define('OGP_LANG_access_rights', "Derechos de acceso");
+define('OGP_LANG_allow_update', "Habilitar Actualizaciones");
+define('OGP_LANG_allow_file_management', "Permitir explorar archivos");
+define('OGP_LANG_allow_parameter_usage', "Permitir comandos personalizados");
+define('OGP_LANG_allow_extra_parameters_usage', "Habilitar Parametros Extra");
+define('OGP_LANG_allow_ftp_usage', "Habilitar FTP");
+define('OGP_LANG_allow_custom_fields', "Permite campos personalizados");
+define('OGP_LANG_enabled', "Activado");
+define('OGP_LANG_disabled', "Deshabilitado");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual desde URL");
+define('OGP_LANG_business', "Negocio");
+define('OGP_LANG_business_email', "Email del Negocio");
+define('OGP_LANG_game_server_order', "Pedido De Servidor De Juegos");
+define('OGP_LANG_item', "Objeto");
+define('OGP_LANG_slot_cost', "Coste por Slot");
+define('OGP_LANG_slot_quantity', "Cantidad de Slots");
+define('OGP_LANG_order_price', "Precio del Pedido");
+define('OGP_LANG_order', "Pedido");
+define('OGP_LANG_date', "Fecha");
+define('OGP_LANG_price', "Precio");
+define('OGP_LANG_invoice', "Factura");
+define('OGP_LANG_print_invoice', "Imprimir Factura");
+define('OGP_LANG_extend', "Extender");
+?>

+ 153 - 0
lang/Swedish(Sweden)/modules/simple-billing.php

@@ -0,0 +1,153 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 153 - 0
lang/Turkish(Turkey)/modules/simple-billing.php

@@ -0,0 +1,153 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 153 - 0
lang/Turkish/modules/simple-billing.php

@@ -0,0 +1,153 @@
+<?php
+/*
+ *
+ * OGP - Open Game Panel
+ * Copyright (C) 2008 - 2017 The OGP Development Team
+ *
+ * http://www.opengamepanel.org/
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+define('OGP_LANG_currency', "Currency");
+define('OGP_LANG_available_invoice_types', "Available Invoice Types");
+define('OGP_LANG_hourly', "Hourly");
+define('OGP_LANG_monthly', "Monthly");
+define('OGP_LANG_annually', "Annually");
+define('OGP_LANG_tax_amount', "Tax Amount");
+define('OGP_LANG_paypal_email', "PayPal E-mail");
+define('OGP_LANG_update_settings', "Update Settings");
+define('OGP_LANG_settings_updated', "Settings Updated.");
+define('OGP_LANG_payment_gateway', "Payment Gateway");
+define('OGP_LANG_paygol_service', "PayGol Service");
+define('OGP_LANG_paygol_service_id', "PayGol Service ID");
+define('OGP_LANG_paypal', "PayPal");
+define('OGP_LANG_paygol', "PayGol");
+define('OGP_LANG_skrill', "Skrill");
+define('OGP_LANG_skrill_merchant_info', "Skrill merchant information");
+define('OGP_LANG_skrill_merchant_id', "Merchant ID");
+define('OGP_LANG_skrill_email', "Skrill Email");
+define('OGP_LANG_skrill_secret_word', "Secret word");
+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>.");
+define('OGP_LANG_hash_stored_correctly', "Hash stored correctly");
+define('OGP_LANG_currency_not_available_at', "The currency \"%s\" is not available at %s.");
+define('OGP_LANG_robokassa', "Robokassa");
+define('OGP_LANG_robokassa_service', "Robokassa service");
+define('OGP_LANG_robokassa_merchant_login', "Merchant Login");
+define('OGP_LANG_robokassa_securepass1', "Secure Password 1");
+define('OGP_LANG_robokassa_securepass2', "Secure Password 2");
+define('OGP_LANG_your_cart', "Your Cart");
+define('OGP_LANG_starting_on', "Starting on");
+define('OGP_LANG_slots', "Slots");
+define('OGP_LANG_hour', "Hour");
+define('OGP_LANG_month', "Month");
+define('OGP_LANG_year', "Year");
+define('OGP_LANG_hours', "Hours");
+define('OGP_LANG_months', "Months");
+define('OGP_LANG_years', "Years");
+define('OGP_LANG_service_name', "Service Name");
+define('OGP_LANG_rcon_pass', "RCON Password");
+define('OGP_LANG_ftp_pass', "FTP Password");
+define('OGP_LANG_available_ips', "Available IPs");
+define('OGP_LANG_max_players', "Max. Players");
+define('OGP_LANG_invoice_duration', "Invoice Duration");
+define('OGP_LANG_calculate_price', "Calculate Price");
+define('OGP_LANG_buy', "BUY");
+define('OGP_LANG_back_to_list', "Back to the list");
+define('OGP_LANG_ip', "IP");
+define('OGP_LANG_subtotal', "Subtotal");
+define('OGP_LANG_rate', "Rate");
+define('OGP_LANG_total', "Total");
+define('OGP_LANG_save', "Save");
+define('OGP_LANG_you_need_to', "You need to");
+define('OGP_LANG_register', "Register");
+define('OGP_LANG_and', "and");
+define('OGP_LANG_log_in', "Log In");
+define('OGP_LANG_to_purchase_a_service', "to purchase a service");
+define('OGP_LANG_available_services', "Available Services");
+define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
+define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
+define('OGP_LANG_expired', "Expired");
+define('OGP_LANG_removed', "Removed");
+define('OGP_LANG_extended', "Extended");
+define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
+define('OGP_LANG_expiration_date', "Expiration date");
+define('OGP_LANG_removal_date', "Removal date");
+define('OGP_LANG_installation_date', "Installation date");
+define('OGP_LANG_enable_server', "Enable server");
+define('OGP_LANG_success', "SUCCESS");
+define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
+define('OGP_LANG_starting_installations', "Starting the installation...");
+define('OGP_LANG_order_id', "Order ID");
+define('OGP_LANG_home_name', "Home Name");
+define('OGP_LANG_tax', "Tax");
+define('OGP_LANG_pay_from', "Pay From %s");
+define('OGP_LANG_set_as_paid', "Set As Paid");
+define('OGP_LANG_create_server', "Create Server");
+define('OGP_LANG_see_invoice', "See Invoice");
+define('OGP_LANG_paid', "Paid");
+define('OGP_LANG_not_paid', "Not Paid");
+define('OGP_LANG_procesing_payment', "Processing Payment");
+define('OGP_LANG_paid_and_installed', "Paid And Installed");
+define('OGP_LANG_add_to_cart', "Add To Cart");
+define('OGP_LANG_cart_id', "Cart ID");
+define('OGP_LANG_order_desc', "Order Description");
+define('OGP_LANG_remove_from_cart', "Remove From Cart");
+define('OGP_LANG_remove_cart', "Remove Cart");
+define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
+define('OGP_LANG_redirecting_to', "Redirecting to %s...");
+define('OGP_LANG_id', "ID#");
+define('OGP_LANG_remote_server', "Remote Server");
+define('OGP_LANG_price_hourly', "Price Hourly");
+define('OGP_LANG_price_monthly', "Price Monthly");
+define('OGP_LANG_price_year', "Price Year");
+define('OGP_LANG_service_image_url', "Service Image URL");
+define('OGP_LANG_remove_service', "Remove Service");
+define('OGP_LANG_add_service', "Add Service");
+define('OGP_LANG_current_services', "Current Services");
+define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
+define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
+define('OGP_LANG_ftp_account', "FTP Account");
+define('OGP_LANG_select_install_method', "Select install method");
+define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
+define('OGP_LANG_description', "Description");
+define('OGP_LANG_image_url', "Image URL");
+define('OGP_LANG_access_rights', "Access Rights");
+define('OGP_LANG_allow_update', "Allow Update");
+define('OGP_LANG_allow_file_management', "Allow File Management");
+define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
+define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
+define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
+define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
+define('OGP_LANG_enabled', "Enabled");
+define('OGP_LANG_disabled', "Disabled");
+define('OGP_LANG_steam', "Steam");
+define('OGP_LANG_rsync', "Rsync");
+define('OGP_LANG_manual_from_url', "Manual From URL");
+define('OGP_LANG_business', "Business");
+define('OGP_LANG_business_email', "Business Email");
+define('OGP_LANG_game_server_order', "Game Server Order");
+define('OGP_LANG_item', "Item");
+define('OGP_LANG_slot_cost', "Slot Cost");
+define('OGP_LANG_slot_quantity', "Slot Quantity");
+define('OGP_LANG_order_price', "Order Price");
+define('OGP_LANG_order', "Order");
+define('OGP_LANG_date', "Date");
+define('OGP_LANG_price', "Price");
+define('OGP_LANG_invoice', "Invoice");
+define('OGP_LANG_print_invoice', "Print Invoice");
+define('OGP_LANG_extend', "Extend");
+?>

+ 2 - 2
modules/simple-billing/add_to_cart.php

@@ -31,7 +31,7 @@ function exec_ogp_module()
 	$service_id = intval($_REQUEST['service_id']);
 
 	// Query for Selected service info.
-	$qry_service = "SELECT DISTINCT service_id, home_cfg_id, mod_cfg_id, service_name, remote_server_id, slot_max_qty, slot_min_qty, price_hourly, price_monthly, price_year, description, img_url FROM OGP_DB_PREFIXbilling_services WHERE service_id=".$service_id;
+	$qry_service = "SELECT DISTINCT service_id, home_cfg_id, mod_cfg_id, service_name, remote_server_id, slot_max_qty, slot_min_qty, price_hourly, price_monthly, price_year, description, img_url FROM OGP_DB_PREFIXbilling_services WHERE service_id=".$db->realEscapeSingle($service_id);
 	$result_service = $db->resultQuery($qry_service);		
 	$row_service = $result_service[0];
 	//Compiling info about invoice to create an invoice order.
@@ -90,7 +90,7 @@ function exec_ogp_module()
 	Cast $_REQUEST['service_id'] to an int and then check if its value is higher than 0 before using it in the WHERE clause.
 	Checking if it's higher than 0 because if it's a non-numeric value, after casting it to an int it'll be 0.
 	*/	
-	if($service_id !== 0) $where_service_id = " WHERE service_id=".$service_id; else $where_service_id = "";
+	if($service_id !== 0) $where_service_id = " WHERE service_id=".$db->realEscapeSingle($service_id); else $where_service_id = "";
 	$qry_services = "SELECT * FROM OGP_DB_PREFIXbilling_services".$where_service_id;
 	$services = $db->resultQuery($qry_services);			
 	foreach ($services as $key => $row) {	

+ 5 - 4
modules/simple-billing/bill.php

@@ -13,13 +13,14 @@ function exec_ogp_module()
 
 	$user_id = $_SESSION['user_id'];
 	$cart_id = $_POST['cart_id'];
+	$cart_id = $db->realEscapeSingle($cart_id);
 	$isAdmin = $db->isAdmin( $_SESSION['user_id'] );
 	if ( $isAdmin )
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 	else
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id." AND user_id=".$user_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id)." AND user_id=".$db->realEscapeSingle($user_id) );
 		
-	$cart = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_carts WHERE cart_id=".$cart_id );
+	$cart = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_carts WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 			
 	if( !empty($orders) )
 	{
@@ -66,7 +67,7 @@ function exec_ogp_module()
 			$invoice_duration = $order['invoice_duration'];
 			$price = $order['price'];
 			$subtotal += $price;
-			$qry_service = "SELECT DISTINCT price_hourly, price_monthly, price_year FROM ".$table_prefix."billing_services WHERE service_id=".$service_id;
+			$qry_service = "SELECT DISTINCT price_hourly, price_monthly, price_year FROM ".$table_prefix."billing_services WHERE service_id=".$db->realEscapeSingle($service_id);
 			$result_service = $db->resultQuery($qry_service);
 			$row_service = $result_service[0];
 

+ 8 - 8
modules/simple-billing/cart.php

@@ -84,7 +84,7 @@ function exec_ogp_module()
 	
 	if( isset( $_POST["extend"] ) or isset( $_POST["extend_and_pay_paypal"] ) or isset( $_POST["extend_and_pay_paygol"] ) or isset( $_POST["extend_and_pay_skrill"] ) or isset( $_POST["extend_and_pay_robokassa"] ) )
 	{
-		$orders = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE order_id=".$_POST['order_id']);
+		$orders = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE order_id=".$db->realEscapeSingle($_POST['order_id']));
 		// Fill The Cart on DB
 		$cart_id = assignOrdersToCart($user_id,$settings['tax_amount'],$settings['currency']);
 		foreach($orders as $order) 
@@ -101,7 +101,7 @@ function exec_ogp_module()
 			
 			$services = $db->resultQuery( "SELECT * 
 										   FROM OGP_DB_PREFIXbilling_services 
-										   WHERE service_id=".$service_id );
+										   WHERE service_id=".$db->realEscapeSingle($service_id) );
 			$service = $services[0];
 			//Calculating Price
 			switch ($_POST['invoice_duration']) 
@@ -122,7 +122,7 @@ function exec_ogp_module()
 			//Change the old order expiration to -2 so it can not be extended, since there is a new order managing the same game home.
 			$db->query( "UPDATE OGP_DB_PREFIXbilling_orders
 						 SET end_date=-2
-						 WHERE order_id=".$_POST['order_id']);
+						 WHERE order_id=".$db->realEscapeSingle($_POST['order_id']));
 		}
 		
 		if ( !empty( $cart_id ) and isset( $_POST["extend_and_pay_paypal"] ) and $settings['paypal'] == "1" )
@@ -151,11 +151,11 @@ function exec_ogp_module()
 			unset($_SESSION['CART'][$cart_id]);
 		}
 		$order_id = $_POST['order_id'];
-		$db->query( "DELETE FROM OGP_DB_PREFIXbilling_orders WHERE order_id=".$order_id );
-		$orders_in_cart = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id );
+		$db->query( "DELETE FROM OGP_DB_PREFIXbilling_orders WHERE order_id=".$db->realEscapeSingle($order_id) );
+		$orders_in_cart = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 		if( !$orders_in_cart )
 		{
-			$db->query( "DELETE FROM OGP_DB_PREFIXbilling_carts WHERE cart_id=".$cart_id );
+			$db->query( "DELETE FROM OGP_DB_PREFIXbilling_carts WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 		}
 
 	}
@@ -184,7 +184,7 @@ function exec_ogp_module()
 		$carts[0] = $_SESSION['CART'];
 	}
 
-	$user_carts = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_carts WHERE user_id=".$user_id );
+	$user_carts = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_carts WHERE user_id=".$db->realEscapeSingle($user_id) );
 	
 	if( $user_carts >=1 )
 	{
@@ -194,7 +194,7 @@ function exec_ogp_module()
 			$carts[$cart_id] = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_carts AS cart JOIN
 																OGP_DB_PREFIXbilling_orders AS orders  
 																ON orders.cart_id=cart.cart_id
-																WHERE cart.cart_id=".$cart_id );
+																WHERE cart.cart_id=".$db->realEscapeSingle($cart_id) );
 		}
 	}
 	

+ 18 - 18
modules/simple-billing/create_servers.php

@@ -6,12 +6,12 @@ function exec_ogp_module()
 	global $db,$view,$settings;
 	$user_id = $_SESSION['user_id'];
 	$cart_id = $_POST['cart_id'];
-	$cart_paid = $db->resultQuery( "SELECT paid FROM OGP_DB_PREFIXbilling_carts WHERE paid=1 AND cart_id=".$cart_id );
+	$cart_paid = $db->resultQuery( "SELECT paid FROM OGP_DB_PREFIXbilling_carts WHERE paid=1 AND cart_id=".$db->realEscapeSingle($cart_id) );
 	$isAdmin = $db->isAdmin( $_SESSION['user_id'] );
 	if ( $isAdmin )
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 	else
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id." AND user_id=".$user_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id)." AND user_id=".$db->realEscapeSingle($user_id) );
 		
 	if( !empty($orders) and !empty($cart_paid) )
 	{
@@ -30,7 +30,7 @@ function exec_ogp_module()
 			//Query service info	
 			$service = $db->resultQuery( "SELECT * 
 							   FROM OGP_DB_PREFIXbilling_services 
-							   WHERE service_id=".$service_id );
+							   WHERE service_id=".$db->realEscapeSingle($service_id) );
 							   
 			if( !empty( $service[0] ) )
 			{
@@ -105,10 +105,10 @@ function exec_ogp_module()
 				$mod_cfg_id = $home_info['mods'][$mod_id]['mod_cfg_id'];
 				
 				//Get Preinstall commands from db
-				$game_mod_precmd = $db->resultQuery("SELECT DISTINCT precmd FROM OGP_DB_PREFIXgame_mods WHERE mod_id='$mod_id'");
+				$game_mod_precmd = $db->resultQuery("SELECT DISTINCT precmd FROM OGP_DB_PREFIXgame_mods WHERE mod_id='" . $db->realEscapeSingle($mod_id) . "'");
 				if ($game_mod_precmd[0]['precmd'] === NULL OR empty($game_mod_precmd[0]['precmd']))
 				{
-					$config_mod_precmd = $db->resultQuery("SELECT DISTINCT def_precmd FROM OGP_DB_PREFIXconfig_mods WHERE mod_cfg_id='$mod_cfg_id'");
+					$config_mod_precmd = $db->resultQuery("SELECT DISTINCT def_precmd FROM OGP_DB_PREFIXconfig_mods WHERE mod_cfg_id='" . $db->realEscapeSingle($mod_cfg_id) . "'");
 					if ($config_mod_precmd[0]['def_precmd'] === NULL OR empty($config_mod_precmd[0]['def_precmd']))
 						$precmd = "";
 					else
@@ -118,10 +118,10 @@ function exec_ogp_module()
 					$precmd = $game_mod_precmd[0]['precmd'];
 					
 				//Get Postinstall commands from db
-				$game_mod_postcmd = $db->resultQuery("SELECT DISTINCT postcmd FROM OGP_DB_PREFIXgame_mods WHERE mod_id='$mod_id'");
+				$game_mod_postcmd = $db->resultQuery("SELECT DISTINCT postcmd FROM OGP_DB_PREFIXgame_mods WHERE mod_id='" . $db->realEscapeSingle($mod_id) . "'");
 				if ($game_mod_postcmd[0]['postcmd'] === NULL OR empty($game_mod_postcmd[0]['postcmd']))
 				{
-					$config_mod_postcmd = $db->resultQuery("SELECT DISTINCT def_postcmd FROM OGP_DB_PREFIXconfig_mods WHERE mod_cfg_id='$mod_cfg_id'");
+					$config_mod_postcmd = $db->resultQuery("SELECT DISTINCT def_postcmd FROM OGP_DB_PREFIXconfig_mods WHERE mod_cfg_id='" . $db->realEscapeSingle($mod_cfg_id) . "'");
 					if ($config_mod_postcmd[0]['def_postcmd'] === NULL OR empty($config_mod_postcmd[0]['def_postcmd']))
 						$postcmd = "";
 					else
@@ -163,10 +163,11 @@ function exec_ogp_module()
 						$modname = ( $installer_name == '90' and !preg_match("/(cstrike|valve)/", $modkey) ) ? $modkey : '';
 						$betaname = isset($mod_xml->betaname) ? $mod_xml->betaname : '';
 						$betapwd = isset($mod_xml->betapwd) ? $mod_xml->betapwd : '';
+						$arch = isset($mod_xml->steam_bitness) ? $mod_xml->steam_bitness : '';
 						
 						$remote->steam_cmd( $home_id,$home_info['home_path'],$installer_name,$modname,
 											$betaname,$betapwd,$login,$pass,$settings['steam_guard'],
-											$exec_folder_path,$exec_path,$precmd,$postcmd,$cfg_os ); 
+											$exec_folder_path,$exec_path,$precmd,$postcmd,$cfg_os,'',$arch); 
 					}
 				}
 				// -Rsync
@@ -237,30 +238,29 @@ function exec_ogp_module()
 			}
 			// set order expire date
 			$db->query("UPDATE OGP_DB_PREFIXbilling_orders
-						SET end_date='$end_date' 
-						WHERE order_id=".$order_id);
+						SET end_date='" . $db->realEscapeSingle($end_date) . "' 
+						WHERE order_id=".$db->realEscapeSingle($order_id));
 	
 			$db->query("UPDATE OGP_DB_PREFIXbilling_orders
-						SET finish_date='$finish_date' 
-						WHERE order_id=".$order_id);
+						SET finish_date='" . $db->realEscapeSingle($finish_date) . "' 
+						WHERE order_id=".$db->realEscapeSingle($order_id));
 						
 			// Save home id created by this order
 			$db->query("UPDATE OGP_DB_PREFIXbilling_orders
-						SET home_id=$home_id 
-						WHERE order_id=".$order_id);
+						SET home_id='" . $db->realEscapeSingle($home_id) . "' WHERE order_id=".$db->realEscapeSingle($order_id));
 						
 		}
 
 		//Update Cart Payment Status as 3(paid and installed)
 		$db->query("UPDATE OGP_DB_PREFIXbilling_carts
 					SET paid=3
-					WHERE cart_id=".$cart_id);
+					WHERE cart_id=".$db->realEscapeSingle($cart_id));
 
 		// Set payment/creation date
 		$date = date('d/m/Y H:i');
 		$db->query("UPDATE OGP_DB_PREFIXbilling_carts 
-					SET date='$date' 
-					WHERE cart_id=".$cart_id);
+					SET date='" . $db->realEscapeSingle($date) . "' 
+					WHERE cart_id=".$db->realEscapeSingle($cart_id));
 
 		//Refresh to Game Monitor.
 		$view->refresh("home.php?m=gamemanager&p=game_monitor");

+ 4 - 4
modules/simple-billing/cron-shop.php

@@ -75,7 +75,7 @@ else
 		// Reset the invoice end date
 		$db->query( "UPDATE " . $table_prefix . "billing_orders
 					 SET end_date=-1
-					 WHERE order_id=".$user_home['order_id']);
+					 WHERE order_id=".$db->realEscapeSingle($user_home['order_id']));
 					 
 		echo "Home ID $home_id unassigned succesfull.";
 	}
@@ -108,16 +108,16 @@ else
 		// Set order as not installed
 		$db->query( "UPDATE " . $table_prefix . "billing_orders
 					 SET home_id=0
-					 WHERE cart_id=".$ipn['item_number']); 
+					 WHERE cart_id=".$db->realEscapeSingle($ipn['item_number'])); 
 					 
 		// Reset the invoice end date
 		$db->query( "UPDATE " . $table_prefix . "billing_orders
 					 SET end_date=-2
-					 WHERE order_id=".$user_home['order_id']);
+					 WHERE order_id=".$db->realEscapeSingle($user_home['order_id']));
 					 
 		$db->query( "UPDATE " . $table_prefix . "billing_orders
 					 SET finish_date=-2
-					 WHERE order_id=".$user_home['order_id']);
+					 WHERE order_id=".$db->realEscapeSingle($user_home['order_id']));
 					 
 		echo "Home ID $home_id finished completely.";
 	}

+ 5 - 5
modules/simple-billing/orders.php

@@ -7,14 +7,14 @@ function exec_ogp_module()
 	
 	if(isset($_POST['remove']))
 	{
-		$query_delete_order = $db->query("DELETE FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$_POST['cart_id']);
-		$query_delete_order = $db->query("DELETE FROM OGP_DB_PREFIXbilling_carts WHERE cart_id=".$_POST['cart_id']);
+		$query_delete_order = $db->query("DELETE FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($_POST['cart_id']));
+		$query_delete_order = $db->query("DELETE FROM OGP_DB_PREFIXbilling_carts WHERE cart_id=".$db->realEscapeSingle($_POST['cart_id']));
 	}
 	if(isset($_POST['paid']))
 	{
 		$query_set_as_paid =  $db->query("UPDATE OGP_DB_PREFIXbilling_carts
 										  SET paid=1
-										  WHERE cart_id=".$_POST['cart_id']);
+										  WHERE cart_id=".$db->realEscapeSingle($_POST['cart_id']));
 	}
 	$status_array = array ( "not_paid" => 0,
 							"paid" => 1,
@@ -43,7 +43,7 @@ function exec_ogp_module()
 
 	foreach($status_array as $status => $paid_value)
 	{
-		$carts = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXbilling_carts WHERE paid=$paid_value;");
+		$carts = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXbilling_carts WHERE paid=" . $db->realEscapeSingle($paid_value) . ";");
 
 		if( $carts > 0 )
 		{
@@ -68,7 +68,7 @@ function exec_ogp_module()
 				}?>
 				</tr>
 				<?php  
-				$orders = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart['cart_id']);
+				$orders = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart['cart_id']));
 				$subtotal = 0;
 				foreach($orders as $order) 
 				{

+ 12 - 12
modules/simple-billing/paid-ipn.php

@@ -110,7 +110,7 @@ if ($verified AND isset( $ipn['payment_status'] ) )
 									 OGP_DB_PREFIXbilling_orders AS orders  
 									 ON 
 									 orders.cart_id=cart.cart_id
-									 WHERE cart.cart_id=".$ipn['item_number']);
+									 WHERE cart.cart_id=".$db->realEscapeSingle($ipn['item_number']));
 	if( $ipn['payment_status']=="Completed" OR $ipn['payment_status']=="Canceled_Reversal" )
 	{  
 		$cart_id = $ipn['item_number'];
@@ -121,7 +121,7 @@ if ($verified AND isset( $ipn['payment_status'] ) )
 											 OGP_DB_PREFIXbilling_orders AS orders  
 											 ON 
 											 orders.cart_id=cart.cart_id
-											 WHERE cart.cart_id=".$cart_id);
+											 WHERE cart.cart_id=".$db->realEscapeSingle($cart_id));
 											 
 		$cart_price = number_format( $cart_price_info[0]['price'] + (($cart_price_info[0]['price']/100)*$cart_price_info[0]['tax_amount']) , 2 );
 		$paid_price = $ipn['mc_gross'];
@@ -183,7 +183,7 @@ if ($verified AND isset( $ipn['payment_status'] ) )
 		}
 		$query = "UPDATE OGP_DB_PREFIXbilling_carts
 				  SET paid=1
-				  WHERE cart_id=".$ipn['item_number'];
+				  WHERE cart_id=".$db->realEscapeSingle($ipn['item_number']);
 				  
 		foreach($user_homes as $user_home)
 		{			
@@ -222,30 +222,30 @@ if ($verified AND isset( $ipn['payment_status'] ) )
 			
 					//Set the expiration date to the new order
 					$db->query("UPDATE OGP_DB_PREFIXbilling_orders
-								SET end_date='$end_date'
-								WHERE order_id=".$user_home['order_id']);
+								SET end_date='" . $db->realEscapeSingle($end_date) . "'
+								WHERE order_id=". $db->realEscapeSingle($user_home['order_id']));
 								 
 					$db->query("UPDATE OGP_DB_PREFIXbilling_orders
-								SET finish_date='$finish_date' 
-								WHERE order_id=".$user_home['order_id']);
+								SET finish_date='" . $db->realEscapeSingle($finish_date) . "' 
+								WHERE order_id=".$db->realEscapeSingle($user_home['order_id']));
 								 
 					// Set payment/creation date
 					$date = date('d/m/Y H:i');
 					$db->query("UPDATE OGP_DB_PREFIXbilling_carts
 								SET date='$date'
-								WHERE cart_id=".$ipn['item_number']);
+								WHERE cart_id=".$db->realEscapeSingle($ipn['item_number']));
 				}
 				
 				$services = $db->resultQuery( "SELECT * 
 											   FROM OGP_DB_PREFIXbilling_services
-											   WHERE service_id=".$user_home['service_id']);
+											   WHERE service_id=".$db->realEscapeSingle($user_home['service_id']));
 				$service = $services[0];
 				$user_id = $user_home['user_id'];
 				$db->assignHomeTo("user", $user_id, $home_id, $service['access_rights']);
 				
 				$query = "UPDATE OGP_DB_PREFIXbilling_carts
 						  SET paid=3
-						  WHERE cart_id=".$ipn['item_number'];
+						  WHERE cart_id=".$db->realEscapeSingle($ipn['item_number']);
 			}
 		}
 	}
@@ -253,7 +253,7 @@ if ($verified AND isset( $ipn['payment_status'] ) )
 	{
 		$query = "UPDATE OGP_DB_PREFIXbilling_carts
 				  SET paid=2
-				  WHERE cart_id=".$ipn['item_number'];
+				  WHERE cart_id=".$db->realEscapeSingle($ipn['item_number']);
 	}
 	elseif( $ipn['payment_status']=="Reversed" OR $ipn['payment_status']=="Refunded" OR $ipn['payment_status']=="Denied" OR $ipn['payment_status']=="Expired" OR $ipn['payment_status']=="Failed" OR $ipn['payment_status']=="Voided" OR $ipn['payment_status']=="Partially_Refunded" )
 	{
@@ -261,7 +261,7 @@ if ($verified AND isset( $ipn['payment_status'] ) )
 				 
 		$query = "UPDATE OGP_DB_PREFIXbilling_carts
 				  SET paid=0
-				  WHERE cart_id=".$ipn['item_number'];
+				  WHERE cart_id=".$db->realEscapeSingle($ipn['item_number']);
 		
 		foreach($user_homes as $user_home)
 		{

+ 10 - 10
modules/simple-billing/paygol-ipn.php

@@ -47,7 +47,7 @@ $cart_price_info = $db->resultQuery( "SELECT price,tax_amount
 									 OGP_DB_PREFIXbilling_orders AS orders  
 									 ON 
 									 orders.cart_id=cart.cart_id
-									 WHERE cart.cart_id=".$cart_id);
+									 WHERE cart.cart_id=".$db->realEscapeSingle($cart_id));
 									 
 $cart_price = number_format( $cart_price_info[0]['price'] + (($cart_price_info[0]['price']/100)*$cart_price_info[0]['tax_amount']) , 2 );
 $paid_price = $_GET['price'];
@@ -89,11 +89,11 @@ $user_homes = $db->resultQuery( "SELECT *
 								 OGP_DB_PREFIXbilling_orders AS orders  
 								 ON 
 								 orders.cart_id=cart.cart_id
-								 WHERE cart.cart_id=".$cart_id);
+								 WHERE cart.cart_id=".$db->realEscapeSingle($cart_id));
 
 $query = "UPDATE " . $table_prefix . "billing_carts
 		  SET paid=1
-		  WHERE cart_id=".$cart_id;
+		  WHERE cart_id=".$db->realEscapeSingle($cart_id);
 				  
 foreach($user_homes as $user_home)
 {			
@@ -127,30 +127,30 @@ foreach($user_homes as $user_home)
 			}
 			//Set the expiration date to the new order
 			$db->query( "UPDATE " . $table_prefix . "billing_orders
-						 SET end_date='$end_date'
-						 WHERE order_id=".$user_home['order_id']);
+						 SET end_date='" . $db->realEscapeSingle($end_date) . "'
+						 WHERE order_id=".$db->realEscapeSingle($user_home['order_id']));
 						 
 			// Set payment/creation date
 			$date = date('d/m/Y H:i');
 			$db->query( "UPDATE OGP_DB_PREFIXbilling_carts
-						 SET date='$date'
-						 WHERE cart_id=".$cart_id);
+						 SET date='" . $db->realEscapeSingle($date) . "'
+						 WHERE cart_id=".$db->realEscapeSingle($cart_id));
 		}
 		
 		$services = $db->resultQuery( "SELECT * 
 									   FROM OGP_DB_PREFIXbilling_services
-									   WHERE service_id=".$user_home['service_id']);
+									   WHERE service_id=".$db->realEscapeSingle($user_home['service_id']));
 		$service = $services[0];
 		$user_id = $user_home['user_id'];
 		$db->assignHomeTo("user", $user_id, $home_id, $service['access_rights']);
 		
 		$query = "UPDATE " . $table_prefix . "billing_carts
 				  SET paid=3
-				  WHERE cart_id=".$cart_id;
+				  WHERE cart_id=".$db->realEscapeSingle($cart_id);
 	}
 }
 	
 $db->query($query);
 $subject = "Payment done.";
 mymail($panel_settings['panel_email_address'], $subject, $body, $panel_settings);
-?>
+?>

+ 2 - 2
modules/simple-billing/paygol.php

@@ -14,7 +14,7 @@ function exec_ogp_module()
 
 	if(!empty($cart_id))
 	{		
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 		if( !empty( $orders ) )
 		{
 			$cart['price'] = 0;
@@ -36,7 +36,7 @@ function exec_ogp_module()
 			{
 				$db->query("UPDATE " . $table_prefix . "billing_carts
 												SET paid=1
-												WHERE cart_id=".$cart_id);
+												WHERE cart_id=".$db->realEscapeSingle($cart_id));
 				$view->refresh("home.php?m=simple-billing&p=cart",0);
 			}
 			else

+ 2 - 2
modules/simple-billing/paypal.php

@@ -9,7 +9,7 @@ function exec_ogp_module()
 
 	if(!empty($cart_id))
 	{		
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id));
 		if( !empty( $orders ) )
 		{
 			$cart['price'] = 0;
@@ -31,7 +31,7 @@ function exec_ogp_module()
 			{
 				$db->query("UPDATE " . $table_prefix . "billing_carts
 												SET paid=1
-												WHERE cart_id=".$cart_id);
+												WHERE cart_id=".$db->realEscapeSingle($cart_id));
 				$view->refresh("home.php?m=simple-billing&p=cart",0);
 			}
 			else

+ 10 - 10
modules/simple-billing/robokassa-ipn.php

@@ -33,7 +33,7 @@ $cart_price_info = $db->resultQuery( "SELECT price,tax_amount,currency
 									 OGP_DB_PREFIXbilling_orders AS orders  
 									 ON 
 									 orders.cart_id=cart.cart_id
-									 WHERE cart.cart_id=".$inv_id);
+									 WHERE cart.cart_id=".$db->realEscapeSingle($inv_id));
 									 
 $cart_price = number_format( $cart_price_info[0]['price'] + (($cart_price_info[0]['price']/100)*$cart_price_info[0]['tax_amount']) , 2 );
 $paid_price = $out_summ;
@@ -85,11 +85,11 @@ else
 									 OGP_DB_PREFIXbilling_orders AS orders  
 									 ON 
 									 orders.cart_id=cart.cart_id
-									 WHERE cart.cart_id=".$cart_id);
+									 WHERE cart.cart_id=".$db->realEscapeSingle($cart_id));
 
 	$query = "UPDATE " . $table_prefix . "billing_carts
 			  SET paid=1
-			  WHERE cart_id=".$cart_id;
+			  WHERE cart_id=".$db->realEscapeSingle($cart_id);
 					  
 	foreach($user_homes as $user_home)
 	{
@@ -123,26 +123,26 @@ else
 				}
 				//Set the expiration date to the new order
 				$db->query( "UPDATE " . $table_prefix . "billing_orders
-							 SET end_date='$end_date'
-							 WHERE order_id=".$user_home['order_id']);
+							 SET end_date='" . $db->realEscapeSingle($end_date) . "'
+							 WHERE order_id=".$db->realEscapeSingle($user_home['order_id']));
 							 
 				// Set payment/creation date
 				$date = date('d/m/Y H:i');
 				$db->query( "UPDATE OGP_DB_PREFIXbilling_carts
-							 SET date='$date'
-							 WHERE cart_id=".$cart_id);
+							 SET date='" . $db->realEscapeSingle($date) . "'
+							 WHERE cart_id=".$db->realEscapeSingle($cart_id));
 			}
 			
 			$services = $db->resultQuery( "SELECT * 
 										   FROM OGP_DB_PREFIXbilling_services
-										   WHERE service_id=".$user_home['service_id']);
+										   WHERE service_id=".$db->realEscapeSingle($user_home['service_id']));
 			$service = $services[0];
 			$user_id = $user_home['user_id'];
 			$db->assignHomeTo("user", $user_id, $home_id, $service['access_rights']);
 			
 			$query = "UPDATE " . $table_prefix . "billing_carts
 					  SET paid=3
-					  WHERE cart_id=".$cart_id;
+					  WHERE cart_id=".$db->realEscapeSingle($cart_id);
 		}
 	}
 	
@@ -150,4 +150,4 @@ else
 	$subject = "Payment done.";
 	mymail($panel_settings['panel_email_address'], $subject, $body, $panel_settings);
 }
-?>
+?>

+ 2 - 2
modules/simple-billing/robokassa.php

@@ -12,7 +12,7 @@ function exec_ogp_module()
 
 	if(!empty($cart_id))
 	{		
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 		if( !empty( $orders ) )
 		{
 			$cart['price'] = 0;
@@ -34,7 +34,7 @@ function exec_ogp_module()
 			{
 				$db->query("UPDATE " . $table_prefix . "billing_carts
 												SET paid=1
-												WHERE cart_id=".$cart_id);
+												WHERE cart_id=".$db->realEscapeSingle($cart_id));
 				$view->refresh("home.php?m=simple-billing&p=cart",0);
 			}
 			else

+ 29 - 29
modules/simple-billing/services.php

@@ -6,11 +6,11 @@ function exec_ogp_module()
 	//Querying UPDATE a service FROM DB
 	if (isset($_POST['service']) AND isset($_POST['new_url']))
 	{
-		$new_price_hourly = $_POST['new_price_hourly'];
-		$new_price_monthly = $_POST['new_price_monthly'];
-		$new_price_year = $_POST['new_price_year'];
-		$new_url = $_POST['new_url'];
-		$service = $_POST['service'];
+		$new_price_hourly = $db->realEscapeSingle($_POST['new_price_hourly']);
+		$new_price_monthly = $db->realEscapeSingle($_POST['new_price_monthly']);
+		$new_price_year = $db->realEscapeSingle($_POST['new_price_year']);
+		$new_url = $db->realEscapeSingle($_POST['new_url']);
+		$service = $db->realEscapeSingle($_POST['service']);
 
 		//Create INSERT query
 		$qry_change_url = "UPDATE OGP_DB_PREFIXbilling_services
@@ -26,27 +26,27 @@ function exec_ogp_module()
 	if(isset($_POST['mod_cfg_id']) AND isset($_POST['remote_server_id']) AND isset($_POST['slot_max_qty']) AND isset($_POST['price_hourly']) AND isset($_POST['price_monthly']) AND isset($_POST['price_year']))
 	{
 		//Sanitize the POST values
-		$home_cfg_id = $_POST['home_cfg_id'];
-		$mod_cfg_id = $_POST['mod_cfg_id'];
-		$service_name = $_POST['service_name'];
-		$remote_server_id = $_POST['remote_server_id'];
-		$slot_max_qty = $_POST['slot_max_qty'];
-		$slot_min_qty = $_POST['slot_min_qty'];
-		$price_hourly = $_POST['price_hourly'];
-		$price_monthly = $_POST['price_monthly'];
-		$price_year = $_POST['price_year'];
-		$description = $_POST['description'];
-		$img_url = $_POST['img_url'];
-		$ftp = $_POST['ftp'];
-		$install_method = $_POST['install_method'];
-		$manual_url = $_POST['manual_url'];
+		$home_cfg_id = $db->realEscapeSingle($_POST['home_cfg_id']);
+		$mod_cfg_id = $db->realEscapeSingle($_POST['mod_cfg_id']);
+		$service_name = $db->realEscapeSingle($_POST['service_name']);
+		$remote_server_id = $db->realEscapeSingle($_POST['remote_server_id']);
+		$slot_max_qty = $db->realEscapeSingle($_POST['slot_max_qty']);
+		$slot_min_qty = $db->realEscapeSingle($_POST['slot_min_qty']);
+		$price_hourly = $db->realEscapeSingle($_POST['price_hourly']);
+		$price_monthly = $db->realEscapeSingle($_POST['price_monthly']);
+		$price_year = $db->realEscapeSingle($_POST['price_year']);
+		$description = $db->realEscapeSingle($_POST['description']);
+		$img_url = $db->realEscapeSingle($_POST['img_url']);
+		$ftp = $db->realEscapeSingle($_POST['ftp']);
+		$install_method = $db->realEscapeSingle($_POST['install_method']);
+		$manual_url = $db->realEscapeSingle($_POST['manual_url']);
 		$access_rights = "";
-		if(isset($_POST['allow_updates']))$access_rights .= $_POST['allow_updates'];
-		if(isset($_POST['allow_file_management']))$access_rights .= $_POST['allow_file_management'];
-		if(isset($_POST['allow_parameter_usage']))$access_rights .= $_POST['allow_parameter_usage'];
-		if(isset($_POST['allow_extra_params']))$access_rights .= $_POST['allow_extra_params'];
-		if(isset($_POST['allow_ftp_usage']))$access_rights .= $_POST['allow_ftp_usage'];
-		if(isset($_POST['allow_custom_fields']))$access_rights .= $_POST['allow_custom_fields'];
+		if(isset($_POST['allow_updates']))$access_rights .= $db->realEscapeSingle($_POST['allow_updates']);
+		if(isset($_POST['allow_file_management']))$access_rights .= $db->realEscapeSingle($_POST['allow_file_management']);
+		if(isset($_POST['allow_parameter_usage']))$access_rights .= $db->realEscapeSingle($_POST['allow_parameter_usage']);
+		if(isset($_POST['allow_extra_params']))$access_rights .= $db->realEscapeSingle($_POST['allow_extra_params']);
+		if(isset($_POST['allow_ftp_usage']))$access_rights .= $db->realEscapeSingle($_POST['allow_ftp_usage']);
+		if(isset($_POST['allow_custom_fields']))$access_rights .= $db->realEscapeSingle($_POST['allow_custom_fields']);
 		
 		$qry_add_service = "INSERT INTO OGP_DB_PREFIXbilling_services(service_id, home_cfg_id, mod_cfg_id, service_name, remote_server_id, slot_max_qty , slot_min_qty, price_hourly, price_monthly, price_year, description, img_url, ftp, install_method, manual_url, access_rights) VALUES(NULL, '".$home_cfg_id."', '".$mod_cfg_id."', '".$service_name."', '".$remote_server_id."', '".$slot_max_qty."', '".$slot_min_qty."', '".$price_hourly."', '".$price_monthly."', '".$price_year."', '".$description."', '".$img_url."', '".$ftp."', '".$install_method."', '".$manual_url."', '".$access_rights."')";
 		$db->query($qry_add_service);	
@@ -55,7 +55,7 @@ function exec_ogp_module()
 	//Querying REMOVE service FROM DB
 	if (isset($_POST['service_id']))
 	{
-		$db->query( "DELETE FROM OGP_DB_PREFIXbilling_services WHERE service_id=" . $_POST['service_id'] );
+		$db->query( "DELETE FROM OGP_DB_PREFIXbilling_services WHERE service_id=" . $db->realEscapeSingle($_POST['service_id']) );
 	}
 	
 	?>
@@ -71,7 +71,7 @@ function exec_ogp_module()
 		<td>
 		<select name="modcfgid">
 		<?php
-		$mod_qry = $db->resultQuery("SELECT DISTINCT mod_cfg_id, mod_name, game_name FROM OGP_DB_PREFIXconfig_mods NATURAL JOIN OGP_DB_PREFIXconfig_homes WHERE home_cfg_id=" . $_POST['home_cfg_id']);
+		$mod_qry = $db->resultQuery("SELECT DISTINCT mod_cfg_id, mod_name, game_name FROM OGP_DB_PREFIXconfig_mods NATURAL JOIN OGP_DB_PREFIXconfig_homes WHERE home_cfg_id=" . $db->realEscapeSingle($_POST['home_cfg_id']));
 		foreach($mod_qry as $array_mods) 
 		{ 
 			if($array_mods['mod_name'] == "none")$array_mods['mod_name']=$array_mods['game_name'];
@@ -111,7 +111,7 @@ function exec_ogp_module()
 		</tr>
 		<tr>
 		<?php
-		$mods = $db->resultQuery("SELECT DISTINCT mod_cfg_id, mod_name, game_name FROM OGP_DB_PREFIXconfig_mods NATURAL JOIN OGP_DB_PREFIXconfig_homes WHERE mod_cfg_id=" . $_POST['modcfgid']);
+		$mods = $db->resultQuery("SELECT DISTINCT mod_cfg_id, mod_name, game_name FROM OGP_DB_PREFIXconfig_mods NATURAL JOIN OGP_DB_PREFIXconfig_homes WHERE mod_cfg_id=" . $db->realEscapeSingle($_POST['modcfgid']));
 		foreach($mods as $mod) 
 		{ 
 		?>
@@ -280,4 +280,4 @@ function exec_ogp_module()
 	<?php
 	}
 }
-?>
+?>

+ 3 - 3
modules/simple-billing/shop.php

@@ -34,8 +34,8 @@ function exec_ogp_module()
 		$service = $_POST['service_id'];
 		
 		$change_description = "UPDATE OGP_DB_PREFIXbilling_services
-						       SET description ='".$new_description."'
-						       WHERE service_id=".$service;
+						       SET description ='".$db->realEscapeSingle($new_description)."'
+						       WHERE service_id=".$db->realEscapeSingle($service);
 		$save = $db->query($change_description);
 	}
 	?>
@@ -185,7 +185,7 @@ function exec_ogp_module()
 			  <td align="left">
 			  <select name='ip_id'>
 			<?php
-			$qry_ip = "SELECT ip_id,ip FROM OGP_DB_PREFIXremote_server_ips WHERE remote_server_id=".$row['remote_server_id'];
+			$qry_ip = "SELECT ip_id,ip FROM OGP_DB_PREFIXremote_server_ips WHERE remote_server_id=".$db->realEscapeSingle($row['remote_server_id']);
 			$ips = $db->resultQuery($qry_ip);
 
 			foreach($ips as $ip)

+ 9 - 9
modules/simple-billing/skrill-ipn.php

@@ -45,7 +45,7 @@ $cart_price_info = $db->resultQuery( "SELECT price,tax_amount,currency
 									 OGP_DB_PREFIXbilling_orders AS orders  
 									 ON 
 									 orders.cart_id=cart.cart_id
-									 WHERE cart.cart_id=".$cart_id);
+									 WHERE cart.cart_id=".$db->realEscapeSingle($cart_id));
 
 if(!$cart_price_info or empty($cart_price_info))	
 	exit();
@@ -83,11 +83,11 @@ if (strtoupper(md5($concatFields)) == $_POST['md5sig']
 									 OGP_DB_PREFIXbilling_orders AS orders  
 									 ON 
 									 orders.cart_id=cart.cart_id
-									 WHERE cart.cart_id=".$cart_id);
+									 WHERE cart.cart_id=".$db->realEscapeSingle($cart_id));
 
 	$query = "UPDATE " . $table_prefix . "billing_carts
 			  SET paid=1
-			  WHERE cart_id=".$cart_id;
+			  WHERE cart_id=".$db->realEscapeSingle($cart_id);
 					  
 	foreach($user_homes as $user_home)
 	{			
@@ -121,26 +121,26 @@ if (strtoupper(md5($concatFields)) == $_POST['md5sig']
 				}
 				//Set the expiration date to the new order
 				$db->query( "UPDATE " . $table_prefix . "billing_orders
-							 SET end_date='$end_date'
-							 WHERE order_id=".$user_home['order_id']);
+							 SET end_date='" . $db->realEscapeSingle($end_date) . "'
+							 WHERE order_id=".$db->realEscapeSingle($user_home['order_id']));
 							 
 				// Set payment/creation date
 				$date = date('d/m/Y H:i');
 				$db->query( "UPDATE OGP_DB_PREFIXbilling_carts
-							 SET date='$date'
+							 SET date='" . $db->realEscapeSingle($date) . "'
 							 WHERE cart_id=".$cart_id);
 			}
 			
 			$services = $db->resultQuery( "SELECT * 
 										   FROM OGP_DB_PREFIXbilling_services
-										   WHERE service_id=".$user_home['service_id']);
+										   WHERE service_id=".$db->realEscapeSingle($user_home['service_id']));
 			$service = $services[0];
 			$user_id = $user_home['user_id'];
 			$db->assignHomeTo("user", $user_id, $home_id, $service['access_rights']);
 			
 			$query = "UPDATE " . $table_prefix . "billing_carts
 					  SET paid=3
-					  WHERE cart_id=".$cart_id;
+					  WHERE cart_id=".$db->realEscapeSingle($cart_id);
 		}
 	}
 		
@@ -148,4 +148,4 @@ if (strtoupper(md5($concatFields)) == $_POST['md5sig']
 	$subject = "Payment done.";
 	mymail($panel_settings['skrill_email'], $subject, $body, $panel_settings);
 }
-?>
+?>

+ 2 - 2
modules/simple-billing/skrill.php

@@ -12,7 +12,7 @@ function exec_ogp_module()
 
 	if(!empty($cart_id))
 	{		
-		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$cart_id );
+		$orders = $db->resultQuery( "SELECT * FROM OGP_DB_PREFIXbilling_orders WHERE cart_id=".$db->realEscapeSingle($cart_id) );
 		if( !empty( $orders ) )
 		{
 			$cart['price'] = 0;
@@ -34,7 +34,7 @@ function exec_ogp_module()
 			{
 				$db->query("UPDATE " . $table_prefix . "billing_carts
 												SET paid=1
-												WHERE cart_id=".$cart_id);
+												WHERE cart_id='".$db->realEscapeSingle($cart_id) . "'");
 				$view->refresh("home.php?m=simple-billing&p=cart",0);
 			}
 			else