2020-06-29 17:11:50 +03:00

17 lines
687 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'change_language' => 'Changer la langue',
'last_login' => 'Dernière connexion :time',
'notifications' => [
'counter' => '{0} Vous navez aucune notification|{1} Vous avez :count notification|[2, *] Vous avez :count notifications',
'overdue_invoices' => '{1} :nombre de factures impayées|[2,*] :nombre de factures impayées',
'upcoming_bills' => '{1} :nombre de factures à venir|[2,*] :nombre de factures à venir',
'view_all' => 'Afficher tout'
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/docs',
];