mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 12:31:07 +00:00
14 lines
505 B
PHP
14 lines
505 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Massimo
|
|
* Date: 2019-10-14
|
|
* Time: 6:45 PM
|
|
*/
|
|
return [
|
|
'laboratory' => "Laboratoire",
|
|
'laboratory-instruction' => "Choisissez un des laboratoire suivant.",
|
|
'laboratory-return-instruction' => "Pour remettre le laboratoire, envoit nous un lien vers ton projet au courriel suivant: <a href=\"mailto:conjure.etsmtl.ca\">conjure.etsmtl.ca</a>.",
|
|
'laboratory-deadline' => "Vous avez jusqu'au :deadline pour remettre le laboratoire d'admission.",
|
|
];
|