Aplikasi Keuangan yang mengatur lalu lintas transaksi antara bank dan aplikasi internal Kampus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
933 B

<?php
return [
'login' => [
'email' => 'Email address',
'password' => 'Password',
'remember' => 'Remember me',
'forgot_password' => 'Forgot Password?',
'submit' => 'Sign in',
],
'register' => [
'name' => 'Full Name',
'email' => 'Email address',
'password' => 'Password',
'confirm_password' => 'Confirm Password',
'submit' => 'Sign up',
],
'forgot_password' => [
'email' => 'Email address',
'submit' => 'Email Password Reset Link',
],
'reset_password' => [
'email' => 'Email address',
'password' => 'New Password',
'confirm_password' => 'Confirm Password',
'submit' => 'Reset Password',
],
'verify_email' => [
'submit' => 'Resend Verification Email',
],
'confirm_password' => [
'password' => 'Password',
'submit' => 'Confirm',
],
];