8 lines
252 B
PHP
8 lines
252 B
PHP
<?php
|
|
|
|
return array(
|
|
'Credit Note' => 'Avoir',
|
|
'We\'re sorry, this PDF invoice is not available at the moment.' => 'Erreur, impossible de créer le pdf',
|
|
'You can not delete this credit note' => 'Vous ne pouvez pas supprimer cet avoir',
|
|
);
|