Missing translation

This commit is contained in:
Philippe GRAND 2018-09-19 16:06:39 +02:00
parent d4ffc5e088
commit 08b9c0c926
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com> * Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2012-2015 Juanjo Menent <jmenent@2byte.es> * Copyright (C) 2012-2015 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr> * Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018 Philippe Grand <philippe.grand@atoo-net.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -921,8 +922,8 @@ if ($id > 0 || ! empty($ref))
} }
else else
{ {
/* Commande non trouvee */ /* Order not found */
print "Commande inexistante"; setEventMessages($langs->trans("NonExistentOrder"), null, 'errors');
} }
} }

View File

@ -28,3 +28,4 @@ ErrorStockIsNotEnough=There's not enough stock
Shippable=Shippable Shippable=Shippable
NonShippable=Not Shippable NonShippable=Not Shippable
ShowReceiving=Show delivery receipt ShowReceiving=Show delivery receipt
NonExistentOrder=Non-existent order