simple-billing.php 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_currency', "Waluta");
  25. define('OGP_LANG_available_invoice_types', "Rodzaj Rozliczania serwera");
  26. define('OGP_LANG_hourly', "Godzinowy");
  27. define('OGP_LANG_monthly', "Miesięczny");
  28. define('OGP_LANG_annually', "Roczny");
  29. define('OGP_LANG_tax_amount', "Wysokość podatku");
  30. define('OGP_LANG_paypal_email', "PayPal Email");
  31. define('OGP_LANG_update_settings', "Zaktualizuj ustawienia");
  32. define('OGP_LANG_settings_updated', "Ustawienia zaktualizowane.");
  33. define('OGP_LANG_payment_gateway', "Metoda Płatności");
  34. define('OGP_LANG_paygol_service', "Ustawienia Płatności PayGol");
  35. define('OGP_LANG_paygol_service_id', "ID Konta PayGol");
  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', "Ustawienia Płatności Skrill");
  40. define('OGP_LANG_skrill_merchant_id', "ID Sprzedawcy Skrill");
  41. define('OGP_LANG_skrill_email', "Skrill Email");
  42. define('OGP_LANG_skrill_secret_word', "Sekretne słowo");
  43. define('OGP_LANG_skrill_secret_word_info', "Sekretne słowo należy uwstawić na koncie sprzedawcy Skrill,<br>w <b>Ustawieniach</b> wejdź w <b>Ustawienia Programisty</b>.<br>Jeśli nie masz takiej opcji na liście, wyślij e-mail na adres <i>[email protected]</i>.");
  44. define('OGP_LANG_hash_stored_correctly', "Hash przechowywany poprawnie.");
  45. define('OGP_LANG_currency_not_available_at', "Waluta \"%s\" nie jest dostępna w %s.");
  46. define('OGP_LANG_robokassa', "Robokassa");
  47. define('OGP_LANG_robokassa_service', "Ustawienia Płatności Robokassa");
  48. define('OGP_LANG_robokassa_merchant_login', "Login Sprzedawcy");
  49. define('OGP_LANG_robokassa_securepass1', "Bezpieczne Hasło 1");
  50. define('OGP_LANG_robokassa_securepass2', "Bezpieczne Hasło 2");
  51. define('OGP_LANG_your_cart', "Koszyk");
  52. define('OGP_LANG_starting_on', "Już od");
  53. define('OGP_LANG_slots', "Slot");
  54. define('OGP_LANG_hour', "Godzina");
  55. define('OGP_LANG_month', "Miesiąc");
  56. define('OGP_LANG_year', "Rok");
  57. define('OGP_LANG_hours', "Godziny");
  58. define('OGP_LANG_months', "Miesiące");
  59. define('OGP_LANG_years', "Lata");
  60. define('OGP_LANG_service_name', "Nazwa Serwera");
  61. define('OGP_LANG_rcon_pass', "Hasło RCON");
  62. define('OGP_LANG_ftp_pass', "Hasło FTP");
  63. define('OGP_LANG_available_ips', "Dostępne IP");
  64. define('OGP_LANG_max_players', "Max. Ilość Graczy");
  65. define('OGP_LANG_invoice_duration', "Na Okres");
  66. define('OGP_LANG_calculate_price', "Oblicz Cenę");
  67. define('OGP_LANG_buy', "KUP");
  68. define('OGP_LANG_back_to_list', "Wróć Do Ofert");
  69. define('OGP_LANG_ip', "IP");
  70. define('OGP_LANG_subtotal', "Netto");
  71. define('OGP_LANG_rate', "Rate");
  72. define('OGP_LANG_total', "Brutto");
  73. define('OGP_LANG_save', "Zapisz");
  74. define('OGP_LANG_you_need_to', "Musisz być");
  75. define('OGP_LANG_register', "Zarejestrowany");
  76. define('OGP_LANG_and', "oraz");
  77. define('OGP_LANG_log_in', "Zalogowany");
  78. define('OGP_LANG_to_purchase_a_service', "aby kupić usługę");
  79. define('OGP_LANG_available_services', "Dostępne usługi");
  80. define('OGP_LANG_payment_is_pending_of_approval', "Płatność oczekuje na zatwierdzenie.");
  81. define('OGP_LANG_back_to_your_cart', "Wróć do koszyka.");
  82. define('OGP_LANG_expired', "Wygasły");
  83. define('OGP_LANG_removed', "Usunięty");
  84. define('OGP_LANG_extended', "Przedłużony");
  85. define('OGP_LANG_installation_and_expiration_date', "Data instalacji i ważności");
  86. define('OGP_LANG_expiration_date', "Data ważności");
  87. define('OGP_LANG_removal_date', "Data usunięcia");
  88. define('OGP_LANG_installation_date', "Data instalacji");
  89. define('OGP_LANG_enable_server', "Włącz serwer");
  90. define('OGP_LANG_success', "POWODZENIE");
  91. define('OGP_LANG_redirecting_to_game_monitor', "Przekierowywanie do Monitora gier...");
  92. define('OGP_LANG_starting_installations', "Rozpoczęcie instalacji...");
  93. define('OGP_LANG_order_id', "ID Zamówienia");
  94. define('OGP_LANG_home_name', "Nazwa Serwera");
  95. define('OGP_LANG_tax', "VAT");
  96. define('OGP_LANG_pay_from', "Zapłać z %s");
  97. define('OGP_LANG_set_as_paid', "Ustaw jako zapłacone");
  98. define('OGP_LANG_create_server', "Utwórz serwer");
  99. define('OGP_LANG_see_invoice', "Zobacz fakturę");
  100. define('OGP_LANG_paid', "Opłacony");
  101. define('OGP_LANG_not_paid', "Nie Opłacony");
  102. define('OGP_LANG_procesing_payment', "Przetwarzanie Płatności");
  103. define('OGP_LANG_paid_and_installed', "Opłacony i Zainstalowany");
  104. define('OGP_LANG_add_to_cart', "Dodaj Do Koszyka");
  105. define('OGP_LANG_cart_id', "ID Koszyka");
  106. define('OGP_LANG_order_desc', "Opis zamówienia");
  107. define('OGP_LANG_remove_from_cart', "Usuń z koszyka");
  108. define('OGP_LANG_remove_cart', "Usuń Koszyk");
  109. define('OGP_LANG_there_are_no_orders_in_cart', "Twój koszyk jest pusty.");
  110. define('OGP_LANG_redirecting_to', "Przekierowanie do %s...");
  111. define('OGP_LANG_id', "ID#");
  112. define('OGP_LANG_remote_server', "Serwer Zdalny");
  113. define('OGP_LANG_price_hourly', "Cena Godzinowa");
  114. define('OGP_LANG_price_monthly', "Cena Miesięczna");
  115. define('OGP_LANG_price_year', "Cena Roczna");
  116. define('OGP_LANG_service_image_url', "Adres URL do obrazka usługi");
  117. define('OGP_LANG_remove_service', "Usuń Usługę");
  118. define('OGP_LANG_add_service', "Dodaj Usługę");
  119. define('OGP_LANG_current_services', "Obecne Usługi");
  120. define('OGP_LANG_max_slot_qty', "Max. Ilość Slotów");
  121. define('OGP_LANG_min_slot_qty', "Min. Ilość Slotów");
  122. define('OGP_LANG_ftp_account', "Konto FTP");
  123. define('OGP_LANG_select_install_method', "Wybierz Metodę Instalacji");
  124. define('OGP_LANG_url_for_manual_install', "URL do Ręcznej Instalacji");
  125. define('OGP_LANG_description', "Opis");
  126. define('OGP_LANG_image_url', "URL Obrazka");
  127. define('OGP_LANG_access_rights', "Prawa dostępu");
  128. define('OGP_LANG_allow_update', "Zezwól Na Aktualizację");
  129. define('OGP_LANG_allow_file_management', "Zezwól Na Zarządzanie Plikami");
  130. define('OGP_LANG_allow_parameter_usage', "Zezwól Na Użycie Parametrów");
  131. define('OGP_LANG_allow_extra_parameters_usage', "Zezwól Na Użycie Dodatkowych Parametrów");
  132. define('OGP_LANG_allow_ftp_usage', "Zezwól na użycie FTP");
  133. define('OGP_LANG_allow_custom_fields', "Zezwól Na Pola Niestandardowe");
  134. define('OGP_LANG_enabled', "Włączony");
  135. define('OGP_LANG_disabled', "Wyłączony");
  136. define('OGP_LANG_steam', "Steam");
  137. define('OGP_LANG_rsync', "Rsync");
  138. define('OGP_LANG_manual_from_url', "Instrukcja z adresu URL");
  139. define('OGP_LANG_business', "Firma");
  140. define('OGP_LANG_business_email', "Email Firmowy");
  141. define('OGP_LANG_game_server_order', "Zamówienie Serwera Gier");
  142. define('OGP_LANG_item', "Item");
  143. define('OGP_LANG_slot_cost', "Cena Slotu");
  144. define('OGP_LANG_slot_quantity', "Ilość Slotów");
  145. define('OGP_LANG_order_price', "Cena Zamówienia");
  146. define('OGP_LANG_order', "Zamówienie");
  147. define('OGP_LANG_date', "Data");
  148. define('OGP_LANG_price', "Cena");
  149. define('OGP_LANG_invoice', "Faktura");
  150. define('OGP_LANG_print_invoice', "Drukuj Fakturę");
  151. define('OGP_LANG_extend', "Przedłuż");
  152. ?>