1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/lang/km_KH/help.php

14 lines
550 B
PHP
Raw Normal View History

2023-04-27 07:02:52 +02:00
<?php
2023-11-28 13:52:03 +01:00
$lang = array(
2023-04-27 07:02:52 +02:00
'client_dashboard' => 'Message to be displayed on clients dashboard',
'client_currency' => 'The client currency.',
'client_language' => 'The client language.',
'client_payment_terms' => 'The client payment terms.',
'client_paid_invoice' => 'Message to be displayed on a clients paid invoice screen',
'client_unpaid_invoice' => 'Message to be displayed on a clients unpaid invoice screen',
'client_unapproved_quote' => 'Message to be displayed on a clients unapproved quote screen',
2023-11-28 13:52:03 +01:00
);
2023-04-27 07:02:52 +02:00
2023-11-28 13:56:28 +01:00
return $lang;