akaunting/resources/lang/sv-SE/customers.php
2018-11-08 12:11:42 +03:00

17 lines
394 B
PHP

<?php
return [
'allow_login' => 'Tillåt inloggning?',
'user_created' => 'Användaren skapad',
'error' => [
'email' => 'e-postadressen används redan.'
],
'notification' => [
'message' => ':customer har gjort en betalning på :amount till fakturanummer :invoice_number.',
'button' => 'Visa',
],
];