This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/lang/en/strings.php
Dane Everitt 457ed28b0b
Initial change of theme.
Only themed pages currently are login and reset password pages.
2017-01-14 21:32:33 -05:00

8 lines
143 B
PHP

<?php
return [
'email' => 'Email',
'password' => 'Password',
'confirm_password' => 'Confirm Password',
'login' => 'Login',
];