akaunting/resources/lang/sv-SE/customers.php

17 lines
394 B
PHP
Raw Normal View History

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