Skip to content

Commit

Permalink
feat(opencartv2): Add en-gb language for Opencart >= 2.2.0.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stvyang committed Oct 20, 2020
1 parent 813a5ea commit 6762ed0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
$_['heading_title'] = 'Indodana Paylater';
$_['subheading_title'] = 'Edit Configuration';
$_['text_success'] = 'Success';

$_['button_save'] = 'Save';
$_['button_cancel'] = 'Cancel';

$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';

$_['text_indodana_checkout'] = '<a onclick="window.open(\'http://indodana.com\');"><img src="https://indodana-web.imgix.net/assets/indodana-new-color.png?width=150&height=50" alt="Indodana Payments" title="Indodana Payments" style="border: 1px solid #EEEEEE;"/></a>';

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
$_['title'] = 'Indodana Installment Options';
$_['text_button_confirm'] = 'Confirm Order';
$_['text_payment_options_name'] = 'Name';
$_['text_payment_options_monthly_installment'] = 'Monthly Installment';
$_['text_payment_options_total_amount'] = 'Total Amount';

0 comments on commit 6762ed0

Please sign in to comment.