simple-billing.php 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_currency', "Währung");
  25. define('OGP_LANG_available_invoice_types', "Verfügbare Rechnungsarten");
  26. define('OGP_LANG_hourly', "Pro Stunde");
  27. define('OGP_LANG_monthly', "Monatlich");
  28. define('OGP_LANG_annually', "Jährlich");
  29. define('OGP_LANG_tax_amount', "Steuerbetrag");
  30. define('OGP_LANG_paypal_email', "PayPal E-mail");
  31. define('OGP_LANG_update_settings', "Einstellungen aktualisieren");
  32. define('OGP_LANG_settings_updated', "Einstellungen aktualisiert.");
  33. define('OGP_LANG_payment_gateway', "Zahlungs-Gateway");
  34. define('OGP_LANG_paygol_service', "PayGol Dienst ");
  35. define('OGP_LANG_paygol_service_id', "PayGol Service ID");
  36. define('OGP_LANG_paypal', "PayPal");
  37. define('OGP_LANG_paygol', "PayGol");
  38. define('OGP_LANG_skrill', "Skrill");
  39. define('OGP_LANG_skrill_merchant_info', "Skrill Händlerinformationen");
  40. define('OGP_LANG_skrill_merchant_id', "Händler-ID");
  41. define('OGP_LANG_skrill_email', "Skrill Email
  42. ");
  43. define('OGP_LANG_skrill_secret_word', "Geheimwort");
  44. 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>.");
  45. define('OGP_LANG_hash_stored_correctly', "Hash richtig gespeichert");
  46. define('OGP_LANG_currency_not_available_at', "Die Währung \"%s\" ist bei %s nicht verfügbar.");
  47. define('OGP_LANG_robokassa', "Robokassa");
  48. define('OGP_LANG_robokassa_service', "Robokassa service ");
  49. define('OGP_LANG_robokassa_merchant_login', "Händler Login");
  50. define('OGP_LANG_robokassa_securepass1', "Sicheres Kennwort 1");
  51. define('OGP_LANG_robokassa_securepass2', "Sicheres Kennwort 2");
  52. define('OGP_LANG_your_cart', "Ihr Warenkorb");
  53. define('OGP_LANG_starting_on', "Ab");
  54. define('OGP_LANG_slots', "Slots");
  55. define('OGP_LANG_hour', "Stunde");
  56. define('OGP_LANG_month', "Monat");
  57. define('OGP_LANG_year', "Jahr");
  58. define('OGP_LANG_hours', "Stunden");
  59. define('OGP_LANG_months', "Monate");
  60. define('OGP_LANG_years', "Jahre");
  61. define('OGP_LANG_service_name', "Service Name");
  62. define('OGP_LANG_rcon_pass', "RCON Passwort");
  63. define('OGP_LANG_ftp_pass', "FTP Password");
  64. define('OGP_LANG_available_ips', "Verfügbare IPs");
  65. define('OGP_LANG_max_players', "Max. Spieler");
  66. define('OGP_LANG_invoice_duration', "Invoice Duration");
  67. define('OGP_LANG_calculate_price', "Preis berechnen");
  68. define('OGP_LANG_buy', "KAUFEN");
  69. define('OGP_LANG_back_to_list', "Back to the list");
  70. define('OGP_LANG_ip', "IP");
  71. define('OGP_LANG_subtotal', "Zwischensumme");
  72. define('OGP_LANG_rate', "Preis");
  73. define('OGP_LANG_total', "Insgesamt");
  74. define('OGP_LANG_save', "Speichern");
  75. define('OGP_LANG_you_need_to', "Sie müssen");
  76. define('OGP_LANG_register', "Registrieren Sie sich");
  77. define('OGP_LANG_and', "und");
  78. define('OGP_LANG_log_in', "Anmelden");
  79. define('OGP_LANG_to_purchase_a_service', "to purchase a service");
  80. define('OGP_LANG_available_services', "Available Services");
  81. define('OGP_LANG_payment_is_pending_of_approval', "The payment is pending of approval.");
  82. define('OGP_LANG_back_to_your_cart', "Go back to your cart.");
  83. define('OGP_LANG_expired', "Abgelaufen");
  84. define('OGP_LANG_removed', "Entfernt");
  85. define('OGP_LANG_extended', "Verlängert");
  86. define('OGP_LANG_installation_and_expiration_date', "Installation and expiration date");
  87. define('OGP_LANG_expiration_date', "Verfallsdatum");
  88. define('OGP_LANG_removal_date', "Removal date");
  89. define('OGP_LANG_installation_date', "Installationsdatum");
  90. define('OGP_LANG_enable_server', "Server aktivieren");
  91. define('OGP_LANG_success', "SUCCESS");
  92. define('OGP_LANG_redirecting_to_game_monitor', "Redirecting to Game Monitor...");
  93. define('OGP_LANG_starting_installations', "Starting the installation...");
  94. define('OGP_LANG_order_id', "Bestell-Nr.");
  95. define('OGP_LANG_home_name', "Home Name");
  96. define('OGP_LANG_tax', "Steuer");
  97. define('OGP_LANG_pay_from', "Pay From %s");
  98. define('OGP_LANG_set_as_paid', "Set As Paid");
  99. define('OGP_LANG_create_server', "Create Server");
  100. define('OGP_LANG_see_invoice', "Siehe Rechnung");
  101. define('OGP_LANG_paid', "Bezahlt");
  102. define('OGP_LANG_not_paid', "Nicht Bezahlt");
  103. define('OGP_LANG_procesing_payment', "Zahlung bearbeiten");
  104. define('OGP_LANG_paid_and_installed', "Bezahlt und installiert");
  105. define('OGP_LANG_add_to_cart', "Add To Cart");
  106. define('OGP_LANG_cart_id', "Warenkorb-ID");
  107. define('OGP_LANG_order_desc', "Bestellbezeichnung");
  108. define('OGP_LANG_remove_from_cart', "Aus dem Warenkorb entfernen");
  109. define('OGP_LANG_remove_cart', "Warenkorb entfernen");
  110. define('OGP_LANG_there_are_no_orders_in_cart', "There are no orders in this cart.");
  111. define('OGP_LANG_redirecting_to', "Redirecting to %s...");
  112. define('OGP_LANG_id', "ID#");
  113. define('OGP_LANG_remote_server', "Remote Server");
  114. define('OGP_LANG_price_hourly', "Preis Stündlich");
  115. define('OGP_LANG_price_monthly', "Preis monatlich");
  116. define('OGP_LANG_price_year', "Preis jährlich");
  117. define('OGP_LANG_service_image_url', "Service Image URL");
  118. define('OGP_LANG_remove_service', "Remove Service");
  119. define('OGP_LANG_add_service', "Add Service");
  120. define('OGP_LANG_current_services', "Aktuelle Dienste");
  121. define('OGP_LANG_max_slot_qty', "Max. Slot Quantity");
  122. define('OGP_LANG_min_slot_qty', "Min. Slot Quantity");
  123. define('OGP_LANG_ftp_account', "FTP Account");
  124. define('OGP_LANG_select_install_method', "Select install method");
  125. define('OGP_LANG_url_for_manual_install', "URL for Manual Installation");
  126. define('OGP_LANG_description', "Beschreibung");
  127. define('OGP_LANG_image_url', "Image URL");
  128. define('OGP_LANG_access_rights', "Rechte");
  129. define('OGP_LANG_allow_update', "Allow Update");
  130. define('OGP_LANG_allow_file_management', "Allow File Management");
  131. define('OGP_LANG_allow_parameter_usage', "Allow Parameter Usage");
  132. define('OGP_LANG_allow_extra_parameters_usage', "Allow Extra Parameters Usage");
  133. define('OGP_LANG_allow_ftp_usage', "Allow FTP Usage");
  134. define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
  135. define('OGP_LANG_enabled', "Aktiviert");
  136. define('OGP_LANG_disabled', "Deaktiviert");
  137. define('OGP_LANG_steam', "Steam");
  138. define('OGP_LANG_rsync', "Rsync");
  139. define('OGP_LANG_manual_from_url', "Manual From URL");
  140. define('OGP_LANG_business', "Geschäft");
  141. define('OGP_LANG_business_email', "Business Email");
  142. define('OGP_LANG_game_server_order', "Game Server Order");
  143. define('OGP_LANG_item', "Artikel");
  144. define('OGP_LANG_slot_cost', "Slot Cost");
  145. define('OGP_LANG_slot_quantity', "Slot Quantity");
  146. define('OGP_LANG_order_price', "Bestellpreis");
  147. define('OGP_LANG_order', "Bestellpreis");
  148. define('OGP_LANG_date', "Datum");
  149. define('OGP_LANG_price', "Preis");
  150. define('OGP_LANG_invoice', "Rechnung");
  151. define('OGP_LANG_print_invoice', "Rechnung ausdrucken");
  152. define('OGP_LANG_extend', "Verlängern");
  153. ?>