Files
vuefilemanager/resources/lang/en/vuefilemanager.php
2020-05-04 11:45:13 +02:00

9 lines
363 B
PHP

<?php
return [
'app_description' => 'Make your own Private Cloud with VueFileManager client powered by Laravel and Vue',
'user_not_fount' => 'We can\'t find a user with that e-mail address.',
'incorrect_password' => 'Sorry, your password is incorrect.',
'time' => '%d. %B. %Y at %H:%M',
'home' => 'Home',
];