Files
akaunting/resources/lang/sr-RS/customers.php
T
2018-12-11 16:47:45 +03:00

17 lines
458 B
PHP

<?php
return [
'allow_login' => 'Омогућити пријаву?',
'user_created' => 'Корисник је креиран',
'error' => [
'email' => 'Ова Е-пошта је већ заузета.'
],
'notification' => [
'message' => ':customer је уплатио :amount по фактури број :invoice_number.',
'button' => 'Прикажи',
],
];