12 lines
781 B
PHP
12 lines
781 B
PHP
<?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';
|