From 281462d8dc750f46e68f17e5c48086be52f3d65e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 Nov 2009 22:03:50 +0000 Subject: [PATCH] Fix: Missing translation key --- htdocs/cashdesk/langs/en_US/cashdesk.lang | 3 ++- htdocs/cashdesk/langs/fr_FR/cashdesk.lang | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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