This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
notdepressed/resources/lang/en/app.php

7 lines
158 B
PHP
Raw Normal View History

2020-03-05 17:17:47 +02:00
<?php
return [
'mood' => 'What is your mood today?',
2020-03-05 17:29:23 +02:00
'year_in_history' => 'Your year in history',
2020-03-05 17:37:42 +02:00
'please_login' => 'Please log in to start.',
2020-03-05 17:17:47 +02:00
];