diff --git a/htdocs/cashdesk/langs/en_US/cashdesk.lang b/htdocs/cashdesk/langs/en_US/cashdesk.lang index 6306d8494ba..8fcbe3880ff 100644 --- a/htdocs/cashdesk/langs/en_US/cashdesk.lang +++ b/htdocs/cashdesk/langs/en_US/cashdesk.lang @@ -19,4 +19,5 @@ PrintTicket=Print ticket NoResults=No results NoProductFound=No article found ProductFound=product found -ProductsFound=products found \ No newline at end of file +ProductsFound=products found +NoArticle=No article \ No newline at end of file diff --git a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang index c3f888aa38a..3b0f8416236 100644 --- a/htdocs/cashdesk/langs/fr_FR/cashdesk.lang +++ b/htdocs/cashdesk/langs/fr_FR/cashdesk.lang @@ -19,4 +19,5 @@ PrintTicket=Imprimer ticket NoResults=Aucun résultat NoProductFound=Aucun article trouvé ProductFound=produit trouvé -ProductsFound=produits trouvés \ No newline at end of file +ProductsFound=produits trouvés +NoArticle=Aucun article \ No newline at end of file