offlinepayment.php 390 Bytes
<?php

return [

    'offlinepayment'   => 'Offline Payments',
    'add_new'          => 'Add New',
    'edit'             => 'Edit: :method',
    'code'             => 'Code',
    'customer'         => 'Show to Customer',
    'order'            => 'Order',
    'payment_gateways' => 'Offline Payment Methods',

    'confirm'          => 'Confirm',
    'loading'          => 'Loading',

];