akaunting/resources/lang/sr-RS/customers.php

17 lines
458 B
PHP
Raw Normal View History

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