aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/en-gb/extension/payment/pp_express_refund.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/en-gb/extension/payment/pp_express_refund.php')
-rw-r--r--public/admin/language/en-gb/extension/payment/pp_express_refund.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/public/admin/language/en-gb/extension/payment/pp_express_refund.php b/public/admin/language/en-gb/extension/payment/pp_express_refund.php
new file mode 100644
index 0000000..1e4e400
--- /dev/null
+++ b/public/admin/language/en-gb/extension/payment/pp_express_refund.php
@@ -0,0 +1,21 @@
+<?php
+// Heading
+$_['heading_title'] = 'Refund Transaction';
+
+// Text
+$_['text_pp_express'] = 'PayPal Express Checkout';
+$_['text_current_refunds'] = 'Refunds have already been done for this transaction. The max refund is';
+$_['text_refund'] = 'Refund';
+
+// Entry
+$_['entry_transaction_id'] = 'Transaction ID';
+$_['entry_full_refund'] = 'Full refund';
+$_['entry_amount'] = 'Amount';
+$_['entry_message'] = 'Message';
+
+// Button
+$_['button_refund'] = 'Issue refund';
+
+// Error
+$_['error_partial_amt'] = 'You must enter a partial refund amount';
+$_['error_data'] = 'Data missing from request'; \ No newline at end of file