Files
vuefilemanager/resources/lang/en/vuefilemanager.php
T
2020-04-29 11:32:08 +02:00

8 lines
250 B
PHP

<?php
return [
'user_not_fount' => 'We can\'t find a user with that e-mail address.',
'home' => 'Home',
'time' => '%d. %B. %Y at %H:%M',
'incorrect_password' => 'Sorry, your password is incorrect.',
];