Skip to content
Snippets Groups Projects
Verified Commit 9938bd95 authored by Alexandre Morin's avatar Alexandre Morin
Browse files

Fix M2M - Lang

parent e0270b02
No related branches found
No related tags found
No related merge requests found
......@@ -155,3 +155,6 @@ if (!defined("_ERROR_UNKNOW_CERTIFICATE"))
if (!defined("_UNKNOWN_TARGET"))
define("_UNKNOWN_TARGET", "Unknown target");
if (!defined("_ERROR_MESSAGE_NOT_PRESENT"))
define("_ERROR_MESSAGE_NOT_PRESENT", "Message not here.");
......@@ -166,3 +166,6 @@ if (!defined("_ERROR_UNKNOW_CERTIFICATE"))
if (!defined("_UNKNOWN_TARGET"))
define("_UNKNOWN_TARGET", "Cible inconnue");
if (!defined("_ERROR_MESSAGE_NOT_PRESENT"))
define("_ERROR_MESSAGE_NOT_PRESENT", "Le bordereau de transfert n'est pas present.");
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment