first commit
This commit is contained in:
11
web/lang/ro/payment.php
Normal file
11
web/lang/ro/payment.php
Normal 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';
|
||||
Reference in New Issue
Block a user