mirror of
https://github.com/shadoll/translate.git
synced 2025-12-21 11:32:10 +00:00
52 lines
2.8 KiB
PHP
Executable File
52 lines
2.8 KiB
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Recurring Profiles';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Success: You have modified recurring profiles!';
|
|
$_['text_list'] = 'Recurring Profile List';
|
|
$_['text_add'] = 'Add Recurring Profile';
|
|
$_['text_edit'] = 'Edit Recurring Profile';
|
|
$_['text_payment_profiles'] = 'Recurring Profiles';
|
|
$_['text_status_active'] = 'Active';
|
|
$_['text_status_inactive'] = 'Inactive';
|
|
$_['text_status_cancelled'] = 'Cancelled';
|
|
$_['text_status_suspended'] = 'Suspended';
|
|
$_['text_status_expired'] = 'Expired';
|
|
$_['text_status_pending'] = 'Pending';
|
|
$_['text_transactions'] = 'Transactions';
|
|
$_['text_cancel_confirm'] = 'Profile\'s cancellation cannot be undone! Are you sure want to do this?';
|
|
$_['text_transaction_date_added'] = 'Date added';
|
|
$_['text_transaction_payment'] = 'Payment';
|
|
$_['text_transaction_outstanding_payment'] = 'Outstanding payment';
|
|
$_['text_transaction_skipped'] = 'Payment skipped';
|
|
$_['text_transaction_failed'] = 'Payment failed';
|
|
$_['text_transaction_cancelled'] = 'Cancelled';
|
|
$_['text_transaction_suspended'] = 'Suspended';
|
|
$_['text_transaction_suspended_failed'] = 'Suspended from failed payment';
|
|
$_['text_transaction_outstanding_failed'] = 'Outstanding payment failed';
|
|
$_['text_transaction_expired'] = 'Expired';
|
|
|
|
// Entry
|
|
$_['entry_cancel_payment'] = 'Cancel Payment';
|
|
$_['entry_order_recurring'] = 'ID';
|
|
$_['entry_order_id'] = 'Order ID';
|
|
$_['entry_reference'] = 'Payment Reference';
|
|
$_['entry_customer'] = 'Customer';
|
|
$_['entry_date_added'] = 'Date Added';
|
|
$_['entry_status'] = 'Status';
|
|
$_['entry_type'] = 'Type';
|
|
$_['entry_action'] = 'Action';
|
|
$_['entry_email'] = 'Email';
|
|
$_['entry_description'] = 'Recurring Profile\'s description';
|
|
$_['entry_product'] = 'Product';
|
|
$_['entry_quantity'] = 'Quantity';
|
|
$_['entry_amount'] = 'Amount';
|
|
$_['entry_recurring'] = 'Recurring Profile';
|
|
$_['entry_payment_method'] = 'Payment Method';
|
|
|
|
// Error / Success
|
|
$_['error_not_cancelled'] = 'Error: %s';
|
|
$_['error_not_found'] = 'Could not cancel recurring profile';
|
|
$_['text_cancelled'] = 'Recurring payment has been cancelled';
|