first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

11
web/lang/ro/payment.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
$txt_str['payment']['title'] = 'plata online';
$txt_str['payment']['paymentSuccess'] = 'Plata a fost realizată cu succes.';
$txt_str['payment']['errorSecurityCode'] = 'Codul de securitate incorect.';
$txt_str['payment']['errorOrderNotFound'] = 'Nu poate fi găsită comanda cu nr.{ID}';
$txt_str['payment']['msgStatusPending'] = 'Plata a fost înregistrată și se așteaptă achitarea. Vă rugăm su urmați instrucțiunile oferite de gateway-ul de plată.';
$txt_str['payment']['msgStatusFinished'] = 'Comanda a fost achitată.';
$txt_str['payment']['errorOrderAlreadyPaid'] = 'Comanda nr.{ID} a fost deja achitată.';
$txt_str['payment']['errorOrderCanceled'] = 'Comanda anulată.';
$txt_str['payment']['msgStartPayment'] = 'Acum o să fiți transferați spre Gateway';