mirror of
https://github.com/ConjureETS/Interface-Admin.git
synced 2026-03-24 04:21:06 +00:00
32 lines
885 B
PHP
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"
|
|
];
|