invoiceninja/lang/af_ZA/help.php

14 lines
608 B
PHP

<?php
$lang = array(
'client_dashboard' => 'Boodskap wat op kliënt se dashboard vertoon word',
'client_currency' => 'Die kliënt se geldeenheid.',
'client_language' => 'Die kliënt se taal.',
'client_payment_terms' => 'Die kliënt se betalingsvoorwaardes.',
'client_paid_invoice' => 'Boodskap wat op \'n kliënt se betaalde faktuur skerm vertoon word',
'client_unpaid_invoice' => 'Boodskap wat op \'n kliënt se onbetaalde faktuur skerm vertoon word',
'client_unapproved_quote' => 'Boodskap wat op \'n kliënt se nie-goedgekeurde kwotasie skerm vertoon word',
);
return $lang;