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

17 lines
372 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' => [
2018-12-11 16:47:45 +03:00
'message' => ':customer betalte :amount mot faktura :invoice_number.',
'button' => 'Vis',
2018-11-08 12:11:42 +03:00
],
2018-01-13 15:25:25 +03:00
];