Skip to content

Commit

Permalink
updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjon committed Jul 9, 2017
1 parent 91f8ca5 commit aed7da9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ parameters:
- { name: 'Awaiting Paysera payment', color: '#206f9f', paid: 0, config: 'PAYSERA_AWAITING_PAYMENT_ORDER_STATE_ID'}

tabs:
- { name: 'Paysera', class_name: 'AdminPayseraConfiguration', ParentClassName: 'AdminParentPayment' }
# ParentClassName key for compatability with PS 1.7.1.x
- { name: 'Paysera', class_name: 'AdminPayseraConfiguration', parent_class_name: 'AdminParentPayment', ParentClassName: 'AdminParentPayment'}

hooks:
- 'paymentOptions'
Expand Down
2 changes: 1 addition & 1 deletion controllers/front/cancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function postProcess()
$idLang = $this->context->language->id;
$redirectUrl = $this->context->link->getPageLink('order-confirmation', true, $idLang, $params);

$this->errors[] = $this->l('Payment has been canceled', 'cancel');
$this->errors[] = $this->l('Payment has been canceled. Go to order history to continue with payment.', 'cancel');

$this->redirectWithNotifications($redirectUrl);
}
Expand Down
2 changes: 1 addition & 1 deletion translations/lt.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$_MODULE['<{paysera}prestashop>adminpayseraconfigurationcontroller_5f8cf14f385c3de02e142214ae9c434d'] = 'Paysera papildoma konfigūracija';
$_MODULE['<{paysera}prestashop>adminpayseraconfigurationcontroller_dcb694c2c7d4f08d42c8d115b5d611fb'] = 'Rodyti Paysera kokybės ženklą';
$_MODULE['<{paysera}prestashop>adminpayseraconfigurationcontroller_369a82d4f81dbb44f8b27d5a773c3217'] = 'Rodyti Paysera kokybės ženklą svetainės puslapiuose';
$_MODULE['<{paysera}prestashop>cancel_444bd3641b9dc3a440e2ec45be689dc7'] = 'Mokėjimas atšauktas';
$_MODULE['<{paysera}prestashop>cancel_2d863b160b13f3f205ea789288be80a4'] = 'Mokėjimas atšauktas. Mokėjimą galite atlikti vėliau nuėję į užsakymų istoriją.';
$_MODULE['<{paysera}prestashop>validation_e2b7dec8fa4b498156dfee6e4c84b156'] = 'Šis mokėjimo būdas nėra galimas';
$_MODULE['<{paysera}prestashop>display-order-detail_6d952efb799b6d822438bc3f8f521e68'] = 'Pereiti prie apmokėjimo naudojant Paysera';
$_MODULE['<{paysera}prestashop>payment-options_48034ce5085e9fd93c65ce59966acf9e'] = 'Pasirinkite mokėjimo šalį';
Expand Down

0 comments on commit aed7da9

Please sign in to comment.