mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 04:21:06 +00:00
14 lines
550 B
PHP
14 lines
550 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Massimo
|
|
* Date: 2019-10-14
|
|
* Time: 6:45 PM
|
|
*/
|
|
return [
|
|
'laboratory' => "Laboratory",
|
|
'laboratory-instruction' => "Choose one of the following laboratories.",
|
|
'general.laboratory-return-instruction' => "To return the finished laboratory, send us a link towards your project to the following email: <a href=\"mailto:conjure.etsmtl.ca\">conjure.etsmtl.ca</a>.",
|
|
'general.laboratory-deadline' => "You have up to the following date :deadline to return your finished admission laboratory.",
|
|
];
|