2019-10-13 19:38:38 -04:00

32 lines
885 B
PHP

<?php
/**
* Created by PhpStorm.
* User: Massimo
* Date: 2019-09-29
* Time: 6:01 PM
*/
return [
'login' => "Login",
'logout' => "Logout",
'password' => "Password",
'confirm-password' => "Confirm Password",
'forgot-password' => "Forgot Your Password?",
'remember-me' => "Remember Me",
'reset-password' => "Reset Password",
'send-password-reset-link' => "Send Password Reset Link",
'inscription' => "Inscription",
'general-info' => "General Information",
'first-name' => "First Name",
'last-name' => "Last Name",
'email' => "E-Mail",
'universal-code' => "Universal Code",
'phone' => "Phone",
'program' => "Program",
'others' => "Others",
'interest' => "Interest",
'expectation' => "Expectation",
'communication-method' => "Preferred Communication Method",
'choose-option' => "Choose an option"
];