18 lines
759 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'change_language' => 'Change Language',
'last_login' => 'Last login :time',
'notifications' => [
'counter' => '{0} You have no notification|{1} You have :count notification|[2,*] You have :count notifications',
'overdue_invoices' => '{1} :count overdue invoice|[2,*] :count overdue invoices',
'upcoming_bills' => '{1} :count upcoming bill|[2,*] :count upcoming bills',
2017-11-21 23:37:15 +03:00
'items_stock' => '{1} :count item out of stock|[2,*] :count items out of stock',
'items_reminder' => '{1} You have :count item left|[2,*] You have :count items left',
2017-09-14 22:21:00 +03:00
'view_all' => 'View All'
],
2018-10-10 11:35:52 +03:00
'docs_link' => 'https://akaunting.com/docs',
2017-09-14 22:21:00 +03:00
];