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

21 lines
566 B
PHP

<?php
return [
'name' => 'PayPal-standard',
'description' => 'Aktiver standard betalingsalternativ for PayPal',
'form' => [
'email' => 'E-post',
'mode' => 'Modus',
'debug' => 'Debug',
'transaction' => 'Transaksjon',
'customer' => 'Vis til kunde',
'order' => 'Rekkefølge',
],
'test_mode' => 'Advarsel: Betalingsporten er i \'Sandbox Mode\'. Kontoen din blir ikke belastet.',
//'description' => 'Pay with PAYPAL',
];