akaunting/resources/lang/nb-NO/customers.php

17 lines
384 B
PHP
Raw Normal View History

2018-01-13 15:25:25 +03:00
<?php
return [
'allow_login' => 'Tillat innlogging?',
'user_created' => 'Bruker ble opprettet',
'error' => [
'email' => 'E-postadressen er allerede i bruk.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
2018-01-13 15:25:25 +03:00
];