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

<?php
return [
'mood' => 'What is your mood today?',
'year_in_history' => 'Your year in history',
'please_login' => 'Please log in to start.',
];