Files
steamwidgets-web/app/lang/en/app.php
Daniel Brendel 94353ac3c8 Initial commit
2022-08-16 13:54:30 +02:00

14 lines
391 B
PHP

<?php
/*
Asatru PHP - English language file
Extend this with your phrases
Set variables with {variable-name}
*/
return [
'welcome' => 'Welcome to the Asatru PHP framework',
'description' => 'You have successfully installed the Asatru PHP framework. You may now want to start developing your app. Consider the documentation located in /doc for help. Have fun with the framework!'
];