Files
akaunting/modules/PaypalStandard/Resources/lang/da-DK/general.php
2021-02-22 00:53:06 +00:00

21 lines
569 B
PHP

<?php
return [
'name' => 'PayPal Standard',
'description' => 'Aktivér standard betalingsmulighed for PayPal',
'form' => [
'email' => 'E-mail',
'mode' => 'Mode',
'debug' => 'Fejlfinde',
'transaction' => 'Transaktion',
'customer' => 'Vis til kunde',
'order' => 'Bestille',
],
'test_mode' => 'Advarsel: Betalingsgatewayen er i \'Sandbox Mode\'. Din konto bliver ikke debiteret.',
//'description' => 'Pay with PAYPAL',
];