12 lines
521 B
PHP
12 lines
521 B
PHP
<?php
|
||
|
||
return [
|
||
'Cheque instructions' => 'Çek yönergeleri',
|
||
'Cheque instructions configuration' => 'Çek yönergeleri yapılandırma',
|
||
'Cheque is payable to: ' => 'Çek için ödenir: ',
|
||
'Pay cheque to' => 'Çek için ödeme',
|
||
'Payment instruction' => 'Ödeme talimatı',
|
||
'Please enter here the payment by cheque instructions' => 'Lütfen burada ödeme çek yönergeleri tarafından girin',
|
||
'The name to which the cheque shoud be payable to.' => 'Adı için çek shoud için ödenecek.',
|
||
];
|