first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<div class="st_application">
<h1 class="st_title">
{__ text="Paypal"}
</h1>
{if $successful}
<p id="st_paypal-message-success">
{__ text="Dziękujemy za dokonanie płatności. Twoje zamówienie zostanie zrealizowane po otrzymaniu płatności."}
</p>
{elseif $already_payed}
<p id="st_paypal-message-failed">
{__ text="Zamówienie zostało już opłacone."}
</p>
{else}
<p id="st_paypal-message-failed">
{__ text="Wystąpił problem podczas realizowania płatności za pośrednictwem serwisu Paypal."}
</p>
<p id="st_paypal-checkout-button">
{$paypal_button}
</p>
{/if}
</div>

View File

@@ -0,0 +1,8 @@
<div class="st_application">
<h1 class="st_title">
{__ text="Paypal"}
</h1>
<p id="st_paypal-message-failed">
{__ text="Wystąpił problem podczas realizowania płatności za pośrednictwem serwisu Paypal."}
</p>
</div>

View File

@@ -0,0 +1,12 @@
<div class="st_application">
<h1 class="st_title">
{__ text="Paypal"}
</h1>
<p id="st_paypal-message-success">
{if $already_payed}
{__ text="Zamówienie zostało już opłacone."}
{else}
{$paypal_button}
{/if}
</p>
</div>