athenahr/lang/en/adminlte::adminlte.php
miguel456 9e8ab2383e refactor: update localization files
Note: This commit removes previous translations, which means the app will now be untranslated.

Reasons for this include low translation quality, and the lack of a good quality assurance process in place.
2022-03-31 17:25:25 +01:00

13 lines
257 B
PHP

<?php
return [
'email' => '',
'password' => '',
'retype_password' => '',
'verify_check_your_email' => '',
'verify_email_sent' => '',
'verify_if_not_recieved' => '',
'verify_message' => '',
'verify_request_another' => '',
];